mime-types-data 3.2024.0604 → 3.2024.0806
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/History.md +18 -0
- data/Manifest.txt +2 -0
- data/data/content_type_mime.db +3 -3
- data/data/ext_mime.db +3 -3
- data/data/mime-types.json +1 -1
- data/data/mime.content_type.column +17 -4
- data/data/mime.docs.column +13 -0
- data/data/mime.encoding.column +13 -0
- data/data/mime.flags.column +16 -3
- data/data/mime.friendly.column +13 -0
- data/data/mime.pext.column +13 -0
- data/data/mime.use_instead.column +16 -3
- data/data/mime.xrefs.column +36 -23
- data/lib/mime/types/data.rb +1 -1
- data/types/application.yaml +89 -9
- data/types/audio.yaml +14 -4
- data/types/example.yaml +1 -0
- data/types/haptics.yaml +28 -0
- data/types/image.yaml +4 -0
- data/types/message.yaml +6 -0
- data/types/model.yaml +4 -0
- data/types/multipart.yaml +8 -0
- data/types/text.yaml +24 -0
- data/types/video.yaml +6 -4
- metadata +5 -3
@@ -59,6 +59,7 @@ application/bacnet-xdd+zip
|
|
59
59
|
application/batch-SMTP
|
60
60
|
application/beep+xml
|
61
61
|
application/bleeper bleep
|
62
|
+
application/bufr
|
62
63
|
application/c2pa
|
63
64
|
application/calendar+json
|
64
65
|
application/calendar+xml
|
@@ -93,6 +94,7 @@ application/clr
|
|
93
94
|
application/clue+xml
|
94
95
|
application/clue_info+xml
|
95
96
|
application/cms
|
97
|
+
application/cmw+cbor
|
96
98
|
application/cnrp+xml
|
97
99
|
application/coap-group+json
|
98
100
|
application/coap-payload
|
@@ -121,6 +123,7 @@ application/davmount+xml davmount
|
|
121
123
|
application/dca-rft
|
122
124
|
application/DCD
|
123
125
|
application/dec-dx
|
126
|
+
application/deflate
|
124
127
|
application/dialog-info+xml
|
125
128
|
application/dicom dcm
|
126
129
|
application/dicom+json
|
@@ -185,6 +188,7 @@ application/futuresplash spl
|
|
185
188
|
application/geo+json
|
186
189
|
application/geo+json-seq
|
187
190
|
application/geopackage+sqlite3
|
191
|
+
application/geopose+json
|
188
192
|
application/geoxacml+json
|
189
193
|
application/geoxacml+xml
|
190
194
|
application/ghostview
|
@@ -195,6 +199,7 @@ application/gnap-binding-jwsd
|
|
195
199
|
application/gnap-binding-rotation-jws
|
196
200
|
application/gnap-binding-rotation-jwsd
|
197
201
|
application/gpx+xml gpx
|
202
|
+
application/grib
|
198
203
|
application/gxf gxf
|
199
204
|
application/gzip gz
|
200
205
|
application/H224
|
@@ -488,6 +493,7 @@ application/srgs gram
|
|
488
493
|
application/srgs+xml grxml
|
489
494
|
application/sru+xml sru
|
490
495
|
application/ssdl+xml ssdl
|
496
|
+
application/sslkeylogfile
|
491
497
|
application/ssml+xml ssml
|
492
498
|
application/ST2110-41
|
493
499
|
application/STEP
|
@@ -531,6 +537,7 @@ application/urc-grpsheet+xml
|
|
531
537
|
application/urc-ressheet+xml
|
532
538
|
application/urc-targetdesc+xml
|
533
539
|
application/urc-uisocketdesc+xml
|
540
|
+
application/vc
|
534
541
|
application/vcard+json
|
535
542
|
application/vcard+xml
|
536
543
|
application/vda
|
@@ -1649,6 +1656,7 @@ application/voicexml+xml vxml
|
|
1649
1656
|
application/voucher+cose
|
1650
1657
|
application/voucher-cms+json
|
1651
1658
|
application/voucher-cose+cbor
|
1659
|
+
application/vp
|
1652
1660
|
application/vq-rtcpxr
|
1653
1661
|
application/wasm wasm
|
1654
1662
|
application/watcherinfo+xml wif
|
@@ -1891,7 +1899,7 @@ audio/1d-interleaved-parityfec
|
|
1891
1899
|
audio/32kadpcm
|
1892
1900
|
audio/3gpp
|
1893
1901
|
audio/3gpp2
|
1894
|
-
audio/aac
|
1902
|
+
audio/aac aac
|
1895
1903
|
audio/ac3
|
1896
1904
|
audio/adpcm adp
|
1897
1905
|
audio/AMR amr
|
@@ -1932,7 +1940,7 @@ audio/EVRCWB0
|
|
1932
1940
|
audio/EVRCWB1
|
1933
1941
|
audio/EVS
|
1934
1942
|
audio/example
|
1935
|
-
audio/flac
|
1943
|
+
audio/flac flac
|
1936
1944
|
audio/flexfec
|
1937
1945
|
audio/fwdred
|
1938
1946
|
audio/G711-0
|
@@ -1959,7 +1967,7 @@ audio/L20
|
|
1959
1967
|
audio/L24
|
1960
1968
|
audio/L8
|
1961
1969
|
audio/LPC
|
1962
|
-
audio/matroska
|
1970
|
+
audio/matroska mka
|
1963
1971
|
audio/MELP
|
1964
1972
|
audio/MELP1200
|
1965
1973
|
audio/MELP2400
|
@@ -2058,7 +2066,7 @@ audio/x-aac aac
|
|
2058
2066
|
audio/x-aiff aif aifc aiff
|
2059
2067
|
audio/x-caf caf
|
2060
2068
|
audio/x-flac flac
|
2061
|
-
audio/x-m4a
|
2069
|
+
audio/x-m4a
|
2062
2070
|
audio/x-matroska mka
|
2063
2071
|
audio/x-midi mid midi kar
|
2064
2072
|
audio/x-mpegurl m3u
|
@@ -2084,6 +2092,9 @@ font/sfnt
|
|
2084
2092
|
font/ttf ttf
|
2085
2093
|
font/woff woff
|
2086
2094
|
font/woff2 woff2
|
2095
|
+
haptics/hjif
|
2096
|
+
haptics/hmpg
|
2097
|
+
haptics/ivs
|
2087
2098
|
image/aces
|
2088
2099
|
image/apng
|
2089
2100
|
image/avci
|
@@ -2409,10 +2420,12 @@ text/vnd.si.uricatalogue
|
|
2409
2420
|
text/vnd.sosi
|
2410
2421
|
text/vnd.sun.j2me.app-descriptor jad
|
2411
2422
|
text/vnd.trolltech.linguist
|
2423
|
+
text/vnd.vcf
|
2412
2424
|
text/vnd.wap.si si
|
2413
2425
|
text/vnd.wap.sl sl
|
2414
2426
|
text/vnd.wap.wml wml
|
2415
2427
|
text/vnd.wap.wmlscript wmls
|
2428
|
+
text/vnd.zoo.kcl
|
2416
2429
|
text/vtt vtt
|
2417
2430
|
text/wgsl
|
2418
2431
|
text/x-asm asm s
|
data/data/mime.docs.column
CHANGED
@@ -2127,6 +2127,17 @@
|
|
2127
2127
|
-
|
2128
2128
|
-
|
2129
2129
|
-
|
2130
|
+
-
|
2131
|
+
-
|
2132
|
+
-
|
2133
|
+
-
|
2134
|
+
-
|
2135
|
+
-
|
2136
|
+
-
|
2137
|
+
-
|
2138
|
+
-
|
2139
|
+
-
|
2140
|
+
-
|
2130
2141
|
Fixes a bug with IE6 and progressive JPEGs
|
2131
2142
|
-
|
2132
2143
|
-
|
@@ -2556,3 +2567,5 @@ see-also:image/x-xcf
|
|
2556
2567
|
-
|
2557
2568
|
-
|
2558
2569
|
-
|
2570
|
+
-
|
2571
|
+
-
|
data/data/mime.encoding.column
CHANGED
@@ -209,6 +209,11 @@ base64
|
|
209
209
|
base64
|
210
210
|
base64
|
211
211
|
base64
|
212
|
+
base64
|
213
|
+
base64
|
214
|
+
base64
|
215
|
+
base64
|
216
|
+
base64
|
212
217
|
8bit
|
213
218
|
base64
|
214
219
|
base64
|
@@ -620,6 +625,8 @@ base64
|
|
620
625
|
base64
|
621
626
|
base64
|
622
627
|
base64
|
628
|
+
base64
|
629
|
+
base64
|
623
630
|
7bit
|
624
631
|
base64
|
625
632
|
base64
|
@@ -1650,6 +1657,7 @@ base64
|
|
1650
1657
|
base64
|
1651
1658
|
base64
|
1652
1659
|
base64
|
1660
|
+
base64
|
1653
1661
|
8bit
|
1654
1662
|
base64
|
1655
1663
|
base64
|
@@ -2133,6 +2141,9 @@ base64
|
|
2133
2141
|
base64
|
2134
2142
|
base64
|
2135
2143
|
base64
|
2144
|
+
base64
|
2145
|
+
base64
|
2146
|
+
base64
|
2136
2147
|
8bit
|
2137
2148
|
base64
|
2138
2149
|
base64
|
@@ -2417,6 +2428,8 @@ quoted-printable
|
|
2417
2428
|
quoted-printable
|
2418
2429
|
quoted-printable
|
2419
2430
|
quoted-printable
|
2431
|
+
quoted-printable
|
2432
|
+
quoted-printable
|
2420
2433
|
8bit
|
2421
2434
|
8bit
|
2422
2435
|
quoted-printable
|
data/data/mime.flags.column
CHANGED
@@ -59,6 +59,7 @@
|
|
59
59
|
0 1 0 0
|
60
60
|
0 1 0 0
|
61
61
|
1 0 0 0
|
62
|
+
0 1 0 1
|
62
63
|
0 1 0 0
|
63
64
|
0 1 0 0
|
64
65
|
0 1 0 0
|
@@ -93,6 +94,7 @@
|
|
93
94
|
0 1 0 0
|
94
95
|
0 1 0 0
|
95
96
|
0 1 0 0
|
97
|
+
0 1 0 1
|
96
98
|
0 1 0 0
|
97
99
|
0 1 0 0
|
98
100
|
0 1 0 0
|
@@ -121,6 +123,7 @@
|
|
121
123
|
0 1 0 0
|
122
124
|
0 1 0 0
|
123
125
|
0 1 0 0
|
126
|
+
0 1 0 1
|
124
127
|
0 1 0 0
|
125
128
|
0 1 0 0
|
126
129
|
0 1 0 0
|
@@ -185,6 +188,7 @@
|
|
185
188
|
0 1 0 0
|
186
189
|
0 1 0 0
|
187
190
|
0 1 0 0
|
191
|
+
0 1 0 1
|
188
192
|
0 1 0 0
|
189
193
|
0 1 0 0
|
190
194
|
1 0 0 0
|
@@ -195,6 +199,7 @@
|
|
195
199
|
0 1 0 0
|
196
200
|
0 1 0 0
|
197
201
|
0 0 0 0
|
202
|
+
0 1 0 1
|
198
203
|
0 0 0 0
|
199
204
|
0 1 0 0
|
200
205
|
0 1 0 0
|
@@ -489,6 +494,7 @@
|
|
489
494
|
0 1 0 0
|
490
495
|
0 0 0 0
|
491
496
|
0 1 0 0
|
497
|
+
0 1 0 0
|
492
498
|
0 1 0 1
|
493
499
|
0 0 0 0
|
494
500
|
0 1 0 0
|
@@ -531,6 +537,7 @@
|
|
531
537
|
0 1 0 0
|
532
538
|
0 1 0 0
|
533
539
|
0 1 0 0
|
540
|
+
0 1 0 1
|
534
541
|
0 1 0 0
|
535
542
|
0 1 0 0
|
536
543
|
0 0 0 0
|
@@ -1649,6 +1656,7 @@
|
|
1649
1656
|
0 1 0 1
|
1650
1657
|
0 1 0 0
|
1651
1658
|
0 1 0 1
|
1659
|
+
0 1 0 1
|
1652
1660
|
0 1 0 0
|
1653
1661
|
0 1 0 0
|
1654
1662
|
0 1 0 0
|
@@ -2054,12 +2062,12 @@
|
|
2054
2062
|
0 1 0 0
|
2055
2063
|
0 0 0 0
|
2056
2064
|
0 0 0 0
|
2065
|
+
1 0 0 0
|
2057
2066
|
0 0 0 0
|
2058
2067
|
0 0 0 0
|
2068
|
+
1 0 0 0
|
2059
2069
|
0 0 0 0
|
2060
|
-
|
2061
|
-
0 0 0 0
|
2062
|
-
0 0 0 0
|
2070
|
+
1 0 0 0
|
2063
2071
|
0 0 0 0
|
2064
2072
|
0 0 0 0
|
2065
2073
|
0 0 0 0
|
@@ -2091,6 +2099,9 @@
|
|
2091
2099
|
0 1 0 0
|
2092
2100
|
0 1 0 0
|
2093
2101
|
0 1 0 0
|
2102
|
+
0 1 0 0
|
2103
|
+
0 1 0 0
|
2104
|
+
0 1 0 0
|
2094
2105
|
1 0 0 0
|
2095
2106
|
0 1 0 0
|
2096
2107
|
0 1 0 0
|
@@ -2415,6 +2426,8 @@
|
|
2415
2426
|
0 1 0 0
|
2416
2427
|
0 1 0 0
|
2417
2428
|
0 1 0 0
|
2429
|
+
0 1 0 0
|
2430
|
+
0 1 0 0
|
2418
2431
|
0 0 0 0
|
2419
2432
|
0 0 0 0
|
2420
2433
|
0 0 0 0
|
data/data/mime.friendly.column
CHANGED
@@ -71,6 +71,7 @@ en^Atom Publishing Protocol Service Document
|
|
71
71
|
-
|
72
72
|
-
|
73
73
|
-
|
74
|
+
-
|
74
75
|
en^Voice Browser Call Control
|
75
76
|
-
|
76
77
|
-
|
@@ -108,6 +109,7 @@ en^Cloud Data Management Interface (CDMI) - Queue
|
|
108
109
|
-
|
109
110
|
-
|
110
111
|
-
|
112
|
+
-
|
111
113
|
en^CU-SeeMe
|
112
114
|
-
|
113
115
|
-
|
@@ -135,6 +137,7 @@ en^Web Distributed Authoring and Versioning
|
|
135
137
|
-
|
136
138
|
-
|
137
139
|
-
|
140
|
+
-
|
138
141
|
en^Data Structure for the Security Suitability of Cryptographic Algorithms
|
139
142
|
en^Data Structure for the Security Suitability of Cryptographic Algorithms
|
140
143
|
-
|
@@ -202,6 +205,8 @@ en^Web Open Font Format
|
|
202
205
|
-
|
203
206
|
-
|
204
207
|
-
|
208
|
+
-
|
209
|
+
-
|
205
210
|
en^Hyperstudio
|
206
211
|
-
|
207
212
|
-
|
@@ -488,6 +493,7 @@ en^Speech Recognition Grammar Specification
|
|
488
493
|
en^Speech Recognition Grammar Specification - XML
|
489
494
|
en^Search/Retrieve via URL Response Format
|
490
495
|
-
|
496
|
+
-
|
491
497
|
en^Speech Synthesis Markup Language
|
492
498
|
-
|
493
499
|
-
|
@@ -589,6 +595,7 @@ en^Time Stamped Data Envelope
|
|
589
595
|
-
|
590
596
|
-
|
591
597
|
-
|
598
|
+
-
|
592
599
|
en^3rd Generation Partnership Project - Pic Large
|
593
600
|
en^3rd Generation Partnership Project - Pic Small
|
594
601
|
en^3rd Generation Partnership Project - Pic Var
|
@@ -1650,6 +1657,7 @@ en^VoiceXML
|
|
1650
1657
|
-
|
1651
1658
|
-
|
1652
1659
|
-
|
1660
|
+
-
|
1653
1661
|
en^WebAssembly
|
1654
1662
|
-
|
1655
1663
|
-
|
@@ -2089,6 +2097,9 @@ en^XYZ File Format
|
|
2089
2097
|
-
|
2090
2098
|
-
|
2091
2099
|
-
|
2100
|
+
-
|
2101
|
+
-
|
2102
|
+
-
|
2092
2103
|
en^Bitmap Image File
|
2093
2104
|
en^Computer Graphics Metafile
|
2094
2105
|
-
|
@@ -2411,10 +2422,12 @@ en^J2ME App Descriptor
|
|
2411
2422
|
-
|
2412
2423
|
-
|
2413
2424
|
-
|
2425
|
+
-
|
2414
2426
|
en^Wireless Markup Language (WML)
|
2415
2427
|
en^Wireless Markup Language Script (WMLScript)
|
2416
2428
|
-
|
2417
2429
|
-
|
2430
|
+
-
|
2418
2431
|
en^Assembler Source File
|
2419
2432
|
en^C Source File
|
2420
2433
|
-
|
data/data/mime.pext.column
CHANGED
@@ -64,6 +64,7 @@ application/x-bleeper
|
|
64
64
|
-
|
65
65
|
-
|
66
66
|
-
|
67
|
+
-
|
67
68
|
application/cals-1840
|
68
69
|
-
|
69
70
|
-
|
@@ -139,6 +140,8 @@ application/cals-1840
|
|
139
140
|
-
|
140
141
|
-
|
141
142
|
-
|
143
|
+
-
|
144
|
+
-
|
142
145
|
text/javascript
|
143
146
|
-
|
144
147
|
-
|
@@ -187,6 +190,7 @@ application/x-futuresplash
|
|
187
190
|
-
|
188
191
|
-
|
189
192
|
-
|
193
|
+
-
|
190
194
|
application/x-ghostview
|
191
195
|
-
|
192
196
|
-
|
@@ -199,6 +203,7 @@ application/x-ghostview
|
|
199
203
|
-
|
200
204
|
-
|
201
205
|
-
|
206
|
+
-
|
202
207
|
application/x-hep
|
203
208
|
-
|
204
209
|
-
|
@@ -519,6 +524,7 @@ application/smil+xml
|
|
519
524
|
-
|
520
525
|
-
|
521
526
|
-
|
527
|
+
-
|
522
528
|
application/x-toolbook
|
523
529
|
-
|
524
530
|
-
|
@@ -535,6 +541,7 @@ application/x-toolbook
|
|
535
541
|
-
|
536
542
|
-
|
537
543
|
-
|
544
|
+
-
|
538
545
|
application/x-VMSBACKUP
|
539
546
|
-
|
540
547
|
-
|
@@ -1661,6 +1668,7 @@ video/vnd.youtube.yt
|
|
1661
1668
|
-
|
1662
1669
|
-
|
1663
1670
|
-
|
1671
|
+
-
|
1664
1672
|
application/vnd.wordperfect
|
1665
1673
|
-
|
1666
1674
|
application/x-wordperfect6.1
|
@@ -2054,12 +2062,12 @@ audio/qcelp
|
|
2054
2062
|
-
|
2055
2063
|
-
|
2056
2064
|
-
|
2065
|
+
audio/aac
|
2057
2066
|
-
|
2058
2067
|
-
|
2068
|
+
audio/flac
|
2059
2069
|
-
|
2060
|
-
|
2061
|
-
-
|
2062
|
-
-
|
2070
|
+
audio/matroska
|
2063
2071
|
-
|
2064
2072
|
-
|
2065
2073
|
-
|
@@ -2091,6 +2099,9 @@ x-drawing/dwf
|
|
2091
2099
|
-
|
2092
2100
|
-
|
2093
2101
|
-
|
2102
|
+
-
|
2103
|
+
-
|
2104
|
+
-
|
2094
2105
|
image/x-cmu-raster
|
2095
2106
|
-
|
2096
2107
|
-
|
@@ -2419,6 +2430,8 @@ model/vnd.flatland.3dml
|
|
2419
2430
|
-
|
2420
2431
|
-
|
2421
2432
|
-
|
2433
|
+
-
|
2434
|
+
-
|
2422
2435
|
text/javascript
|
2423
2436
|
-
|
2424
2437
|
-
|
data/data/mime.xrefs.column
CHANGED
@@ -59,6 +59,7 @@ person^ASHRAE^Dave_Robin|template^application/bacnet-xdd+zip
|
|
59
59
|
rfc^rfc2442|template^application/batch-SMTP
|
60
60
|
rfc^rfc3080|template^application/beep+xml
|
61
61
|
-
|
62
|
+
person^Anna_Milan^World_Meterological_Organization|template^application/bufr
|
62
63
|
person^C2PA^Leonard_Rosenthol|template^application/c2pa
|
63
64
|
rfc^rfc7265|template^application/calendar+json
|
64
65
|
rfc^rfc6321|template^application/calendar+xml
|
@@ -93,6 +94,7 @@ person^Andy_Miller^IMS_Global|template^application/clr
|
|
93
94
|
rfc^rfc8847|template^application/clue+xml
|
94
95
|
rfc^rfc8846|template^application/clue_info+xml
|
95
96
|
rfc^rfc7193|template^application/cms
|
97
|
+
draft^draft-ietf-rats-msg-wrap-04
|
96
98
|
rfc^rfc3367|template^application/cnrp+xml
|
97
99
|
rfc^rfc7390|template^application/coap-group+json
|
98
100
|
rfc^rfc8075|template^application/coap-payload
|
@@ -121,6 +123,7 @@ rfc^rfc4709|template^application/davmount+xml
|
|
121
123
|
person^Larry_Campbell|template^application/dca-rft
|
122
124
|
person^ASAM^Thomas_Thomsen|template^application/DCD
|
123
125
|
person^Larry_Campbell|template^application/dec-dx
|
126
|
+
person^David_Clunie
|
124
127
|
rfc^rfc4235|template^application/dialog-info+xml
|
125
128
|
rfc^rfc3240|template^application/dicom
|
126
129
|
person^DICOM_Standard_Committee^David_Clunie|template^application/dicom+json
|
@@ -185,6 +188,7 @@ rfc^rfc6230|template^application/framework-attributes+xml
|
|
185
188
|
rfc^rfc7946|template^application/geo+json
|
186
189
|
rfc^rfc8142|template^application/geo+json-seq
|
187
190
|
person^OGC^Scott_Simmons|template^application/geopackage+sqlite3
|
191
|
+
person^Scott_Simmons
|
188
192
|
person^OGC^Scott_Simmons|template^application/geoxacml+json
|
189
193
|
person^OGC^Scott_Simmons|template^application/geoxacml+xml
|
190
194
|
-
|
@@ -195,6 +199,7 @@ draft^RFC-ietf-gnap-core-protocol-20|template^application/gnap-binding-jwsd
|
|
195
199
|
draft^RFC-ietf-gnap-core-protocol-20|template^application/gnap-binding-rotation-jws
|
196
200
|
draft^RFC-ietf-gnap-core-protocol-20|template^application/gnap-binding-rotation-jwsd
|
197
201
|
-
|
202
|
+
person^Anna_Milan^World_Meterological_Organization|template^application/grib
|
198
203
|
-
|
199
204
|
rfc^rfc6713|template^application/gzip
|
200
205
|
rfc^rfc4573|template^application/H224
|
@@ -372,9 +377,9 @@ rfc^rfc4354|template^application/poc-settings+xml
|
|
372
377
|
rfc^rfc2045^rfc2046|template^application/postscript
|
373
378
|
-
|
374
379
|
rfc^rfc7846|template^application/ppsp-tracker+json
|
375
|
-
|
376
|
-
|
377
|
-
|
380
|
+
rfc^rfc9578|template^application/private-token-issuer-directory
|
381
|
+
rfc^rfc9578|template^application/private-token-request
|
382
|
+
rfc^rfc9578|template^application/private-token-response
|
378
383
|
-
|
379
384
|
rfc^rfc9457|template^application/problem+json
|
380
385
|
rfc^rfc9457|template^application/problem+xml
|
@@ -488,8 +493,9 @@ rfc^rfc4267|template^application/srgs
|
|
488
493
|
rfc^rfc4267|template^application/srgs+xml
|
489
494
|
rfc^rfc6207|template^application/sru+xml
|
490
495
|
-
|
496
|
+
draft^RFC-ietf-tls-keylogfile-02|template^application/sslkeylogfile
|
491
497
|
rfc^rfc4267|template^application/ssml+xml
|
492
|
-
person^
|
498
|
+
person^SMPTE^SMPTE_Director_of_Standards_Development|template^application/ST2110-41
|
493
499
|
-
|
494
500
|
person^Chet_Ensign^OASIS|template^application/stix+json
|
495
501
|
note^1|person^Ben_van_Hartingsveldt|template^application/stratum
|
@@ -531,6 +537,7 @@ person^Gottfried_Zimmermann^ISO-IEC_JTC_1|template^application/urc-grpsheet+xml
|
|
531
537
|
person^Gottfried_Zimmermann^ISO-IEC_JTC_1|template^application/urc-ressheet+xml
|
532
538
|
person^Gottfried_Zimmermann^ISO-IEC_JTC_1|template^application/urc-targetdesc+xml
|
533
539
|
person^Gottfried_Zimmermann|template^application/urc-uisocketdesc+xml
|
540
|
+
person^Ivan_Herman^W3C|template^application/vc
|
534
541
|
rfc^rfc7095|template^application/vcard+json
|
535
542
|
rfc^rfc6351|template^application/vcard+xml
|
536
543
|
-
|
@@ -1649,6 +1656,7 @@ rfc^rfc4267|template^application/voicexml+xml
|
|
1649
1656
|
draft^draft-ietf-anima-constrained-voucher-23
|
1650
1657
|
rfc^rfc8366|template^application/voucher-cms+json
|
1651
1658
|
draft^draft-ietf-anima-constrained-voucher-17
|
1659
|
+
person^Ivan_Herman^W3C|template^application/vp
|
1652
1660
|
rfc^rfc6035|template^application/vq-rtcpxr
|
1653
1661
|
person^Eric_Prudhommeaux^W3C|template^application/wasm
|
1654
1662
|
rfc^rfc3858|template^application/watcherinfo+xml
|
@@ -1882,7 +1890,7 @@ rfc^rfc8040|template^application/yang-data+json
|
|
1882
1890
|
rfc^rfc8040|template^application/yang-data+xml
|
1883
1891
|
rfc^rfc8072|template^application/yang-patch+json
|
1884
1892
|
rfc^rfc8072|template^application/yang-patch+xml
|
1885
|
-
|
1893
|
+
rfc^rfc9595|template^application/yang-sid+json
|
1886
1894
|
rfc^rfc6020|template^application/yin+xml
|
1887
1895
|
person^Paul_Lindner|template^application/zip
|
1888
1896
|
rfc^rfc6713|template^application/zlib
|
@@ -1990,7 +1998,7 @@ rfc^rfc6295|template^audio/rtp-midi
|
|
1990
1998
|
rfc^rfc6849|template^audio/rtploopback
|
1991
1999
|
rfc^rfc4588|template^audio/rtx
|
1992
2000
|
-
|
1993
|
-
|
2001
|
+
rfc^rfc9607|template^audio/scip
|
1994
2002
|
-
|
1995
2003
|
rfc^rfc3558|template^audio/SMV
|
1996
2004
|
rfc^rfc3625|template^audio/SMV-QCP
|
@@ -2084,6 +2092,9 @@ rfc^rfc8081|template^font/sfnt
|
|
2084
2092
|
rfc^rfc8081|template^font/ttf
|
2085
2093
|
rfc^rfc8081|template^font/woff
|
2086
2094
|
rfc^rfc8081|template^font/woff2
|
2095
|
+
draft^RFC-ietf-mediaman-haptics-05|template^haptics/hjif
|
2096
|
+
draft^RFC-ietf-mediaman-haptics-05|template^haptics/hmpg
|
2097
|
+
draft^RFC-ietf-mediaman-haptics-05|template^haptics/ivs
|
2087
2098
|
person^Howard_Lukk^SMPTE|template^image/aces
|
2088
2099
|
person^W3C^W3C_PNG_Working_Group|template^image/apng
|
2089
2100
|
person^David_Singer^ISO-IEC_JTC_1|template^image/avci
|
@@ -2098,14 +2109,14 @@ rfc^rfc7903|template^image/emf
|
|
2098
2109
|
rfc^rfc4735|template^image/example
|
2099
2110
|
rfc^rfc4047|template^image/fits
|
2100
2111
|
rfc^rfc1494|template^image/g3fax
|
2101
|
-
rfc^rfc2045^rfc2046
|
2112
|
+
rfc^rfc2045^rfc2046|template^image/gif
|
2102
2113
|
person^David_Singer^ISO-IEC_JTC_1|template^image/heic
|
2103
2114
|
person^David_Singer^ISO-IEC_JTC_1|template^image/heic-sequence
|
2104
2115
|
person^David_Singer^ISO-IEC_JTC_1|template^image/heif
|
2105
2116
|
person^David_Singer^ISO-IEC_JTC_1|template^image/heif-sequence
|
2106
2117
|
person^ISO-IEC_JTC_1^ITU-T|template^image/hej2k
|
2107
2118
|
person^ISO-IEC_JTC_1^ITU-T|template^image/hsj2
|
2108
|
-
rfc^rfc1314
|
2119
|
+
rfc^rfc1314|template^image/ief
|
2109
2120
|
person^ISO-IEC_JTC_1^ISO-IEC_JTC_1_SC_29_WG_1^ITU-T|template^image/j2c
|
2110
2121
|
person^ISO-IEC_JTC_1-SC_29-WG_1_Convenor
|
2111
2122
|
person^DICOM_Standard_Committee^David_Clunie|template^image/jls
|
@@ -2224,7 +2235,7 @@ rfc^rfc3862|template^message/CPIM
|
|
2224
2235
|
rfc^rfc1894|template^message/delivery-status
|
2225
2236
|
rfc^rfc8098|template^message/disposition-notification
|
2226
2237
|
rfc^rfc4735|template^message/example
|
2227
|
-
rfc^rfc2045^rfc2046
|
2238
|
+
rfc^rfc2045^rfc2046|template^message/external-body
|
2228
2239
|
rfc^rfc5965|template^message/feedback-report
|
2229
2240
|
rfc^rfc6532|template^message/global
|
2230
2241
|
rfc^rfc6533|template^message/global-delivery-status
|
@@ -2236,8 +2247,8 @@ rfc^rfc9420|template^message/mls
|
|
2236
2247
|
notes^(OBSOLETED by )|person^Henry_Spencer|rfc^rfc5537|template^message/news
|
2237
2248
|
rfc^rfc9458|template^message/ohttp-req
|
2238
2249
|
rfc^rfc9458|template^message/ohttp-res
|
2239
|
-
rfc^rfc2045^rfc2046
|
2240
|
-
rfc^rfc2045^rfc2046
|
2250
|
+
rfc^rfc2045^rfc2046|template^message/partial
|
2251
|
+
rfc^rfc2045^rfc2046|template^message/rfc822
|
2241
2252
|
notes^(OBSOLETE)|rfc^rfc2660|template^message/s-http|uri^https://datatracker.ietf.org/doc/status-change-http-experiments-to-historic
|
2242
2253
|
rfc^rfc3261|template^message/sip
|
2243
2254
|
rfc^rfc3420|template^message/sipfrag
|
@@ -2251,7 +2262,7 @@ person^Khronos^Uli_Klumpp|template^model/gltf+json
|
|
2251
2262
|
person^Khronos^Saurabh_Bhatia|template^model/gltf-binary
|
2252
2263
|
person^Curtis_Parks|template^model/iges
|
2253
2264
|
person^ISO-TC_184-SC_4^Michael_Zink|template^model/JT
|
2254
|
-
rfc^rfc2077
|
2265
|
+
rfc^rfc2077|template^model/mesh
|
2255
2266
|
person^Carolyn_Hull^DICOM_Standard_Committee^DICOM_WG_17|template^model/mtl
|
2256
2267
|
person^Carolyn_Hull^DICOM_Standard_Committee^DICOM_WG_17|template^model/obj
|
2257
2268
|
person^Betsy_Fanning^ISO-TC_171-SC_2|template^model/prc
|
@@ -2281,23 +2292,23 @@ person^Sebastian_Grassia|template^model/vnd.usda
|
|
2281
2292
|
person^Sebastian_Grassia|template^model/vnd.usdz+zip
|
2282
2293
|
person^Henrik_Andersson|template^model/vnd.valve.source.compiled-map
|
2283
2294
|
person^Boris_Rabinovitch|template^model/vnd.vtu
|
2284
|
-
rfc^rfc2077
|
2295
|
+
rfc^rfc2077|template^model/vrml
|
2285
2296
|
-
|
2286
2297
|
person^Web3D_X3D|template^model/x3d+fastinfoset
|
2287
2298
|
-
|
2288
2299
|
person^Web3D^Web3D_X3D|template^model/x3d+xml
|
2289
2300
|
person^Web3D^Web3D_X3D|template^model/x3d-vrml
|
2290
|
-
rfc^rfc2045^rfc2046
|
2301
|
+
rfc^rfc2045^rfc2046|template^multipart/alternative
|
2291
2302
|
person^Patrik_Faltstrom|template^multipart/appledouble
|
2292
2303
|
rfc^rfc9110|template^multipart/byteranges
|
2293
|
-
rfc^rfc2045^rfc2046
|
2304
|
+
rfc^rfc2045^rfc2046|template^multipart/digest
|
2294
2305
|
rfc^rfc1847|template^multipart/encrypted
|
2295
2306
|
rfc^rfc4735|template^multipart/example
|
2296
2307
|
rfc^rfc7578|template^multipart/form-data
|
2297
2308
|
person^Dave_Crocker|template^multipart/header-set
|
2298
|
-
rfc^rfc2045^rfc2046
|
2309
|
+
rfc^rfc2045^rfc2046|template^multipart/mixed
|
2299
2310
|
rfc^rfc8255|template^multipart/multilingual
|
2300
|
-
rfc^rfc2045^rfc2046
|
2311
|
+
rfc^rfc2045^rfc2046|template^multipart/parallel
|
2301
2312
|
rfc^rfc2387|template^multipart/related
|
2302
2313
|
rfc^rfc6522|template^multipart/report
|
2303
2314
|
rfc^rfc1847|template^multipart/signed
|
@@ -2324,7 +2335,7 @@ notes^- DEPRECATED by RFC6350|rfc^rfc2425^rfc6350|template^text/directory
|
|
2324
2335
|
rfc^rfc4027|template^text/dns
|
2325
2336
|
notes^(OBSOLETED in favor of text/javascript)|rfc^rfc9239|template^text/ecmascript
|
2326
2337
|
rfc^rfc6849|template^text/encaprtp
|
2327
|
-
rfc^rfc1896
|
2338
|
+
rfc^rfc1896|template^text/enriched
|
2328
2339
|
rfc^rfc4735|template^text/example
|
2329
2340
|
person^Bryn_Rhodes^HL7|template^text/fhirpath
|
2330
2341
|
rfc^rfc8627|template^text/flexfec
|
@@ -2348,7 +2359,7 @@ person^Eric_Prudhommeaux^W3C|template^text/n3
|
|
2348
2359
|
person^Sean_Leonard
|
2349
2360
|
rfc^rfc7826|template^text/parameters
|
2350
2361
|
rfc^rfc3009|template^text/parityfec
|
2351
|
-
rfc^rfc2046^rfc3676^rfc5147
|
2362
|
+
rfc^rfc2046^rfc3676^rfc5147|template^text/plain
|
2352
2363
|
person^Ivan_Herman^W3C|template^text/provenance-notation
|
2353
2364
|
person^Benja_Fallenstein|template^text/prs.fallenstein.rst
|
2354
2365
|
person^John_Lines|template^text/prs.lines.tag
|
@@ -2357,7 +2368,7 @@ person^Matin_Bavardi|template^text/prs.texi
|
|
2357
2368
|
rfc^rfc6682|template^text/raptorfec
|
2358
2369
|
rfc^rfc4102|template^text/RED
|
2359
2370
|
rfc^rfc6522|template^text/rfc822-headers
|
2360
|
-
rfc^rfc2045^rfc2046
|
2371
|
+
rfc^rfc2045^rfc2046|template^text/richtext
|
2361
2372
|
person^Paul_Lindner|template^text/rtf
|
2362
2373
|
person^_3GPP|template^text/rtp-enc-aescm128
|
2363
2374
|
rfc^rfc6849|template^text/rtploopback
|
@@ -2409,10 +2420,12 @@ notes^(OBSOLETED by request)|person^Nicholas_Parks_Young|template^text/vnd.si.ur
|
|
2409
2420
|
person^Petter_Reinholdtsen|template^text/vnd.sosi
|
2410
2421
|
person^Gary_Adams|template^text/vnd.sun.j2me.app-descriptor
|
2411
2422
|
person^David_Lee_Lambert|template^text/vnd.trolltech.linguist
|
2423
|
+
person^Anand_Jahagirdar|template^text/vnd.vcf
|
2412
2424
|
person^WAP-Forum|template^text/vnd.wap.si
|
2413
2425
|
person^WAP-Forum|template^text/vnd.wap.sl
|
2414
2426
|
person^Peter_Stark|template^text/vnd.wap.wml
|
2415
2427
|
person^Peter_Stark|template^text/vnd.wap.wmlscript
|
2428
|
+
person^Jessie_Frazelle|template^text/vnd.zoo.kcl
|
2416
2429
|
person^Silvia_Pfeiffer^W3C|template^text/vtt
|
2417
2430
|
person^David_Neto^W3C|template^text/wgsl
|
2418
2431
|
-
|
@@ -2446,7 +2459,7 @@ rfc^rfc3555|template^video/CelB
|
|
2446
2459
|
-
|
2447
2460
|
rfc^rfc6469|template^video/DV
|
2448
2461
|
rfc^rfc6849|template^video/encaprtp
|
2449
|
-
|
2462
|
+
rfc^rfc9584|template^video/evc
|
2450
2463
|
rfc^rfc4735|template^video/example
|
2451
2464
|
rfc^rfc9043|template^video/FFV1
|
2452
2465
|
rfc^rfc8627|template^video/flexfec
|
@@ -2473,7 +2486,7 @@ rfc^rfc3555|template^video/MP2P
|
|
2473
2486
|
rfc^rfc3555|template^video/MP2T
|
2474
2487
|
rfc^rfc4337^rfc6381|template^video/mp4
|
2475
2488
|
rfc^rfc6416|template^video/MP4V-ES
|
2476
|
-
rfc^rfc2045^rfc2046
|
2489
|
+
rfc^rfc2045^rfc2046|template^video/mpeg
|
2477
2490
|
rfc^rfc3640|template^video/mpeg4-generic
|
2478
2491
|
rfc^rfc3555|template^video/MPV
|
2479
2492
|
rfc^rfc4856|template^video/nv
|
@@ -2486,7 +2499,7 @@ rfc^rfc4175|template^video/raw
|
|
2486
2499
|
person^_3GPP|template^video/rtp-enc-aescm128
|
2487
2500
|
rfc^rfc6849|template^video/rtploopback
|
2488
2501
|
rfc^rfc4588|template^video/rtx
|
2489
|
-
|
2502
|
+
rfc^rfc9607|template^video/scip
|
2490
2503
|
rfc^rfc8331|template^video/smpte291
|
2491
2504
|
rfc^rfc3497|template^video/SMPTE292M
|
2492
2505
|
rfc^rfc5109|template^video/ulpfec
|