mime-types-data 3.2024.0604 → 3.2024.1001
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Code-of-Conduct.md +99 -46
- data/Contributing.md +40 -81
- data/History.md +34 -0
- data/Licence.md +1 -1
- data/Manifest.txt +3 -0
- data/SECURITY.md +7 -0
- data/data/content_type_mime.db +4 -3
- data/data/ext_mime.db +4 -3
- data/data/mime-types.json +1 -1
- data/data/mime.content_type.column +25 -5
- data/data/mime.docs.column +20 -0
- data/data/mime.encoding.column +20 -0
- data/data/mime.flags.column +23 -3
- data/data/mime.friendly.column +20 -0
- data/data/mime.pext.column +20 -0
- data/data/mime.use_instead.column +23 -3
- data/data/mime.xrefs.column +48 -28
- data/lib/mime/types/data.rb +1 -1
- data/types/application.yaml +165 -16
- data/types/audio.yaml +14 -4
- data/types/example.yaml +1 -0
- data/types/haptics.yaml +28 -0
- data/types/image.yaml +8 -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 +7 -3
|
@@ -37,6 +37,7 @@ application/AML
|
|
|
37
37
|
application/andrew-inset ez
|
|
38
38
|
application/appledouble
|
|
39
39
|
application/applefile
|
|
40
|
+
application/application/jwk-set+jwt
|
|
40
41
|
application/applixware aw
|
|
41
42
|
application/at+jwt
|
|
42
43
|
application/ATF
|
|
@@ -59,6 +60,7 @@ application/bacnet-xdd+zip
|
|
|
59
60
|
application/batch-SMTP
|
|
60
61
|
application/beep+xml
|
|
61
62
|
application/bleeper bleep
|
|
63
|
+
application/bufr
|
|
62
64
|
application/c2pa
|
|
63
65
|
application/calendar+json
|
|
64
66
|
application/calendar+xml
|
|
@@ -93,6 +95,7 @@ application/clr
|
|
|
93
95
|
application/clue+xml
|
|
94
96
|
application/clue_info+xml
|
|
95
97
|
application/cms
|
|
98
|
+
application/cmw+cbor
|
|
96
99
|
application/cnrp+xml
|
|
97
100
|
application/coap-group+json
|
|
98
101
|
application/coap-payload
|
|
@@ -121,6 +124,7 @@ application/davmount+xml davmount
|
|
|
121
124
|
application/dca-rft
|
|
122
125
|
application/DCD
|
|
123
126
|
application/dec-dx
|
|
127
|
+
application/deflate
|
|
124
128
|
application/dialog-info+xml
|
|
125
129
|
application/dicom dcm
|
|
126
130
|
application/dicom+json
|
|
@@ -160,6 +164,7 @@ application/EmergencyCallData.VEDS+xml
|
|
|
160
164
|
application/emma+xml emma
|
|
161
165
|
application/emotionml+xml
|
|
162
166
|
application/encaprtp
|
|
167
|
+
application/entity-statement+jwt
|
|
163
168
|
application/epp+xml
|
|
164
169
|
application/epub+zip epub
|
|
165
170
|
application/eshop
|
|
@@ -185,6 +190,7 @@ application/futuresplash spl
|
|
|
185
190
|
application/geo+json
|
|
186
191
|
application/geo+json-seq
|
|
187
192
|
application/geopackage+sqlite3
|
|
193
|
+
application/geopose+json
|
|
188
194
|
application/geoxacml+json
|
|
189
195
|
application/geoxacml+xml
|
|
190
196
|
application/ghostview
|
|
@@ -195,6 +201,7 @@ application/gnap-binding-jwsd
|
|
|
195
201
|
application/gnap-binding-rotation-jws
|
|
196
202
|
application/gnap-binding-rotation-jwsd
|
|
197
203
|
application/gpx+xml gpx
|
|
204
|
+
application/grib
|
|
198
205
|
application/gxf gxf
|
|
199
206
|
application/gzip gz
|
|
200
207
|
application/H224
|
|
@@ -390,6 +397,7 @@ application/prs.implied-object+json
|
|
|
390
397
|
application/prs.implied-object+json-seq
|
|
391
398
|
application/prs.implied-object+yaml
|
|
392
399
|
application/prs.implied-structure
|
|
400
|
+
application/prs.mayfile
|
|
393
401
|
application/prs.nprend rnd rct
|
|
394
402
|
application/prs.plucker
|
|
395
403
|
application/prs.rdf-xml-crypt
|
|
@@ -488,6 +496,7 @@ application/srgs gram
|
|
|
488
496
|
application/srgs+xml grxml
|
|
489
497
|
application/sru+xml sru
|
|
490
498
|
application/ssdl+xml ssdl
|
|
499
|
+
application/sslkeylogfile
|
|
491
500
|
application/ssml+xml ssml
|
|
492
501
|
application/ST2110-41
|
|
493
502
|
application/STEP
|
|
@@ -531,6 +540,7 @@ application/urc-grpsheet+xml
|
|
|
531
540
|
application/urc-ressheet+xml
|
|
532
541
|
application/urc-targetdesc+xml
|
|
533
542
|
application/urc-uisocketdesc+xml
|
|
543
|
+
application/vc
|
|
534
544
|
application/vcard+json
|
|
535
545
|
application/vcard+xml
|
|
536
546
|
application/vda
|
|
@@ -1057,6 +1067,8 @@ application/vnd.kde.kpresenter kpr kpt
|
|
|
1057
1067
|
application/vnd.kde.kspread ksp
|
|
1058
1068
|
application/vnd.kde.kword kwd kwt
|
|
1059
1069
|
application/vnd.kenameaapp htke
|
|
1070
|
+
application/vnd.keyman.kmp+zip
|
|
1071
|
+
application/vnd.keyman.kmx
|
|
1060
1072
|
application/vnd.kidspiration kia
|
|
1061
1073
|
application/vnd.Kinar kne knp sdf
|
|
1062
1074
|
application/vnd.koan skd skm skp skt
|
|
@@ -1563,6 +1575,7 @@ application/vnd.trueapp tra
|
|
|
1563
1575
|
application/vnd.truedoc
|
|
1564
1576
|
application/vnd.ubisoft.webplayer
|
|
1565
1577
|
application/vnd.ufdl ufd ufdl
|
|
1578
|
+
application/vnd.uic.osdm+json
|
|
1566
1579
|
application/vnd.uiq.theme utz
|
|
1567
1580
|
application/vnd.umajin umj
|
|
1568
1581
|
application/vnd.unity unityweb
|
|
@@ -1621,6 +1634,7 @@ application/vnd.wv.csp+xml
|
|
|
1621
1634
|
application/vnd.wv.ssp+xml
|
|
1622
1635
|
application/vnd.xacml+json
|
|
1623
1636
|
application/vnd.xara xar
|
|
1637
|
+
application/vnd.xarin.cpj
|
|
1624
1638
|
application/vnd.xecrets-encrypted
|
|
1625
1639
|
application/vnd.xfdl xfdl
|
|
1626
1640
|
application/vnd.xfdl.webform
|
|
@@ -1649,6 +1663,7 @@ application/voicexml+xml vxml
|
|
|
1649
1663
|
application/voucher+cose
|
|
1650
1664
|
application/voucher-cms+json
|
|
1651
1665
|
application/voucher-cose+cbor
|
|
1666
|
+
application/vp
|
|
1652
1667
|
application/vq-rtcpxr
|
|
1653
1668
|
application/wasm wasm
|
|
1654
1669
|
application/watcherinfo+xml wif
|
|
@@ -1891,7 +1906,7 @@ audio/1d-interleaved-parityfec
|
|
|
1891
1906
|
audio/32kadpcm
|
|
1892
1907
|
audio/3gpp
|
|
1893
1908
|
audio/3gpp2
|
|
1894
|
-
audio/aac
|
|
1909
|
+
audio/aac aac
|
|
1895
1910
|
audio/ac3
|
|
1896
1911
|
audio/adpcm adp
|
|
1897
1912
|
audio/AMR amr
|
|
@@ -1932,7 +1947,7 @@ audio/EVRCWB0
|
|
|
1932
1947
|
audio/EVRCWB1
|
|
1933
1948
|
audio/EVS
|
|
1934
1949
|
audio/example
|
|
1935
|
-
audio/flac
|
|
1950
|
+
audio/flac flac
|
|
1936
1951
|
audio/flexfec
|
|
1937
1952
|
audio/fwdred
|
|
1938
1953
|
audio/G711-0
|
|
@@ -1959,7 +1974,7 @@ audio/L20
|
|
|
1959
1974
|
audio/L24
|
|
1960
1975
|
audio/L8
|
|
1961
1976
|
audio/LPC
|
|
1962
|
-
audio/matroska
|
|
1977
|
+
audio/matroska mka
|
|
1963
1978
|
audio/MELP
|
|
1964
1979
|
audio/MELP1200
|
|
1965
1980
|
audio/MELP2400
|
|
@@ -2058,7 +2073,7 @@ audio/x-aac aac
|
|
|
2058
2073
|
audio/x-aiff aif aifc aiff
|
|
2059
2074
|
audio/x-caf caf
|
|
2060
2075
|
audio/x-flac flac
|
|
2061
|
-
audio/x-m4a
|
|
2076
|
+
audio/x-m4a
|
|
2062
2077
|
audio/x-matroska mka
|
|
2063
2078
|
audio/x-midi mid midi kar
|
|
2064
2079
|
audio/x-mpegurl m3u
|
|
@@ -2084,6 +2099,9 @@ font/sfnt
|
|
|
2084
2099
|
font/ttf ttf
|
|
2085
2100
|
font/woff woff
|
|
2086
2101
|
font/woff2 woff2
|
|
2102
|
+
haptics/hjif
|
|
2103
|
+
haptics/hmpg
|
|
2104
|
+
haptics/ivs
|
|
2087
2105
|
image/aces
|
|
2088
2106
|
image/apng
|
|
2089
2107
|
image/avci
|
|
@@ -2115,7 +2133,7 @@ image/jph
|
|
|
2115
2133
|
image/jphc
|
|
2116
2134
|
image/jpm jpm jpgm
|
|
2117
2135
|
image/jpx jpx jpf
|
|
2118
|
-
image/jxl
|
|
2136
|
+
image/jxl jxl
|
|
2119
2137
|
image/jxr
|
|
2120
2138
|
image/jxrA
|
|
2121
2139
|
image/jxrS
|
|
@@ -2409,10 +2427,12 @@ text/vnd.si.uricatalogue
|
|
|
2409
2427
|
text/vnd.sosi
|
|
2410
2428
|
text/vnd.sun.j2me.app-descriptor jad
|
|
2411
2429
|
text/vnd.trolltech.linguist
|
|
2430
|
+
text/vnd.vcf
|
|
2412
2431
|
text/vnd.wap.si si
|
|
2413
2432
|
text/vnd.wap.sl sl
|
|
2414
2433
|
text/vnd.wap.wml wml
|
|
2415
2434
|
text/vnd.wap.wmlscript wmls
|
|
2435
|
+
text/vnd.zoo.kcl
|
|
2416
2436
|
text/vtt vtt
|
|
2417
2437
|
text/wgsl
|
|
2418
2438
|
text/x-asm asm s
|
data/data/mime.docs.column
CHANGED
|
@@ -2127,6 +2127,24 @@
|
|
|
2127
2127
|
-
|
|
2128
2128
|
-
|
|
2129
2129
|
-
|
|
2130
|
+
-
|
|
2131
|
+
-
|
|
2132
|
+
-
|
|
2133
|
+
-
|
|
2134
|
+
-
|
|
2135
|
+
-
|
|
2136
|
+
-
|
|
2137
|
+
-
|
|
2138
|
+
-
|
|
2139
|
+
-
|
|
2140
|
+
-
|
|
2141
|
+
-
|
|
2142
|
+
-
|
|
2143
|
+
-
|
|
2144
|
+
-
|
|
2145
|
+
-
|
|
2146
|
+
-
|
|
2147
|
+
-
|
|
2130
2148
|
Fixes a bug with IE6 and progressive JPEGs
|
|
2131
2149
|
-
|
|
2132
2150
|
-
|
|
@@ -2556,3 +2574,5 @@ see-also:image/x-xcf
|
|
|
2556
2574
|
-
|
|
2557
2575
|
-
|
|
2558
2576
|
-
|
|
2577
|
+
-
|
|
2578
|
+
-
|
data/data/mime.encoding.column
CHANGED
|
@@ -41,6 +41,7 @@ base64
|
|
|
41
41
|
base64
|
|
42
42
|
base64
|
|
43
43
|
base64
|
|
44
|
+
base64
|
|
44
45
|
8bit
|
|
45
46
|
8bit
|
|
46
47
|
8bit
|
|
@@ -209,6 +210,12 @@ base64
|
|
|
209
210
|
base64
|
|
210
211
|
base64
|
|
211
212
|
base64
|
|
213
|
+
base64
|
|
214
|
+
base64
|
|
215
|
+
base64
|
|
216
|
+
base64
|
|
217
|
+
base64
|
|
218
|
+
base64
|
|
212
219
|
8bit
|
|
213
220
|
base64
|
|
214
221
|
base64
|
|
@@ -401,6 +408,7 @@ base64
|
|
|
401
408
|
base64
|
|
402
409
|
base64
|
|
403
410
|
base64
|
|
411
|
+
base64
|
|
404
412
|
8bit
|
|
405
413
|
base64
|
|
406
414
|
base64
|
|
@@ -620,6 +628,8 @@ base64
|
|
|
620
628
|
base64
|
|
621
629
|
base64
|
|
622
630
|
base64
|
|
631
|
+
base64
|
|
632
|
+
base64
|
|
623
633
|
7bit
|
|
624
634
|
base64
|
|
625
635
|
base64
|
|
@@ -1167,6 +1177,8 @@ base64
|
|
|
1167
1177
|
base64
|
|
1168
1178
|
base64
|
|
1169
1179
|
base64
|
|
1180
|
+
base64
|
|
1181
|
+
base64
|
|
1170
1182
|
8bit
|
|
1171
1183
|
base64
|
|
1172
1184
|
base64
|
|
@@ -1590,6 +1602,7 @@ base64
|
|
|
1590
1602
|
base64
|
|
1591
1603
|
base64
|
|
1592
1604
|
base64
|
|
1605
|
+
base64
|
|
1593
1606
|
8bit
|
|
1594
1607
|
base64
|
|
1595
1608
|
base64
|
|
@@ -1650,6 +1663,8 @@ base64
|
|
|
1650
1663
|
base64
|
|
1651
1664
|
base64
|
|
1652
1665
|
base64
|
|
1666
|
+
base64
|
|
1667
|
+
base64
|
|
1653
1668
|
8bit
|
|
1654
1669
|
base64
|
|
1655
1670
|
base64
|
|
@@ -2133,6 +2148,9 @@ base64
|
|
|
2133
2148
|
base64
|
|
2134
2149
|
base64
|
|
2135
2150
|
base64
|
|
2151
|
+
base64
|
|
2152
|
+
base64
|
|
2153
|
+
base64
|
|
2136
2154
|
8bit
|
|
2137
2155
|
base64
|
|
2138
2156
|
base64
|
|
@@ -2417,6 +2435,8 @@ quoted-printable
|
|
|
2417
2435
|
quoted-printable
|
|
2418
2436
|
quoted-printable
|
|
2419
2437
|
quoted-printable
|
|
2438
|
+
quoted-printable
|
|
2439
|
+
quoted-printable
|
|
2420
2440
|
8bit
|
|
2421
2441
|
8bit
|
|
2422
2442
|
quoted-printable
|
data/data/mime.flags.column
CHANGED
|
@@ -37,6 +37,7 @@
|
|
|
37
37
|
0 1 0 0
|
|
38
38
|
0 0 0 0
|
|
39
39
|
0 1 0 0
|
|
40
|
+
0 1 0 0
|
|
40
41
|
0 0 0 0
|
|
41
42
|
0 1 0 0
|
|
42
43
|
0 1 0 0
|
|
@@ -59,6 +60,7 @@
|
|
|
59
60
|
0 1 0 0
|
|
60
61
|
0 1 0 0
|
|
61
62
|
1 0 0 0
|
|
63
|
+
0 1 0 1
|
|
62
64
|
0 1 0 0
|
|
63
65
|
0 1 0 0
|
|
64
66
|
0 1 0 0
|
|
@@ -93,6 +95,7 @@
|
|
|
93
95
|
0 1 0 0
|
|
94
96
|
0 1 0 0
|
|
95
97
|
0 1 0 0
|
|
98
|
+
0 1 0 1
|
|
96
99
|
0 1 0 0
|
|
97
100
|
0 1 0 0
|
|
98
101
|
0 1 0 0
|
|
@@ -121,6 +124,7 @@
|
|
|
121
124
|
0 1 0 0
|
|
122
125
|
0 1 0 0
|
|
123
126
|
0 1 0 0
|
|
127
|
+
0 1 0 1
|
|
124
128
|
0 1 0 0
|
|
125
129
|
0 1 0 0
|
|
126
130
|
0 1 0 0
|
|
@@ -164,6 +168,7 @@
|
|
|
164
168
|
0 1 0 0
|
|
165
169
|
0 1 0 0
|
|
166
170
|
0 1 0 0
|
|
171
|
+
0 1 0 0
|
|
167
172
|
1 0 0 0
|
|
168
173
|
0 1 0 0
|
|
169
174
|
0 1 0 0
|
|
@@ -185,6 +190,7 @@
|
|
|
185
190
|
0 1 0 0
|
|
186
191
|
0 1 0 0
|
|
187
192
|
0 1 0 0
|
|
193
|
+
0 1 0 1
|
|
188
194
|
0 1 0 0
|
|
189
195
|
0 1 0 0
|
|
190
196
|
1 0 0 0
|
|
@@ -195,6 +201,7 @@
|
|
|
195
201
|
0 1 0 0
|
|
196
202
|
0 1 0 0
|
|
197
203
|
0 0 0 0
|
|
204
|
+
0 1 0 1
|
|
198
205
|
0 0 0 0
|
|
199
206
|
0 1 0 0
|
|
200
207
|
0 1 0 0
|
|
@@ -398,6 +405,7 @@
|
|
|
398
405
|
0 1 0 0
|
|
399
406
|
0 1 0 0
|
|
400
407
|
0 1 0 0
|
|
408
|
+
0 1 0 0
|
|
401
409
|
1 0 0 0
|
|
402
410
|
0 1 0 0
|
|
403
411
|
0 1 0 0
|
|
@@ -489,6 +497,7 @@
|
|
|
489
497
|
0 1 0 0
|
|
490
498
|
0 0 0 0
|
|
491
499
|
0 1 0 0
|
|
500
|
+
0 1 0 0
|
|
492
501
|
0 1 0 1
|
|
493
502
|
0 0 0 0
|
|
494
503
|
0 1 0 0
|
|
@@ -531,6 +540,7 @@
|
|
|
531
540
|
0 1 0 0
|
|
532
541
|
0 1 0 0
|
|
533
542
|
0 1 0 0
|
|
543
|
+
0 1 0 1
|
|
534
544
|
0 1 0 0
|
|
535
545
|
0 1 0 0
|
|
536
546
|
0 0 0 0
|
|
@@ -1141,6 +1151,8 @@
|
|
|
1141
1151
|
0 1 0 0
|
|
1142
1152
|
0 1 0 0
|
|
1143
1153
|
0 1 0 0
|
|
1154
|
+
0 1 0 0
|
|
1155
|
+
0 1 0 0
|
|
1144
1156
|
0 0 0 0
|
|
1145
1157
|
0 0 0 0
|
|
1146
1158
|
0 0 0 0
|
|
@@ -1642,6 +1654,8 @@
|
|
|
1642
1654
|
0 1 0 0
|
|
1643
1655
|
0 1 0 0
|
|
1644
1656
|
0 1 0 0
|
|
1657
|
+
0 1 0 0
|
|
1658
|
+
0 1 0 0
|
|
1645
1659
|
1 1 0 0
|
|
1646
1660
|
0 1 0 0
|
|
1647
1661
|
0 1 0 0
|
|
@@ -1649,6 +1663,7 @@
|
|
|
1649
1663
|
0 1 0 1
|
|
1650
1664
|
0 1 0 0
|
|
1651
1665
|
0 1 0 1
|
|
1666
|
+
0 1 0 1
|
|
1652
1667
|
0 1 0 0
|
|
1653
1668
|
0 1 0 0
|
|
1654
1669
|
0 1 0 0
|
|
@@ -2054,12 +2069,12 @@
|
|
|
2054
2069
|
0 1 0 0
|
|
2055
2070
|
0 0 0 0
|
|
2056
2071
|
0 0 0 0
|
|
2072
|
+
1 0 0 0
|
|
2057
2073
|
0 0 0 0
|
|
2058
2074
|
0 0 0 0
|
|
2075
|
+
1 0 0 0
|
|
2059
2076
|
0 0 0 0
|
|
2060
|
-
|
|
2061
|
-
0 0 0 0
|
|
2062
|
-
0 0 0 0
|
|
2077
|
+
1 0 0 0
|
|
2063
2078
|
0 0 0 0
|
|
2064
2079
|
0 0 0 0
|
|
2065
2080
|
0 0 0 0
|
|
@@ -2091,6 +2106,9 @@
|
|
|
2091
2106
|
0 1 0 0
|
|
2092
2107
|
0 1 0 0
|
|
2093
2108
|
0 1 0 0
|
|
2109
|
+
0 1 0 0
|
|
2110
|
+
0 1 0 0
|
|
2111
|
+
0 1 0 0
|
|
2094
2112
|
1 0 0 0
|
|
2095
2113
|
0 1 0 0
|
|
2096
2114
|
0 1 0 0
|
|
@@ -2415,6 +2433,8 @@
|
|
|
2415
2433
|
0 1 0 0
|
|
2416
2434
|
0 1 0 0
|
|
2417
2435
|
0 1 0 0
|
|
2436
|
+
0 1 0 0
|
|
2437
|
+
0 1 0 0
|
|
2418
2438
|
0 0 0 0
|
|
2419
2439
|
0 0 0 0
|
|
2420
2440
|
0 0 0 0
|
data/data/mime.friendly.column
CHANGED
|
@@ -37,6 +37,7 @@
|
|
|
37
37
|
en^Andrew Toolkit
|
|
38
38
|
-
|
|
39
39
|
-
|
|
40
|
+
-
|
|
40
41
|
en^Applixware
|
|
41
42
|
-
|
|
42
43
|
-
|
|
@@ -71,6 +72,7 @@ en^Atom Publishing Protocol Service Document
|
|
|
71
72
|
-
|
|
72
73
|
-
|
|
73
74
|
-
|
|
75
|
+
-
|
|
74
76
|
en^Voice Browser Call Control
|
|
75
77
|
-
|
|
76
78
|
-
|
|
@@ -108,6 +110,7 @@ en^Cloud Data Management Interface (CDMI) - Queue
|
|
|
108
110
|
-
|
|
109
111
|
-
|
|
110
112
|
-
|
|
113
|
+
-
|
|
111
114
|
en^CU-SeeMe
|
|
112
115
|
-
|
|
113
116
|
-
|
|
@@ -135,6 +138,7 @@ en^Web Distributed Authoring and Versioning
|
|
|
135
138
|
-
|
|
136
139
|
-
|
|
137
140
|
-
|
|
141
|
+
-
|
|
138
142
|
en^Data Structure for the Security Suitability of Cryptographic Algorithms
|
|
139
143
|
en^Data Structure for the Security Suitability of Cryptographic Algorithms
|
|
140
144
|
-
|
|
@@ -161,6 +165,7 @@ en^Extensible MultiModal Annotation
|
|
|
161
165
|
-
|
|
162
166
|
-
|
|
163
167
|
-
|
|
168
|
+
-
|
|
164
169
|
en^Electronic Publication
|
|
165
170
|
-
|
|
166
171
|
-
|
|
@@ -202,6 +207,8 @@ en^Web Open Font Format
|
|
|
202
207
|
-
|
|
203
208
|
-
|
|
204
209
|
-
|
|
210
|
+
-
|
|
211
|
+
-
|
|
205
212
|
en^Hyperstudio
|
|
206
213
|
-
|
|
207
214
|
-
|
|
@@ -395,6 +402,7 @@ en^CU-Writer
|
|
|
395
402
|
-
|
|
396
403
|
-
|
|
397
404
|
-
|
|
405
|
+
-
|
|
398
406
|
en^Portable Symmetric Key Container
|
|
399
407
|
-
|
|
400
408
|
-
|
|
@@ -488,6 +496,7 @@ en^Speech Recognition Grammar Specification
|
|
|
488
496
|
en^Speech Recognition Grammar Specification - XML
|
|
489
497
|
en^Search/Retrieve via URL Response Format
|
|
490
498
|
-
|
|
499
|
+
-
|
|
491
500
|
en^Speech Synthesis Markup Language
|
|
492
501
|
-
|
|
493
502
|
-
|
|
@@ -589,6 +598,7 @@ en^Time Stamped Data Envelope
|
|
|
589
598
|
-
|
|
590
599
|
-
|
|
591
600
|
-
|
|
601
|
+
-
|
|
592
602
|
en^3rd Generation Partnership Project - Pic Large
|
|
593
603
|
en^3rd Generation Partnership Project - Pic Small
|
|
594
604
|
en^3rd Generation Partnership Project - Pic Var
|
|
@@ -1057,6 +1067,8 @@ en^KDE KOffice Office Suite - Kpresenter
|
|
|
1057
1067
|
en^KDE KOffice Office Suite - Kspread
|
|
1058
1068
|
en^KDE KOffice Office Suite - Kword
|
|
1059
1069
|
en^Kenamea App
|
|
1070
|
+
-
|
|
1071
|
+
-
|
|
1060
1072
|
en^Kidspiration
|
|
1061
1073
|
en^Kinar Applications
|
|
1062
1074
|
en^SSEYO Koan Play File
|
|
@@ -1563,6 +1575,7 @@ en^True BASIC
|
|
|
1563
1575
|
-
|
|
1564
1576
|
-
|
|
1565
1577
|
en^Universal Forms Description Language
|
|
1578
|
+
-
|
|
1566
1579
|
en^User Interface Quartz - Theme (Symbian)
|
|
1567
1580
|
en^UMAJIN
|
|
1568
1581
|
en^Unity 3d
|
|
@@ -1622,6 +1635,7 @@ en^Worldtalk
|
|
|
1622
1635
|
-
|
|
1623
1636
|
en^CorelXARA
|
|
1624
1637
|
-
|
|
1638
|
+
-
|
|
1625
1639
|
en^Extensible Forms Description Language
|
|
1626
1640
|
-
|
|
1627
1641
|
-
|
|
@@ -1650,6 +1664,7 @@ en^VoiceXML
|
|
|
1650
1664
|
-
|
|
1651
1665
|
-
|
|
1652
1666
|
-
|
|
1667
|
+
-
|
|
1653
1668
|
en^WebAssembly
|
|
1654
1669
|
-
|
|
1655
1670
|
-
|
|
@@ -2089,6 +2104,9 @@ en^XYZ File Format
|
|
|
2089
2104
|
-
|
|
2090
2105
|
-
|
|
2091
2106
|
-
|
|
2107
|
+
-
|
|
2108
|
+
-
|
|
2109
|
+
-
|
|
2092
2110
|
en^Bitmap Image File
|
|
2093
2111
|
en^Computer Graphics Metafile
|
|
2094
2112
|
-
|
|
@@ -2411,10 +2429,12 @@ en^J2ME App Descriptor
|
|
|
2411
2429
|
-
|
|
2412
2430
|
-
|
|
2413
2431
|
-
|
|
2432
|
+
-
|
|
2414
2433
|
en^Wireless Markup Language (WML)
|
|
2415
2434
|
en^Wireless Markup Language Script (WMLScript)
|
|
2416
2435
|
-
|
|
2417
2436
|
-
|
|
2437
|
+
-
|
|
2418
2438
|
en^Assembler Source File
|
|
2419
2439
|
en^C Source File
|
|
2420
2440
|
-
|
data/data/mime.pext.column
CHANGED
|
@@ -58,12 +58,14 @@ application/x-msaccess
|
|
|
58
58
|
-
|
|
59
59
|
-
|
|
60
60
|
-
|
|
61
|
+
-
|
|
61
62
|
application/x-bleeper
|
|
62
63
|
-
|
|
63
64
|
-
|
|
64
65
|
-
|
|
65
66
|
-
|
|
66
67
|
-
|
|
68
|
+
-
|
|
67
69
|
application/cals-1840
|
|
68
70
|
-
|
|
69
71
|
-
|
|
@@ -139,6 +141,8 @@ application/cals-1840
|
|
|
139
141
|
-
|
|
140
142
|
-
|
|
141
143
|
-
|
|
144
|
+
-
|
|
145
|
+
-
|
|
142
146
|
text/javascript
|
|
143
147
|
-
|
|
144
148
|
-
|
|
@@ -164,6 +168,7 @@ text/javascript
|
|
|
164
168
|
-
|
|
165
169
|
-
|
|
166
170
|
-
|
|
171
|
+
-
|
|
167
172
|
application/vnd.ms-excel
|
|
168
173
|
-
|
|
169
174
|
-
|
|
@@ -187,6 +192,7 @@ application/x-futuresplash
|
|
|
187
192
|
-
|
|
188
193
|
-
|
|
189
194
|
-
|
|
195
|
+
-
|
|
190
196
|
application/x-ghostview
|
|
191
197
|
-
|
|
192
198
|
-
|
|
@@ -199,6 +205,7 @@ application/x-ghostview
|
|
|
199
205
|
-
|
|
200
206
|
-
|
|
201
207
|
-
|
|
208
|
+
-
|
|
202
209
|
application/x-hep
|
|
203
210
|
-
|
|
204
211
|
-
|
|
@@ -398,6 +405,7 @@ application/x-mathematica-old
|
|
|
398
405
|
-
|
|
399
406
|
-
|
|
400
407
|
-
|
|
408
|
+
-
|
|
401
409
|
application/x-quicktimeplayer
|
|
402
410
|
-
|
|
403
411
|
-
|
|
@@ -519,6 +527,7 @@ application/smil+xml
|
|
|
519
527
|
-
|
|
520
528
|
-
|
|
521
529
|
-
|
|
530
|
+
-
|
|
522
531
|
application/x-toolbook
|
|
523
532
|
-
|
|
524
533
|
-
|
|
@@ -535,6 +544,7 @@ application/x-toolbook
|
|
|
535
544
|
-
|
|
536
545
|
-
|
|
537
546
|
-
|
|
547
|
+
-
|
|
538
548
|
application/x-VMSBACKUP
|
|
539
549
|
-
|
|
540
550
|
-
|
|
@@ -1209,6 +1219,8 @@ application/vnd.visionary
|
|
|
1209
1219
|
-
|
|
1210
1220
|
-
|
|
1211
1221
|
-
|
|
1222
|
+
-
|
|
1223
|
+
-
|
|
1212
1224
|
application/vnd.nokia.ncd
|
|
1213
1225
|
-
|
|
1214
1226
|
-
|
|
@@ -1642,6 +1654,8 @@ application/vnd.oasis.opendocument.base
|
|
|
1642
1654
|
-
|
|
1643
1655
|
-
|
|
1644
1656
|
-
|
|
1657
|
+
-
|
|
1658
|
+
-
|
|
1645
1659
|
video/vnd.youtube.yt
|
|
1646
1660
|
-
|
|
1647
1661
|
-
|
|
@@ -1661,6 +1675,7 @@ video/vnd.youtube.yt
|
|
|
1661
1675
|
-
|
|
1662
1676
|
-
|
|
1663
1677
|
-
|
|
1678
|
+
-
|
|
1664
1679
|
application/vnd.wordperfect
|
|
1665
1680
|
-
|
|
1666
1681
|
application/x-wordperfect6.1
|
|
@@ -2054,12 +2069,12 @@ audio/qcelp
|
|
|
2054
2069
|
-
|
|
2055
2070
|
-
|
|
2056
2071
|
-
|
|
2072
|
+
audio/aac
|
|
2057
2073
|
-
|
|
2058
2074
|
-
|
|
2075
|
+
audio/flac
|
|
2059
2076
|
-
|
|
2060
|
-
|
|
2061
|
-
-
|
|
2062
|
-
-
|
|
2077
|
+
audio/matroska
|
|
2063
2078
|
-
|
|
2064
2079
|
-
|
|
2065
2080
|
-
|
|
@@ -2091,6 +2106,9 @@ x-drawing/dwf
|
|
|
2091
2106
|
-
|
|
2092
2107
|
-
|
|
2093
2108
|
-
|
|
2109
|
+
-
|
|
2110
|
+
-
|
|
2111
|
+
-
|
|
2094
2112
|
image/x-cmu-raster
|
|
2095
2113
|
-
|
|
2096
2114
|
-
|
|
@@ -2419,6 +2437,8 @@ model/vnd.flatland.3dml
|
|
|
2419
2437
|
-
|
|
2420
2438
|
-
|
|
2421
2439
|
-
|
|
2440
|
+
-
|
|
2441
|
+
-
|
|
2422
2442
|
text/javascript
|
|
2423
2443
|
-
|
|
2424
2444
|
-
|