Archived
1
0
This repository has been archived on 2025-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
smf-shoutbox/package-info.xml
2006-08-04 07:11:50 +00:00

67 lines
3.6 KiB
XML

<?xml version="1.0"?>
<!DOCTYPE package-info SYSTEM "http://www.simplemachines.org/xml/package-info">
<package-info xmlns="http://www.simplemachines.org/xml/package-info" xmlns:smf="http://www.simplemachines.org/">
<name>SMF Shoutbox</name>
<id>Deep:SMF_Shoutbox</id>
<type>modification</type>
<version>1.04</version>
<install for="1.1 RC2">
<require-file name="sbox.php" destination="$sourcedir" />
<require-file name="sboxDB.php" destination="$sourcedir" />
<require-file name="sbox.template.php" destination="$themedir" />
<require-file name="sbox_angry.gif" destination="$themedir/images" />
<require-file name="sbox_bad.gif" destination="$themedir/images" />
<require-file name="sbox_bang.gif" destination="$themedir/images" />
<require-file name="sbox_cheerio.gif" destination="$themedir/images" />
<require-file name="sbox_church.gif" destination="$themedir/images" />
<require-file name="sbox_cry.gif" destination="$themedir/images" />
<require-file name="sbox_funny.gif" destination="$themedir/images" />
<require-file name="sbox_grin.gif" destination="$themedir/images" />
<require-file name="sbox_hand.gif" destination="$themedir/images" />
<require-file name="sbox_kiss.gif" destination="$themedir/images" />
<require-file name="sbox_laugh.gif" destination="$themedir/images" />
<require-file name="sbox_oops.gif" destination="$themedir/images" />
<require-file name="sbox_smile.gif" destination="$themedir/images" />
<require-file name="sbox_smoke.gif" destination="$themedir/images" />
<require-file name="sbox_yeah.gif" destination="$themedir/images" />
<require-file name="sbox_refresh.gif" destination="$themedir/images" />
<code type="file">sbox_setup.php</code>
<readme type="inline">
<![CDATA[
This allows you to put a shoutbox on your SMF forum above the board index of the default theme.
Written By Deep (diem4@gmx.net), inspired by Matthew Wolf (a.k.a Grudge)
Copyright 2006 - Neither this package or any of it's contents may be distributed without authorisation.
]]>
</readme>
<modification type="file" format="boardmod">sbox_v1.04.mod</modification>
</install>
<uninstall for="1.1 RC2">
<readme type="inline">Uninstall will remove all the changes made by the shoutbox. You must do this before upgrading!</readme>
<modification type="file" format="boardmod" reverse="true">sbox_v1.04.mod</modification>
<remove-file name="$sourcedir/sbox.php" />
<remove-file name="$sourcedir/sboxDB.php" />
<remove-file name="$themedir/sbox.template.php" />
<remove-file name="$themedir/images/sbox_angry.gif" />
<remove-file name="$themedir/images/sbox_bad.gif" />
<remove-file name="$themedir/images/sbox_bang.gif" />
<remove-file name="$themedir/images/sbox_cheerio.gif" />
<remove-file name="$themedir/images/sbox_church.gif" />
<remove-file name="$themedir/images/sbox_cry.gif" />
<remove-file name="$themedir/images/sbox_funny.gif" />
<remove-file name="$themedir/images/sbox_grin.gif" />
<remove-file name="$themedir/images/sbox_hand.gif" />
<remove-file name="$themedir/images/sbox_kiss.gif" />
<remove-file name="$themedir/images/sbox_laugh.gif" />
<remove-file name="$themedir/images/sbox_oops.gif" />
<remove-file name="$themedir/images/sbox_smile.gif" />
<remove-file name="$themedir/images/sbox_smoke.gif" />
<remove-file name="$themedir/images/sbox_yeah.gif" />
<remove-file name="$themedir/images/sbox_refresh.gif" />
<code type="file">sbox_remove.php</code>
</uninstall>
<install>
<readme type="inline">Sorry, but the SMF Shoutbox Mod doesn't support your SMF version!</readme>
</install>
</package-info>