use all lower-case for content type names

git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@3968 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2010-08-22 13:53:02 +00:00
parent 5ef2d631df
commit 76ab40712d

View file

@ -26,11 +26,11 @@ extensions = {
'application/msword': 'doc',
'application/pdf': 'pdf',
'application/vnd.ms-excel': 'xls',
'application/vnd.ms-excel.sheet.macroEnabled.12': 'xlsm',
'application/vnd.ms-excel.template.macroEnabled.12': 'xltm',
'application/vnd.ms-excel.sheet.macroenabled.12': 'xlsm',
'application/vnd.ms-excel.template.macroenabled.12': 'xltm',
'application/vnd.ms-powerpoint': 'ppt',
'application/vnd.ms-word.document.macroEnabled.12': 'docm',
'application/vnd.ms-word.template.macroEnabled.12': 'dotm',
'application/vnd.ms-word.document.macroenabled.12': 'docm',
'application/vnd.ms-word.template.macroenabled.12': 'dotm',
'application/vnd.oasis.opendocument.graphics': 'odg',
'application/vnd.oasis.opendocument.presentation': 'odp',
'application/vnd.oasis.opendocument.spreadsheet': 'ods',