Author: fielding
Date: Sat Jan 31 22:54:20 2009
New Revision: 739649
URL: http://svn.apache.org/viewvc?rev=739649&view=rev
Log:
redefine vnd.curl media types according to their documentation at
http://developers.curl.com/docs/DOC-1126
instead of following their bone-headed IANA registrations.
Modified:
httpd/httpd/trunk/docs/conf/mime.types
Modified: httpd/httpd/trunk/docs/conf/mime.types
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/conf/mime.types?rev=739649&r1=739648&r2=739649&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/conf/mime.types (original)
+++ httpd/httpd/trunk/docs/conf/mime.types Sat Jan 31 22:54:20 2009
@@ -232,7 +232,8 @@
application/vnd.cups-ppd ppd
application/vnd.cups-raster
application/vnd.cups-raw
-application/vnd.curl curl
+application/vnd.curl.car car
+application/vnd.curl.pcurl pcurl
application/vnd.cybank
application/vnd.data-vision.rdz rdz
application/vnd.denovo.fcselayout-link fe_launch
@@ -965,7 +966,10 @@
text/ulpfec
text/uri-list uri uris urls
text/vnd.abc
-text/vnd.curl
+text/vnd.curl curl
+text/vnd.curl.dcurl dcurl
+text/vnd.curl.scurl scurl
+text/vnd.curl.mcurl mcurl
text/vnd.dmclientscript
text/vnd.esmertec.theme-descriptor
text/vnd.fly fly
|