add MS PowerPoint XML types
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@4136 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
parent
dff213f94e
commit
04f49c2dee
1 changed files with 4 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue