From 04f49c2dee05021e9a895dd2ff24806c8ff58fb5 Mon Sep 17 00:00:00 2001 From: helmutm Date: Fri, 7 Jan 2011 10:37:24 +0000 Subject: [PATCH] add MS PowerPoint XML types git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@4136 fd906abe-77d9-0310-91a1-e0d9ade77398 --- text/mimetypes.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/text/mimetypes.py b/text/mimetypes.py index f689a51..6722e76 100644 --- a/text/mimetypes.py +++ b/text/mimetypes.py @@ -1,5 +1,5 @@ # -# Copyright (c) 2010 Helmut Merz helmutm@cy55.de +# Copyright (c) 2011 Helmut Merz helmutm@cy55.de # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -29,6 +29,9 @@ extensions = { 'application/vnd.ms-excel.sheet.macroenabled.12': 'xlsm', 'application/vnd.ms-excel.template.macroenabled.12': 'xltm', 'application/vnd.ms-powerpoint': 'ppt', + 'application/vnd.openxmlformats-officedocument.presentationml.presentation': 'pptx', + 'application/vnd.openxmlformats-officedocument.presentationml.template': 'potx', + 'application/vnd.openxmlformats-officedocument.presentationml.slideshow': 'ppsx', 'application/vnd.ms-word.document.macroenabled.12': 'docm', 'application/vnd.ms-word.template.macroenabled.12': 'dotm', 'application/vnd.oasis.opendocument.graphics': 'odg',