<?xml version="1.0" encoding="UTF-8"?>
<!-- This is a sample PXML.xml file making use of many different things.-->
<PXML xmlns="http://openpandora.org/namespaces/PXML">
	<package id="gemrb">
		<version major="0" minor="6" release="3" build="0" type="release"/>
		<author name="JurnD" website="http://www.gemrb.org/wiki/doku.php?id=start"/>
		<titles>
			<title lang="en_US">GemRB</title>
		</titles>
		<descriptions>
			<description lang="en_US">GemRB 0.6.3 to run Baldur's Gate and Icewind Dale on the Pandora</description>
		</descriptions>
		<icon src="baldur.png"/>
	</package>
	<application id="gemrb">
		<exec background="false" standalone="true" command="start.sh"/>
		<version major="0" minor="6" release="3" build="0" type="release"/>
		<!--This program's version>--
		<!--<osversion major="0" minor="0" release="0" build="0"/-->
		<!--The minimum OS version required-->
		<author name="JurnD" website="http://www.gemrb.org/wiki/doku.php?id=start"/>
		<!--Optional email and website, name required-->
		<titles>
			<title lang="en_US">GemRB</title>
		</titles>
		<title lang="en_US">GemRB</title>
		<!--Extra <title> block for compatibility with OS versions before HF6-->
		<descriptions>
			<description lang="en_US">GemRB 0.6.3 to run Baldur's Gate and Icewind Dale on the Pandora</description>
		</descriptions>
		<description lang="en_US">GemRB 0.6.3 to run Baldur's Gate and Icewind Dale on the Pandora</description>
		<!--Extra <description> block for compatibility with OS versions before HF6-->
		<icon src="baldur.png"/>
		<licenses>
			<license name="GPLv2" url="http://www.gnu.org/licenses/gpl-2.0.html" sourcecodeurl="http://sourceforge.net/projects/gemrb/files/"/><!--Optional url and sourcecodeurl, mandatory name-->
		</licenses>
		<previewpics>
			<pic src="preview.png"/>
		</previewpics>
		<info name="GemRB Readme" type="text/html" src="gemrb.txt"/>
		<!--the categories has to conform to the FDO categories, those will be enforced by the schema and libpnd!-->
		<categories>
			<category name="Game"><!--Main category: a category like "Game", "Graphics", "Network", etc-->
				<subcategory name="AdventureGame"/><!--Subcategory 1: a subcategory, like "BoardGame", "StrategyGame", "ActionGame"-->
			</category>
		</categories>
		<associations>
			<!--File associations, with a short description, an extension, and start params.-->
			<!--association name="" filetype="" exec=""/-->
		</associations>
		<clockspeed frequency="500"/><!--Frequency in Hz-->
	</application>
</PXML>