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