|
Revision 28, 1.5 kB
(checked in by d0nut, 6 years ago)
|
|
wbb/wcf has to be set as plugin. otherwise the options will not be displayed.
|
| 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.wbb.googleanalytics"> |
|---|
| 4 | <packageinformation> |
|---|
| 5 | <packagename>Google Analytics</packagename> |
|---|
| 6 | <packagedescription>Webcounter from Google. The new Google Analytics graphing tool displays your analysis within the context of larger trends.</packagedescription> |
|---|
| 7 | <packagedescription languagecode="de">Webcounter von Google. Google Analytics zeight Ihnen beim Kauf jedes Keywords an, in welcher Beziehung Suchrang mit Conversions und Umsatz steht.</packagedescription> |
|---|
| 8 | <version>1.0.0</version> |
|---|
| 9 | <date>DATE</date> |
|---|
| 10 | <plugin>com.woltlab.wbb</plugin> |
|---|
| 11 | </packageinformation> |
|---|
| 12 | |
|---|
| 13 | <authorinformation> |
|---|
| 14 | <author>Torben Brodt</author> |
|---|
| 15 | <authorurl>http://www.easy-coding.de/trac/wcf</authorurl> |
|---|
| 16 | </authorinformation> |
|---|
| 17 | |
|---|
| 18 | <requiredpackages> |
|---|
| 19 | <requiredpackage minversion="1.0.0">com.woltlab.wcf</requiredpackage> |
|---|
| 20 | <requiredpackage minversion="1.0.0" file="requirements/de.easy-coding.wbb.footscript.tar.gz">de.easy-coding.wbb.footscript</requiredpackage> |
|---|
| 21 | </requiredpackages> |
|---|
| 22 | |
|---|
| 23 | <instructions type="install"> |
|---|
| 24 | <files>files.tar</files> |
|---|
| 25 | <eventlistener>eventlistener.xml</eventlistener> |
|---|
| 26 | <templates>templates.tar</templates> |
|---|
| 27 | <languages languagecode="de">de.xml</languages> |
|---|
| 28 | <languages languagecode="de-informal">de-informal.xml</languages> |
|---|
| 29 | <languages languagecode="en">en.xml</languages> |
|---|
| 30 | <languages languagecode="it">it.xml</languages> |
|---|
| 31 | <languages languagecode="fr">fr.xml</languages> |
|---|
| 32 | <options>options.xml</options> |
|---|
| 33 | </instructions> |
|---|
| 34 | </package> |
|---|