Fix r47288 by using the *real* openoffice MIME types, pulled from http://books.evc...
authorAndrew Garrett <werdna@users.mediawiki.org>
Tue, 17 Feb 2009 23:49:17 +0000 (23:49 +0000)
committerAndrew Garrett <werdna@users.mediawiki.org>
Tue, 17 Feb 2009 23:49:17 +0000 (23:49 +0000)
includes/mime.types

index 26e051e..3f5bb8b 100644 (file)
@@ -58,7 +58,7 @@ application/xhtml+xml xhtml xht
 application/xslt+xml xslt
 application/xml xml xsl xsd
 application/xml-dtd dtd
-application/zip zip jar xpi  sxc stc  sxd std  sxi sti  sxm stm  sxw stw  odg otg  odt ott  odp otp  ods ots
+application/zip zip jar xpi  sxc stc  sxd std   sxi sti   sxm stm   sxw stw
 application/x-rar rar
 audio/basic au snd
 audio/midi mid midi kar
@@ -118,3 +118,19 @@ video/x-msvideo avi
 video/x-ogg ogm ogg
 video/x-sgi-movie movie
 x-conference/x-cooltalk ice
+application/vnd.oasis.opendocument.text odt 
+application/vnd.oasis.opendocument.text-template ott
+application/vnd.oasis.opendocument.graphics odg
+application/vnd.oasis.opendocument.graphics-template otg
+application/vnd.oasis.opendocument.presentation odp
+application/vnd.oasis.opendocument.presentation-template otp
+application/vnd.oasis.opendocument.spreadsheet ods
+application/vnd.oasis.opendocument.spreadsheet-template ots
+application/vnd.oasis.opendocument.chart odc
+application/vnd.oasis.opendocument.chart-template otc
+application/vnd.oasis.opendocument.image odi
+application/vnd.oasis.opendocument.image-template oti
+application/vnd.oasis.opendocument.formula odf
+application/vnd.oasis.opendocument.formula-template otf
+application/vnd.oasis.opendocument.text-master odm
+application/vnd.oasis.opendocument.text-web oth
\ No newline at end of file