-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package-info.xml
54 lines (47 loc) · 2.38 KB
/
package-info.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
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0"?>
<!DOCTYPE package-info SYSTEM "http://www.simplemachines.org/xml/package-info">
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
This is a simplified package manifest for SMF packages.
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
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<package-info xmlns="http://www.simplemachines.org/xml/package-info">
<id>digger:mathjax</id>
<name>MathJax</name>
<version>1.4.3</version>
<type>modification</type>
<install for="2.0 - 2.0.99">
<readme parsebbc="true">readme/english.txt</readme>
<readme parsebbc="true" lang="russian">readme/russian.txt</readme>
<readme parsebbc="true" lang="russian-utf8">readme/russian-utf8.txt</readme>
<require-dir name="Sources" destination="$boarddir"/>
<require-dir name="Themes-2.0/default" destination="$boarddir/Themes"/>
<modification>modification.xml</modification>
<code>hooks.php</code>
</install>
<uninstall for="2.0 - 2.0.99">
<remove-file name="$sourcedir/Mod-MathJax.php"/>
<remove-file name="$imagesdir/bbc/latex.gif"/>
<remove-file name="$imagesdir/bbc/latex_inline.gif"/>
<modification reverse="true">modification.xml</modification>
<code>hooks.php</code>
</uninstall>
<install for="2.1 Beta 2, 2.1 - 2.1.99">
<readme parsebbc="true">readme/english.txt</readme>
<readme parsebbc="true" lang="russian">readme/russian.txt</readme>
<readme parsebbc="true" lang="russian-utf8">readme/russian-utf8.txt</readme>
<require-dir name="Sources" destination="$boarddir"/>
<require-dir name="Themes-2.1/default" destination="$boarddir/Themes"/>
<modification>modification.xml</modification>
<code>hooks.php</code>
</install>
<uninstall for="2.1 Beta 2, 2.1 - 2.1.99">
<remove-file name="$sourcedir/Mod-MathJax.php"/>
<remove-file name="$imagesdir/bbc/latex.png"/>
<remove-file name="$imagesdir/bbc/latex_inline.png"/>
<modification reverse="true">modification.xml</modification>
<code>hooks.php</code>
</uninstall>
</package-info>