[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/content_types.py add
	two new extensions:
    Fred L. Drake, Jr. 
    fdrake at gmail.com
       
    Tue Mar 15 11:15:54 EST 2005
    
    
  
Log message for revision 29476:
  add two new extensions:
  - .wsdl --> Web Service Definition Language
  - .xpdl --> XML Process Definition Language
  
Changed:
  U   Zope3/trunk/src/zope/app/content_types.py
-=-
Modified: Zope3/trunk/src/zope/app/content_types.py
===================================================================
--- Zope3/trunk/src/zope/app/content_types.py	2005-03-15 15:37:18 UTC (rev 29475)
+++ Zope3/trunk/src/zope/app/content_types.py	2005-03-15 16:15:54 UTC (rev 29476)
@@ -68,7 +68,9 @@
     ('.m1v', 'video/mpeg'),
     ('.mpa', 'video/mpeg'),
     ('.vcf', 'text/x-vcard'),
+    ('.wsdl', 'application/xml'),  # Python 2.5
     ('.xml', 'text/xml'),
+    ('.xpdl', 'application/xml'),  # Python 2.5
     ('.xsl', 'text/xml'),
     ('.xul', 'application/vnd.mozilla.xul+xml'),
     ('.swf', 'application/x-shockwave-flash'),
    
    
More information about the Zope3-Checkins
mailing list