This repository has been archived by the owner on May 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
44 lines (37 loc) · 1.97 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
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE package SYSTEM "DTD/package.dtd">
<package 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"
name="com.toby.wbb.limitthreadview">
<packageinformation>
<packagename><![CDATA[Limit Thread View]]></packagename>
<packagename language="de"><![CDATA[Limit Thread View]]></packagename>
<packagedescription><![CDATA[Limit the number of posts in threads for arbitrary groups]]></packagedescription>
<packagedescription language="de"><![CDATA[Anzahl an Beiträgen in Themen für beliebige Gruppen einschränken]]></packagedescription>
<version>3.0.0 Beta 1</version>
<date>2014-01-13</date>
<license><![CDATA[Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International <http://creativecommons.org/licenses/by-nc-nd/4.0/deed.en>]]></license>
</packageinformation>
<authorinformation>
<author><![CDATA[Tobias Friebel]]></author>
<authorurl><![CDATA[http://www.enigma-forum.de/]]></authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="4.0.*">com.woltlab.wbb</requiredpackage>
<requiredpackage minversion="2.0.*">com.woltlab.wcf</requiredpackage>
</requiredpackages>
<instructions type="install">
<!-- files -->
<instruction type="file" application="wbb">files.tar</instruction>
<instruction type="acpTemplate" application="wbb">acptemplates.tar</instruction>
<instruction type="sql">install.sql</instruction>
<!-- config -->
<instruction type="option">option.xml</instruction>
<instruction type="eventListener">eventListener.xml</instruction>
<instruction type="templateListener">templateListener.xml</instruction>
<instruction type="userGroupOption">userGroupOption.xml</instruction>
<instruction type="aclOption">aclOption.xml</instruction>
<!-- languages -->
<instruction type="language">language/*.xml</instruction>
</instructions>
</package>