<?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="pytwitterclient_hunziker_ekianjo_1_0_0">
<version major="1" minor="0" release="1" build="1" type="alpha"/>
<author name="ekianjo" website="http://www.openpandora.org"/>
<titles>
<title lang="en_US">PyTwitterClient</title>
<title lang="de_DE">PyTwitterClient</title>
</titles>
<descriptions>
<description lang="en_US">This is twitter client (in python) originally written by Manuel Hunziker (available on github). Icon by Arrioch (Creative Commons License).</description>
</descriptions>
<icon src="Twitter.png"/>
</package>
<application id="pytwitterclient_hunziker_ekianjo_1_0_0" appdata="pytwitterclient">
<exec background="true" standalone="true" command="python main.py"/>
<version major="1" minor="1" release="1" build="1" type="release"/> <!--This program's version-->
<osversion major="1" minor="0" release="0" build="0"/> <!--The minimum OS version required-->
<author name="Ekianjo" website="http://www.openpandora.org"/> <!--Optional email and website, name required-->
<titles>
<title lang="en_US">PyTwitterClient</title>
<title lang="de_DE">PyTwitterClient</title>
</titles>
<title lang="en_US">PyTwitterClient</title> <!--Extra <title> block for compatibility with OS versions before HF6-->
<descriptions>
<description lang="en_US">This is twitter client (in python) originally written by Manuel Hunziker (available on github). Icon by Arrioch (Creative Commons License).</description>
</descriptions>
<description lang="en_US">This is twitter client (in python) originally written by Manuel Hunziker (available on github). Icon by Arrioch (Creative Commons License).</description> <!--Extra <description> block for compatibility with OS versions before HF6-->
<icon src="Twitter.png"/>
<licenses>
<license name="GPLv2+" url="http://www.gnu.org/licenses/gpl-2.0.html" sourcecodeurl="http://openpandora.org/sources/package.tar.bz2"/><!--Optional url and sourcecodeurl, mandatory name-->
</licenses>
<previewpics>
<pic src="./preview/pic1.jpg"/>
<pic src="./preview/pic2.jpg"/>
</previewpics>
<info name="Readme" type="text/html" src="readme.html"/>
<!--the categories has to conform to the FDO categories, those will be enforced by the schema and libpnd!-->
<categories>
<category name="Network"><!--Main category: a category like "Game", "Graphics", "Network", etc-->
<subcategory name="InstantMessaging"/><!--Subcategory 1: a subcategory, like "BoardGame", "StrategyGame", "ActionGame"-->
</category>
</categories>
<clockspeed frequency="600"/><!--Frequency in Hz-->
</application>
</PXML>