Ticket #306 (closed Bug: fixed)

Opened 11 months ago

Last modified 11 months ago

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

Changed 11 months ago by brettalton

While we're at it, let's not forget:

	'7z'   => array('application/x-7z-compressed'),
	'asf'   => array('video/x-ms-asf'),
	'bin'   => array('application/octet-stream','application/macbinary'),
	'cab'   => array('application/x-cab'),
	'deb'   => array('application/x-debian-package'),
	'dll'   => array('application/octet-stream', 'application/x-msdos-program'),
	'dmg'   => array('application/x-apple-diskimage'),
	'exe'   => array('application/octet-stream', 'application/x-msdos-program'),
	'jar'   => array('application/java-archive'),
	'ics'   => array('text/calendar'),
	'iso'   => array('application/x-iso9660-image'),
	'msi'   => array('application/x-msi'),
	'ogg'   => array('application/ogg'),
	'pps'   => array('application/vnd.ms-powerpoint'),
	'rar'   => array('application/rar'),
	'rpm'   => array('audio/x-pn-realaudio-plugin','application/x-redhat-package-manager'),
	'rss'   => array('application/rss+xml'),
	'torrent'   => array('application/x-bittorrent'),
	'wpd'   => array('application/wordperfect'),

These are some of the more popular extensions on the Internet. The rest should be manually entered on a per-programmer basis.

Changed 11 months ago by Shadowhand

  • owner set to Shadowhand
  • status changed from new to assigned

Changed 11 months ago by Shadowhand

  • status changed from assigned to closed
  • resolution set to fixed

Fixed in r1704.

Note: See TracTickets for help on using tickets.