<?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>0.1.5</version>

	<install for="1.1-1.1.99">
		<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-russian-utf8.xml</modification>
		<modification type="file" format="xml">lang-spanish_latin.xml</modification>
		<modification type="file" format="xml">lang-spanish_latin-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="karmaBad_basic.gif" destination="$themedir/images" />
		<require-file name="karmaGood_basic.gif" destination="$themedir/images" />
		<require-file name="karmaBad_super.gif" destination="$themedir/images" />
		<require-file name="karmaGood_super.gif" destination="$themedir/images" />
		<require-file name="karma_disabled_basic.gif" destination="$themedir/images" />
	</install>

	<upgrade from="0.1">
		<readme type="file" parsebbc="true">readme.txt</readme>
		<modification type="file" format="xml">upgrade_0-1.xml</modification>

		<require-file name="karmaBad_basic.gif" destination="$themedir/images" />
		<require-file name="karmaGood_basic.gif" destination="$themedir/images" />
		<require-file name="karmaBad_super.gif" destination="$themedir/images" />
		<require-file name="karmaGood_super.gif" destination="$themedir/images" />

		<!-- remove the images that don't work -->
		<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" />
	</upgrade>

	<upgrade from="0.1.1">
		<readme type="file" parsebbc="true">readme.txt</readme>
		<modification type="file" format="xml">upgrade_0-1-1.xml</modification>
	</upgrade>

	<upgrade from="0.1.2">
		<readme type="file" parsebbc="true">readme.txt</readme>
		<modification type="file" format="xml">upgrade_0-1-2.xml</modification>
	</upgrade>

	<upgrade from="0.1.3">
		<readme type="file" parsebbc="true">readme.txt</readme>
		<modification type="file" format="xml">upgrade_0-1-3.xml</modification>
	</upgrade>

	<upgrade from="0.1.4">
		<readme type="file" parsebbc="true">readme.txt</readme>
		<modification type="file" format="xml">upgrade_0-1-4.xml</modification>
	</upgrade>

	<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-russian-utf8.xml</modification>

		<remove-file name="$themedir/Karma.template.php" />

		<remove-file name="$themedir/images/karma.gif" />
		<remove-file name="$themedir/images/karmaBad_basic.gif" />
		<remove-file name="$themedir/images/karmaGood_basic.gif" />
		<remove-file name="$themedir/images/karmaBad_super.gif" />
		<remove-file name="$themedir/images/karmaGood_super.gif" />
		<remove-file name="$themedir/images/karma_disabled_basic.gif" />
	</uninstall>
</package-info>
