[Webcom] [OSGeo] #118: Adding mime types for openoffice files on main site

OSGeo trac_osgeo at osgeo.org
Thu May 17 12:23:51 EDT 2007


#118: Adding mime types for openoffice files on main site
------------------------------------------+---------------------------------
Reporter:  tmitchell                      |       Owner:  webcom at lists.osgeo.org
    Type:  enhancement                    |      Status:  new                   
Priority:  major                          |   Component:  WebSite               
Keywords:  drupal apache mime openoffice  |  
------------------------------------------+---------------------------------
 There were some problems downloading .ods, .odt, .odp files from
 www.osgeo.org/files URLs.  The file would download as raw text into the
 requesting web browser.

 To solve the problem I added all the opendocument related mime-types to
 /etc/mime.types file.  There is a /etc/mime.types.bak for you to compare
 the changes I made.  This solved the problem after apache was restarted
 and browser cached reset.

 ------
 # Addendum to /etc/mime.types
 #   OpenOffice.org (version >= 2.0) and Sun StarOffice (version >= 8)
 application/vnd.oasis.opendocument.database               odb
 application/vnd.oasis.opendocument.chart                  odc
 application/vnd.oasis.opendocument.formula                odf
 application/vnd.oasis.opendocument.graphics               odg
 application/vnd.oasis.opendocument.image                  odi
 application/vnd.oasis.opendocument.text-master            odm
 application/vnd.oasis.opendocument.presentation           odp
 application/vnd.oasis.opendocument.spreadsheet            ods
 application/vnd.oasis.opendocument.text                   odt
 application/vnd.oasis.opendocument.graphics-template      otg
 application/vnd.oasis.opendocument.text-web               oth
 application/vnd.oasis.opendocument.presentation-template  otp
 application/vnd.oasis.opendocument.spreadsheet-template   ots
 application/vnd.oasis.opendocument.text-template          ott
 #   OpenOffice.org (version <= 1.1.4) and Sun StarOffice (version >= 6.0)
 application/vnd.sun.xml.calc.template                     stc
 application/vnd.sun.xml.draw.template                     std
 application/vnd.sun.xml.impress.template                  sti
 application/vnd.sun.xml.writer.template                   stw
 application/vnd.sun.xml.calc                              sxc
 application/vnd.sun.xml.draw                              sxd
 application/vnd.sun.xml.writer.global                     sxg
 application/vnd.sun.xml.impress                           sxi
 application/vnd.sun.xml.math                              sxm
 application/vnd.sun.xml.writer                            sxw
 #   StarDivision and Sun StarOffice (4.0 < version <= 5.2)
 application/vnd.stardivision.draw                         sda
 application/vnd.stardivision.calc                         sdc
 application/vnd.stardivision.impress                      sdd
 application/vnd.stardivision.mail                         sdm
 application/vnd.stardivision.impress.packed               sdp
 application/vnd.stardivision.chart                        sds
 application/vnd.stardivision.writer                       sdw vob vor
 application/vnd.stardivision.writer-global                sgl
 application/vnd.stardivision.math                         smf

-- 
Ticket URL: <http://trac.osgeo.org/osgeo/ticket/118>
OSGeo <http://www.osgeo.org/>
OSGeo committee and general foundation issue tracker.


More information about the Webcom mailing list