~mvo/software-center/lp966879

« back to all changes in this revision

Viewing changes to contrib/appstream-xml/appdata.xml

  • Committer: Michael Vogt
  • Date: 2011-05-30 14:12:12 UTC
  • Revision ID: michael.vogt@ubuntu.com-20110530141212-zhpdkddxopx1nuhf
add contrib appstream.xml, add support for update-software-center --appstream-xml-path

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<applications version="0.1">
 
3
  <application>
 
4
    <id type="desktop">firefox.desktop</id>
 
5
    <pkgname>firefox</pkgname>
 
6
    <name>Firefox</name>
 
7
    <name lang="en_GB">Firefoux</name>
 
8
    <summary>Web browser</summary>
 
9
    <summary lang="fr_FR">Navigateur web</summary>
 
10
    <keywords>
 
11
      <keyword>internet</keyword>
 
12
      <keyword>web</keyword>
 
13
      <keyword>browser</keyword>
 
14
      <keyword lang="fr_FR">navigateur</keyword>
 
15
    </keywords>
 
16
    <icon type="stock">web-browser</icon>
 
17
    <appcategories>
 
18
      <appcategory>network</appcategory>
 
19
      <appcategory>web</appcategory>
 
20
    </appcategories>
 
21
    <mimetypes>
 
22
      <mimetype>text/html</mimetype>
 
23
      <mimetype>text/xml</mimetype>
 
24
      <mimetype>application/xhtml+xml</mimetype>
 
25
      <mimetype>application/vnd.mozilla.xul+xml</mimetype>
 
26
      <mimetype>text/mml</mimetype>
 
27
      <mimetype>application/x-xpinstall</mimetype>
 
28
      <mimetype>x-scheme-handler/http</mimetype>
 
29
      <mimetype>x-scheme-handler/https</mimetype>
 
30
    </mimetypes>
 
31
    <url type="homepage">http://www.mozilla.com</url>
 
32
  </application>
 
33
  <!-- more applications here! -->
 
34
</applications>