# > InetDBase:MimeMap
# Mapping of content types to file types
#
# Lines starting with a '#' are comments, blank lines are ignored.
#
# A '*' is a wild before or after the / or for the RISC OS file type
# The first match that does not map to a wildcard if the one that is used.
#
# If the file type name is not known but a hex value is given that type
# is used, otherwise it is not considered a match.
#
# MIME type		RISC OS		Hex	Extensions...
#
text/plain		Text		fff	.txt	.text	.asc
text/html		HTML		faf	.html	.htm	.shtml	.phtml
text/richtext           RTF		c32	.rtx
text/x-vcard		vCard		acf	.vcf
text/*			Text		fff

image/gif		GIF		695	.gif
image/jpeg		JPEG		c85	.jpeg	.jpg	.jfif 	.jpe
image/pjpeg		JPEG		c85	.pjpeg	.pjpg
image/tiff		TIFF		ff0	.tiff	.tif
image/x-xbitmap		XBitMap		b61	.xbm	.bm
image/x-xpixmap		XPM		301	.xpm
image/png		PNG		b60	.png
image/x-png		PNG		b60	.png
image/x-photo-cd	PhotoCD		be8	.pcd
image/x-ms-bmp		BMP		69c	.bmp

video/mpeg		MPEG		bf8	.mpeg	.mpg	.mpe
video/x-mpeg2		MPEG		bf8
video/quicktime		AVI		fb2	.mov	.qt	.avi
video/avi		AVI		fb2	.avi
video/x-msvideo         AVI		fb2	.avi
video/acorn-replay	ARMovie		ae7	.replay .rpl

audio/basic		AudioWrk	bd6	.au	.snd
audio/wav		WaveForm	fb1	.wav
audio/x-wav		WaveForm	fb1	.wav
audio/aiff		AIFF		fc2	.aifc	.aif	.aiff
audio/x-aiff		AIFF		fc2
audio/mpeg		MPEG		bf8	.mpa
audio/x-mpeg		MPEG		bf8
audio/x-pn-realaudio	RealAud		f88	.ram	.rpm	.ra
audio/midi		MIDI		fd4	.midi	.mid	.rmi
audio/x-midi		MIDI		fd4	.midi	.mid	.rmi
audio/*			AudioWrk	bd6

application/postscript	PoScript	ff5	.ps	.eps
application/pdf		PDF		adf	.pdf
application/octet-stream Data		ffd	.bin	.z      .Z	.exe
application/zip		Archive		ddc	.zip	.arc	.spk	.lha	.arj	.lzh
application/rtf         RTF		c32	.rtf
application/x-tar	Tar		c46	.tar
application/x-dvi	DVI		ce4	.dvi             
application/x-latex	LaTeX		2a8	.ltx
application/x-tex	TeX		ce5	.tex
application/x-tex	TeX		2a7	.tex
application/java-vm     java            ae4	.class
application/applesingle	MacForks	bd8
application/x-director  Director        ae3     .dxr 	.dcr	.dir
application/msword	MSWord		ae6	.doc
application/gzip	GZip		f89	.gz	.tgz
application/riscos	*		*

model/vrml		VRML		b29	.vrml	.vrm
x-world/x-vrml         	VRML            b29     .wrl

message/*		Text		fff

*/*			Data            ffd
