<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="http://www.fustrate.com/dev/sources/Other/package-info.xsl"?>
<!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>Advanced Reputation System</name>
	<id>yodaofdarkness:advrep</id>
	<type>modification</type>
	<version>1.8</version>

	<install for="2.0 RC2">
		<code>install.php</code>
		<modification type="file" format="xml">install.xml</modification>

		<!-- Languages - only English is mandatory! -->
		<modification type="file" format="xml">lang-english.xml</modification>
		<modification type="file" format="xml">lang-english-utf8.xml</modification>
		<modification type="file" format="xml">lang-russian.xml</modification>
		<modification type="file" format="xml">lang-spanish-utf8.xml</modification>
		<modification type="file" format="xml">lang-turkish.xml</modification>
		<modification type="file" format="xml">lang-turkish-utf8.xml</modification>

		<readme type="file" parsebbc="true">readme.txt</readme>

		<require-file name="Karma.template.php" destination="$themedir" />

		<require-file name="karma.gif" destination="$themedir/images" />
		<require-file name="karma_bad_basic.gif" destination="$themedir/images" />
		<require-file name="karma_good_basic.gif" destination="$themedir/images" />
		<require-file name="karma_bad_super.gif" destination="$themedir/images" />
		<require-file name="karma_good_super.gif" destination="$themedir/images" />
		<require-file name="karma_disabled_basic.gif" destination="$themedir/images" />
	</install>

	<uninstall>
		<code>uninstall.php</code>
		<modification type="file" format="xml" reverse="true">install.xml</modification>

		<!-- Languages - only English is mandatory! -->
		<modification type="file" format="xml" reverse="true">lang-english.xml</modification>
		<modification type="file" format="xml" reverse="true">lang-english-utf8.xml</modification>
		<modification type="file" format="xml" reverse="true">lang-russian.xml</modification>
		<modification type="file" format="xml" reverse="true">lang-spanish-utf8.xml</modification>
		<modification type="file" format="xml" reverse="true">lang-turkish.xml</modification>
		<modification type="file" format="xml" reverse="true">lang-turkish-utf8.xml</modification>

		<remove-file name="$themedir/Karma.template.php" />

		<remove-file name="$themedir/images/karma.gif" />
		<remove-file name="$themedir/images/karma_bad_basic.gif" />
		<remove-file name="$themedir/images/karma_good_basic.gif" />
		<remove-file name="$themedir/images/karma_bad_super.gif" />
		<remove-file name="$themedir/images/karma_good_super.gif" />
		<remove-file name="$themedir/images/karma_disabled_basic.gif" />
	</uninstall>
</package-info>
