| 1 | <?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 | <!DOCTYPE package SYSTEM "http://www.woltlab.com/DTDs/package.dtd"> |
|---|
| 3 | <package name="de.easy-coding.wcf.data.message.bbcode.adsense"> |
|---|
| 4 | <packageinformation> |
|---|
| 5 | <packagename>Google AdSense BBCode</packagename> |
|---|
| 6 | <packagedescription><![CDATA[BBCode for Google AdSense advertisement within your postings. Privileged Users can add own code.]]></packagedescription> |
|---|
| 7 | <packagedescription language="de"><![CDATA[BBCode um Google AdSense Werbung in Postings einzubauen. Prviliegierte Benutzer können eigenen Code hinzufÌgen.]]></packagedescription> |
|---|
| 8 | <version>1.2.1</version> |
|---|
| 9 | <date>DATE</date> |
|---|
| 10 | <plugin>com.woltlab.wcf.data.message.bbcode</plugin> |
|---|
| 11 | <isunique>1</isunique> |
|---|
| 12 | </packageinformation> |
|---|
| 13 | |
|---|
| 14 | <authorinformation> |
|---|
| 15 | <author>Torben Brodt</author> |
|---|
| 16 | <authorurl>http://www.easy-coding.de/trac/wcf</authorurl> |
|---|
| 17 | </authorinformation> |
|---|
| 18 | |
|---|
| 19 | <requiredpackages> |
|---|
| 20 | <requiredpackage minversion="1.0.0">com.woltlab.wcf.data.message.bbcode</requiredpackage> |
|---|
| 21 | </requiredpackages> |
|---|
| 22 | |
|---|
| 23 | <instructions type="install"> |
|---|
| 24 | <files>files.tar</files> |
|---|
| 25 | <bbcodes>bbcodes.xml</bbcodes> |
|---|
| 26 | <options>options.xml</options> |
|---|
| 27 | <groupoptions>groupoptions.xml</groupoptions> |
|---|
| 28 | <languages languagecode="de">de.xml</languages> |
|---|
| 29 | <languages languagecode="de-informal">de-informal.xml</languages> |
|---|
| 30 | <languages languagecode="en">en.xml</languages> |
|---|
| 31 | </instructions> |
|---|
| 32 | |
|---|
| 33 | <instructions type="update" fromversion="1.2.0"> |
|---|
| 34 | <files>files.tar</files> |
|---|
| 35 | <bbcodes>bbcodes.xml</bbcodes> |
|---|
| 36 | </instructions> |
|---|
| 37 | |
|---|
| 38 | <instructions type="update" fromversion="1.1.1"> |
|---|
| 39 | <files>files.tar</files> |
|---|
| 40 | <bbcodes>bbcodes.xml</bbcodes> |
|---|
| 41 | </instructions> |
|---|
| 42 | |
|---|
| 43 | <instructions type="update" fromversion="1.1.0"> |
|---|
| 44 | <files>files.tar</files> |
|---|
| 45 | <bbcodes>bbcodes.xml</bbcodes> |
|---|
| 46 | </instructions> |
|---|
| 47 | |
|---|
| 48 | <instructions type="update" fromversion="1.0.1"> |
|---|
| 49 | <files>files.tar</files> |
|---|
| 50 | <bbcodes>bbcodes.xml</bbcodes> |
|---|
| 51 | </instructions> |
|---|
| 52 | |
|---|
| 53 | <instructions type="update" fromversion="1.0.0"> |
|---|
| 54 | <files>files.tar</files> |
|---|
| 55 | <bbcodes>bbcodes.xml</bbcodes> |
|---|
| 56 | </instructions> |
|---|
| 57 | </package> |
|---|