improve text about examples since the old wiki page skeezix created is
[pandora-libraries.git] / docs / examples / average-case_PXML.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!-- This is an example how a "common" pnd with just one application could look. Most of the information for the <package> block can in this case directly be copied over from the respective parts in the <application> block.-->
3 <PXML xmlns="http://openpandora.org/namespaces/PXML">
4   <package id="sample-app">
5     <version major="1" minor="17" release="3" build="4"/>
6     <author name="the authors name" website="http://www.openpandora.org"/>
7     <titles>
8       <title lang="en_US">Sample Application</title>
9       <title lang="de_DE">Beispiel Anwendung</title>
10     </titles>
11     <descriptions>
12       <description lang="en_US">A really lenghty description for the application.</description>
13       <description lang="de_DE">Die Beschreibung einer Beispielanwendung.</description>
14     </descriptions>
15     <icon src="my-icon.png"/>
16   </package>
17   
18   <application id="sample-app">
19     <exec command="run.sh" x11="req"/>
20     <version major="1" minor="17" release="3" build="4"/>
21     <author name="the authors name" website="http://www.openpandora.org"/>
22     <titles>
23       <title lang="en_US">Sample Application</title>
24       <title lang="de_DE">Beispiel Anwendung</title>
25     </titles>
26     <title lang="en_US">Sample Application</title> <!--Extra block for compatibility with OS versions before HF6-->
27     <descriptions>
28       <description lang="en_US">A really lenghty description for the application.</description>
29       <description lang="de_DE">Die Beschreibung einer Beispielanwendung.</description>
30     </descriptions>
31     <description lang="en_US">A really lenghty description for the application.</description> <!--Extra block for compatibility with OS versions before HF6-->
32     <icon src="my-icon.png"/>
33     <licenses>
34       <license name="GPLv2+" url="http://www.gnu.org/licenses/gpl-2.0.html" sourcecodeurl="http://pandora.org/sources/package.tar.bz2"/>
35     </licenses>
36     <previewpics>
37       <pic src="preview-image.png"/>
38     </previewpics>
39     <info name="Readme" type="text/html" src="readme.html"/>
40     <categories>
41       <category name="Game">
42         <subcategory name="StrategyGame"/>
43       </category>
44     </categories>
45   </application>
46 </PXML>