mime-types-data 3.2020.0512 → 3.2020.1104
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Contributing.md +69 -9
- data/History.md +19 -5
- data/data/mime-types.json +1 -1
- data/data/mime.content_type.column +25 -0
- data/data/mime.docs.column +25 -0
- data/data/mime.encoding.column +25 -0
- data/data/mime.flags.column +25 -0
- data/data/mime.friendly.column +25 -0
- data/data/mime.pext.column +25 -0
- data/data/mime.use_instead.column +25 -0
- data/data/mime.xrefs.column +54 -29
- data/lib/mime/types/data.rb +1 -1
- data/types/application.yaml +203 -23
- data/types/audio.yaml +24 -1
- data/types/image.yaml +24 -2
- data/types/model.yaml +9 -0
- data/types/text.yaml +31 -1
- data/types/video.yaml +5 -1
- metadata +5 -5
data/types/audio.yaml
CHANGED
@@ -546,6 +546,8 @@
|
|
546
546
|
rfc:
|
547
547
|
- rfc4749
|
548
548
|
- rfc5459
|
549
|
+
template:
|
550
|
+
- audio/G7291
|
549
551
|
registered: true
|
550
552
|
- !ruby/object:MIME::Type
|
551
553
|
content-type: audio/G729D
|
@@ -831,7 +833,9 @@
|
|
831
833
|
encoding: base64
|
832
834
|
xrefs:
|
833
835
|
rfc:
|
834
|
-
-
|
836
|
+
- rfc3009
|
837
|
+
template:
|
838
|
+
- audio/parityfec
|
835
839
|
registered: true
|
836
840
|
- !ruby/object:MIME::Type
|
837
841
|
content-type: audio/PCMA
|
@@ -981,6 +985,16 @@
|
|
981
985
|
template:
|
982
986
|
- audio/SMV0
|
983
987
|
registered: true
|
988
|
+
- !ruby/object:MIME::Type
|
989
|
+
content-type: audio/sofa
|
990
|
+
encoding: base64
|
991
|
+
xrefs:
|
992
|
+
person:
|
993
|
+
- AES
|
994
|
+
- Piotr_Majdak
|
995
|
+
template:
|
996
|
+
- audio/sofa
|
997
|
+
registered: true
|
984
998
|
- !ruby/object:MIME::Type
|
985
999
|
content-type: audio/sp-midi
|
986
1000
|
encoding: base64
|
@@ -1056,6 +1070,15 @@
|
|
1056
1070
|
template:
|
1057
1071
|
- audio/tone
|
1058
1072
|
registered: true
|
1073
|
+
- !ruby/object:MIME::Type
|
1074
|
+
content-type: audio/TSVCIS
|
1075
|
+
encoding: base64
|
1076
|
+
xrefs:
|
1077
|
+
rfc:
|
1078
|
+
- rfc8817
|
1079
|
+
template:
|
1080
|
+
- audio/TSVCIS
|
1081
|
+
registered: true
|
1059
1082
|
- !ruby/object:MIME::Type
|
1060
1083
|
content-type: audio/UEMCLIP
|
1061
1084
|
encoding: base64
|
data/types/image.yaml
CHANGED
@@ -365,8 +365,18 @@
|
|
365
365
|
person:
|
366
366
|
- Khronos
|
367
367
|
- Mark_Callow
|
368
|
-
|
369
|
-
-
|
368
|
+
template:
|
369
|
+
- image/ktx
|
370
|
+
registered: true
|
371
|
+
- !ruby/object:MIME::Type
|
372
|
+
content-type: image/ktx2
|
373
|
+
encoding: base64
|
374
|
+
xrefs:
|
375
|
+
person:
|
376
|
+
- Khronos
|
377
|
+
- Mark_Callow
|
378
|
+
template:
|
379
|
+
- image/ktx2
|
370
380
|
registered: true
|
371
381
|
- !ruby/object:MIME::Type
|
372
382
|
content-type: image/naplps
|
@@ -445,6 +455,8 @@
|
|
445
455
|
- W3C
|
446
456
|
uri:
|
447
457
|
- http://www.w3.org/TR/SVG/mimereg.html
|
458
|
+
template:
|
459
|
+
- image/svg+xml
|
448
460
|
registered: true
|
449
461
|
- !ruby/object:MIME::Type
|
450
462
|
content-type: image/t38
|
@@ -738,6 +750,16 @@
|
|
738
750
|
obsolete: true
|
739
751
|
use-instead: image/vnd.net-fpx
|
740
752
|
registered: false
|
753
|
+
- !ruby/object:MIME::Type
|
754
|
+
content-type: image/vnd.pco.b16
|
755
|
+
encoding: base64
|
756
|
+
xrefs:
|
757
|
+
person:
|
758
|
+
- Jan_Zeman
|
759
|
+
- PCO_AG
|
760
|
+
template:
|
761
|
+
- image/vnd.pco.b16
|
762
|
+
registered: true
|
741
763
|
- !ruby/object:MIME::Type
|
742
764
|
content-type: image/vnd.radiance
|
743
765
|
encoding: base64
|
data/types/model.yaml
CHANGED
@@ -11,6 +11,15 @@
|
|
11
11
|
template:
|
12
12
|
- model/3mf
|
13
13
|
registered: true
|
14
|
+
- !ruby/object:MIME::Type
|
15
|
+
content-type: model/e57
|
16
|
+
encoding: base64
|
17
|
+
xrefs:
|
18
|
+
person:
|
19
|
+
- ASTM
|
20
|
+
template:
|
21
|
+
- model/e57
|
22
|
+
registered: true
|
14
23
|
- !ruby/object:MIME::Type
|
15
24
|
content-type: model/example
|
16
25
|
encoding: base64
|
data/types/text.yaml
CHANGED
@@ -161,6 +161,15 @@
|
|
161
161
|
template:
|
162
162
|
- text/fwdred
|
163
163
|
registered: true
|
164
|
+
- !ruby/object:MIME::Type
|
165
|
+
content-type: text/gff3
|
166
|
+
encoding: quoted-printable
|
167
|
+
xrefs:
|
168
|
+
person:
|
169
|
+
- Sequence_Ontology
|
170
|
+
template:
|
171
|
+
- text/gff3
|
172
|
+
registered: true
|
164
173
|
- !ruby/object:MIME::Type
|
165
174
|
content-type: text/grammar-ref-list
|
166
175
|
encoding: quoted-printable
|
@@ -263,7 +272,9 @@
|
|
263
272
|
encoding: quoted-printable
|
264
273
|
xrefs:
|
265
274
|
rfc:
|
266
|
-
-
|
275
|
+
- rfc3009
|
276
|
+
template:
|
277
|
+
- text/parityfec
|
267
278
|
registered: true
|
268
279
|
- !ruby/object:MIME::Type
|
269
280
|
content-type: text/plain
|
@@ -430,6 +441,16 @@
|
|
430
441
|
template:
|
431
442
|
- text/SGML
|
432
443
|
registered: true
|
444
|
+
- !ruby/object:MIME::Type
|
445
|
+
content-type: text/shaclc
|
446
|
+
encoding: quoted-printable
|
447
|
+
xrefs:
|
448
|
+
person:
|
449
|
+
- Vladimir_Alexiev
|
450
|
+
- W3C_SHACL_Community_Group
|
451
|
+
template:
|
452
|
+
- text/shaclc
|
453
|
+
registered: true
|
433
454
|
- !ruby/object:MIME::Type
|
434
455
|
content-type: text/spdx
|
435
456
|
encoding: quoted-printable
|
@@ -706,6 +727,15 @@
|
|
706
727
|
template:
|
707
728
|
- text/vnd.graphviz
|
708
729
|
registered: true
|
730
|
+
- !ruby/object:MIME::Type
|
731
|
+
content-type: text/vnd.hans
|
732
|
+
encoding: quoted-printable
|
733
|
+
xrefs:
|
734
|
+
person:
|
735
|
+
- Hill_Hanxv
|
736
|
+
template:
|
737
|
+
- text/vnd.hans
|
738
|
+
registered: true
|
709
739
|
- !ruby/object:MIME::Type
|
710
740
|
content-type: text/vnd.hgl
|
711
741
|
encoding: quoted-printable
|
data/types/video.yaml
CHANGED
@@ -396,7 +396,9 @@
|
|
396
396
|
encoding: base64
|
397
397
|
xrefs:
|
398
398
|
rfc:
|
399
|
-
-
|
399
|
+
- rfc3009
|
400
|
+
template:
|
401
|
+
- video/parityfec
|
400
402
|
registered: true
|
401
403
|
- !ruby/object:MIME::Type
|
402
404
|
content-type: video/pointer
|
@@ -438,6 +440,8 @@
|
|
438
440
|
xrefs:
|
439
441
|
rfc:
|
440
442
|
- rfc4175
|
443
|
+
template:
|
444
|
+
- video/raw
|
441
445
|
registered: true
|
442
446
|
- !ruby/object:MIME::Type
|
443
447
|
content-type: video/rtp-enc-aescm128
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mime-types-data
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.2020.
|
4
|
+
version: 3.2020.1104
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Austin Ziegler
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-05
|
11
|
+
date: 2020-11-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: nokogiri
|
@@ -200,7 +200,7 @@ homepage: https://github.com/mime-types/mime-types-data/
|
|
200
200
|
licenses:
|
201
201
|
- MIT
|
202
202
|
metadata: {}
|
203
|
-
post_install_message:
|
203
|
+
post_install_message:
|
204
204
|
rdoc_options:
|
205
205
|
- "--main"
|
206
206
|
- README.md
|
@@ -218,7 +218,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
218
218
|
version: '0'
|
219
219
|
requirements: []
|
220
220
|
rubygems_version: 3.0.3
|
221
|
-
signing_key:
|
221
|
+
signing_key:
|
222
222
|
specification_version: 4
|
223
223
|
summary: mime-types-data provides a registry for information about MIME media type
|
224
224
|
definitions
|