File: appstream-test2.xml

package info (click to toggle)
appstream 0.7.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 7,660 kB
  • ctags: 2,618
  • sloc: xml: 10,142; ansic: 8,362; cpp: 1,905; python: 236; sh: 58; makefile: 13
file content (42 lines) | stat: -rw-r--r-- 1,781 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version="1.0"?>
<components version="0.6">
    <component type="desktop">
        <id>firefox.desktop</id>
        <pkgname>firefox-bin</pkgname>
        <name>Firefox</name>
        <name lang="en_GB">Firefoux</name>
        <summary>Web browser</summary>
        <summary lang="fr_FR">Navigateur web</summary>
        <project_license>MPL-2</project_license>
        <keywords>
            <keyword>internet</keyword>
            <keyword>web</keyword>
            <keyword>browser</keyword>
            <keyword lang="fr_FR">navigateur</keyword>
        </keywords>
        <icon type="stock">web-browser</icon>
        <icon type="cached">firefox.png</icon>
        <categories>
            <category>network</category>
            <category>web</category>
        </categories>
        <mimetypes>
            <mimetype>text/html</mimetype>
            <mimetype>text/xml</mimetype>
            <mimetype>application/xhtml+xml</mimetype>
            <mimetype>application/vnd.mozilla.xul+xml</mimetype>
            <mimetype>text/mml</mimetype>
            <mimetype>application/x-xpinstall</mimetype>
            <mimetype>x-scheme-handler/http</mimetype>
            <mimetype>x-scheme-handler/https</mimetype>
        </mimetypes>
        <url type="homepage">http://www.mozilla.com</url>
        <screenshots>
            <screenshot type="default">
				<caption>Firefox displaying a kitten</caption>
                <image type="source" width="800" height="600">http://www.awesomedistro.example.org/en_US/firefox.desktop/main.png</image>
                <image type="thumbnail" width="200" height="150">http://www.awesomedistro.example.org/en_US/firefox.desktop/main-small.png</image>
            </screenshot>
        </screenshots>
    </component>
</components>