|
From: Chris W. <la...@us...> - 2001-10-29 05:12:04
|
Update of /cvsroot/openinteract/OpenInteract/pkg/base_page/data
In directory usw-pr-cvs1:/tmp/cvs-serv4962/data
Modified Files:
content_types.dat
Log Message:
reordered some of the extensions
Index: content_types.dat
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract/pkg/base_page/data/content_types.dat,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** content_types.dat 2001/10/26 21:09:05 1.1
--- content_types.dat 2001/10/29 05:12:01 1.2
***************
*** 5,10 ****
[ 'application/msword', 'doc', 'Microsoft Word Document' ],
[ 'application/pdf', 'pdf', 'Adobe Acrobat Portable Document Format' ],
! [ 'application/octet-stream', 'bin dms lha lzh exe class', 'Executable File' ],
! [ 'application/postscript', 'ai eps ps', 'Postscript' ],
[ 'application/vnd.ms-excel', 'xls', 'Microsoft Excel Spreadsheet' ],
[ 'application/vnd.ms-powerpoint', 'ppt', 'Microsoft Powerpoint Presentation' ],
--- 5,10 ----
[ 'application/msword', 'doc', 'Microsoft Word Document' ],
[ 'application/pdf', 'pdf', 'Adobe Acrobat Portable Document Format' ],
! [ 'application/octet-stream', 'exe bin dms lha lzh class', 'Executable File' ],
! [ 'application/postscript', 'ps ai eps', 'Postscript' ],
[ 'application/vnd.ms-excel', 'xls', 'Microsoft Excel Spreadsheet' ],
[ 'application/vnd.ms-powerpoint', 'ppt', 'Microsoft Powerpoint Presentation' ],
***************
*** 13,17 ****
[ 'application/x-gzip', 'gz', 'Gzip archive' ],
[ 'application/x-javascript', 'js', 'Javascript sourcecode' ],
! [ 'application/x-perl', 'pl pm', 'Perl sourcecode' ],
[ 'application/x-shockwave-flash', 'swf', 'Flash program' ],
[ 'application/x-tar', 'tar', 'Tar archive' ],
--- 13,17 ----
[ 'application/x-gzip', 'gz', 'Gzip archive' ],
[ 'application/x-javascript', 'js', 'Javascript sourcecode' ],
! [ 'application/x-perl', 'pm pl', 'Perl sourcecode' ],
[ 'application/x-shockwave-flash', 'swf', 'Flash program' ],
[ 'application/x-tar', 'tar', 'Tar archive' ],
***************
*** 19,35 ****
[ 'application/zip', 'zip', 'PKZip archive' ],
[ 'audio/basic', 'au snd', 'Basic sound' ],
! [ 'audio/mpeg', 'mpga mp2 mp3', 'MPEG sound' ],
[ 'audio/x-aiff', 'aif aiff aifc', 'Basic sound' ],
! [ 'audio/x-pn-realaudio', 'ram rm', 'RealAudio ' ],
[ 'image/bmp', 'bmp', 'Bitmap image' ],
[ 'image/gif', 'gif', 'GIF image' ],
! [ 'image/jpeg', 'jpeg jpg jpe', 'JPEG image' ],
[ 'image/png', 'png', 'Portable Network Graphics image' ],
! [ 'image/tiff', 'tiff tif', 'TIFF image' ],
[ 'message/rfc822', 'msg', 'Email message' ],
[ 'model/vrml', 'wrl vrml', 'Virtual reality document' ],
[ 'text/css', 'css', 'Cascading stylesheet' ],
[ 'text/html', 'html htm', 'HTML document' ],
! [ 'text/plain', 'asc txt', 'Plain text document' ],
[ 'text/rtf', 'rtf', 'Rich text document' ],
[ 'text/sgml', 'sgml sgm', 'SGML document' ],
--- 19,35 ----
[ 'application/zip', 'zip', 'PKZip archive' ],
[ 'audio/basic', 'au snd', 'Basic sound' ],
! [ 'audio/mpeg', 'mp3 mpga mp2', 'MPEG sound' ],
[ 'audio/x-aiff', 'aif aiff aifc', 'Basic sound' ],
! [ 'audio/x-pn-realaudio', 'rm ram', 'RealAudio ' ],
[ 'image/bmp', 'bmp', 'Bitmap image' ],
[ 'image/gif', 'gif', 'GIF image' ],
! [ 'image/jpeg', 'jpg jpeg jpe', 'JPEG image' ],
[ 'image/png', 'png', 'Portable Network Graphics image' ],
! [ 'image/tiff', 'tif tiff', 'TIFF image' ],
[ 'message/rfc822', 'msg', 'Email message' ],
[ 'model/vrml', 'wrl vrml', 'Virtual reality document' ],
[ 'text/css', 'css', 'Cascading stylesheet' ],
[ 'text/html', 'html htm', 'HTML document' ],
! [ 'text/plain', 'txt asc', 'Plain text document' ],
[ 'text/rtf', 'rtf', 'Rich text document' ],
[ 'text/sgml', 'sgml sgm', 'SGML document' ],
***************
*** 38,42 ****
[ 'text/xml', 'xml', 'XML document' ],
[ 'video/mpeg', 'mpeg mpg mpe', 'MPEG video' ],
! [ 'video/quicktime', 'qt mov', 'Quicktime video' ],
[ 'video/x-msvideo', 'avi', 'Microsoft video' ],
];
--- 38,42 ----
[ 'text/xml', 'xml', 'XML document' ],
[ 'video/mpeg', 'mpeg mpg mpe', 'MPEG video' ],
! [ 'video/quicktime', 'mov qt', 'Quicktime video' ],
[ 'video/x-msvideo', 'avi', 'Microsoft video' ],
];
|