[Checkins] SVN: zope.contenttype/trunk/ Added MS Office 12 types

Adam Groszer agroszer at gmail.com
Fri Feb 13 10:56:10 EST 2009


Log message for revision 96493:
  Added MS Office 12 types

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	2009-02-13 15:26:30 UTC (rev 96492)
+++ zope.contenttype/trunk/CHANGES.txt	2009-02-13 15:56:10 UTC (rev 96493)
@@ -6,6 +6,10 @@
 
 * ...
 
+* Added MS Office 12 types
+  based on:
+  http://www.therightstuff.de/2006/12/16/Office+2007+File+Icons+For+Windows+SharePoint+Services+20+And+SharePoint+Portal+Server+2003.aspx
+
 3.4.1 (2009-02-04)
 ------------------
 

Modified: zope.contenttype/trunk/src/zope/contenttype/mime.types
===================================================================
--- zope.contenttype/trunk/src/zope/contenttype/mime.types	2009-02-13 15:26:30 UTC (rev 96492)
+++ zope.contenttype/trunk/src/zope/contenttype/mime.types	2009-02-13 15:56:10 UTC (rev 96493)
@@ -17,3 +17,20 @@
 text/x-vcard                    vcf
 text/xml                        xml xsl
 video/mpeg                      m1v mpa
+application/vnd.ms-word.document.macroEnabled.12                           docm
+application/vnd.openxmlformats-officedocument.wordprocessingml.document    docx
+application/vnd.ms-word.template.macroEnabled.12                           dotm
+application/vnd.openxmlformats-officedocument.wordprocessingml.template    dotx
+application/vnd.ms-powerpoint.template.macroEnabled.12                     potm
+application/vnd.openxmlformats-officedocument.presentationml.template      potx
+application/vnd.ms-powerpoint.addin.macroEnabled.12                        ppam
+application/vnd.ms-powerpoint.slideshow.macroEnabled.12                    ppsm
+application/vnd.openxmlformats-officedocument.presentationml.slideshow     ppsx
+application/vnd.ms-powerpoint.presentation.macroEnabled.12                 pptm
+application/vnd.openxmlformats-officedocument.presentationml.presentation  pptx
+application/vnd.ms-excel.addin.macroEnabled.12                             xlam
+application/vnd.ms-excel.sheet.binary.macroEnabled.12                      xlsb
+application/vnd.ms-excel.sheet.macroEnabled.12                             xlsm
+application/vnd.openxmlformats-officedocument.spreadsheetml.sheet          xlsx
+application/vnd.ms-excel.template.macroEnabled.12                          xltm
+application/vnd.openxmlformats-officedocument.spreadsheetml.template       xltx
\ No newline at end of file



More information about the Checkins mailing list