-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
40 lines (33 loc) · 1.7 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
<?xml version="1.0" encoding="UTF-8"?>
<package name="de.mysterycode.wcf.api.chartjs" 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[Chart.js-Library]]></packagename>
<packagename language="de"><![CDATA[Chart.js-Bibliothek]]></packagename>
<packagedescription><![CDATA[Simple yet flexible JavaScript charting for designers & developers.]]></packagedescription>
<packagedescription language="de"><![CDATA[Einfache und dennoch flexible JavaScript-Diagramme für Designer und Entwickler.]]></packagedescription>
<version><![CDATA[4.4.6]]></version>
<date><![CDATA[2024-10-31]]></date>
<license language="de"><![CDATA[MIT <https://github.com/chartjs/Chart.js/blob/master/LICENSE.md>]]></license>
<packageurl>https://github.com/chartjs/Chart.js</packageurl>
</packageinformation>
<requiredpackages>
<requiredpackage minversion="6.0.0"><![CDATA[com.woltlab.wcf]]></requiredpackage>
</requiredpackages>
<excludedpackages>
<excludedpackage version="6.2.0 dev 1"><![CDATA[com.woltlab.wcf]]></excludedpackage>
</excludedpackages>
<authorinformation>
<author><![CDATA[Florian Gail | Chart.js Contributors]]></author>
<authorurl><![CDATA[https://www.mysterycode.de]]></authorurl>
</authorinformation>
<instructions type="install">
<instruction type="file" />
<instruction type="template" />
<instruction type="acpTemplate" />
</instructions>
<instructions type="update" fromversion="3.7.1">
<instruction type="file" />
<instruction type="template" />
<instruction type="acpTemplate" />
</instructions>
</package>