-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.xml
More file actions
48 lines (42 loc) · 2.66 KB
/
Copy pathpackage.xml
File metadata and controls
48 lines (42 loc) · 2.66 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
<?xml version="1.0" encoding="UTF-8"?>
<package name="be.bastelstu.max.wcf.otu" 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/5.4/package.xsd">
<packageinformation>
<packagename><![CDATA[One-Time-Username]]></packagename>
<packagedescription><![CDATA[One-Time-Username is the simple solution to prevent confusion in your community, since it blocks the use of previously used usernames, after they become available for others, e.g. due to deletion or after renaming of users.]]></packagedescription>
<packagedescription language="de"><![CDATA[One-Time-Username ist die einfache Lösung, um Verwirrung in Ihrer Community zu verhindern, indem verwendete Benutzernamen, nach der Freigabe durch Umbenennung oder Löschung, automatisch gesperrt und nach einer einstellbaren Zeit entsperrt werden.]]></packagedescription>
<isapplication>0</isapplication>
<version>1.5.0</version>
<date>2024-10-19</date>
<license><![CDATA[BSD 3-Clause License <http://opensource.org/licenses/BSD-3-Clause>]]></license>
</packageinformation>
<authorinformation>
<author><![CDATA[Maximilian Mader]]></author>
<authorurl><![CDATA[http://max.bastelstu.be]]></authorurl>
</authorinformation>
<requiredpackages>
<requiredpackage minversion="6.0.18">com.woltlab.wcf</requiredpackage>
</requiredpackages>
<excludedpackages>
<excludedpackage version="6.2.0 Alpha 1">com.woltlab.wcf</excludedpackage>
</excludedpackages>
<instructions type="install">
<instruction type="file">files.tar</instruction>
<instruction type="database" run="standalone">acp/database/install_be.bastelstu.max.wcf.otu.php</instruction>
<instruction type="acpTemplate">acptemplates.tar</instruction>
<instruction type="eventListener">eventListener.xml</instruction>
<instruction type="option">option.xml</instruction>
<instruction type="acpMenu">acpMenu.xml</instruction>
<instruction type="language">language/*.xml</instruction>
<instruction type="script" run="standalone">acp/install_be.bastelstu.max.wcf.otu.php</instruction>
</instructions>
<instructions type="update" fromversion="1.4.1">
<instruction type="file">files.tar</instruction>
<instruction type="acpTemplate">acptemplates.tar</instruction>
<instruction type="eventListener">eventListener.xml</instruction>
<instruction type="option">option.xml</instruction>
<instruction type="acpMenu">acpMenu.xml</instruction>
<instruction type="language">language/*.xml</instruction>
<instruction type="script" run="standalone">acp/update_be.bastelstu.max.wcf.otu_1.4.php</instruction>
<instruction type="fileDelete" />
</instructions>
</package>