-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
31 lines (28 loc) · 1.62 KB
/
package.xml
File metadata and controls
31 lines (28 loc) · 1.62 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
<?xml version="1.0" encoding="UTF-8"?>
<package name="be.bastelstu.wbb.pushNotification" 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 language="de"><![CDATA[Push-Benachrichtigungen (WBB)]]></packagename>
<packagename language="en"><![CDATA[Push notifications (WBB)]]></packagename>
<packagedescription language="de"><![CDATA[Zeigt ein Benachrichtigungs-Pop-Up bei neuen Antworten im Thema an.]]></packagedescription>
<packagedescription language="en"><![CDATA[Shows a notification pop-up when the current thread receives a reply.]]></packagedescription>
<version>2.0.0 Alpha 1</version>
<date>2016-10-03</date>
<license><![CDATA[WTFPL <http://www.wtfpl.net/txt/copying/>]]></license>
</packageinformation>
<authorinformation>
<author><![CDATA[Tim Düsterhus]]></author>
<authorurl><![CDATA[http://tims.bastelstu.be]]></authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="3.0.0 Alpha 1">com.woltlab.wcf</requiredpackage>
<requiredpackage minversion="5.0.0 Alpha 1">com.woltlab.wbb</requiredpackage>
<requiredpackage minversion="2.0.0 Alpha 1">be.bastelstu.wcf.push</requiredpackage>
</requiredpackages>
<instructions type="install">
<instruction type="language">language/*.xml</instruction>
<instruction type="file" application="wbb" />
<instruction type="file" application="wcf">files_wcf.tar</instruction>
<instruction type="eventListener" />
<instruction type="templateListener" />
</instructions>
</package>