[Checkins] SVN: zope.contenttype/trunk/ Added new mime types for web fonts, cache manifest and new media formats.

Hanno Schlichting hannosch at hannosch.eu
Fri Mar 18 09:26:44 EDT 2011


Log message for revision 121030:
  Added new mime types for web fonts, cache manifest and new media formats.
  

Changed:
  U   zope.contenttype/trunk/CHANGES.txt
  U   zope.contenttype/trunk/src/zope/contenttype/mime.types

-=-
Modified: zope.contenttype/trunk/CHANGES.txt
===================================================================
--- zope.contenttype/trunk/CHANGES.txt	2011-03-18 13:21:08 UTC (rev 121029)
+++ zope.contenttype/trunk/CHANGES.txt	2011-03-18 13:26:44 UTC (rev 121030)
@@ -4,7 +4,7 @@
 3.5.3 (unreleased)
 ------------------
 
-* TBD
+* Added new mime types for web fonts, cache manifest and new media formats.
 
 3.5.2 (2011-02-11)
 ------------------

Modified: zope.contenttype/trunk/src/zope/contenttype/mime.types
===================================================================
--- zope.contenttype/trunk/src/zope/contenttype/mime.types	2011-03-18 13:21:08 UTC (rev 121029)
+++ zope.contenttype/trunk/src/zope/contenttype/mime.types	2011-03-18 13:26:44 UTC (rev 121030)
@@ -4,19 +4,30 @@
 application/pkcs7-mime          p7c
 application/vnd.mozilla.xul+xml xul
 application/vnd.ms-excel        xlb xls
+application/vnd.ms-fontobject   eot
 application/vnd.ms-powerpoint   pot ppa pps ppt pwz
 application/javascript          js
+application/x-font-woff         woff
 application/x-pkcs12            p12 pfx
 application/x-pn-realaudio      ram
 audio/mpeg                      mp3
 audio/x-pn-realaudio            ra
+font/opentype                   otf
+font/truetype                   ttf
 image/pict                      pct pic pict
+image/svg+xml                   svg svgz
+image/vnd.microsoft.icon        ico
+image/webp                      webp
 message/rfc822                  eml nws mht mhtml
+text/cache-manifest             manifest
 text/css                        css
 text/plain                      bat c h pl ksh
 text/x-vcard                    vcf
 text/xml                        xml xsl
+video/mp4                       mp4
+video/ogg                       ogv
 video/mpeg                      m1v mpa
+video/webm                      webm
 video/x-m4v                     m4v
 application/vnd.ms-word.document.macroEnabled.12                           docm
 application/vnd.openxmlformats-officedocument.wordprocessingml.document    docx



More information about the checkins mailing list