This repository was archived by the owner on Nov 9, 2017. 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
42 lines (35 loc) · 1.86 KB
/
package.xml
File metadata and controls
42 lines (35 loc) · 1.86 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
39
40
41
42
<?xml version="1.0" encoding="UTF-8"?>
<package name="be.bastelstu.josh.pillory" 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>Pillory</packagename>
<packagename language="de">Pranger</packagename>
<packagedescription><![CDATA[This plugin provides a pillory, which lists bans and account deletions in the frontend.]]></packagedescription>
<packagedescription language="de"><![CDATA[Dieses Plugin stellt einen Pranger bereit, welcher Sperren und Accountlöschungen im Frontend auflistet.]]></packagedescription>
<version>1.0.2</version>
<date>2014-12-10</date>
<license><![CDATA[Creative Commons Attribution-ShareAlike 4.0 <https://creativecommons.org/licenses/by-sa/4.0/legalcode>]]></license>
</packageinformation>
<authorinformation>
<author>Joshua Rüsweg</author>
<authorurl>https://tims.bastelstu.be/</authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="2.0.9">com.woltlab.wcf</requiredpackage>
</requiredpackages>
<optionalpackages>
<optionalpackage file="optionals/be.bastelstu.josh.pillory.infraction.tar">be.bastelstu.josh.pillory.infraction</optionalpackage>
</optionalpackages>
<instructions type="install">
<!-- files -->
<instruction type="template">templates.tar</instruction>
<instruction type="file">files.tar</instruction>
<instruction type="option">options.xml</instruction>
<instruction type="pageMenu">pageMenu.xml</instruction>
<instruction type="userGroupOption">userGroupOption.xml</instruction>
<!-- lng -->
<instruction type="language">lang/*.xml</instruction>
</instructions>
<instructions type="update" fromversion="1.0.1">
<instruction type="pageMenu">pageMenu.xml</instruction>
</instructions>
</package>