This repository has been archived by the owner on Jun 1, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
install_mod.xml
41 lines (41 loc) · 2.21 KB
/
install_mod.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
41
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="modx.prosilver.en.xsl"?>
<!--NOTICE: Please open this file in your web browser. If presented with a security warning, you may safely tell it to allow the blocked content.-->
<!--For security purposes, please check: http://www.phpbb.com/mods/ for the latest version of this MOD.\nAlthough MODs are checked before being allowed in the MODs Database there is no guarantee that there are no security problems within the MOD.\nNo support will be given for MODs not found within the MODs Database which can be found at http://www.phpbb.com/mods/-->
<mod xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.phpbb.com/mods/xml/modx-1.2.5.xsd">
<header>
<meta name="generator" content="MODX file generated with PP MODX Creator 1.0.1 by tumba25 (phpBB version) at phpbbmodders.net"/>
<license><![CDATA[http://opensource.org/licenses/gpl-license.php GNU General Public License v2]]></license>
<title lang="en"><![CDATA[AutoMOD]]></title>
<description lang="en"><![CDATA[AutoMOD is a tool for installing MODs in an automated manner. It performs the file edits for you. As of today, AutoMOD is considered a stable release, meaning we believe all the serious bugs have been removed, and will provide support for any which do still exist.]]></description>
<author-group>
<author>
<realname><![CDATA[Jari Kanerva]]></realname>
<username><![CDATA[tumba25]]></username>
<homepage><![CDATA[tumba25.net]]></homepage>
<contributions-group>
<contributions status="current" position="Developer"/>
</contributions-group>
</author>
<author>
<username><![CDATA[A_Jelly_Doughnut]]></username>
<contributions-group>
<contributions status="past" position="Developer"/>
</contributions-group>
</author>
</author-group>
<mod-version>1.0.2</mod-version>
<installation>
<level>easy</level>
<time>60</time>
<target-version>3.0.11</target-version>
</installation>
</header>
<action-group>
<copy>
<file from="root/*.*" to="*.*"/>
</copy>
<php-installer><![CDATA[install/index.php]]></php-installer>
<diy-instructions lang="en"><![CDATA[Enjoy]]></diy-instructions>
</action-group>
</mod>