Commit cbd98704 authored by Fred Drake's avatar Fred Drake

Added .rdf and .xsl as application/xml types. (.rdf is for the

Resource Description Framework, a metadata encoding, and .xsl is for
the Extensible Stylesheet Language.)
parent 59e4f37d
...@@ -201,6 +201,7 @@ types_map = { ...@@ -201,6 +201,7 @@ types_map = {
'.qt': 'video/quicktime', '.qt': 'video/quicktime',
'.ras': 'image/x-cmu-raster', '.ras': 'image/x-cmu-raster',
'.rgb': 'image/x-rgb', '.rgb': 'image/x-rgb',
'.rdf': 'application/xml',
'.roff': 'application/x-troff', '.roff': 'application/x-troff',
'.rtf': 'application/rtf', '.rtf': 'application/rtf',
'.rtx': 'text/richtext', '.rtx': 'text/richtext',
...@@ -228,6 +229,7 @@ types_map = { ...@@ -228,6 +229,7 @@ types_map = {
'.wav': 'audio/x-wav', '.wav': 'audio/x-wav',
'.xbm': 'image/x-xbitmap', '.xbm': 'image/x-xbitmap',
'.xml': 'text/xml', '.xml': 'text/xml',
'.xsl': 'application/xml',
'.xpm': 'image/x-xpixmap', '.xpm': 'image/x-xpixmap',
'.xwd': 'image/x-xwindowdump', '.xwd': 'image/x-xwindowdump',
'.zip': 'application/zip', '.zip': 'application/zip',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment