Merged in changes from dflemstr (thanks!)
[pandora-libraries.git] / testdata / apps / sampleapp1 / PXML.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <PXML xmlns="http://openpandora.org/namespaces/PXML" 
3 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="jeff.sample.1" xsi:noNamespaceSchemaLocation="PXML_schema.xsd">
4   <title lang="en_US">Sample App 1</title>
5   <title lang="de_DE">Sample App 1 - German</title>
6
7   <exec background="true" startdir="/usr/share/icons/" standalone="true" command="program.exe"/>
8
9   <description lang="en_US">This is the English Description of the file.</description>
10   <description lang="de_DE">This would be the German description.</description>
11
12   <previewpics>
13     <pic src="./preview/pic1.jpg"/>
14     <pic src="./preview/pic2.jpg"/>
15   </previewpics>
16
17   <author name="EvilDragon" website="http://www.openpandora.org"/><!--Optional email and website, name required-->
18
19   <version major="1" minor="1" release="1" build="2"/><!--This program's version-->
20   <osversion major="1" minor="0" release="0" build="0"/><!--The minimum OS version required-->
21
22   <categories>
23     <category name="Main category"><!--category like "Games", "Graphics", "Internet" etc-->
24     <subcategory name="Subcategory 1"/><!--subcategory, like "Board Games", "Strategy", "First Person Shooters"-->
25     <subcategory name="Subcategory 2"/>
26     </category>
27     <category name="Alternative category">
28       <subcategory name="Alternative Subcategory 1"/>
29     </category>
30   </categories>
31
32   <associations>
33     <!--File associations, with a short description, an extension, and start params.-->
34     <association name="View Word File" filetype="application/msword" exec="-f %s -t doc"/>
35   </associations>
36
37   <clockspeed frequency="600"/><!--Frequency in Hz-->
38
39   <configuration for="gmenupandora">......kfujl........</configuration><!--random data, this is for specific menus-->
40   <configuration for="anothermenu">......qwe......fwer.....</configuration>
41 </PXML>