#
# Copyright (c) 1996, by Sun Microsystems, Inc.
# All rights reserved.
#
# MIME entry syntax:
#
# <Media Type Name/ Media Subtype Name> suffix(es)
#
# Multiple suffixes separated by a space maybe specified for the
same MIME type.
#
# eg: text/html htm html
# eg: application/java java
#
text/plain txt cgi java
text/html htm html shtml
application/octet-stream bin class
application/postscript ps eps ai
application/pdf pdf
# Image specific MIME types
image/x-xbitmap xbm
image/x-xpixmap xpm
image/x-xwindowdump xwd
image/x-xbitmap xbm
image/x-cmu-raster ras
image/x-portable-anymap pnm
image/x-portable-bitmap pbm
image/x-portable-graymap pgm
image/x-rgb rgb
image/gif gif
image/jpeg jpeg jpe jpg
image/tiff tiff tif
|