root/org.gnex.reCaptcha/package.xml @ 1161

Revision 1161, 1.9 kB (checked in by GneX, 3 years ago)

reCaptcha wird nun richtig angezeigt

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE package SYSTEM "http://www.woltlab.com/DTDs/package.dtd">
3<package name="org.gnex.reCaptcha">
4        <packageinformation>
5                <packagename><![CDATA[Captcha-Ersatz (ReCaptcha)]]></packagename>
6                <packagedescription><![CDATA[Ersetzt das Sicherheitsbild mit dem bekannten ReCaptcha]]></packagedescription>
7                <isunique>1</isunique>
8                <version>1.0.4</version>
9                <date>2010-02-17</date>
10                <plugin>com.woltlab.wcf</plugin>
11                <packageurl><![CDATA[http://GneX.org]]></packageurl>
12        </packageinformation>
13
14        <authorinformation>
15                <author><![CDATA[Tim Wittenberg, GneX]]></author>
16                <authorurl><![CDATA[http://GneX.org]]></authorurl>
17        </authorinformation>
18
19        <requiredpackages>
20                <requiredpackage minversion="1.1.0 RC 3">com.woltlab.wcf</requiredpackage>
21                <requiredpackage minversion="1.1.0 Beta 3">com.woltlab.wcf.data.image.captcha</requiredpackage>
22        </requiredpackages>
23
24        <instructions type="install">
25                <options>options.xml</options>
26                <eventlistener>eventlistener.xml</eventlistener>
27                <files>files.tar</files>
28                <templates>templates.tar</templates>
29                <templatepatch fuzzfactor="2">templates.diff</templatepatch>
30                <languages languagecode="de">de.xml</languages>
31                <languages languagecode="de-informal">de-informal.xml</languages>
32        </instructions>
33        <instructions type="update" fromversion="1.0.0">
34                <languages languagecode="de">de.xml</languages>
35                <languages languagecode="de-informal">de-informal.xml</languages>
36        </instructions>
37        <instructions type="update" fromversion="1.0.1">
38                <files>files.tar</files>
39        </instructions>
40        <instructions type="update" fromversion="1.0.2">
41                <languages languagecode="de">de.xml</languages>
42                <languages languagecode="de-informal">de-informal.xml</languages>
43                <templates>templates.tar</templates>
44        </instructions>
45        <instructions type="update" fromversion="1.0.3">
46                <eventlistener>eventlistener.xml</eventlistener>
47                <files>files.tar</files>
48        </instructions>
49</package>
Note: See TracBrowser for help on using the browser.