-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.xml
More file actions
60 lines (52 loc) · 2.34 KB
/
package.xml
File metadata and controls
60 lines (52 loc) · 2.34 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<?xml version="1.0" encoding="UTF-8"?>
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="de.codequake.cms.news" xmlns="http://www.woltlab.com" xsi:schemaLocation="http://www.woltlab.com http://www.woltlab.com/XSD/maelstrom/package.xsd">
<packageinformation>
<packagename><![CDATA[Fireball CMS: Newssystem]]></packagename>
<packagename language="de"><![CDATA[Fireball CMS: Nachrichtensystem]]></packagename>
<packagedescription><![CDATA[Newssystem for Fireball CMS]]></packagedescription>
<packagedescription language="de"><![CDATA[Nachrichtensystem für das Fireball CMS]]></packagedescription>
<version><![CDATA[2.2.0 Beta 1]]></version>
<date><![CDATA[2017-11-05]]></date>
</packageinformation>
<authorinformation>
<author>codeQuake, MysteryCode</author>
<authorurl>https://www.mysterycode.de/</authorurl>
</authorinformation>
<compatibility>
<api version="2019" />
</compatibility>
<requiredpackages>
<requiredpackage minversion="5.2.0">com.woltlab.wcf</requiredpackage>
<requiredpackage minversion="3.1.0 Beta 1">de.codequake.cms</requiredpackage>
<requiredpackage minversion="1.0.1">de.mysterycode.wcf.redactor.extended</requiredpackage>
</requiredpackages>
<excludedpackages>
<excludedpackage version="6.0.0 Alpha 1">com.woltlab.wcf</excludedpackage>
<excludedpackage version="1.0.0 Alpha 1">de.voolia.news</excludedpackage>
<excludedpackage version="3.2.0 Alpha 1">de.codequake.cms</excludedpackage>
</excludedpackages>
<instructions type="install">
<!-- lang -->
<instruction type="language" />
<!-- tar -->
<instruction type="file" application="cms">files_cms.tar</instruction>
<instruction type="acpTemplate" application="cms">acptemplates_cms.tar</instruction>
<instruction type="template" application="cms">templates_cms.tar</instruction>
<!-- database -->
<instruction type="sql" />
<!-- xml -->
<instruction type="acpMenu" />
<instruction type="option" />
<instruction type="cronjob" />
<instruction type="bbcode" />
<instruction type="userGroupOption" />
<instruction type="objectType" />
<instruction type="clipboardAction" />
<instruction type="userNotificationEvent" />
<instruction type="templateListener" />
<instruction type="eventListener" />
<instruction type="aclOption" />
<instruction type="page" />
<instruction type="menuItem" />
</instructions>
</package>