root/downloadDatabase/package.xml @ 668

Revision 668, 3.7 kB (checked in by Tatzelwurm, 5 years ago)

New Filenames for Uploads.
Some Eventlistener Points added.

Line 
1<?xml version="1.0"?>
2<!DOCTYPE package SYSTEM "DTD/package.dtd">
3
4<package name="de.inside.wcf.DownloadDatabase">
5        <packageinformation>
6                <packagename lang="de">Download Datenbank</packagename>
7                <packagename lang="en">Download Database</packagename>
8                <packagename lang="fr">Download Database (Gestionnaire de téléchargements)</packagename>
9                <packagename lang="hr">Download Baza</packagename>
10                <packagename lang="de-informal">Download Datenbank</packagename>
11                <packageDescription lang="de">Komfortabeles bereitstellen und verwalten von Downloads. User können selbst Dateien zur VerfÃŒgung stellen</packageDescription>
12                <packageDescription lang="en">N.C.</packageDescription>
13                <packageDescription lang="fr">Gestionnaire de fichiers, statistiques de téléchargements, autorisations pour la mise en ligne de nouveaux fichiers.</packageDescription>
14                <packageDescription lang="hr">N.C.</packageDescription>
15                <packageDescription lang="de-informal">Komfortabeles bereitstellen und verwalten von Downloads. Deine User können selbst Dateien zur VerfÃŒgung stellen</packageDescription>
16                <packageurl><![CDATA[http://community.woltlab.com/db/index.php?page=Project&projectID=209]]></packageurl>
17                <isUnique>1</isUnique>
18                <standalone>0</standalone>
19                <version>1.1.0 Beta 1</version>
20                <date>DATE</date>
21                <plugin>com.woltlab.wcf</plugin>
22        </packageinformation>
23
24        <authorInformation>
25                <author>Robert "Tatzelwurm" Hempel</author>
26                <authorURL>http://www.inside-das-hoerspiel.de</authorURL>
27        </authorInformation>
28       
29        <requiredpackages>
30                <requiredpackage minversion="1.0.9">com.woltlab.wcf</requiredpackage>
31                <requiredpackage minversion="1.0.1" file="requirements/de.inside.wcf.filterjs.tar.gz">de.inside.wcf.filterjs</requiredpackage>
32                <requiredpackage minversion="1.0.6" file="requirements/com.woltlab.community.acp.wysiwyg.tar.gz">com.woltlab.community.acp.wysiwyg</requiredpackage>
33        </requiredpackages>
34
35        <instructions type="install">
36                <templates>templates.tar</templates>
37                <acptemplates>acptemplates.tar</acptemplates>
38                <files>files.tar</files>
39                <sql>install.sql</sql>
40                <acpmenu>acpmenu.xml</acpmenu>
41                <options>options.xml</options>
42                <groupoptions>groupoptions.xml</groupoptions>
43                <pagelocation>pagelocation.xml</pagelocation>
44                <headermenu>headermenu.xml</headermenu>
45                <script>acp/install_dldb.php</script>
46                <languages languagecode="de">de.xml</languages>
47                <languages languagecode="de-informal">de-informal.xml</languages>
48                <languages languagecode="en">en.xml</languages>
49                <languages languagecode="fr">fr.xml</languages>
50                <languages languagecode="hr">hr.xml</languages>
51        </instructions>
52
53        <instructions type="update" fromversion="1.0.5">
54                <templates>templates.tar</templates>
55                <acptemplates>acptemplates.tar</acptemplates>
56                <files>files.tar</files>
57                <options>options.xml</options>
58        </instructions>
59
60        <instructions type="update" fromversion="1.0.5 pl1">
61                <templates>templates.tar</templates>
62                <acptemplates>acptemplates.tar</acptemplates>
63                <files>files.tar</files>
64                <options>options.xml</options>
65        </instructions>
66
67        <instructions type="update" fromversion="1.0.5 pl2">
68                <templates>templates.tar</templates>
69                <acptemplates>acptemplates.tar</acptemplates>
70                <files>files.tar</files>
71                <options>options.xml</options>
72        </instructions>
73
74        <instructions type="update" fromversion="1.0.5 pl3">
75                <templates>templates.tar</templates>
76                <acptemplates>acptemplates.tar</acptemplates>
77                <files>files.tar</files>
78                <options>options.xml</options>
79        </instructions>
80
81        <instructions type="update" fromversion="1.0.6">
82                <templates>templates.tar</templates>
83                <acptemplates>acptemplates.tar</acptemplates>
84                <files>files.tar</files>
85                <options>options.xml</options>
86        </instructions>
87
88</package>
Note: See TracBrowser for help on using the browser.