added text.mimetypes for associating file types/extensions to mime types

git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@1633 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2007-03-09 16:05:05 +00:00
parent a3bc403828
commit bd0fda6cb9

View file

@ -24,6 +24,7 @@ $Id$
extensions = {
'application/msword': 'doc',
'application/pdf': 'pdf',
'application/vnd.ms-excel': 'xls',
'application/vnd.ms-powerpoint': 'ppt',
'application/vnd.oasis.opendocument.presentation': 'odp',