Bug 18088 - Wrong rdf/xml mimetype
Summary: Wrong rdf/xml mimetype
Status: RESOLVED FIXED
Alias: None
Product: shared-mime-info
Classification: Unclassified
Component: freedesktop.org.xml (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Jonathan Blandford
QA Contact:
URL: http://www.iana.org/assignments/media...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-16 03:08 UTC by Sebastian Trüg
Modified: 2008-10-16 03:24 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Sebastian Trüg 2008-10-16 03:08:26 UTC
The mimetype for rdf/xml content is not text/rdf as stored in shared-mime-info ATM. It is actually application/rdf+xml.

I propose to use the following:

<?xml version="1.0" encoding="utf-8"?>
<mime-type xmlns="http://www.freedesktop.org/standards/shared-mime-info" type="application/rdf+xml">
  <comment>RDF/XML document</comment>
  <sub-class-of type="application/xml"/>
  <alias>text/rdf</alias>
  <glob pattern="*.rdf" />
  <glob pattern="*.rdfs" />
</mime-type>
Comment 1 Bastien Nocera 2008-10-16 03:24:37 UTC
* freedesktop.org.xml.in: Fix RDF mime-type, spotted by
Sebastian Trüg <trueg@kde.org> (Closes: #18088)


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.