summaryrefslogtreecommitdiff
path: root/amiga/resources/mimetypes
blob: 822e12b829c942942b469a43ecfe75f67af56366 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
; 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