Tims-Chat/package.xml

80 lines
4.2 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
2013-01-19 19:36:40 +00:00
<package name="be.bastelstu.chat" 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>
2013-11-13 18:03:01 +00:00
<packagename><![CDATA[Tims Chat]]></packagename>
2013-11-13 20:49:07 +00:00
<packagename language="de"><![CDATA[Tims Chat]]></packagename>
2013-12-08 15:38:15 +00:00
<packagedescription><![CDATA[Tims Chat is a capable chat software for your community. It convices by a seamless integration into your community, advanced permissions, it is feature rich and easily customized via the templates!]]></packagedescription>
2013-12-09 17:39:03 +00:00
<packagedescription language="de"><![CDATA[Tims Chat ist ein leistungsfähiges Chatsystem für Ihre Community. Er überzeugt durch eine nahtlose Integration in das Design Ihrer Community, ein umfangreiches Rechtesystem, Funktionsreichtum und ist über die Templates kinderleicht zu verändern!]]></packagedescription>
<isapplication>1</isapplication>
2016-08-17 18:39:27 +00:00
<version>3.0.6</version><!-- Codename: Codenames are overrated -->
<date>2016-08-17</date>
2014-03-02 20:13:42 +00:00
<license><![CDATA[Creative Commons Attribution-NonCommercial-ShareAlike <https://github.com/wbbaddons/Tims-Chat/blob/master/LICENSE>]]></license>
</packageinformation>
<authorinformation>
<author><![CDATA[Tim Düsterhus]]></author>
2012-04-14 17:43:36 +00:00
<authorurl><![CDATA[http://tims.bastelstu.be]]></authorurl>
</authorinformation>
2011-11-27 12:15:44 +00:00
<requiredpackages>
2014-06-21 17:15:57 +00:00
<requiredpackage minversion="2.0.7">com.woltlab.wcf</requiredpackage>
2013-11-19 19:24:06 +00:00
<requiredpackage file="requirements/be.bastelstu.max.wcf.jCounter.tar" minversion="1.0.0 Beta 4">be.bastelstu.max.wcf.jCounter</requiredpackage>
2014-03-02 20:13:42 +00:00
<requiredpackage file="requirements/be.bastelstu.wcf.nodePush.tar" minversion="1.0.0 Beta 1">be.bastelstu.wcf.nodePush</requiredpackage>
2011-11-27 12:15:44 +00:00
</requiredpackages>
2016-08-17 18:42:22 +00:00
<excludedpackages>
<excludedpackage version="2.2.0 Alpha 1">com.woltlab.wcf</excludedpackage>
</excludedpackages>
2011-11-27 12:15:44 +00:00
<instructions type="install">
<instruction type="language">language/*.xml</instruction>
<instruction type="file">file.tar</instruction>
<instruction type="template">template.tar</instruction>
2012-02-04 19:50:18 +00:00
<instruction type="acpTemplate">acptemplate.tar</instruction>
<instruction type="sql">install.sql</instruction>
<instruction type="objectType">objectType.xml</instruction>
<instruction type="option">option.xml</instruction>
<instruction type="templateListener">templateListener.xml</instruction>
2013-05-09 15:38:02 +00:00
<instruction type="pageMenu">pageMenu.xml</instruction>
<instruction type="aclOption">aclOption.xml</instruction>
2012-02-04 19:50:18 +00:00
<instruction type="acpMenu">acpMenu.xml</instruction>
<instruction type="userGroupOption">userGroupOption.xml</instruction>
<instruction type="eventListener">eventListener.xml</instruction>
2013-01-31 15:02:14 +00:00
<instruction type="dashboardBox">dashboardBox.xml</instruction>
<instruction type="script" run="standalone">acp/be.bastelstu.chat.install.php</instruction>
</instructions>
2016-08-17 18:39:27 +00:00
<instructions type="update" fromversion="3.0.5">
<instruction type="file">file.tar</instruction>
</instructions>
2015-05-23 18:47:11 +00:00
<instructions type="update" fromversion="3.0.4">
<instruction type="file">file.tar</instruction>
</instructions>
2015-04-01 23:22:26 +00:00
<instructions type="update" fromversion="3.0.3">
<instruction type="file">file.tar</instruction>
2015-04-01 23:35:00 +00:00
</instructions>
2015-04-01 23:22:26 +00:00
2015-02-25 21:33:33 +00:00
<instructions type="update" fromversion="3.0.2">
<instruction type="language">language/*.xml</instruction>
<instruction type="file">file.tar</instruction>
<instruction type="template">template.tar</instruction>
<instruction type="script" run="standalone">acp/be.bastelstu.chat.update.php</instruction>
</instructions>
2014-10-18 20:13:47 +00:00
<instructions type="update" fromversion="3.0.1">
<instruction type="language">language/*.xml</instruction>
<instruction type="file">file.tar</instruction>
2015-02-25 21:33:33 +00:00
<instruction type="template">template.tar</instruction>
2014-10-18 20:13:47 +00:00
<instruction type="script" run="standalone">acp/be.bastelstu.chat.update.php</instruction>
</instructions>
2014-08-14 17:12:57 +00:00
<instructions type="update" fromversion="3.0.0">
2014-06-21 17:15:57 +00:00
<instruction type="language">language/*.xml</instruction>
<instruction type="file">file.tar</instruction>
2015-02-25 21:33:33 +00:00
<instruction type="template">template.tar</instruction>
2013-01-31 15:02:14 +00:00
<instruction type="script" run="standalone">acp/be.bastelstu.chat.update.php</instruction>
</instructions>
2012-01-29 11:44:36 +00:00
</package>