; This file contains a list of MIME types that can be handled by NetSurf, ; mapping them to DataType and DefIcons format names. ; ; It is parsed by ReadArgs with the following template: ; MIMETYPE/A,DT=DATATYPE/K,TYPE=DEFICON/K,CMD=PLUGINCMD/K ; ; Note: DataType name is case sensitive and is the name MultiView ; displays in the "About" window, *not* the filename of the DataType ; descriptor. ; ; The first entry for a type is the one which will be used for reverse ; lookups (ie. translating from DataTypes to MIME) ; ; Any DataTypes installed that are not present in this list will be ; assigned a MIME type constructed from the DataTypes superclass ; and a lowercase version of the full format name (eg. ILBM becomes ; image/ilbm) ; ; Please DO NOT edit this file, any changes will be overwritten on ; reinstall/upgrade. Instead create a file called mimetypes.user ; with any additions, and place it in your user data directory. ; ; Image types ; ; BMP image/bmp DT=BMP TYPE=bmp image/ms-bmp DT=BMP TYPE=bmp image/x-bitmap DT=BMP TYPE=bmp image/x-bmp DT=BMP TYPE=bmp image/x-ms-bmp DT=BMP TYPE=bmp image/x-win-bitmap DT=BMP TYPE=bmp image/x-windows-bmp DT=BMP TYPE=bmp image/x-xbitmap DT=BMP TYPE=bmp application/bmp DT=BMP TYPE=bmp application/preview DT=BMP TYPE=bmp application/x-bmp DT=BMP TYPE=bmp application/x-win-bitmap DT=BMP TYPE=bmp ; GIF ; Expect problems with GIF anims if GIFANIM datatype installed image/gif DT=GIF TYPE=gif ;image/gif DT=GIFANIM TYPE=gif ; ICO image/ico DT="Windows ICO" TYPE=ico image/vnd.microsoft.icon DT="Windows ICO" TYPE=ico image/x-icon DT="Windows ICO" TYPE=ico application/ico DT="Windows ICO" TYPE=ico application/x-ico DT="Windows ICO" TYPE=ico ; .info image/x-amiga-icon DT="AmigaOS Icon" ; JNG image/jng DT=JNG TYPE=jng image/x-jng DT=JNG TYPE=jng ; JPEG image/jpeg DT=JPEG TYPE=jpeg image/jpg DT=JPEG TYPE=jpeg image/pjpeg DT=JPEG TYPE=jpeg ; JPEG2000 image/jp2 DT=JP2 TYPE=jp2 image/jpeg2000 DT=JP2 TYPE=jp2 ; MNG image/mng DT=MNG TYPE=mng image/x-mng DT=MNG TYPE=mng video/mng DT=MNG TYPE=mng video/x-mng DT=MNG TYPE=mng ; PNG image/png DT=PNG TYPE=png ; RISC OS Sprite image/x-riscos-sprite DT=Sprite TYPE=rosprite ; SVG image/svg DT=SVG TYPE=svg image/svg+xml DT=SVG TYPE=svg ; WebP image/webp DT=WebP TYPE=webp ; ; Audio types ; ; RIFF WAVE audio/wave DT=WAVE TYPE=wav audio/x-wav DT=WAVE TYPE=wav ; MP3 audio/mpeg DT="MPEG Audio" TYPE=mp3 CMD=APPDIR:MPlayer ; ; Experimental ; ; SWF ; application/x-shockwave-flash CMD=gnash:aos4-gnash ; Video ; video/mpeg CMD=APPDIR:MPlayer ; video/quicktime CMD=APPDIR:MPlayer ; video/x-msvideo CMD=APPDIR:MPlayer ; video/x-ms-wmv CMD=APPDIR:MPlayer