# Sample suffix to MIME type conversion file
#
# by Travis Bemann <tabemann@wisc.edu>
#
# Feel free to use, modify, and redistribute this file in any way one
# wishes.  Also, it is recommended that one add items for any MIME
# types one wants handled but which are not included.

# Your standard boring text-based types

.txt			text/plain
.rtf			text/rtf
.html			text/html
.htm			text/html
.sgml			text/sgml
.css			text/css
.xml			text/xml

# Your standard boring image types

.gif			image/gif # i love you, Unisys!
.jpeg			image/jpeg
.jpg			image/jpeg
.tiff			image/tiff
.tif			image/tiff
.png			image/png

# A few standard audio types

.wav			audio/wav
.mp3			audio/mpeg # aren't codec patents wonderful?
.ogg			audio/x-ogg # great work, Ogg project!
.rm			audio/x-realaudio # just say no to realaudio

# A few video types

.mpeg			video/mpeg
.mpg			video/mpeg
.qt			video/quicktime # ewwww

# Typeset document types

.pdf			application/pdf
.pdf.gz			application/pdf
.pdf.bz2		application/pdf
.ps			application/postscript
.ps.gz			application/postscript
.ps.bz2			application/postscript
.dvi			application/x-dvi
.dvi.gz			application/x-dvi
.dvi.bz2		application/x-dvi

# Compression and archive types

.tar			application/tar
.tar.gz			application/tar
.tar.bz2		application/tar
.tgz			application/tar
.gz			application/gzip
.bz2			application/x-bzip2
.zip			application/zip
