-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.xml
43 lines (38 loc) · 1.89 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
<?xml version="1.0" encoding="UTF-8"?>
<package name="be.bastelstu.wcf.nodePush" 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[nodePush]]></packagename>
<packagedescription><![CDATA[nodePush is a node.js based backend for Push.]]></packagedescription>
<packagedescription language="de"><![CDATA[nodePush ist ein node.js-basiertes Backend für Push.]]></packagedescription>
<isapplication>0</isapplication>
<version>3.3.1</version>
<date>2024-04-04</date>
<license><![CDATA[Affero General Public License 3 <https://www.gnu.org/licenses/agpl-3.0.html>]]></license>
</packageinformation>
<authorinformation>
<author><![CDATA[Tim Düsterhus]]></author>
<authorurl><![CDATA[http://tims.bastelstu.be]]></authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="5.5.20">com.woltlab.wcf</requiredpackage>
<requiredpackage minversion="2.1.2">be.bastelstu.wcf.push</requiredpackage>
</requiredpackages>
<excludedpackages>
<excludedpackage version="6.0.0 Alpha 1">com.woltlab.wcf</excludedpackage>
<excludedpackage version="*">be.bastelstu.wcf.pusher</excludedpackage>
</excludedpackages>
<instructions type="install">
<instruction type="file" application="wcf">files_wcf.tar</instruction>
<instruction type="language">language/*.xml</instruction>
<instruction type="option" />
<instruction type="eventListener" />
<instruction type="templateListener" />
</instructions>
<instructions type="update" fromversion="3.3.0">
<instruction type="file" application="wcf">files_wcf.tar</instruction>
<instruction type="language">language/*.xml</instruction>
<instruction type="option" />
<instruction type="eventListener" />
<instruction type="templateListener" />
</instructions>
</package>