This repository was archived by the owner on May 28, 2021. 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
35 lines (30 loc) · 1.65 KB
/
package.xml
File metadata and controls
35 lines (30 loc) · 1.65 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
<?xml version="1.0" encoding="UTF-8"?>
<package name="de.codequake.wcf.acp.index.news" 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/package.xsd">
<packageinformation>
<packagename>Third-Party Newsfeeds</packagename>
<packagename language="de">Drittanbieter-Newsfeeds</packagename>
<packagedescription>Allows third-parties to intigrate their newsfeeds into the front page of the admin control panel.</packagedescription>
<packagedescription language="de">Ermöglicht Drittanbietern, ihre Newsfeeds in die Startseite der Administrationsoberfläche einzubinden.</packagedescription>
<version>1.1.2</version>
<date>2015-04-19</date>
</packageinformation>
<authorinformation>
<author>codeQuake</author>
<authorurl>http://codequake.de</authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="2.0.0">com.woltlab.wcf</requiredpackage>
</requiredpackages>
<excludedpackages>
<excludedpackage version="2.2.0 Alpha 1">com.woltlab.wcf</excludedpackage>
</excludedpackages>
<instructions type="install">
<instruction type="file">files.tar</instruction>
<instruction type="acpTemplate">acptemplates.tar</instruction>
<instruction type="templateListener">templateListener.xml</instruction>
</instructions>
<instructions type="update" fromversion="1.1.1">
<instruction type="file">files.tar</instruction>
<instruction type="acpTemplate">acptemplates.tar</instruction>
</instructions>
</package>