Added LOC file association stuff
[GPXSee.git] / pkg / appdata.xml
blobce185ea767f80468cd855f4645c23f3c075bd9cb
1 <?xml version="1.0" encoding="UTF-8"?>
2 <component type="desktop">
3         <id>gpxsee.desktop</id>
4         <metadata_license>MIT</metadata_license>
5         <project_license>GPL-3.0</project_license>
7         <name>GPXSee</name>
8         <summary>GPS log file viewer and analyzer</summary>
9         <description>
10                 <p>GPXSee is a GPS log file viewer and analyzer that supports GPX, TCX,
11                 KML, FIT, IGC, NMEA and OziExplorer files.</p>
13                 <p>Features:</p>
14                 <ul>
15                         <li>User-definable online maps (OSM/Google tiles, WMTS, WMS).</li>
16                         <li>Offline maps (OziExplorer maps, TrekBuddy maps/atlases, GeoTIFF
17                                 images).</li>
18                         <li>Elevation, speed, heart rate, cadence, power and temperature
19                                 graphs.</li>
20                         <li>Support for multiple tracks in one view.</li>
21                         <li>Support for POI files.</li>
22                         <li>Print/export to PDF.</li>
23                         <li>Full-screen mode.</li>
24                         <li>Opens GPX, TCX, FIT, KML, IGC, NMEA, OziExplorer (PLT, WPT, RTE)
25                                 and Garmin CSV files.</li>
26                 </ul>
27         </description>
29         <screenshots>
30                 <screenshot type="default">
31                         <image>http://www.gpxsee.org/gallery/lin1.png</image>
32                 </screenshot>
33                 <screenshot>
34                         <image>http://www.gpxsee.org/gallery/lin2.png</image>
35                 </screenshot>
36         </screenshots>
38         <categories>
39                 <category>Graphics</category>
40                 <category>Viewer</category>
41         </categories>
43         <url type="homepage">http://www.gpxsee.org</url>
45         <launchable type="desktop-id">gpxsee.desktop</launchable>
47         <provides>
48                 <binary>gpxsee</binary>
49         </provides>
51         <mimetypes>
52                 <mimetype>application/gpx+xml</mimetype>
53                 <mimetype>application/tcx+xml</mimetype>
54                 <mimetype>application/vnd.ant.fit</mimetype>
55                 <mimetype>application/vnd.google-earth.kml+xml</mimetype>
56                 <mimetype>application/vnd.fai.igc</mimetype>
57                 <mimetype>application/vnd.nmea.nmea</mimetype>
58                 <mimetype>application/vnd.oziexplorer.plt</mimetype>
59                 <mimetype>application/vnd.oziexplorer.rte</mimetype>
60                 <mimetype>application/vnd.oziexplorer.wpt</mimetype>
61         </mimetypes>
62 </component>