This repository was 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
Expand file tree
/
Copy pathpackage.xml
More file actions
38 lines (33 loc) · 1.36 KB
/
package.xml
File metadata and controls
38 lines (33 loc) · 1.36 KB
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
<?xml version="1.0"?>
<!DOCTYPE package SYSTEM "DTD/package.dtd">
<package name="com.toby.wbb.filterthreadview">
<packageInformation>
<packageName>Filter Thread View</packageName>
<isUnique>1</isUnique>
<packageDescription>Themenansicht für beliebige Gruppen filtern, d.h. bestimmte Begriffe ersetzen oder kürzen lassen</packageDescription>
<standalone>0</standalone>
<version>1.0.0</version>
<date>2013-08-19</date>
<plugin>com.woltlab.wbb</plugin>
</packageInformation>
<authorInformation>
<author>Tobias Friebel</author>
<authorURL>http://www.enigma-forum.de</authorURL>
<license>CC BY-NC-ND 3.0</license>
<licenseURL>http://creativecommons.org/licenses/by-nc-nd/3.0/</licenseURL>
</authorInformation>
<requiredpackages>
<requiredpackage minversion="3.1.0">com.woltlab.wbb</requiredpackage>
<requiredpackage minversion="1.1.0">com.woltlab.wcf</requiredpackage>
</requiredpackages>
<instructions type="install">
<languages languagecode="de">de.utf-8.xml</languages>
<languages languagecode="de-informal">de-informal.utf-8.xml</languages>
<languages languagecode="en">en.utf-8.xml</languages>
<files>files.tar</files>
<eventlistener>eventlistener.xml</eventlistener>
<options>options.xml</options>
<groupoptions>groupoptions.xml</groupoptions>
<sql>install.sql</sql>
</instructions>
</package>