forked from WoltLab/com.woltlab.wcf.legalNotice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
36 lines (31 loc) · 1.56 KB
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="UTF-8"?>
<package name="com.woltlab.wcf.legalNotice" xmlns="http://www.woltlab.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/maelstrom/package.xsd">
<packageinformation>
<packagename>Legal Notice Page</packagename>
<packagename language="de">Impressum</packagename>
<packagedescription>Adds a new page to your forum with information about the site owner. (This is required for German websites.)</packagedescription>
<packagedescription language="de">Kommerzielle deutsche Internetseiten müssen nach § 5 Telemediengesetz über ein Impressum verfügen.</packagedescription>
<version>2.0.1</version>
<date>2014-03-19</date>
</packageinformation>
<authorinformation>
<author>WoltLab GmbH</author>
<authorurl>http://www.woltlab.com</authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="2.0.4">com.woltlab.wcf</requiredpackage>
</requiredpackages>
<excludedpackages>
<excludedpackage version="2.1.0 Alpha 1">com.woltlab.wcf</excludedpackage>
</excludedpackages>
<instructions type="install">
<instruction type="file">files.tar</instruction>
<instruction type="template">templates.tar</instruction>
<instruction type="pageMenu">pageMenu.xml</instruction>
<instruction type="option">option.xml</instruction>
<instruction type="language">language/*.xml</instruction>
</instructions>
<instructions type="update" fromversion="2.0.0">
<instruction type="file">files_update.tar</instruction>
</instructions>
</package>