root/googleanalytics/package.xml @ 20

Revision 20, 1.5 kB (checked in by d0nut, 6 years ago)

changes which are head/foot spefific

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>de.easy-coding.wbb.footscript</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" file="requirements/de.easy-coding.wbb.footscript.tar.gz">de.easy-coding.wbb.footscript</requiredpackage>
20        </requiredpackages>
21
22        <instructions type="install">
23                <files>files.tar</files>
24                <eventlistener>eventlistener.xml</eventlistener>
25                <templates>templates.tar</templates>
26                <languages languagecode="de">de.xml</languages>
27                <languages languagecode="de-informal">de-informal.xml</languages>
28                <languages languagecode="en">en.xml</languages>
29                <languages languagecode="it">it.xml</languages>
30                <languages languagecode="fr">fr.xml</languages>
31                <options>options.xml</options>
32        </instructions>
33</package>
Note: See TracBrowser for help on using the browser.