mime-types-data 3.2024.1203 → 3.2025.0107
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/{History.md → CHANGELOG.md} +17 -0
- data/{Contributing.md → CONTRIBUTING.md} +1 -54
- data/CONTRIBUTORS.md +52 -0
- data/{Licence.md → LICENCE.md} +1 -1
- data/Manifest.txt +5 -19
- data/README.md +30 -30
- data/Rakefile +35 -116
- data/SECURITY.md +1 -1
- data/data/mime-types.json +1 -1
- data/data/mime.content_type.column +9 -0
- data/data/mime.docs.column +9 -0
- data/data/mime.encoding.column +9 -0
- data/data/mime.flags.column +9 -0
- data/data/mime.friendly.column +9 -0
- data/data/mime.pext.column +9 -0
- data/data/mime.use_instead.column +9 -0
- data/data/mime.xrefs.column +43 -34
- data/lib/mime/types/data.rb +1 -1
- metadata +16 -88
- data/types/application.yaml +0 -19098
- data/types/audio.yaml +0 -1753
- data/types/chemical.yaml +0 -71
- data/types/conference.yaml +0 -9
- data/types/drawing.yaml +0 -15
- data/types/example.yaml +0 -1
- data/types/font.yaml +0 -65
- data/types/haptics.yaml +0 -28
- data/types/image.yaml +0 -1329
- data/types/message.yaml +0 -247
- data/types/model.yaml +0 -454
- data/types/multipart.yaml +0 -187
- data/types/text.yaml +0 -1281
- data/types/video.yaml +0 -1158
- data/types/world.yaml +0 -8
- /data/{Code-of-Conduct.md → CODE_OF_CONDUCT.md} +0 -0
data/types/text.yaml
DELETED
@@ -1,1281 +0,0 @@
|
|
1
|
-
---
|
2
|
-
- !ruby/object:MIME::Type
|
3
|
-
content-type: text/1d-interleaved-parityfec
|
4
|
-
encoding: quoted-printable
|
5
|
-
xrefs:
|
6
|
-
rfc:
|
7
|
-
- rfc6015
|
8
|
-
template:
|
9
|
-
- text/1d-interleaved-parityfec
|
10
|
-
registered: true
|
11
|
-
- !ruby/object:MIME::Type
|
12
|
-
content-type: text/cache-manifest
|
13
|
-
encoding: quoted-printable
|
14
|
-
extensions:
|
15
|
-
- appcache
|
16
|
-
- manifest
|
17
|
-
xrefs:
|
18
|
-
person:
|
19
|
-
- Robin_Berjon
|
20
|
-
- W3C
|
21
|
-
template:
|
22
|
-
- text/cache-manifest
|
23
|
-
registered: true
|
24
|
-
- !ruby/object:MIME::Type
|
25
|
-
content-type: text/calendar
|
26
|
-
friendly:
|
27
|
-
en: iCalendar
|
28
|
-
encoding: quoted-printable
|
29
|
-
extensions:
|
30
|
-
- ics
|
31
|
-
- ifb
|
32
|
-
xrefs:
|
33
|
-
rfc:
|
34
|
-
- rfc5545
|
35
|
-
template:
|
36
|
-
- text/calendar
|
37
|
-
registered: true
|
38
|
-
- !ruby/object:MIME::Type
|
39
|
-
content-type: text/comma-separated-values
|
40
|
-
encoding: 8bit
|
41
|
-
extensions:
|
42
|
-
- csv
|
43
|
-
obsolete: true
|
44
|
-
use-instead: text/csv
|
45
|
-
registered: false
|
46
|
-
- !ruby/object:MIME::Type
|
47
|
-
content-type: text/cql
|
48
|
-
encoding: quoted-printable
|
49
|
-
xrefs:
|
50
|
-
person:
|
51
|
-
- Bryn_Rhodes
|
52
|
-
- HL7
|
53
|
-
template:
|
54
|
-
- text/cql
|
55
|
-
registered: true
|
56
|
-
- !ruby/object:MIME::Type
|
57
|
-
content-type: text/cql-expression
|
58
|
-
encoding: quoted-printable
|
59
|
-
xrefs:
|
60
|
-
person:
|
61
|
-
- Bryn_Rhodes
|
62
|
-
- HL7
|
63
|
-
template:
|
64
|
-
- text/cql-expression
|
65
|
-
registered: true
|
66
|
-
- !ruby/object:MIME::Type
|
67
|
-
content-type: text/cql-identifier
|
68
|
-
encoding: quoted-printable
|
69
|
-
xrefs:
|
70
|
-
person:
|
71
|
-
- Bryn_Rhodes
|
72
|
-
- HL7
|
73
|
-
template:
|
74
|
-
- text/cql-identifier
|
75
|
-
registered: true
|
76
|
-
- !ruby/object:MIME::Type
|
77
|
-
content-type: text/css
|
78
|
-
friendly:
|
79
|
-
en: Cascading Style Sheets (CSS)
|
80
|
-
encoding: 8bit
|
81
|
-
extensions:
|
82
|
-
- css
|
83
|
-
xrefs:
|
84
|
-
rfc:
|
85
|
-
- rfc2318
|
86
|
-
template:
|
87
|
-
- text/css
|
88
|
-
registered: true
|
89
|
-
- !ruby/object:MIME::Type
|
90
|
-
content-type: text/csv
|
91
|
-
friendly:
|
92
|
-
en: Comma-Separated Values
|
93
|
-
encoding: 8bit
|
94
|
-
extensions:
|
95
|
-
- csv
|
96
|
-
xrefs:
|
97
|
-
rfc:
|
98
|
-
- rfc4180
|
99
|
-
- rfc7111
|
100
|
-
template:
|
101
|
-
- text/csv
|
102
|
-
registered: true
|
103
|
-
- !ruby/object:MIME::Type
|
104
|
-
content-type: text/csv-schema
|
105
|
-
encoding: quoted-printable
|
106
|
-
xrefs:
|
107
|
-
person:
|
108
|
-
- David_Underdown
|
109
|
-
- National_Archives_UK
|
110
|
-
template:
|
111
|
-
- text/csv-schema
|
112
|
-
registered: true
|
113
|
-
- !ruby/object:MIME::Type
|
114
|
-
content-type: text/directory
|
115
|
-
encoding: quoted-printable
|
116
|
-
obsolete: true
|
117
|
-
xrefs:
|
118
|
-
rfc:
|
119
|
-
- rfc2425
|
120
|
-
- rfc6350
|
121
|
-
template:
|
122
|
-
- text/directory
|
123
|
-
notes:
|
124
|
-
- "- DEPRECATED by RFC6350"
|
125
|
-
registered: true
|
126
|
-
- !ruby/object:MIME::Type
|
127
|
-
content-type: text/dns
|
128
|
-
encoding: quoted-printable
|
129
|
-
xrefs:
|
130
|
-
rfc:
|
131
|
-
- rfc4027
|
132
|
-
template:
|
133
|
-
- text/dns
|
134
|
-
registered: true
|
135
|
-
- !ruby/object:MIME::Type
|
136
|
-
content-type: text/ecmascript
|
137
|
-
encoding: quoted-printable
|
138
|
-
extensions:
|
139
|
-
- es
|
140
|
-
- ecma
|
141
|
-
obsolete: true
|
142
|
-
use-instead: text/javascript
|
143
|
-
xrefs:
|
144
|
-
rfc:
|
145
|
-
- rfc9239
|
146
|
-
template:
|
147
|
-
- text/ecmascript
|
148
|
-
notes:
|
149
|
-
- "(OBSOLETED in favor of text/javascript)"
|
150
|
-
registered: true
|
151
|
-
- !ruby/object:MIME::Type
|
152
|
-
content-type: text/encaprtp
|
153
|
-
encoding: quoted-printable
|
154
|
-
xrefs:
|
155
|
-
rfc:
|
156
|
-
- rfc6849
|
157
|
-
template:
|
158
|
-
- text/encaprtp
|
159
|
-
registered: true
|
160
|
-
- !ruby/object:MIME::Type
|
161
|
-
content-type: text/enriched
|
162
|
-
encoding: quoted-printable
|
163
|
-
xrefs:
|
164
|
-
rfc:
|
165
|
-
- rfc1896
|
166
|
-
template:
|
167
|
-
- text/enriched
|
168
|
-
registered: true
|
169
|
-
- !ruby/object:MIME::Type
|
170
|
-
content-type: text/example
|
171
|
-
encoding: quoted-printable
|
172
|
-
xrefs:
|
173
|
-
rfc:
|
174
|
-
- rfc4735
|
175
|
-
template:
|
176
|
-
- text/example
|
177
|
-
registered: true
|
178
|
-
- !ruby/object:MIME::Type
|
179
|
-
content-type: text/fhirpath
|
180
|
-
encoding: quoted-printable
|
181
|
-
xrefs:
|
182
|
-
person:
|
183
|
-
- Bryn_Rhodes
|
184
|
-
- HL7
|
185
|
-
template:
|
186
|
-
- text/fhirpath
|
187
|
-
registered: true
|
188
|
-
- !ruby/object:MIME::Type
|
189
|
-
content-type: text/flexfec
|
190
|
-
encoding: quoted-printable
|
191
|
-
xrefs:
|
192
|
-
rfc:
|
193
|
-
- rfc8627
|
194
|
-
template:
|
195
|
-
- text/flexfec
|
196
|
-
registered: true
|
197
|
-
- !ruby/object:MIME::Type
|
198
|
-
content-type: text/fwdred
|
199
|
-
encoding: quoted-printable
|
200
|
-
xrefs:
|
201
|
-
rfc:
|
202
|
-
- rfc6354
|
203
|
-
template:
|
204
|
-
- text/fwdred
|
205
|
-
registered: true
|
206
|
-
- !ruby/object:MIME::Type
|
207
|
-
content-type: text/gff3
|
208
|
-
encoding: quoted-printable
|
209
|
-
xrefs:
|
210
|
-
person:
|
211
|
-
- Sequence_Ontology
|
212
|
-
template:
|
213
|
-
- text/gff3
|
214
|
-
registered: true
|
215
|
-
- !ruby/object:MIME::Type
|
216
|
-
content-type: text/grammar-ref-list
|
217
|
-
encoding: quoted-printable
|
218
|
-
xrefs:
|
219
|
-
rfc:
|
220
|
-
- rfc6787
|
221
|
-
template:
|
222
|
-
- text/grammar-ref-list
|
223
|
-
registered: true
|
224
|
-
- !ruby/object:MIME::Type
|
225
|
-
content-type: text/hl7v2
|
226
|
-
encoding: quoted-printable
|
227
|
-
xrefs:
|
228
|
-
person:
|
229
|
-
- HL7
|
230
|
-
- Marc_Duteau
|
231
|
-
template:
|
232
|
-
- text/hl7v2
|
233
|
-
registered: true
|
234
|
-
- !ruby/object:MIME::Type
|
235
|
-
content-type: text/html
|
236
|
-
friendly:
|
237
|
-
en: HyperText Markup Language (HTML)
|
238
|
-
encoding: 8bit
|
239
|
-
extensions:
|
240
|
-
- html
|
241
|
-
- htm
|
242
|
-
- htmlx
|
243
|
-
- shtml
|
244
|
-
- htx
|
245
|
-
xrefs:
|
246
|
-
person:
|
247
|
-
- Robin_Berjon
|
248
|
-
- W3C
|
249
|
-
template:
|
250
|
-
- text/html
|
251
|
-
registered: true
|
252
|
-
- !ruby/object:MIME::Type
|
253
|
-
content-type: text/javascript
|
254
|
-
encoding: quoted-printable
|
255
|
-
extensions:
|
256
|
-
- js
|
257
|
-
- mjs
|
258
|
-
- cjs
|
259
|
-
xrefs:
|
260
|
-
rfc:
|
261
|
-
- rfc9239
|
262
|
-
template:
|
263
|
-
- text/javascript
|
264
|
-
registered: true
|
265
|
-
- !ruby/object:MIME::Type
|
266
|
-
content-type: text/javascript1.0
|
267
|
-
encoding: quoted-printable
|
268
|
-
obsolete: true
|
269
|
-
use-instead: text/javascript
|
270
|
-
registered: false
|
271
|
-
- !ruby/object:MIME::Type
|
272
|
-
content-type: text/javascript1.1
|
273
|
-
encoding: quoted-printable
|
274
|
-
obsolete: true
|
275
|
-
use-instead: text/javascript
|
276
|
-
registered: false
|
277
|
-
- !ruby/object:MIME::Type
|
278
|
-
content-type: text/javascript1.2
|
279
|
-
encoding: quoted-printable
|
280
|
-
obsolete: true
|
281
|
-
use-instead: text/javascript
|
282
|
-
registered: false
|
283
|
-
- !ruby/object:MIME::Type
|
284
|
-
content-type: text/javascript1.3
|
285
|
-
encoding: quoted-printable
|
286
|
-
obsolete: true
|
287
|
-
use-instead: text/javascript
|
288
|
-
registered: false
|
289
|
-
- !ruby/object:MIME::Type
|
290
|
-
content-type: text/javascript1.4
|
291
|
-
encoding: quoted-printable
|
292
|
-
obsolete: true
|
293
|
-
use-instead: text/javascript
|
294
|
-
registered: false
|
295
|
-
- !ruby/object:MIME::Type
|
296
|
-
content-type: text/jcr-cnd
|
297
|
-
encoding: quoted-printable
|
298
|
-
xrefs:
|
299
|
-
person:
|
300
|
-
- Peeter_Piegaze
|
301
|
-
template:
|
302
|
-
- text/jcr-cnd
|
303
|
-
registered: true
|
304
|
-
- !ruby/object:MIME::Type
|
305
|
-
content-type: text/jscript
|
306
|
-
encoding: quoted-printable
|
307
|
-
obsolete: true
|
308
|
-
use-instead: text/javascript
|
309
|
-
registered: false
|
310
|
-
- !ruby/object:MIME::Type
|
311
|
-
content-type: text/livescript
|
312
|
-
encoding: quoted-printable
|
313
|
-
obsolete: true
|
314
|
-
use-instead: text/javascript
|
315
|
-
registered: false
|
316
|
-
- !ruby/object:MIME::Type
|
317
|
-
content-type: text/markdown
|
318
|
-
encoding: quoted-printable
|
319
|
-
extensions:
|
320
|
-
- markdown
|
321
|
-
- md
|
322
|
-
- mkd
|
323
|
-
xrefs:
|
324
|
-
rfc:
|
325
|
-
- rfc7763
|
326
|
-
template:
|
327
|
-
- text/markdown
|
328
|
-
registered: true
|
329
|
-
- !ruby/object:MIME::Type
|
330
|
-
content-type: text/mizar
|
331
|
-
encoding: quoted-printable
|
332
|
-
xrefs:
|
333
|
-
person:
|
334
|
-
- Jesse_Alama
|
335
|
-
template:
|
336
|
-
- text/mizar
|
337
|
-
registered: true
|
338
|
-
- !ruby/object:MIME::Type
|
339
|
-
content-type: text/n3
|
340
|
-
friendly:
|
341
|
-
en: Notation3
|
342
|
-
encoding: quoted-printable
|
343
|
-
extensions:
|
344
|
-
- n3
|
345
|
-
xrefs:
|
346
|
-
person:
|
347
|
-
- Eric_Prudhommeaux
|
348
|
-
- W3C
|
349
|
-
template:
|
350
|
-
- text/n3
|
351
|
-
registered: true
|
352
|
-
- !ruby/object:MIME::Type
|
353
|
-
content-type: text/nfo
|
354
|
-
encoding: quoted-printable
|
355
|
-
xrefs:
|
356
|
-
person:
|
357
|
-
- Sean_Leonard
|
358
|
-
registered: true
|
359
|
-
provisional: true
|
360
|
-
- !ruby/object:MIME::Type
|
361
|
-
content-type: text/parameters
|
362
|
-
encoding: quoted-printable
|
363
|
-
xrefs:
|
364
|
-
rfc:
|
365
|
-
- rfc7826
|
366
|
-
template:
|
367
|
-
- text/parameters
|
368
|
-
registered: true
|
369
|
-
- !ruby/object:MIME::Type
|
370
|
-
content-type: text/parityfec
|
371
|
-
encoding: quoted-printable
|
372
|
-
xrefs:
|
373
|
-
rfc:
|
374
|
-
- rfc3009
|
375
|
-
template:
|
376
|
-
- text/parityfec
|
377
|
-
registered: true
|
378
|
-
- !ruby/object:MIME::Type
|
379
|
-
content-type: text/plain
|
380
|
-
friendly:
|
381
|
-
en: Text File
|
382
|
-
encoding: quoted-printable
|
383
|
-
extensions:
|
384
|
-
- txt
|
385
|
-
- asc
|
386
|
-
- c
|
387
|
-
- cc
|
388
|
-
- h
|
389
|
-
- hh
|
390
|
-
- cpp
|
391
|
-
- hpp
|
392
|
-
- dat
|
393
|
-
- hlp
|
394
|
-
- conf
|
395
|
-
- def
|
396
|
-
- doc
|
397
|
-
- in
|
398
|
-
- list
|
399
|
-
- log
|
400
|
-
- rst
|
401
|
-
- text
|
402
|
-
- textile
|
403
|
-
xrefs:
|
404
|
-
rfc:
|
405
|
-
- rfc2046
|
406
|
-
- rfc3676
|
407
|
-
- rfc5147
|
408
|
-
template:
|
409
|
-
- text/plain
|
410
|
-
registered: true
|
411
|
-
- !ruby/object:MIME::Type
|
412
|
-
content-type: text/provenance-notation
|
413
|
-
encoding: quoted-printable
|
414
|
-
xrefs:
|
415
|
-
person:
|
416
|
-
- Ivan_Herman
|
417
|
-
- W3C
|
418
|
-
template:
|
419
|
-
- text/provenance-notation
|
420
|
-
registered: true
|
421
|
-
- !ruby/object:MIME::Type
|
422
|
-
content-type: text/prs.fallenstein.rst
|
423
|
-
encoding: quoted-printable
|
424
|
-
extensions:
|
425
|
-
- rst
|
426
|
-
xrefs:
|
427
|
-
person:
|
428
|
-
- Benja_Fallenstein
|
429
|
-
template:
|
430
|
-
- text/prs.fallenstein.rst
|
431
|
-
registered: true
|
432
|
-
- !ruby/object:MIME::Type
|
433
|
-
content-type: text/prs.lines.tag
|
434
|
-
friendly:
|
435
|
-
en: PRS Lines Tag
|
436
|
-
encoding: quoted-printable
|
437
|
-
extensions:
|
438
|
-
- dsc
|
439
|
-
xrefs:
|
440
|
-
person:
|
441
|
-
- John_Lines
|
442
|
-
template:
|
443
|
-
- text/prs.lines.tag
|
444
|
-
registered: true
|
445
|
-
- !ruby/object:MIME::Type
|
446
|
-
content-type: text/prs.prop.logic
|
447
|
-
encoding: quoted-printable
|
448
|
-
xrefs:
|
449
|
-
person:
|
450
|
-
- Hans-Dieter_A._Hiep
|
451
|
-
template:
|
452
|
-
- text/prs.prop.logic
|
453
|
-
registered: true
|
454
|
-
- !ruby/object:MIME::Type
|
455
|
-
content-type: text/prs.texi
|
456
|
-
encoding: quoted-printable
|
457
|
-
xrefs:
|
458
|
-
person:
|
459
|
-
- Matin_Bavardi
|
460
|
-
template:
|
461
|
-
- text/prs.texi
|
462
|
-
registered: true
|
463
|
-
- !ruby/object:MIME::Type
|
464
|
-
content-type: text/raptorfec
|
465
|
-
encoding: quoted-printable
|
466
|
-
xrefs:
|
467
|
-
rfc:
|
468
|
-
- rfc6682
|
469
|
-
template:
|
470
|
-
- text/raptorfec
|
471
|
-
registered: true
|
472
|
-
- !ruby/object:MIME::Type
|
473
|
-
content-type: text/RED
|
474
|
-
encoding: quoted-printable
|
475
|
-
xrefs:
|
476
|
-
rfc:
|
477
|
-
- rfc4102
|
478
|
-
template:
|
479
|
-
- text/RED
|
480
|
-
registered: true
|
481
|
-
- !ruby/object:MIME::Type
|
482
|
-
content-type: text/rfc822-headers
|
483
|
-
encoding: quoted-printable
|
484
|
-
xrefs:
|
485
|
-
rfc:
|
486
|
-
- rfc6522
|
487
|
-
template:
|
488
|
-
- text/rfc822-headers
|
489
|
-
registered: true
|
490
|
-
- !ruby/object:MIME::Type
|
491
|
-
content-type: text/richtext
|
492
|
-
friendly:
|
493
|
-
en: Rich Text Format (RTF)
|
494
|
-
encoding: 8bit
|
495
|
-
extensions:
|
496
|
-
- rtx
|
497
|
-
xrefs:
|
498
|
-
rfc:
|
499
|
-
- rfc2045
|
500
|
-
- rfc2046
|
501
|
-
template:
|
502
|
-
- text/richtext
|
503
|
-
registered: true
|
504
|
-
- !ruby/object:MIME::Type
|
505
|
-
content-type: text/rtf
|
506
|
-
encoding: 8bit
|
507
|
-
extensions:
|
508
|
-
- rtf
|
509
|
-
xrefs:
|
510
|
-
person:
|
511
|
-
- Paul_Lindner
|
512
|
-
template:
|
513
|
-
- text/rtf
|
514
|
-
registered: true
|
515
|
-
- !ruby/object:MIME::Type
|
516
|
-
content-type: text/rtp-enc-aescm128
|
517
|
-
encoding: quoted-printable
|
518
|
-
xrefs:
|
519
|
-
person:
|
520
|
-
- _3GPP
|
521
|
-
template:
|
522
|
-
- text/rtp-enc-aescm128
|
523
|
-
registered: true
|
524
|
-
- !ruby/object:MIME::Type
|
525
|
-
content-type: text/rtploopback
|
526
|
-
encoding: quoted-printable
|
527
|
-
xrefs:
|
528
|
-
rfc:
|
529
|
-
- rfc6849
|
530
|
-
template:
|
531
|
-
- text/rtploopback
|
532
|
-
registered: true
|
533
|
-
- !ruby/object:MIME::Type
|
534
|
-
content-type: text/rtx
|
535
|
-
encoding: quoted-printable
|
536
|
-
xrefs:
|
537
|
-
rfc:
|
538
|
-
- rfc4588
|
539
|
-
template:
|
540
|
-
- text/rtx
|
541
|
-
registered: true
|
542
|
-
- !ruby/object:MIME::Type
|
543
|
-
content-type: text/sgml
|
544
|
-
friendly:
|
545
|
-
en: Standard Generalized Markup Language (SGML)
|
546
|
-
encoding: quoted-printable
|
547
|
-
extensions:
|
548
|
-
- sgml
|
549
|
-
- sgm
|
550
|
-
xrefs:
|
551
|
-
rfc:
|
552
|
-
- rfc1874
|
553
|
-
template:
|
554
|
-
- text/SGML
|
555
|
-
registered: true
|
556
|
-
- !ruby/object:MIME::Type
|
557
|
-
content-type: text/shaclc
|
558
|
-
encoding: quoted-printable
|
559
|
-
xrefs:
|
560
|
-
person:
|
561
|
-
- Vladimir_Alexiev
|
562
|
-
- W3C_SHACL_Community_Group
|
563
|
-
template:
|
564
|
-
- text/shaclc
|
565
|
-
registered: true
|
566
|
-
- !ruby/object:MIME::Type
|
567
|
-
content-type: text/shex
|
568
|
-
encoding: quoted-printable
|
569
|
-
xrefs:
|
570
|
-
person:
|
571
|
-
- Eric_Prudhommeaux
|
572
|
-
- W3C
|
573
|
-
template:
|
574
|
-
- text/shex
|
575
|
-
registered: true
|
576
|
-
- !ruby/object:MIME::Type
|
577
|
-
content-type: text/spdx
|
578
|
-
encoding: quoted-printable
|
579
|
-
xrefs:
|
580
|
-
person:
|
581
|
-
- Linux_Foundation
|
582
|
-
- Rose_Judge
|
583
|
-
template:
|
584
|
-
- text/spdx
|
585
|
-
registered: true
|
586
|
-
- !ruby/object:MIME::Type
|
587
|
-
content-type: text/strings
|
588
|
-
encoding: quoted-printable
|
589
|
-
xrefs:
|
590
|
-
person:
|
591
|
-
- IEEE-ISTO-PWG-PPP
|
592
|
-
template:
|
593
|
-
- text/strings
|
594
|
-
registered: true
|
595
|
-
- !ruby/object:MIME::Type
|
596
|
-
content-type: text/t140
|
597
|
-
encoding: quoted-printable
|
598
|
-
xrefs:
|
599
|
-
rfc:
|
600
|
-
- rfc4103
|
601
|
-
template:
|
602
|
-
- text/t140
|
603
|
-
registered: true
|
604
|
-
- !ruby/object:MIME::Type
|
605
|
-
content-type: text/tab-separated-values
|
606
|
-
friendly:
|
607
|
-
en: Tab Separated Values
|
608
|
-
encoding: quoted-printable
|
609
|
-
extensions:
|
610
|
-
- tsv
|
611
|
-
xrefs:
|
612
|
-
person:
|
613
|
-
- Paul_Lindner
|
614
|
-
template:
|
615
|
-
- text/tab-separated-values
|
616
|
-
registered: true
|
617
|
-
- !ruby/object:MIME::Type
|
618
|
-
content-type: text/troff
|
619
|
-
friendly:
|
620
|
-
en: troff
|
621
|
-
encoding: 8bit
|
622
|
-
extensions:
|
623
|
-
- t
|
624
|
-
- tr
|
625
|
-
- roff
|
626
|
-
- troff
|
627
|
-
- man
|
628
|
-
- me
|
629
|
-
- ms
|
630
|
-
xrefs:
|
631
|
-
rfc:
|
632
|
-
- rfc4263
|
633
|
-
template:
|
634
|
-
- text/troff
|
635
|
-
registered: true
|
636
|
-
- !ruby/object:MIME::Type
|
637
|
-
content-type: text/turtle
|
638
|
-
friendly:
|
639
|
-
en: Turtle (Terse RDF Triple Language)
|
640
|
-
encoding: quoted-printable
|
641
|
-
extensions:
|
642
|
-
- ttl
|
643
|
-
xrefs:
|
644
|
-
person:
|
645
|
-
- Eric_Prudhommeaux
|
646
|
-
- W3C
|
647
|
-
template:
|
648
|
-
- text/turtle
|
649
|
-
registered: true
|
650
|
-
- !ruby/object:MIME::Type
|
651
|
-
content-type: text/ulpfec
|
652
|
-
encoding: quoted-printable
|
653
|
-
xrefs:
|
654
|
-
rfc:
|
655
|
-
- rfc5109
|
656
|
-
template:
|
657
|
-
- text/ulpfec
|
658
|
-
registered: true
|
659
|
-
- !ruby/object:MIME::Type
|
660
|
-
content-type: text/uri-list
|
661
|
-
friendly:
|
662
|
-
en: URI Resolution Services
|
663
|
-
encoding: quoted-printable
|
664
|
-
extensions:
|
665
|
-
- uri
|
666
|
-
- uris
|
667
|
-
- urls
|
668
|
-
xrefs:
|
669
|
-
rfc:
|
670
|
-
- rfc2483
|
671
|
-
template:
|
672
|
-
- text/uri-list
|
673
|
-
registered: true
|
674
|
-
- !ruby/object:MIME::Type
|
675
|
-
content-type: text/vcard
|
676
|
-
encoding: quoted-printable
|
677
|
-
extensions:
|
678
|
-
- vcard
|
679
|
-
xrefs:
|
680
|
-
rfc:
|
681
|
-
- rfc6350
|
682
|
-
template:
|
683
|
-
- text/vcard
|
684
|
-
registered: true
|
685
|
-
signature: true
|
686
|
-
- !ruby/object:MIME::Type
|
687
|
-
content-type: text/vnd.a
|
688
|
-
encoding: quoted-printable
|
689
|
-
xrefs:
|
690
|
-
person:
|
691
|
-
- Regis_Dehoux
|
692
|
-
template:
|
693
|
-
- text/vnd.a
|
694
|
-
registered: true
|
695
|
-
- !ruby/object:MIME::Type
|
696
|
-
content-type: text/vnd.abc
|
697
|
-
encoding: quoted-printable
|
698
|
-
xrefs:
|
699
|
-
person:
|
700
|
-
- Steve_Allen
|
701
|
-
template:
|
702
|
-
- text/vnd.abc
|
703
|
-
registered: true
|
704
|
-
- !ruby/object:MIME::Type
|
705
|
-
content-type: text/vnd.ascii-art
|
706
|
-
encoding: quoted-printable
|
707
|
-
xrefs:
|
708
|
-
person:
|
709
|
-
- Kim_Scarborough
|
710
|
-
template:
|
711
|
-
- text/vnd.ascii-art
|
712
|
-
registered: true
|
713
|
-
- !ruby/object:MIME::Type
|
714
|
-
content-type: text/vnd.curl
|
715
|
-
friendly:
|
716
|
-
en: Curl - Applet
|
717
|
-
encoding: quoted-printable
|
718
|
-
extensions:
|
719
|
-
- curl
|
720
|
-
xrefs:
|
721
|
-
person:
|
722
|
-
- Robert_Byrnes
|
723
|
-
template:
|
724
|
-
- text/vnd.curl
|
725
|
-
registered: true
|
726
|
-
- !ruby/object:MIME::Type
|
727
|
-
content-type: text/vnd.curl.dcurl
|
728
|
-
friendly:
|
729
|
-
en: Curl - Detached Applet
|
730
|
-
encoding: quoted-printable
|
731
|
-
extensions:
|
732
|
-
- dcurl
|
733
|
-
registered: false
|
734
|
-
- !ruby/object:MIME::Type
|
735
|
-
content-type: text/vnd.curl.mcurl
|
736
|
-
friendly:
|
737
|
-
en: Curl - Manifest File
|
738
|
-
encoding: quoted-printable
|
739
|
-
extensions:
|
740
|
-
- mcurl
|
741
|
-
registered: false
|
742
|
-
- !ruby/object:MIME::Type
|
743
|
-
content-type: text/vnd.curl.scurl
|
744
|
-
friendly:
|
745
|
-
en: Curl - Source Code
|
746
|
-
encoding: quoted-printable
|
747
|
-
extensions:
|
748
|
-
- scurl
|
749
|
-
registered: false
|
750
|
-
- !ruby/object:MIME::Type
|
751
|
-
content-type: text/vnd.debian.copyright
|
752
|
-
encoding: quoted-printable
|
753
|
-
xrefs:
|
754
|
-
person:
|
755
|
-
- Charles_Plessy
|
756
|
-
template:
|
757
|
-
- text/vnd.debian.copyright
|
758
|
-
registered: true
|
759
|
-
- !ruby/object:MIME::Type
|
760
|
-
content-type: text/vnd.DMClientScript
|
761
|
-
encoding: quoted-printable
|
762
|
-
xrefs:
|
763
|
-
person:
|
764
|
-
- Dan_Bradley
|
765
|
-
template:
|
766
|
-
- text/vnd.DMClientScript
|
767
|
-
registered: true
|
768
|
-
- !ruby/object:MIME::Type
|
769
|
-
content-type: text/vnd.dvb.subtitle
|
770
|
-
encoding: quoted-printable
|
771
|
-
extensions:
|
772
|
-
- sub
|
773
|
-
xrefs:
|
774
|
-
person:
|
775
|
-
- Michael_Lagally
|
776
|
-
- Peter_Siebert
|
777
|
-
template:
|
778
|
-
- text/vnd.dvb.subtitle
|
779
|
-
registered: true
|
780
|
-
- !ruby/object:MIME::Type
|
781
|
-
content-type: text/vnd.esmertec.theme-descriptor
|
782
|
-
encoding: quoted-printable
|
783
|
-
xrefs:
|
784
|
-
person:
|
785
|
-
- Stefan_Eilemann
|
786
|
-
template:
|
787
|
-
- text/vnd.esmertec.theme-descriptor
|
788
|
-
registered: true
|
789
|
-
- !ruby/object:MIME::Type
|
790
|
-
content-type: text/vnd.exchangeable
|
791
|
-
encoding: quoted-printable
|
792
|
-
xrefs:
|
793
|
-
person:
|
794
|
-
- Martin_Cizek
|
795
|
-
template:
|
796
|
-
- text/vnd.exchangeable
|
797
|
-
registered: true
|
798
|
-
- !ruby/object:MIME::Type
|
799
|
-
content-type: text/vnd.familysearch.gedcom
|
800
|
-
encoding: quoted-printable
|
801
|
-
xrefs:
|
802
|
-
person:
|
803
|
-
- Gordon_Clarke
|
804
|
-
template:
|
805
|
-
- text/vnd.familysearch.gedcom
|
806
|
-
registered: true
|
807
|
-
- !ruby/object:MIME::Type
|
808
|
-
content-type: text/vnd.ficlab.flt
|
809
|
-
encoding: quoted-printable
|
810
|
-
xrefs:
|
811
|
-
person:
|
812
|
-
- Steve_Gilberd
|
813
|
-
template:
|
814
|
-
- text/vnd.ficlab.flt
|
815
|
-
registered: true
|
816
|
-
- !ruby/object:MIME::Type
|
817
|
-
content-type: text/vnd.flatland.3dml
|
818
|
-
encoding: quoted-printable
|
819
|
-
obsolete: true
|
820
|
-
use-instead: model/vnd.flatland.3dml
|
821
|
-
registered: false
|
822
|
-
- !ruby/object:MIME::Type
|
823
|
-
content-type: text/vnd.fly
|
824
|
-
friendly:
|
825
|
-
en: mod_fly / fly.cgi
|
826
|
-
encoding: quoted-printable
|
827
|
-
extensions:
|
828
|
-
- fly
|
829
|
-
xrefs:
|
830
|
-
person:
|
831
|
-
- John-Mark_Gurney
|
832
|
-
template:
|
833
|
-
- text/vnd.fly
|
834
|
-
registered: true
|
835
|
-
- !ruby/object:MIME::Type
|
836
|
-
content-type: text/vnd.fmi.flexstor
|
837
|
-
friendly:
|
838
|
-
en: FLEXSTOR
|
839
|
-
encoding: quoted-printable
|
840
|
-
extensions:
|
841
|
-
- flx
|
842
|
-
xrefs:
|
843
|
-
person:
|
844
|
-
- Kari_E._Hurtta
|
845
|
-
template:
|
846
|
-
- text/vnd.fmi.flexstor
|
847
|
-
registered: true
|
848
|
-
- !ruby/object:MIME::Type
|
849
|
-
content-type: text/vnd.gml
|
850
|
-
encoding: quoted-printable
|
851
|
-
xrefs:
|
852
|
-
person:
|
853
|
-
- Mi_Tar
|
854
|
-
template:
|
855
|
-
- text/vnd.gml
|
856
|
-
registered: true
|
857
|
-
- !ruby/object:MIME::Type
|
858
|
-
content-type: text/vnd.graphviz
|
859
|
-
friendly:
|
860
|
-
en: Graphviz
|
861
|
-
encoding: quoted-printable
|
862
|
-
extensions:
|
863
|
-
- gv
|
864
|
-
xrefs:
|
865
|
-
person:
|
866
|
-
- John_Ellson
|
867
|
-
template:
|
868
|
-
- text/vnd.graphviz
|
869
|
-
registered: true
|
870
|
-
- !ruby/object:MIME::Type
|
871
|
-
content-type: text/vnd.hans
|
872
|
-
encoding: quoted-printable
|
873
|
-
xrefs:
|
874
|
-
person:
|
875
|
-
- Hill_Hanxv
|
876
|
-
template:
|
877
|
-
- text/vnd.hans
|
878
|
-
registered: true
|
879
|
-
- !ruby/object:MIME::Type
|
880
|
-
content-type: text/vnd.hgl
|
881
|
-
encoding: quoted-printable
|
882
|
-
xrefs:
|
883
|
-
person:
|
884
|
-
- Heungsub_Lee
|
885
|
-
template:
|
886
|
-
- text/vnd.hgl
|
887
|
-
registered: true
|
888
|
-
- !ruby/object:MIME::Type
|
889
|
-
content-type: text/vnd.in3d.3dml
|
890
|
-
friendly:
|
891
|
-
en: In3D - 3DML
|
892
|
-
encoding: quoted-printable
|
893
|
-
extensions:
|
894
|
-
- 3dml
|
895
|
-
xrefs:
|
896
|
-
person:
|
897
|
-
- Michael_Powers
|
898
|
-
template:
|
899
|
-
- text/vnd.in3d.3dml
|
900
|
-
registered: true
|
901
|
-
- !ruby/object:MIME::Type
|
902
|
-
content-type: text/vnd.in3d.spot
|
903
|
-
friendly:
|
904
|
-
en: In3D - 3DML
|
905
|
-
encoding: quoted-printable
|
906
|
-
extensions:
|
907
|
-
- spot
|
908
|
-
xrefs:
|
909
|
-
person:
|
910
|
-
- Michael_Powers
|
911
|
-
template:
|
912
|
-
- text/vnd.in3d.spot
|
913
|
-
registered: true
|
914
|
-
- !ruby/object:MIME::Type
|
915
|
-
content-type: text/vnd.IPTC.NewsML
|
916
|
-
encoding: quoted-printable
|
917
|
-
xrefs:
|
918
|
-
person:
|
919
|
-
- IPTC
|
920
|
-
template:
|
921
|
-
- text/vnd.IPTC.NewsML
|
922
|
-
registered: true
|
923
|
-
- !ruby/object:MIME::Type
|
924
|
-
content-type: text/vnd.IPTC.NITF
|
925
|
-
encoding: quoted-printable
|
926
|
-
xrefs:
|
927
|
-
person:
|
928
|
-
- IPTC
|
929
|
-
template:
|
930
|
-
- text/vnd.IPTC.NITF
|
931
|
-
registered: true
|
932
|
-
- !ruby/object:MIME::Type
|
933
|
-
content-type: text/vnd.latex-z
|
934
|
-
encoding: quoted-printable
|
935
|
-
xrefs:
|
936
|
-
person:
|
937
|
-
- Mikusiak_Lubos
|
938
|
-
template:
|
939
|
-
- text/vnd.latex-z
|
940
|
-
registered: true
|
941
|
-
- !ruby/object:MIME::Type
|
942
|
-
content-type: text/vnd.motorola.reflex
|
943
|
-
encoding: quoted-printable
|
944
|
-
xrefs:
|
945
|
-
person:
|
946
|
-
- Mark_Patton
|
947
|
-
template:
|
948
|
-
- text/vnd.motorola.reflex
|
949
|
-
registered: true
|
950
|
-
- !ruby/object:MIME::Type
|
951
|
-
content-type: text/vnd.ms-mediapackage
|
952
|
-
encoding: quoted-printable
|
953
|
-
xrefs:
|
954
|
-
person:
|
955
|
-
- Jan_Nelson
|
956
|
-
template:
|
957
|
-
- text/vnd.ms-mediapackage
|
958
|
-
registered: true
|
959
|
-
- !ruby/object:MIME::Type
|
960
|
-
content-type: text/vnd.net2phone.commcenter.command
|
961
|
-
encoding: quoted-printable
|
962
|
-
extensions:
|
963
|
-
- ccc
|
964
|
-
xrefs:
|
965
|
-
person:
|
966
|
-
- Feiyu_Xie
|
967
|
-
template:
|
968
|
-
- text/vnd.net2phone.commcenter.command
|
969
|
-
registered: true
|
970
|
-
- !ruby/object:MIME::Type
|
971
|
-
content-type: text/vnd.radisys.msml-basic-layout
|
972
|
-
encoding: quoted-printable
|
973
|
-
xrefs:
|
974
|
-
rfc:
|
975
|
-
- rfc5707
|
976
|
-
template:
|
977
|
-
- text/vnd.radisys.msml-basic-layout
|
978
|
-
registered: true
|
979
|
-
- !ruby/object:MIME::Type
|
980
|
-
content-type: text/vnd.senx.warpscript
|
981
|
-
encoding: quoted-printable
|
982
|
-
xrefs:
|
983
|
-
person:
|
984
|
-
- Pierre_Papin
|
985
|
-
template:
|
986
|
-
- text/vnd.senx.warpscript
|
987
|
-
registered: true
|
988
|
-
- !ruby/object:MIME::Type
|
989
|
-
content-type: text/vnd.si.uricatalogue
|
990
|
-
encoding: quoted-printable
|
991
|
-
obsolete: true
|
992
|
-
xrefs:
|
993
|
-
person:
|
994
|
-
- Nicholas_Parks_Young
|
995
|
-
template:
|
996
|
-
- text/vnd.si.uricatalogue
|
997
|
-
notes:
|
998
|
-
- "(OBSOLETED by request)"
|
999
|
-
registered: true
|
1000
|
-
- !ruby/object:MIME::Type
|
1001
|
-
content-type: text/vnd.sosi
|
1002
|
-
encoding: quoted-printable
|
1003
|
-
xrefs:
|
1004
|
-
person:
|
1005
|
-
- Petter_Reinholdtsen
|
1006
|
-
template:
|
1007
|
-
- text/vnd.sosi
|
1008
|
-
registered: true
|
1009
|
-
- !ruby/object:MIME::Type
|
1010
|
-
content-type: text/vnd.sun.j2me.app-descriptor
|
1011
|
-
friendly:
|
1012
|
-
en: J2ME App Descriptor
|
1013
|
-
encoding: 8bit
|
1014
|
-
extensions:
|
1015
|
-
- jad
|
1016
|
-
xrefs:
|
1017
|
-
person:
|
1018
|
-
- Gary_Adams
|
1019
|
-
template:
|
1020
|
-
- text/vnd.sun.j2me.app-descriptor
|
1021
|
-
registered: true
|
1022
|
-
- !ruby/object:MIME::Type
|
1023
|
-
content-type: text/vnd.trolltech.linguist
|
1024
|
-
encoding: quoted-printable
|
1025
|
-
xrefs:
|
1026
|
-
person:
|
1027
|
-
- David_Lee_Lambert
|
1028
|
-
template:
|
1029
|
-
- text/vnd.trolltech.linguist
|
1030
|
-
registered: true
|
1031
|
-
- !ruby/object:MIME::Type
|
1032
|
-
content-type: text/vnd.vcf
|
1033
|
-
encoding: quoted-printable
|
1034
|
-
xrefs:
|
1035
|
-
person:
|
1036
|
-
- Anand_Jahagirdar
|
1037
|
-
template:
|
1038
|
-
- text/vnd.vcf
|
1039
|
-
registered: true
|
1040
|
-
- !ruby/object:MIME::Type
|
1041
|
-
content-type: text/vnd.wap.si
|
1042
|
-
encoding: quoted-printable
|
1043
|
-
extensions:
|
1044
|
-
- si
|
1045
|
-
xrefs:
|
1046
|
-
person:
|
1047
|
-
- WAP-Forum
|
1048
|
-
template:
|
1049
|
-
- text/vnd.wap.si
|
1050
|
-
registered: true
|
1051
|
-
- !ruby/object:MIME::Type
|
1052
|
-
content-type: text/vnd.wap.sl
|
1053
|
-
encoding: quoted-printable
|
1054
|
-
extensions:
|
1055
|
-
- sl
|
1056
|
-
xrefs:
|
1057
|
-
person:
|
1058
|
-
- WAP-Forum
|
1059
|
-
template:
|
1060
|
-
- text/vnd.wap.sl
|
1061
|
-
registered: true
|
1062
|
-
- !ruby/object:MIME::Type
|
1063
|
-
content-type: text/vnd.wap.wml
|
1064
|
-
friendly:
|
1065
|
-
en: Wireless Markup Language (WML)
|
1066
|
-
encoding: quoted-printable
|
1067
|
-
extensions:
|
1068
|
-
- wml
|
1069
|
-
xrefs:
|
1070
|
-
person:
|
1071
|
-
- Peter_Stark
|
1072
|
-
template:
|
1073
|
-
- text/vnd.wap.wml
|
1074
|
-
registered: true
|
1075
|
-
- !ruby/object:MIME::Type
|
1076
|
-
content-type: text/vnd.wap.wmlscript
|
1077
|
-
friendly:
|
1078
|
-
en: Wireless Markup Language Script (WMLScript)
|
1079
|
-
encoding: quoted-printable
|
1080
|
-
extensions:
|
1081
|
-
- wmls
|
1082
|
-
xrefs:
|
1083
|
-
person:
|
1084
|
-
- Peter_Stark
|
1085
|
-
template:
|
1086
|
-
- text/vnd.wap.wmlscript
|
1087
|
-
registered: true
|
1088
|
-
- !ruby/object:MIME::Type
|
1089
|
-
content-type: text/vnd.zoo.kcl
|
1090
|
-
encoding: quoted-printable
|
1091
|
-
xrefs:
|
1092
|
-
person:
|
1093
|
-
- Jessie_Frazelle
|
1094
|
-
template:
|
1095
|
-
- text/vnd.zoo.kcl
|
1096
|
-
registered: true
|
1097
|
-
- !ruby/object:MIME::Type
|
1098
|
-
content-type: text/vtt
|
1099
|
-
encoding: quoted-printable
|
1100
|
-
extensions:
|
1101
|
-
- vtt
|
1102
|
-
xrefs:
|
1103
|
-
person:
|
1104
|
-
- Silvia_Pfeiffer
|
1105
|
-
- W3C
|
1106
|
-
template:
|
1107
|
-
- text/vtt
|
1108
|
-
registered: true
|
1109
|
-
- !ruby/object:MIME::Type
|
1110
|
-
content-type: text/wgsl
|
1111
|
-
encoding: quoted-printable
|
1112
|
-
xrefs:
|
1113
|
-
person:
|
1114
|
-
- David_Neto
|
1115
|
-
- W3C
|
1116
|
-
template:
|
1117
|
-
- text/wgsl
|
1118
|
-
registered: true
|
1119
|
-
- !ruby/object:MIME::Type
|
1120
|
-
content-type: text/x-asm
|
1121
|
-
friendly:
|
1122
|
-
en: Assembler Source File
|
1123
|
-
encoding: quoted-printable
|
1124
|
-
extensions:
|
1125
|
-
- asm
|
1126
|
-
- s
|
1127
|
-
registered: false
|
1128
|
-
- !ruby/object:MIME::Type
|
1129
|
-
content-type: text/x-c
|
1130
|
-
friendly:
|
1131
|
-
en: C Source File
|
1132
|
-
encoding: quoted-printable
|
1133
|
-
extensions:
|
1134
|
-
- c
|
1135
|
-
- cc
|
1136
|
-
- cpp
|
1137
|
-
- cxx
|
1138
|
-
- dic
|
1139
|
-
- h
|
1140
|
-
- hh
|
1141
|
-
registered: false
|
1142
|
-
- !ruby/object:MIME::Type
|
1143
|
-
content-type: text/x-coffescript
|
1144
|
-
encoding: 8bit
|
1145
|
-
extensions:
|
1146
|
-
- coffee
|
1147
|
-
registered: false
|
1148
|
-
- !ruby/object:MIME::Type
|
1149
|
-
content-type: text/x-component
|
1150
|
-
encoding: 8bit
|
1151
|
-
extensions:
|
1152
|
-
- htc
|
1153
|
-
registered: false
|
1154
|
-
- !ruby/object:MIME::Type
|
1155
|
-
content-type: text/x-ecmascript
|
1156
|
-
encoding: quoted-printable
|
1157
|
-
obsolete: true
|
1158
|
-
use-instead: text/javascript
|
1159
|
-
registered: false
|
1160
|
-
- !ruby/object:MIME::Type
|
1161
|
-
content-type: text/x-fortran
|
1162
|
-
friendly:
|
1163
|
-
en: Fortran Source File
|
1164
|
-
encoding: quoted-printable
|
1165
|
-
extensions:
|
1166
|
-
- f
|
1167
|
-
- f77
|
1168
|
-
- f90
|
1169
|
-
- for
|
1170
|
-
registered: false
|
1171
|
-
- !ruby/object:MIME::Type
|
1172
|
-
content-type: text/x-java-source
|
1173
|
-
friendly:
|
1174
|
-
en: Java Source File
|
1175
|
-
encoding: quoted-printable
|
1176
|
-
extensions:
|
1177
|
-
- java
|
1178
|
-
registered: false
|
1179
|
-
- !ruby/object:MIME::Type
|
1180
|
-
content-type: text/x-nfo
|
1181
|
-
encoding: quoted-printable
|
1182
|
-
extensions:
|
1183
|
-
- nfo
|
1184
|
-
registered: false
|
1185
|
-
- !ruby/object:MIME::Type
|
1186
|
-
content-type: text/x-opml
|
1187
|
-
encoding: quoted-printable
|
1188
|
-
extensions:
|
1189
|
-
- opml
|
1190
|
-
registered: false
|
1191
|
-
- !ruby/object:MIME::Type
|
1192
|
-
content-type: text/x-pascal
|
1193
|
-
friendly:
|
1194
|
-
en: Pascal Source File
|
1195
|
-
encoding: quoted-printable
|
1196
|
-
extensions:
|
1197
|
-
- p
|
1198
|
-
- pas
|
1199
|
-
registered: false
|
1200
|
-
- !ruby/object:MIME::Type
|
1201
|
-
content-type: text/x-rtf
|
1202
|
-
encoding: 8bit
|
1203
|
-
extensions:
|
1204
|
-
- rtf
|
1205
|
-
obsolete: true
|
1206
|
-
use-instead: text/rtf
|
1207
|
-
registered: false
|
1208
|
-
- !ruby/object:MIME::Type
|
1209
|
-
content-type: text/x-setext
|
1210
|
-
friendly:
|
1211
|
-
en: Setext
|
1212
|
-
encoding: quoted-printable
|
1213
|
-
extensions:
|
1214
|
-
- etx
|
1215
|
-
registered: false
|
1216
|
-
- !ruby/object:MIME::Type
|
1217
|
-
content-type: text/x-sfv
|
1218
|
-
encoding: quoted-printable
|
1219
|
-
extensions:
|
1220
|
-
- sfv
|
1221
|
-
registered: false
|
1222
|
-
- !ruby/object:MIME::Type
|
1223
|
-
content-type: text/x-uuencode
|
1224
|
-
friendly:
|
1225
|
-
en: UUEncode
|
1226
|
-
encoding: quoted-printable
|
1227
|
-
extensions:
|
1228
|
-
- uu
|
1229
|
-
registered: false
|
1230
|
-
- !ruby/object:MIME::Type
|
1231
|
-
content-type: text/x-vcalendar
|
1232
|
-
friendly:
|
1233
|
-
en: vCalendar
|
1234
|
-
encoding: 8bit
|
1235
|
-
extensions:
|
1236
|
-
- vcs
|
1237
|
-
registered: false
|
1238
|
-
- !ruby/object:MIME::Type
|
1239
|
-
content-type: text/x-vcard
|
1240
|
-
friendly:
|
1241
|
-
en: vCard
|
1242
|
-
encoding: 8bit
|
1243
|
-
extensions:
|
1244
|
-
- vcf
|
1245
|
-
registered: false
|
1246
|
-
signature: true
|
1247
|
-
- !ruby/object:MIME::Type
|
1248
|
-
content-type: text/x-vnd.flatland.3dml
|
1249
|
-
encoding: quoted-printable
|
1250
|
-
obsolete: true
|
1251
|
-
use-instead: model/vnd.flatland.3dml
|
1252
|
-
registered: false
|
1253
|
-
- !ruby/object:MIME::Type
|
1254
|
-
content-type: text/x-yaml
|
1255
|
-
encoding: 8bit
|
1256
|
-
extensions:
|
1257
|
-
- yaml
|
1258
|
-
- yml
|
1259
|
-
registered: false
|
1260
|
-
- !ruby/object:MIME::Type
|
1261
|
-
content-type: text/xml
|
1262
|
-
encoding: 8bit
|
1263
|
-
extensions:
|
1264
|
-
- xml
|
1265
|
-
- dtd
|
1266
|
-
- xsd
|
1267
|
-
xrefs:
|
1268
|
-
rfc:
|
1269
|
-
- rfc7303
|
1270
|
-
template:
|
1271
|
-
- text/xml
|
1272
|
-
registered: true
|
1273
|
-
- !ruby/object:MIME::Type
|
1274
|
-
content-type: text/xml-external-parsed-entity
|
1275
|
-
encoding: quoted-printable
|
1276
|
-
xrefs:
|
1277
|
-
rfc:
|
1278
|
-
- rfc7303
|
1279
|
-
template:
|
1280
|
-
- text/xml-external-parsed-entity
|
1281
|
-
registered: true
|