root/googleanalytics/package.xml @ 176

Revision 176, 1.9 kB (checked in by guiwald, 5 years ago)

French description

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                <packagedescription languagecode="fr">Le compteur de Google. Les nouveaux outils graphiques de Google Analytics permettent d'afficher des résultats d'un nombre plus important de tendances.</packagedescription>
9                <version>1.1.0</version>
10                <date>DATE</date>
11                <plugin>com.woltlab.wbb</plugin>
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</requiredpackage>
21                <requiredpackage minversion="1.0.0" file="requirements/de.easy-coding.wbb.footscript.tar.gz">de.easy-coding.wbb.footscript</requiredpackage>
22        </requiredpackages>
23
24        <instructions type="install">
25                <files>files.tar</files>
26                <eventlistener>eventlistener.xml</eventlistener>
27                <templates>templates.tar</templates>
28                <languages languagecode="de">de.xml</languages>
29                <languages languagecode="de-informal">de-informal.xml</languages>
30                <languages languagecode="en">en.xml</languages>
31                <languages languagecode="it">it.xml</languages>
32                <languages languagecode="fr">fr.xml</languages>
33                <options>options.xml</options>
34        </instructions>
35       
36        <instructions type="update" fromversion="1.0.1">
37                <templates>templates.tar</templates>
38        </instructions>
39       
40        <instructions type="update" fromversion="1.0.0">
41                <files>files.tar</files>
42        </instructions>
43</package>
Note: See TracBrowser for help on using the browser.