Ticket #306 (closed Bug: fixed)
Add OASIS OpenDocument ISO file format as a MIME type
| Reported by: | brettalton | Owned by: | Shadowhand |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.1 |
| Component: | Core | Version: | SVN HEAD |
| Keywords: | mime, opendocument, oasis, odt | Cc: |
Description
http://en.wikipedia.org/wiki/OpenDocument_technical_specification
'odc' => array('application/vnd.oasis.opendocument.chart'),
'odb' => array('application/vnd.oasis.opendocument.database'),
'odf' => array('application/vnd.oasis.opendocument.forumla'),
'odg' => array('application/vnd.oasis.opendocument.graphics'),
'otg' => array('application/vnd.oasis.opendocument.graphics-template'),
'odi' => array('application/vnd.oasis.opendocument.image'),
'odp' => array('application/vnd.oasis.opendocument.presentation'),
'otp' => array('application/vnd.oasis.opendocument.presentation-template'),
'ods' => array('application/vnd.oasis.opendocument.spreadsheet'),
'ots' => array('application/vnd.oasis.opendocument.spreadsheet-template'),
'odt' => array('application/vnd.oasis.opendocument.text'),
'odm' => array('application/vnd.oasis.opendocument.text-master'),
'ott' => array('application/vnd.oasis.opendocument.template'),
'oth' => array('application/vnd.oasis.opendocument.web'),
List compiled from /etc/mime.type in Ubuntu 8.04 Alpha 2
Change History
Note: See
TracTickets for help on using
tickets.
