-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
27 lines (24 loc) · 1.16 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
<?xml version="1.0" encoding="UTF-8"?>
<package name="be.bastelstu.jan.qWebIRC" 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>Quakenet Web-IRC Integration</packagename>
<packagedescription>Integrates the Quakenet WebIRC client into your WCF</packagedescription>
<version>1.0.0</version>
<date>2013-12-12</date>
</packageinformation>
<authorinformation>
<author><![CDATA[Stricted]]></author>
<authorurl><![CDATA[http://tims.bastelstu.be]]></authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="2.0.0">com.woltlab.wcf</requiredpackage>
</requiredpackages>
<instructions type="install">
<instruction type="userGroupOption">groupoptions.xml</instruction>
<instruction type="pageMenu">pagemenu.xml</instruction>
<instruction type="file">files.tar</instruction>
<instruction type="template">templates.tar</instruction>
<instruction type="option">options.xml</instruction>
<instruction type="language">language/*.xml</instruction>
</instructions>
</package>