This repository was archived by the owner on Oct 24, 2020. 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
29 lines (26 loc) · 1.47 KB
/
package.xml
File metadata and controls
29 lines (26 loc) · 1.47 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
<?xml version="1.0" encoding="UTF-8"?>
<package name="be.bastelstu.wcf.hideDisliked" 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><![CDATA[Tim’s Negative Hider]]></packagename>
<packagename language="de"><![CDATA[Tims Negativ-Verstecker]]></packagename>
<packagedescription><![CDATA[Tim’s Negative Hider makes disliked contents transparent to remove attention from them.]]></packagedescription>
<packagedescription language="de"><![CDATA[Tims Negativ-Verstecker macht negativ bewertete Inhalte durchsichtig um ihnen Aufmerksamkeit zu entziehen.]]></packagedescription>
<isapplication>0</isapplication>
<version>2.0.0 RC 1</version>
<date>2016-12-19</date>
<license><![CDATA[BSD 3-Clause License <http://opensource.org/licenses/BSD-3-Clause>]]></license>
</packageinformation>
<authorinformation>
<author><![CDATA[Tim Düsterhus]]></author>
<authorurl><![CDATA[http://tims.bastelstu.be]]></authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="3.0.0 RC 1">com.woltlab.wcf</requiredpackage>
</requiredpackages>
<instructions type="install">
<instruction type="file" applicatin="wcf">files_wcf.tar</instruction>
<instruction type="language">language/*.xml</instruction>
<instruction type="option" />
<instruction type="templateListener" />
</instructions>
</package>