# > 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/html		html		FAF	.html	.htm	.iso-html
text/richtext           RTF		c32	.rtx
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/xbm		XBitMap		b61	.xbm
image/x-xbitmap		XBitMap		b61
image/x-xpixmap		XPM		301     .xpm
image/png               PNG             b60     .png
image/x-png             PNG             b60
image/x-photo-cd	PhotoCD		be8	.pcd
image/x-MS-bmp		BMP		69C	.bmp

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

x-world/x-vrml         	VRML            b29     .wrl

model/vrml         	VRML            b29     .wrl

audio/basic		WaveForm	fb1	.au	.snd
audio/wav		WaveForm	fb1	.wav
audio/x-wav		WaveForm	fb1
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
audio/x-midi		MIDI		fd4	.midi	.mid
audio/*			GenSound	f96	.voc

application/x-tar	tar             c46	.tar
application/x-director  Director        ae3     .dxr 	.dcr	.dir
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/postscript	PoScript	ff5	.ps	.eps
application/octet-stream Data		ffd     .z      .Z      .exe
application/zip		Archive		ddc	.zip	.arc	.spk	.lha	.arj	.lzh
application/java-vm	Java		ae4	.class
application/msword	MSWord		ae6	.doc
application/gzip	GZip		f89	.gz	.tgz

application/nc-smartcard	SCBBlk	F94	.scb
application/nc-download	NCDown		F93	.ncd

application/riscos	*		*

multipart/x-mixed-replace Data          FFD

message/*		Text		fff

*/*			data            ffd
