diff options
author | Friedrich W. H. Kossebau <kossebau@kde.org> | 2016-04-27 19:41:25 +0200 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2016-05-27 18:50:29 +0200 |
commit | 9ca401f5e0c174625af90d087c9d6eab6560bc28 (patch) | |
tree | b9d5e9c0d64b1b7da892728003964474ff29ba09 /freedesktop.org.xml.in | |
parent | e0f51b2ccda6f403f2b3abc4045d930feda765fc (diff) |
Add aliases to application/gpx+xml & root-XML info
Add GPX mimetypes as found in the wild.
https://bugs.freedesktop.org/show_bug.cgi?id=95178
Diffstat (limited to 'freedesktop.org.xml.in')
-rw-r--r-- | freedesktop.org.xml.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/freedesktop.org.xml.in b/freedesktop.org.xml.in index d33063b..ef0bbb6 100644 --- a/freedesktop.org.xml.in +++ b/freedesktop.org.xml.in @@ -6251,7 +6251,12 @@ command to generate the output files. <acronym>GPX</acronym> <expanded-acronym>GPS Exchange Format</expanded-acronym> <sub-class-of type="application/xml"/> + <alias type="application/gpx"/> + <alias type="application/x-gpx+xml"/> + <alias type="application/x-gpx"/> <glob pattern="*.gpx"/> + <root-XML namespaceURI="http://www.topografix.com/GPX/1/0" localName="gpx"/> + <root-XML namespaceURI="http://www.topografix.com/GPX/1/1" localName="gpx"/> </mime-type> <mime-type type="application/x-ica"> <_comment>Citrix ICA settings file</_comment> |