mime-types-data 3.2016.0521 → 3.2022.0105
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/Code-of-Conduct.md +22 -22
- data/Contributing.md +156 -72
- data/History.md +461 -310
- data/Licence.md +9 -10
- data/Manifest.txt +16 -0
- data/README.md +38 -26
- data/Rakefile +114 -39
- data/data/content_type_mime.db +878 -0
- data/data/ext_mime.db +1198 -0
- data/data/mime-types.json +1 -1
- data/data/mime.content_type.column +432 -13
- data/data/mime.docs.column +419 -0
- data/data/mime.encoding.column +419 -0
- data/data/mime.flags.column +2383 -1964
- data/data/mime.friendly.column +419 -0
- data/data/mime.pext.column +419 -0
- data/data/mime.use_instead.column +420 -1
- data/data/mime.xrefs.column +567 -148
- data/lib/mime/types/data.rb +2 -2
- data/lib/mime-types-data.rb +1 -1
- data/types/application.yaml +17299 -0
- data/types/audio.yaml +1716 -0
- data/types/chemical.yaml +71 -0
- data/types/conference.yaml +9 -0
- data/types/drawing.yaml +15 -0
- data/types/font.yaml +65 -0
- data/types/image.yaml +1252 -0
- data/types/message.yaml +205 -0
- data/types/model.yaml +390 -0
- data/types/multipart.yaml +179 -0
- data/types/provisional-standard-types.yaml +145 -0
- data/types/text.yaml +1166 -0
- data/types/video.yaml +1121 -0
- data/types/world.yaml +8 -0
- metadata +86 -25
@@ -0,0 +1,179 @@
|
|
1
|
+
---
|
2
|
+
- !ruby/object:MIME::Type
|
3
|
+
content-type: multipart/alternative
|
4
|
+
encoding: 8bit
|
5
|
+
xrefs:
|
6
|
+
rfc:
|
7
|
+
- rfc2045
|
8
|
+
- rfc2046
|
9
|
+
registered: true
|
10
|
+
- !ruby/object:MIME::Type
|
11
|
+
content-type: multipart/appledouble
|
12
|
+
encoding: 8bit
|
13
|
+
xrefs:
|
14
|
+
person:
|
15
|
+
- Patrik_Faltstrom
|
16
|
+
template:
|
17
|
+
- multipart/appledouble
|
18
|
+
registered: true
|
19
|
+
- !ruby/object:MIME::Type
|
20
|
+
content-type: multipart/byteranges
|
21
|
+
encoding: base64
|
22
|
+
xrefs:
|
23
|
+
draft:
|
24
|
+
- RFC-ietf-httpbis-semantics-19
|
25
|
+
template:
|
26
|
+
- multipart/byteranges
|
27
|
+
registered: true
|
28
|
+
- !ruby/object:MIME::Type
|
29
|
+
content-type: multipart/digest
|
30
|
+
encoding: 8bit
|
31
|
+
xrefs:
|
32
|
+
rfc:
|
33
|
+
- rfc2045
|
34
|
+
- rfc2046
|
35
|
+
registered: true
|
36
|
+
- !ruby/object:MIME::Type
|
37
|
+
content-type: multipart/encrypted
|
38
|
+
encoding: base64
|
39
|
+
xrefs:
|
40
|
+
rfc:
|
41
|
+
- rfc1847
|
42
|
+
template:
|
43
|
+
- multipart/encrypted
|
44
|
+
registered: true
|
45
|
+
- !ruby/object:MIME::Type
|
46
|
+
content-type: multipart/example
|
47
|
+
encoding: base64
|
48
|
+
xrefs:
|
49
|
+
rfc:
|
50
|
+
- rfc4735
|
51
|
+
template:
|
52
|
+
- multipart/example
|
53
|
+
registered: true
|
54
|
+
- !ruby/object:MIME::Type
|
55
|
+
content-type: multipart/form-data
|
56
|
+
encoding: base64
|
57
|
+
xrefs:
|
58
|
+
rfc:
|
59
|
+
- rfc7578
|
60
|
+
template:
|
61
|
+
- multipart/form-data
|
62
|
+
registered: true
|
63
|
+
- !ruby/object:MIME::Type
|
64
|
+
content-type: multipart/header-set
|
65
|
+
encoding: base64
|
66
|
+
xrefs:
|
67
|
+
person:
|
68
|
+
- Dave_Crocker
|
69
|
+
template:
|
70
|
+
- multipart/header-set
|
71
|
+
registered: true
|
72
|
+
- !ruby/object:MIME::Type
|
73
|
+
content-type: multipart/mixed
|
74
|
+
encoding: 8bit
|
75
|
+
xrefs:
|
76
|
+
rfc:
|
77
|
+
- rfc2045
|
78
|
+
- rfc2046
|
79
|
+
registered: true
|
80
|
+
- !ruby/object:MIME::Type
|
81
|
+
content-type: multipart/multilingual
|
82
|
+
encoding: base64
|
83
|
+
xrefs:
|
84
|
+
rfc:
|
85
|
+
- rfc8255
|
86
|
+
template:
|
87
|
+
- multipart/multilingual
|
88
|
+
registered: true
|
89
|
+
- !ruby/object:MIME::Type
|
90
|
+
content-type: multipart/parallel
|
91
|
+
encoding: 8bit
|
92
|
+
xrefs:
|
93
|
+
rfc:
|
94
|
+
- rfc2045
|
95
|
+
- rfc2046
|
96
|
+
registered: true
|
97
|
+
- !ruby/object:MIME::Type
|
98
|
+
content-type: multipart/related
|
99
|
+
encoding: base64
|
100
|
+
xrefs:
|
101
|
+
rfc:
|
102
|
+
- rfc2387
|
103
|
+
template:
|
104
|
+
- multipart/related
|
105
|
+
registered: true
|
106
|
+
- !ruby/object:MIME::Type
|
107
|
+
content-type: multipart/report
|
108
|
+
encoding: base64
|
109
|
+
xrefs:
|
110
|
+
rfc:
|
111
|
+
- rfc6522
|
112
|
+
template:
|
113
|
+
- multipart/report
|
114
|
+
registered: true
|
115
|
+
- !ruby/object:MIME::Type
|
116
|
+
content-type: multipart/signed
|
117
|
+
encoding: base64
|
118
|
+
xrefs:
|
119
|
+
rfc:
|
120
|
+
- rfc1847
|
121
|
+
template:
|
122
|
+
- multipart/signed
|
123
|
+
registered: true
|
124
|
+
- !ruby/object:MIME::Type
|
125
|
+
content-type: multipart/vnd.bint.med-plus
|
126
|
+
encoding: base64
|
127
|
+
xrefs:
|
128
|
+
person:
|
129
|
+
- Heinz-Peter_Schütz
|
130
|
+
template:
|
131
|
+
- multipart/vnd.bint.med-plus
|
132
|
+
registered: true
|
133
|
+
- !ruby/object:MIME::Type
|
134
|
+
content-type: multipart/voice-message
|
135
|
+
encoding: base64
|
136
|
+
xrefs:
|
137
|
+
rfc:
|
138
|
+
- rfc3801
|
139
|
+
template:
|
140
|
+
- multipart/voice-message
|
141
|
+
registered: true
|
142
|
+
- !ruby/object:MIME::Type
|
143
|
+
content-type: multipart/x-gzip
|
144
|
+
encoding: base64
|
145
|
+
registered: false
|
146
|
+
- !ruby/object:MIME::Type
|
147
|
+
content-type: multipart/x-mixed-replace
|
148
|
+
encoding: base64
|
149
|
+
xrefs:
|
150
|
+
person:
|
151
|
+
- Robin_Berjon
|
152
|
+
- W3C
|
153
|
+
template:
|
154
|
+
- multipart/x-mixed-replace
|
155
|
+
registered: true
|
156
|
+
- !ruby/object:MIME::Type
|
157
|
+
content-type: multipart/x-parallel
|
158
|
+
encoding: base64
|
159
|
+
obsolete: true
|
160
|
+
use-instead: multipart/parallel
|
161
|
+
registered: false
|
162
|
+
- !ruby/object:MIME::Type
|
163
|
+
content-type: multipart/x-tar
|
164
|
+
encoding: base64
|
165
|
+
registered: false
|
166
|
+
- !ruby/object:MIME::Type
|
167
|
+
content-type: multipart/x-ustar
|
168
|
+
encoding: base64
|
169
|
+
registered: false
|
170
|
+
- !ruby/object:MIME::Type
|
171
|
+
content-type: multipart/x-www-form-urlencoded
|
172
|
+
encoding: base64
|
173
|
+
obsolete: true
|
174
|
+
use-instead: application/x-www-form-urlencoded
|
175
|
+
registered: false
|
176
|
+
- !ruby/object:MIME::Type
|
177
|
+
content-type: multipart/x-zip
|
178
|
+
encoding: base64
|
179
|
+
registered: false
|
@@ -0,0 +1,145 @@
|
|
1
|
+
---
|
2
|
+
- !ruby/object:MIME::Type
|
3
|
+
content-type: application/akn+xml
|
4
|
+
encoding: base64
|
5
|
+
xrefs:
|
6
|
+
person:
|
7
|
+
- Chet_Ensign
|
8
|
+
registered: true
|
9
|
+
provisional: true
|
10
|
+
- !ruby/object:MIME::Type
|
11
|
+
content-type: application/cert-chain+cbor
|
12
|
+
encoding: base64
|
13
|
+
xrefs:
|
14
|
+
draft:
|
15
|
+
- draft-yasskin-http-origin-signed-responses
|
16
|
+
registered: true
|
17
|
+
provisional: true
|
18
|
+
- !ruby/object:MIME::Type
|
19
|
+
content-type: application/city+json
|
20
|
+
encoding: base64
|
21
|
+
xrefs:
|
22
|
+
person:
|
23
|
+
- Hugo_Ledoux
|
24
|
+
registered: true
|
25
|
+
provisional: true
|
26
|
+
- !ruby/object:MIME::Type
|
27
|
+
content-type: application/ion
|
28
|
+
encoding: base64
|
29
|
+
xrefs:
|
30
|
+
person:
|
31
|
+
- Jonathan_Hohle
|
32
|
+
registered: true
|
33
|
+
provisional: true
|
34
|
+
- !ruby/object:MIME::Type
|
35
|
+
content-type: application/json-nd
|
36
|
+
encoding: base64
|
37
|
+
xrefs:
|
38
|
+
person:
|
39
|
+
- Glen_Kleidon
|
40
|
+
registered: true
|
41
|
+
provisional: true
|
42
|
+
- !ruby/object:MIME::Type
|
43
|
+
content-type: application/netcdf
|
44
|
+
encoding: base64
|
45
|
+
xrefs:
|
46
|
+
person:
|
47
|
+
- Ethan_Davis
|
48
|
+
registered: true
|
49
|
+
provisional: true
|
50
|
+
- !ruby/object:MIME::Type
|
51
|
+
content-type: application/odm+json
|
52
|
+
encoding: base64
|
53
|
+
xrefs:
|
54
|
+
person:
|
55
|
+
- Sam_Hume
|
56
|
+
registered: true
|
57
|
+
provisional: true
|
58
|
+
- !ruby/object:MIME::Type
|
59
|
+
content-type: application/pkix-keyinfo
|
60
|
+
encoding: base64
|
61
|
+
xrefs:
|
62
|
+
draft:
|
63
|
+
- draft-hallambaker-mesh-udf
|
64
|
+
registered: true
|
65
|
+
provisional: true
|
66
|
+
- !ruby/object:MIME::Type
|
67
|
+
content-type: application/reports+json
|
68
|
+
encoding: base64
|
69
|
+
xrefs:
|
70
|
+
person:
|
71
|
+
- Douglas_Creager
|
72
|
+
registered: true
|
73
|
+
provisional: true
|
74
|
+
- !ruby/object:MIME::Type
|
75
|
+
content-type: application/rif+xml
|
76
|
+
encoding: base64
|
77
|
+
xrefs:
|
78
|
+
person:
|
79
|
+
- Sandro_Hawke
|
80
|
+
registered: true
|
81
|
+
provisional: true
|
82
|
+
- !ruby/object:MIME::Type
|
83
|
+
content-type: application/rpki-checklist
|
84
|
+
encoding: base64
|
85
|
+
xrefs:
|
86
|
+
draft:
|
87
|
+
- draft-ietf-sidrops-rpki-rsc-02
|
88
|
+
registered: true
|
89
|
+
provisional: true
|
90
|
+
- !ruby/object:MIME::Type
|
91
|
+
content-type: application/signed-exchange
|
92
|
+
encoding: base64
|
93
|
+
xrefs:
|
94
|
+
draft:
|
95
|
+
- draft-yasskin-http-origin-signed-responses
|
96
|
+
registered: true
|
97
|
+
provisional: true
|
98
|
+
- !ruby/object:MIME::Type
|
99
|
+
content-type: application/webbundle
|
100
|
+
encoding: base64
|
101
|
+
xrefs:
|
102
|
+
draft:
|
103
|
+
- draft-yasskin-wpack-bundled-exchanges
|
104
|
+
registered: true
|
105
|
+
provisional: true
|
106
|
+
- !ruby/object:MIME::Type
|
107
|
+
content-type: application/won
|
108
|
+
encoding: base64
|
109
|
+
xrefs:
|
110
|
+
person:
|
111
|
+
- Roy_T._Fielding
|
112
|
+
registered: true
|
113
|
+
provisional: true
|
114
|
+
- !ruby/object:MIME::Type
|
115
|
+
content-type: image/dpx
|
116
|
+
encoding: base64
|
117
|
+
xrefs:
|
118
|
+
person:
|
119
|
+
- Director_of_Standards
|
120
|
+
registered: true
|
121
|
+
provisional: true
|
122
|
+
- !ruby/object:MIME::Type
|
123
|
+
content-type: image/j2is
|
124
|
+
encoding: base64
|
125
|
+
xrefs:
|
126
|
+
person:
|
127
|
+
- ISO-IEC_JTC_1-SC_29-WG_1_Convenor
|
128
|
+
registered: true
|
129
|
+
provisional: true
|
130
|
+
- !ruby/object:MIME::Type
|
131
|
+
content-type: image/jxl
|
132
|
+
encoding: base64
|
133
|
+
xrefs:
|
134
|
+
person:
|
135
|
+
- Touradj_Ebrahimi
|
136
|
+
registered: true
|
137
|
+
provisional: true
|
138
|
+
- !ruby/object:MIME::Type
|
139
|
+
content-type: text/nfo
|
140
|
+
encoding: quoted-printable
|
141
|
+
xrefs:
|
142
|
+
person:
|
143
|
+
- Sean_Leonard
|
144
|
+
registered: true
|
145
|
+
provisional: true
|