|
Revision 114, 1.1 kB
(checked in by d0nut, 5 years ago)
|
|
initial release of adsense bbcode
|
| Line | |
|---|
| 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]]></packageDescription> |
|---|
| 7 | <version>1.0.0</version> |
|---|
| 8 | <date>DATE</date> |
|---|
| 9 | <plugin>com.woltlab.wcf.data.message.bbcode</plugin> |
|---|
| 10 | </packageinformation> |
|---|
| 11 | |
|---|
| 12 | <authorinformation> |
|---|
| 13 | <author>Torben Brodt</author> |
|---|
| 14 | <authorurl>http://www.easy-coding.de/trac/wcf</authorurl> |
|---|
| 15 | </authorinformation> |
|---|
| 16 | |
|---|
| 17 | <requiredpackages> |
|---|
| 18 | <requiredpackage minversion="1.0.0">com.woltlab.wcf.data.message.bbcode</requiredpackage> |
|---|
| 19 | </requiredpackages> |
|---|
| 20 | |
|---|
| 21 | <instructions type="install"> |
|---|
| 22 | <files>files.tar</files> |
|---|
| 23 | <bbcodes>bbcodes.xml</bbcodes> |
|---|
| 24 | <options>options.xml</options> |
|---|
| 25 | <groupoptions>groupoptions.xml</groupoptions> |
|---|
| 26 | <languages languagecode="de">de.xml</languages> |
|---|
| 27 | <languages languagecode="de-informal">de-informal.xml</languages> |
|---|
| 28 | <languages languagecode="en">en.xml</languages> |
|---|
| 29 | </instructions> |
|---|
| 30 | </package> |
|---|