This repository was archived by the owner on Jun 5, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage-info.xml
More file actions
52 lines (42 loc) · 2.29 KB
/
Copy pathpackage-info.xml
File metadata and controls
52 lines (42 loc) · 2.29 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
49
50
51
52
<?xml version="1.0"?>
<?xml-stylesheet href="package-info.xsl" type="text/xsl"?>
<!DOCTYPE package-info SYSTEM "http://www.simplemachines.org/xml/package-info">
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ATTENTION: If you are trying to install this manually, you should try
the package manager. If it will not work for you, please take a look
at the following for information on this format:
http://mods.simplemachines.org/docs/manual-install.php
================================================================================
This script can be used to make your package do many different things.
The following documentation should be available on the format of this
file and the things you can do with it:
http://mods.simplemachines.org/docs/package-info.php
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<package-info xmlns="http://www.simplemachines.org/xml/package-info" xmlns:smf="http://www.simplemachines.org/">
<id>Niko:PostHistory</id>
<name>Post History</name>
<version>1.03</version>
<type>modification</type>
<install for="2.0 - 2.0.99">
<readme parsebbc="true">readme.txt</readme>
<!-- Run Installer/upgrader -->
<code>post_history/Database.php</code>
<code>post_history/Subs-Install.php</code>
<database>post_history/install.php</database>
<require-file name="PostHistory.php" destination="$sourcedir" />
<require-file name="PostHistory.template.php" destination="$themedir" />
<modification format="xml" type="file">install.xml</modification>
<modification format="xml" type="file">language/english.xml</modification>
<modification format="xml" type="file">language/english-utf8.xml</modification>
<modification format="xml" type="file">language/finnish.xml</modification>
<modification format="xml" type="file">language/finnish-utf8.xml</modification>
<modification format="xml" type="file">language/turkish.xml</modification>
<modification format="xml" type="file">language/turkish-utf8.xml</modification>
</install>
<uninstall>
<remove-file name="$sourcedir/PostHistory.php" />
<remove-file name="$themedir/PostHistory.template.php" />
<!-- Remove code modifications -->
<modification format="xml" type="file" reverse="true">install.xml</modification>
</uninstall>
</package-info>