epitools 0.5.136 → 0.5.137
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/VERSION +1 -1
- data/lib/epitools/core_ext/array.rb +1 -0
- data/lib/epitools/core_ext/date.rb +84 -0
- data/lib/epitools/core_ext/io.rb +8 -0
- data/lib/epitools/core_ext/misc.rb +5 -0
- data/lib/epitools/core_ext/numbers.rb +20 -9
- data/lib/epitools/core_ext/string.rb +57 -2
- data/lib/epitools/core_ext.rb +2 -0
- data/lib/epitools/mimemagic_tables.rb +1266 -1266
- data/spec/core_ext_spec.rb +27 -1
- metadata +4 -6
|
@@ -8,1276 +8,1276 @@
|
|
|
8
8
|
class MimeMagic
|
|
9
9
|
private
|
|
10
10
|
EXTENSIONS = {
|
|
11
|
-
'123'
|
|
12
|
-
'3ds'
|
|
13
|
-
'3g2'
|
|
14
|
-
'3ga'
|
|
15
|
-
'3gp'
|
|
16
|
-
'3gp2'
|
|
17
|
-
'3gpp'
|
|
18
|
-
'3gpp2'
|
|
19
|
-
'602'
|
|
20
|
-
'669'
|
|
21
|
-
'7z'
|
|
22
|
-
'a'
|
|
23
|
-
'aac'
|
|
24
|
-
'abw'
|
|
11
|
+
'123' => 'application/vnd.lotus-1-2-3',
|
|
12
|
+
'3ds' => 'image/x-3ds',
|
|
13
|
+
'3g2' => 'video/3gpp2',
|
|
14
|
+
'3ga' => 'video/3gpp',
|
|
15
|
+
'3gp' => 'video/3gpp',
|
|
16
|
+
'3gp2' => 'video/3gpp2',
|
|
17
|
+
'3gpp' => 'video/3gpp',
|
|
18
|
+
'3gpp2' => 'video/3gpp2',
|
|
19
|
+
'602' => 'application/x-t602',
|
|
20
|
+
'669' => 'audio/x-mod',
|
|
21
|
+
'7z' => 'application/x-7z-compressed',
|
|
22
|
+
'a' => 'application/x-archive',
|
|
23
|
+
'aac' => 'audio/mp4',
|
|
24
|
+
'abw' => 'application/x-abiword',
|
|
25
25
|
'abw.crashed' => 'application/x-abiword',
|
|
26
|
-
'abw.gz'
|
|
27
|
-
'ac3'
|
|
28
|
-
'ace'
|
|
29
|
-
'adb'
|
|
30
|
-
'ads'
|
|
31
|
-
'afm'
|
|
32
|
-
'ag'
|
|
33
|
-
'ai'
|
|
34
|
-
'aif'
|
|
35
|
-
'aifc'
|
|
36
|
-
'aiff'
|
|
37
|
-
'al'
|
|
38
|
-
'alz'
|
|
39
|
-
'amr'
|
|
40
|
-
'ani'
|
|
41
|
-
'anx'
|
|
42
|
-
'ape'
|
|
43
|
-
'arj'
|
|
44
|
-
'arw'
|
|
45
|
-
'as'
|
|
46
|
-
'asc'
|
|
47
|
-
'asf'
|
|
48
|
-
'asp'
|
|
49
|
-
'ass'
|
|
50
|
-
'asx'
|
|
51
|
-
'atom'
|
|
52
|
-
'au'
|
|
53
|
-
'avi'
|
|
54
|
-
'aw'
|
|
55
|
-
'awb'
|
|
56
|
-
'awk'
|
|
57
|
-
'axa'
|
|
58
|
-
'axv'
|
|
59
|
-
'bak'
|
|
60
|
-
'bcpio'
|
|
61
|
-
'bdf'
|
|
62
|
-
'bdm'
|
|
63
|
-
'bdmv'
|
|
64
|
-
'bib'
|
|
65
|
-
'bin'
|
|
66
|
-
'blend'
|
|
67
|
-
'blender'
|
|
68
|
-
'bmp'
|
|
69
|
-
'bz'
|
|
70
|
-
'bz2'
|
|
71
|
-
'c'
|
|
72
|
-
'c++'
|
|
73
|
-
'cab'
|
|
74
|
-
'cb7'
|
|
75
|
-
'cbl'
|
|
76
|
-
'cbr'
|
|
77
|
-
'cbt'
|
|
78
|
-
'cbz'
|
|
79
|
-
'cc'
|
|
80
|
-
'cdf'
|
|
81
|
-
'cdr'
|
|
82
|
-
'cer'
|
|
83
|
-
'cert'
|
|
84
|
-
'cgm'
|
|
85
|
-
'chm'
|
|
86
|
-
'chrt'
|
|
87
|
-
'class'
|
|
88
|
-
'clpi'
|
|
89
|
-
'cls'
|
|
90
|
-
'cmake'
|
|
91
|
-
'cob'
|
|
92
|
-
'cpi'
|
|
93
|
-
'cpio'
|
|
94
|
-
'cpio.gz'
|
|
95
|
-
'cpp'
|
|
96
|
-
'cr2'
|
|
97
|
-
'crl'
|
|
98
|
-
'crt'
|
|
99
|
-
'crw'
|
|
100
|
-
'cs'
|
|
101
|
-
'csh'
|
|
102
|
-
'css'
|
|
103
|
-
'cssl'
|
|
104
|
-
'csv'
|
|
105
|
-
'cue'
|
|
106
|
-
'cur'
|
|
107
|
-
'cxx'
|
|
108
|
-
'd'
|
|
109
|
-
'dar'
|
|
110
|
-
'dbf'
|
|
111
|
-
'dc'
|
|
112
|
-
'dcl'
|
|
113
|
-
'dcm'
|
|
114
|
-
'dcr'
|
|
115
|
-
'dds'
|
|
116
|
-
'deb'
|
|
117
|
-
'der'
|
|
118
|
-
'desktop'
|
|
119
|
-
'dia'
|
|
120
|
-
'diff'
|
|
121
|
-
'divx'
|
|
122
|
-
'djv'
|
|
123
|
-
'djvu'
|
|
124
|
-
'dmg'
|
|
125
|
-
'dng'
|
|
126
|
-
'doc'
|
|
127
|
-
'docbook'
|
|
128
|
-
'docm'
|
|
129
|
-
'docx'
|
|
130
|
-
'dot'
|
|
131
|
-
'dsl'
|
|
132
|
-
'dtd'
|
|
133
|
-
'dtx'
|
|
134
|
-
'dv'
|
|
135
|
-
'dvi'
|
|
136
|
-
'dvi.bz2'
|
|
137
|
-
'dvi.gz'
|
|
138
|
-
'dwg'
|
|
139
|
-
'dxf'
|
|
140
|
-
'e'
|
|
141
|
-
'egon'
|
|
142
|
-
'eif'
|
|
143
|
-
'el'
|
|
144
|
-
'emf'
|
|
145
|
-
'eml'
|
|
146
|
-
'emp'
|
|
147
|
-
'ent'
|
|
148
|
-
'eps'
|
|
149
|
-
'eps.bz2'
|
|
150
|
-
'eps.gz'
|
|
151
|
-
'epsf'
|
|
152
|
-
'epsf.bz2'
|
|
153
|
-
'epsf.gz'
|
|
154
|
-
'epsi'
|
|
155
|
-
'epsi.bz2'
|
|
156
|
-
'epsi.gz'
|
|
157
|
-
'epub'
|
|
158
|
-
'erl'
|
|
159
|
-
'es'
|
|
160
|
-
'etheme'
|
|
161
|
-
'etx'
|
|
162
|
-
'exe'
|
|
163
|
-
'exr'
|
|
164
|
-
'ez'
|
|
165
|
-
'f'
|
|
166
|
-
'f4a'
|
|
167
|
-
'f4b'
|
|
168
|
-
'f4v'
|
|
169
|
-
'f90'
|
|
170
|
-
'f95'
|
|
171
|
-
'fb2'
|
|
172
|
-
'fig'
|
|
173
|
-
'fits'
|
|
174
|
-
'fl'
|
|
175
|
-
'flac'
|
|
176
|
-
'flc'
|
|
177
|
-
'fli'
|
|
178
|
-
'flv'
|
|
179
|
-
'flw'
|
|
180
|
-
'fo'
|
|
181
|
-
'fodg'
|
|
182
|
-
'fodp'
|
|
183
|
-
'fods'
|
|
184
|
-
'fodt'
|
|
185
|
-
'for'
|
|
186
|
-
'fxm'
|
|
187
|
-
'g3'
|
|
188
|
-
'gb'
|
|
189
|
-
'gba'
|
|
190
|
-
'gcrd'
|
|
191
|
-
'ged'
|
|
192
|
-
'gedcom'
|
|
193
|
-
'gem'
|
|
194
|
-
'gen'
|
|
195
|
-
'gf'
|
|
196
|
-
'gg'
|
|
197
|
-
'gif'
|
|
198
|
-
'glade'
|
|
199
|
-
'gmo'
|
|
200
|
-
'gnc'
|
|
201
|
-
'gnd'
|
|
202
|
-
'gnucash'
|
|
203
|
-
'gnumeric'
|
|
204
|
-
'gnuplot'
|
|
205
|
-
'go'
|
|
206
|
-
'gp'
|
|
207
|
-
'gpg'
|
|
208
|
-
'gplt'
|
|
209
|
-
'gra'
|
|
210
|
-
'gsf'
|
|
211
|
-
'gsm'
|
|
212
|
-
'gtar'
|
|
213
|
-
'gv'
|
|
214
|
-
'gvp'
|
|
215
|
-
'gz'
|
|
216
|
-
'h'
|
|
217
|
-
'h++'
|
|
218
|
-
'h4'
|
|
219
|
-
'h5'
|
|
220
|
-
'hdf'
|
|
221
|
-
'hdf4'
|
|
222
|
-
'hdf5'
|
|
223
|
-
'hh'
|
|
224
|
-
'hp'
|
|
225
|
-
'hpgl'
|
|
226
|
-
'hpp'
|
|
227
|
-
'hs'
|
|
228
|
-
'htm'
|
|
229
|
-
'html'
|
|
230
|
-
'hwp'
|
|
231
|
-
'hwt'
|
|
232
|
-
'hxx'
|
|
233
|
-
'ica'
|
|
234
|
-
'icb'
|
|
235
|
-
'icc'
|
|
236
|
-
'icm'
|
|
237
|
-
'icns'
|
|
238
|
-
'ico'
|
|
239
|
-
'ics'
|
|
240
|
-
'idl'
|
|
241
|
-
'ief'
|
|
242
|
-
'iff'
|
|
243
|
-
'ilbm'
|
|
244
|
-
'ime'
|
|
245
|
-
'imy'
|
|
246
|
-
'ins'
|
|
247
|
-
'iptables'
|
|
248
|
-
'iso'
|
|
249
|
-
'iso9660'
|
|
250
|
-
'it'
|
|
251
|
-
'it87'
|
|
252
|
-
'j2k'
|
|
253
|
-
'jad'
|
|
254
|
-
'jar'
|
|
255
|
-
'java'
|
|
256
|
-
'jceks'
|
|
257
|
-
'jks'
|
|
258
|
-
'jng'
|
|
259
|
-
'jnlp'
|
|
260
|
-
'jp2'
|
|
261
|
-
'jpc'
|
|
262
|
-
'
|
|
263
|
-
'
|
|
264
|
-
'
|
|
265
|
-
'jpg'
|
|
266
|
-
'jpr'
|
|
267
|
-
'jpx'
|
|
268
|
-
'js'
|
|
269
|
-
'k25'
|
|
270
|
-
'kar'
|
|
271
|
-
'karbon'
|
|
272
|
-
'kdc'
|
|
273
|
-
'kdelnk'
|
|
274
|
-
'kexi'
|
|
275
|
-
'kexic'
|
|
276
|
-
'kexis'
|
|
277
|
-
'kfo'
|
|
278
|
-
'kil'
|
|
279
|
-
'kino'
|
|
280
|
-
'kml'
|
|
281
|
-
'kmz'
|
|
282
|
-
'kon'
|
|
283
|
-
'kpm'
|
|
284
|
-
'kpr'
|
|
285
|
-
'kpt'
|
|
286
|
-
'kra'
|
|
287
|
-
'ks'
|
|
288
|
-
'ksp'
|
|
289
|
-
'kud'
|
|
290
|
-
'kwd'
|
|
291
|
-
'kwt'
|
|
292
|
-
'la'
|
|
293
|
-
'latex'
|
|
294
|
-
'ldif'
|
|
295
|
-
'lha'
|
|
296
|
-
'lhs'
|
|
297
|
-
'lhz'
|
|
298
|
-
'log'
|
|
299
|
-
'lrz'
|
|
300
|
-
'ltx'
|
|
301
|
-
'lua'
|
|
302
|
-
'lwo'
|
|
303
|
-
'lwob'
|
|
304
|
-
'lws'
|
|
305
|
-
'ly'
|
|
306
|
-
'lyx'
|
|
307
|
-
'lz'
|
|
308
|
-
'lzh'
|
|
309
|
-
'lzma'
|
|
310
|
-
'lzo'
|
|
311
|
-
'm'
|
|
312
|
-
'm15'
|
|
313
|
-
'm2t'
|
|
314
|
-
'm2ts'
|
|
315
|
-
'm3u'
|
|
316
|
-
'm3u8'
|
|
317
|
-
'm4'
|
|
318
|
-
'm4a'
|
|
319
|
-
'm4b'
|
|
320
|
-
'm4v'
|
|
321
|
-
'mab'
|
|
322
|
-
'man'
|
|
323
|
-
'manifest'
|
|
324
|
-
'mbox'
|
|
325
|
-
'md'
|
|
326
|
-
'mdb'
|
|
327
|
-
'mdi'
|
|
328
|
-
'me'
|
|
329
|
-
'med'
|
|
330
|
-
'metalink'
|
|
331
|
-
'mgp'
|
|
332
|
-
'mid'
|
|
333
|
-
'midi'
|
|
334
|
-
'mif'
|
|
335
|
-
'minipsf'
|
|
336
|
-
'mka'
|
|
337
|
-
'mkv'
|
|
338
|
-
'ml'
|
|
339
|
-
'mli'
|
|
340
|
-
'mm'
|
|
341
|
-
'mmf'
|
|
342
|
-
'mml'
|
|
343
|
-
'mng'
|
|
344
|
-
'mo'
|
|
345
|
-
'mo3'
|
|
346
|
-
'moc'
|
|
347
|
-
'mod'
|
|
348
|
-
'mof'
|
|
349
|
-
'moov'
|
|
350
|
-
'mov'
|
|
351
|
-
'movie'
|
|
352
|
-
'mp+'
|
|
353
|
-
'mp2'
|
|
354
|
-
'mp3'
|
|
355
|
-
'mp4'
|
|
356
|
-
'mpc'
|
|
357
|
-
'mpe'
|
|
358
|
-
'mpeg'
|
|
359
|
-
'mpg'
|
|
360
|
-
'mpga'
|
|
361
|
-
'mpl'
|
|
362
|
-
'mpls'
|
|
363
|
-
'mpp'
|
|
364
|
-
'mrl'
|
|
365
|
-
'mrml'
|
|
366
|
-
'mrw'
|
|
367
|
-
'ms'
|
|
368
|
-
'msi'
|
|
369
|
-
'msod'
|
|
370
|
-
'msx'
|
|
371
|
-
'mtm'
|
|
372
|
-
'mts'
|
|
373
|
-
'mup'
|
|
374
|
-
'mxf'
|
|
375
|
-
'n64'
|
|
376
|
-
'nb'
|
|
377
|
-
'nc'
|
|
378
|
-
'nds'
|
|
379
|
-
'nef'
|
|
380
|
-
'nes'
|
|
381
|
-
'nfo'
|
|
382
|
-
'not'
|
|
383
|
-
'nsc'
|
|
384
|
-
'nsv'
|
|
385
|
-
'o'
|
|
386
|
-
'obj'
|
|
387
|
-
'ocl'
|
|
388
|
-
'oda'
|
|
389
|
-
'odb'
|
|
390
|
-
'odc'
|
|
391
|
-
'odf'
|
|
392
|
-
'odg'
|
|
393
|
-
'odi'
|
|
394
|
-
'odm'
|
|
395
|
-
'odp'
|
|
396
|
-
'ods'
|
|
397
|
-
'odt'
|
|
398
|
-
'oga'
|
|
399
|
-
'ogg'
|
|
400
|
-
'ogm'
|
|
401
|
-
'ogv'
|
|
402
|
-
'ogx'
|
|
403
|
-
'old'
|
|
404
|
-
'oleo'
|
|
405
|
-
'ooc'
|
|
406
|
-
'opml'
|
|
407
|
-
'ora'
|
|
408
|
-
'orf'
|
|
409
|
-
'otc'
|
|
410
|
-
'otf'
|
|
411
|
-
'otg'
|
|
412
|
-
'oth'
|
|
413
|
-
'otp'
|
|
414
|
-
'ots'
|
|
415
|
-
'ott'
|
|
416
|
-
'owl'
|
|
417
|
-
'oxps'
|
|
418
|
-
'oxt'
|
|
419
|
-
'p'
|
|
420
|
-
'p10'
|
|
421
|
-
'p12'
|
|
422
|
-
'p7b'
|
|
423
|
-
'p7s'
|
|
424
|
-
'p8'
|
|
425
|
-
'pack'
|
|
426
|
-
'pak'
|
|
427
|
-
'par2'
|
|
428
|
-
'pas'
|
|
429
|
-
'patch'
|
|
430
|
-
'pbm'
|
|
431
|
-
'pcd'
|
|
432
|
-
'pcf'
|
|
433
|
-
'pcf.gz'
|
|
434
|
-
'pcf.z'
|
|
435
|
-
'pcl'
|
|
436
|
-
'pcx'
|
|
437
|
-
'pdb'
|
|
438
|
-
'pdc'
|
|
439
|
-
'pdf'
|
|
440
|
-
'pdf.bz2'
|
|
441
|
-
'pdf.gz'
|
|
442
|
-
'pdf.xz'
|
|
443
|
-
'pef'
|
|
444
|
-
'pem'
|
|
445
|
-
'perl'
|
|
446
|
-
'pfa'
|
|
447
|
-
'pfb'
|
|
448
|
-
'pfx'
|
|
449
|
-
'pgm'
|
|
450
|
-
'pgn'
|
|
451
|
-
'pgp'
|
|
452
|
-
'php'
|
|
453
|
-
'php3'
|
|
454
|
-
'php4'
|
|
455
|
-
'pict'
|
|
456
|
-
'pict1'
|
|
457
|
-
'pict2'
|
|
458
|
-
'pk'
|
|
459
|
-
'pkipath'
|
|
460
|
-
'pkr'
|
|
461
|
-
'pl'
|
|
462
|
-
'pla'
|
|
463
|
-
'pln'
|
|
464
|
-
'pls'
|
|
465
|
-
'pm'
|
|
466
|
-
'png'
|
|
467
|
-
'pnm'
|
|
468
|
-
'pntg'
|
|
469
|
-
'po'
|
|
470
|
-
'por'
|
|
471
|
-
'pot'
|
|
472
|
-
'ppm'
|
|
473
|
-
'pps'
|
|
474
|
-
'ppsx'
|
|
475
|
-
'ppt'
|
|
476
|
-
'pptm'
|
|
477
|
-
'pptx'
|
|
478
|
-
'ppz'
|
|
479
|
-
'prc'
|
|
480
|
-
'ps'
|
|
481
|
-
'ps.bz2'
|
|
482
|
-
'ps.gz'
|
|
483
|
-
'psd'
|
|
484
|
-
'psf'
|
|
485
|
-
'psf.gz'
|
|
486
|
-
'psflib'
|
|
487
|
-
'psid'
|
|
488
|
-
'psw'
|
|
489
|
-
'pw'
|
|
490
|
-
'py'
|
|
491
|
-
'pyc'
|
|
492
|
-
'pyo'
|
|
493
|
-
'qif'
|
|
494
|
-
'qt'
|
|
495
|
-
'qtif'
|
|
496
|
-
'qtl'
|
|
497
|
-
'qtvr'
|
|
498
|
-
'ra'
|
|
499
|
-
'raf'
|
|
500
|
-
'ram'
|
|
501
|
-
'rar'
|
|
502
|
-
'ras'
|
|
503
|
-
'raw'
|
|
504
|
-
'rax'
|
|
505
|
-
'rb'
|
|
506
|
-
'rdf'
|
|
507
|
-
'rdfs'
|
|
508
|
-
'reg'
|
|
509
|
-
'rej'
|
|
510
|
-
'rgb'
|
|
511
|
-
'rle'
|
|
512
|
-
'rm'
|
|
513
|
-
'rmj'
|
|
514
|
-
'rmm'
|
|
515
|
-
'rms'
|
|
516
|
-
'rmvb'
|
|
517
|
-
'rmx'
|
|
518
|
-
'rnc'
|
|
519
|
-
'rng'
|
|
520
|
-
'roff'
|
|
521
|
-
'rp'
|
|
522
|
-
'rpm'
|
|
523
|
-
'rss'
|
|
524
|
-
'rt'
|
|
525
|
-
'rtf'
|
|
526
|
-
'rtx'
|
|
527
|
-
'rv'
|
|
528
|
-
'rvx'
|
|
529
|
-
'rw2'
|
|
530
|
-
's3m'
|
|
531
|
-
'sam'
|
|
532
|
-
'sami'
|
|
533
|
-
'sav'
|
|
534
|
-
'scm'
|
|
535
|
-
'sda'
|
|
536
|
-
'sdc'
|
|
537
|
-
'sdd'
|
|
538
|
-
'sdp'
|
|
539
|
-
'sds'
|
|
540
|
-
'sdw'
|
|
541
|
-
'sgf'
|
|
542
|
-
'sgi'
|
|
543
|
-
'sgl'
|
|
544
|
-
'sgm'
|
|
545
|
-
'sgml'
|
|
546
|
-
'sh'
|
|
547
|
-
'shape'
|
|
548
|
-
'shar'
|
|
549
|
-
'shn'
|
|
550
|
-
'siag'
|
|
551
|
-
'sid'
|
|
552
|
-
'sik'
|
|
553
|
-
'sis'
|
|
554
|
-
'sisx'
|
|
555
|
-
'sit'
|
|
556
|
-
'siv'
|
|
557
|
-
'sk'
|
|
558
|
-
'sk1'
|
|
559
|
-
'skr'
|
|
560
|
-
'slk'
|
|
561
|
-
'smaf'
|
|
562
|
-
'smc'
|
|
563
|
-
'smd'
|
|
564
|
-
'smf'
|
|
565
|
-
'smi'
|
|
566
|
-
'smil'
|
|
567
|
-
'sml'
|
|
568
|
-
'sms'
|
|
569
|
-
'snd'
|
|
570
|
-
'so'
|
|
571
|
-
'spc'
|
|
572
|
-
'spd'
|
|
573
|
-
'spec'
|
|
574
|
-
'spl'
|
|
575
|
-
'spx'
|
|
576
|
-
'sql'
|
|
577
|
-
'sr2'
|
|
578
|
-
'src'
|
|
579
|
-
'srf'
|
|
580
|
-
'srt'
|
|
581
|
-
'ssa'
|
|
582
|
-
'stc'
|
|
583
|
-
'std'
|
|
584
|
-
'sti'
|
|
585
|
-
'stm'
|
|
586
|
-
'stw'
|
|
587
|
-
'sty'
|
|
588
|
-
'sub'
|
|
589
|
-
'sun'
|
|
590
|
-
'sv'
|
|
591
|
-
'sv4cpio'
|
|
592
|
-
'sv4crc'
|
|
593
|
-
'svg'
|
|
594
|
-
'svgz'
|
|
595
|
-
'svh'
|
|
596
|
-
'swf'
|
|
597
|
-
'swm'
|
|
598
|
-
'sxc'
|
|
599
|
-
'sxd'
|
|
600
|
-
'sxg'
|
|
601
|
-
'sxi'
|
|
602
|
-
'sxm'
|
|
603
|
-
'sxw'
|
|
604
|
-
'sylk'
|
|
605
|
-
't'
|
|
606
|
-
't2t'
|
|
607
|
-
'tar'
|
|
608
|
-
'tar.bz'
|
|
609
|
-
'tar.bz2'
|
|
610
|
-
'tar.gz'
|
|
611
|
-
'tar.lrz'
|
|
612
|
-
'tar.lzma'
|
|
613
|
-
'tar.lzo'
|
|
614
|
-
'tar.xz'
|
|
615
|
-
'tar.z'
|
|
616
|
-
'taz'
|
|
617
|
-
'tbz'
|
|
618
|
-
'tbz2'
|
|
619
|
-
'tcl'
|
|
620
|
-
'tex'
|
|
621
|
-
'texi'
|
|
622
|
-
'texinfo'
|
|
623
|
-
'tga'
|
|
624
|
-
'tgz'
|
|
625
|
-
'theme'
|
|
626
|
-
'themepack'
|
|
627
|
-
'tif'
|
|
628
|
-
'tiff'
|
|
629
|
-
'tk'
|
|
630
|
-
'tlrz'
|
|
631
|
-
'tlz'
|
|
632
|
-
'tnef'
|
|
633
|
-
'tnf'
|
|
634
|
-
'toc'
|
|
635
|
-
'torrent'
|
|
636
|
-
'tpic'
|
|
637
|
-
'tr'
|
|
638
|
-
'ts'
|
|
639
|
-
'tsv'
|
|
640
|
-
'tta'
|
|
641
|
-
'ttc'
|
|
642
|
-
'ttf'
|
|
643
|
-
'ttx'
|
|
644
|
-
'txt'
|
|
645
|
-
'txz'
|
|
646
|
-
'tzo'
|
|
647
|
-
'ufraw'
|
|
648
|
-
'ui'
|
|
649
|
-
'uil'
|
|
650
|
-
'ult'
|
|
651
|
-
'uni'
|
|
652
|
-
'uri'
|
|
653
|
-
'url'
|
|
654
|
-
'ustar'
|
|
655
|
-
'v'
|
|
656
|
-
'vala'
|
|
657
|
-
'vapi'
|
|
658
|
-
'vcf'
|
|
659
|
-
'vcs'
|
|
660
|
-
'vct'
|
|
661
|
-
'vda'
|
|
662
|
-
'vhd'
|
|
663
|
-
'vhdl'
|
|
664
|
-
'viv'
|
|
665
|
-
'vivo'
|
|
666
|
-
'vlc'
|
|
667
|
-
'vob'
|
|
668
|
-
'voc'
|
|
669
|
-
'vor'
|
|
670
|
-
'vst'
|
|
671
|
-
'wav'
|
|
672
|
-
'wax'
|
|
673
|
-
'wb1'
|
|
674
|
-
'wb2'
|
|
675
|
-
'wb3'
|
|
676
|
-
'wbmp'
|
|
677
|
-
'wcm'
|
|
678
|
-
'wdb'
|
|
679
|
-
'webm'
|
|
680
|
-
'wim'
|
|
681
|
-
'wk1'
|
|
682
|
-
'wk3'
|
|
683
|
-
'wk4'
|
|
684
|
-
'wks'
|
|
685
|
-
'wma'
|
|
686
|
-
'wmf'
|
|
687
|
-
'wml'
|
|
688
|
-
'wmls'
|
|
689
|
-
'wmv'
|
|
690
|
-
'wmx'
|
|
691
|
-
'wp'
|
|
692
|
-
'wp4'
|
|
693
|
-
'wp5'
|
|
694
|
-
'wp6'
|
|
695
|
-
'wpd'
|
|
696
|
-
'wpg'
|
|
697
|
-
'wpl'
|
|
698
|
-
'wpp'
|
|
699
|
-
'wps'
|
|
700
|
-
'wri'
|
|
701
|
-
'wrl'
|
|
702
|
-
'wv'
|
|
703
|
-
'wvc'
|
|
704
|
-
'wvp'
|
|
705
|
-
'wvx'
|
|
706
|
-
'x3f'
|
|
707
|
-
'xac'
|
|
708
|
-
'xbel'
|
|
709
|
-
'xbl'
|
|
710
|
-
'xbm'
|
|
711
|
-
'xcf'
|
|
712
|
-
'xcf.bz2'
|
|
713
|
-
'xcf.gz'
|
|
714
|
-
'xhtml'
|
|
715
|
-
'xi'
|
|
716
|
-
'xla'
|
|
717
|
-
'xlc'
|
|
718
|
-
'xld'
|
|
719
|
-
'xlf'
|
|
720
|
-
'xliff'
|
|
721
|
-
'xll'
|
|
722
|
-
'xlm'
|
|
723
|
-
'xls'
|
|
724
|
-
'xlsm'
|
|
725
|
-
'xlsx'
|
|
726
|
-
'xlt'
|
|
727
|
-
'xlw'
|
|
728
|
-
'xm'
|
|
729
|
-
'xmf'
|
|
730
|
-
'xmi'
|
|
731
|
-
'xml'
|
|
732
|
-
'xpi'
|
|
733
|
-
'xpm'
|
|
734
|
-
'xps'
|
|
735
|
-
'xsd'
|
|
736
|
-
'xsl'
|
|
737
|
-
'xslfo'
|
|
738
|
-
'xslt'
|
|
739
|
-
'xspf'
|
|
740
|
-
'xul'
|
|
741
|
-
'xwd'
|
|
742
|
-
'xz'
|
|
743
|
-
'yaml'
|
|
744
|
-
'yml'
|
|
745
|
-
'z'
|
|
746
|
-
'zabw'
|
|
747
|
-
'zip'
|
|
748
|
-
'zoo'
|
|
26
|
+
'abw.gz' => 'application/x-abiword',
|
|
27
|
+
'ac3' => 'audio/ac3',
|
|
28
|
+
'ace' => 'application/x-ace',
|
|
29
|
+
'adb' => 'text/x-adasrc',
|
|
30
|
+
'ads' => 'text/x-adasrc',
|
|
31
|
+
'afm' => 'application/x-font-afm',
|
|
32
|
+
'ag' => 'image/x-applix-graphics',
|
|
33
|
+
'ai' => 'application/illustrator',
|
|
34
|
+
'aif' => 'audio/x-aiff',
|
|
35
|
+
'aifc' => 'audio/x-aiff',
|
|
36
|
+
'aiff' => 'audio/x-aiff',
|
|
37
|
+
'al' => 'application/x-perl',
|
|
38
|
+
'alz' => 'application/x-alz',
|
|
39
|
+
'amr' => 'audio/AMR',
|
|
40
|
+
'ani' => 'application/x-navi-animation',
|
|
41
|
+
'anx' => 'application/annodex',
|
|
42
|
+
'ape' => 'audio/x-ape',
|
|
43
|
+
'arj' => 'application/x-arj',
|
|
44
|
+
'arw' => 'image/x-sony-arw',
|
|
45
|
+
'as' => 'application/x-applix-spreadsheet',
|
|
46
|
+
'asc' => 'application/pgp-encrypted',
|
|
47
|
+
'asf' => 'video/x-ms-asf',
|
|
48
|
+
'asp' => 'application/x-asp',
|
|
49
|
+
'ass' => 'text/x-ssa',
|
|
50
|
+
'asx' => 'audio/x-ms-asx',
|
|
51
|
+
'atom' => 'application/atom+xml',
|
|
52
|
+
'au' => 'audio/basic',
|
|
53
|
+
'avi' => 'video/x-msvideo',
|
|
54
|
+
'aw' => 'application/x-applix-word',
|
|
55
|
+
'awb' => 'audio/AMR-WB',
|
|
56
|
+
'awk' => 'application/x-awk',
|
|
57
|
+
'axa' => 'audio/annodex',
|
|
58
|
+
'axv' => 'video/annodex',
|
|
59
|
+
'bak' => 'application/x-trash',
|
|
60
|
+
'bcpio' => 'application/x-bcpio',
|
|
61
|
+
'bdf' => 'application/x-font-bdf',
|
|
62
|
+
'bdm' => 'video/mp2t',
|
|
63
|
+
'bdmv' => 'video/mp2t',
|
|
64
|
+
'bib' => 'text/x-bibtex',
|
|
65
|
+
'bin' => 'application/octet-stream',
|
|
66
|
+
'blend' => 'application/x-blender',
|
|
67
|
+
'blender' => 'application/x-blender',
|
|
68
|
+
'bmp' => 'image/bmp',
|
|
69
|
+
'bz' => 'application/x-bzip',
|
|
70
|
+
'bz2' => 'application/x-bzip',
|
|
71
|
+
'c' => 'text/x-c++src',
|
|
72
|
+
'c++' => 'text/x-c++src',
|
|
73
|
+
'cab' => 'application/vnd.ms-cab-compressed',
|
|
74
|
+
'cb7' => 'application/x-cb7',
|
|
75
|
+
'cbl' => 'text/x-cobol',
|
|
76
|
+
'cbr' => 'application/x-cbr',
|
|
77
|
+
'cbt' => 'application/x-cbt',
|
|
78
|
+
'cbz' => 'application/x-cbz',
|
|
79
|
+
'cc' => 'text/x-c++src',
|
|
80
|
+
'cdf' => 'application/x-netcdf',
|
|
81
|
+
'cdr' => 'application/vnd.corel-draw',
|
|
82
|
+
'cer' => 'application/pkix-cert',
|
|
83
|
+
'cert' => 'application/x-x509-ca-cert',
|
|
84
|
+
'cgm' => 'image/cgm',
|
|
85
|
+
'chm' => 'application/x-chm',
|
|
86
|
+
'chrt' => 'application/x-kchart',
|
|
87
|
+
'class' => 'application/x-java',
|
|
88
|
+
'clpi' => 'video/mp2t',
|
|
89
|
+
'cls' => 'text/x-tex',
|
|
90
|
+
'cmake' => 'text/x-cmake',
|
|
91
|
+
'cob' => 'text/x-cobol',
|
|
92
|
+
'cpi' => 'video/mp2t',
|
|
93
|
+
'cpio' => 'application/x-cpio',
|
|
94
|
+
'cpio.gz' => 'application/x-cpio-compressed',
|
|
95
|
+
'cpp' => 'text/x-c++src',
|
|
96
|
+
'cr2' => 'image/x-canon-cr2',
|
|
97
|
+
'crl' => 'application/pkix-crl',
|
|
98
|
+
'crt' => 'application/x-x509-ca-cert',
|
|
99
|
+
'crw' => 'image/x-canon-crw',
|
|
100
|
+
'cs' => 'text/x-csharp',
|
|
101
|
+
'csh' => 'application/x-csh',
|
|
102
|
+
'css' => 'text/css',
|
|
103
|
+
'cssl' => 'text/css',
|
|
104
|
+
'csv' => 'text/csv',
|
|
105
|
+
'cue' => 'application/x-cue',
|
|
106
|
+
'cur' => 'image/x-win-bitmap',
|
|
107
|
+
'cxx' => 'text/x-c++src',
|
|
108
|
+
'd' => 'text/x-dsrc',
|
|
109
|
+
'dar' => 'application/x-dar',
|
|
110
|
+
'dbf' => 'application/x-dbf',
|
|
111
|
+
'dc' => 'application/x-dc-rom',
|
|
112
|
+
'dcl' => 'text/x-dcl',
|
|
113
|
+
'dcm' => 'application/dicom',
|
|
114
|
+
'dcr' => 'image/x-kodak-dcr',
|
|
115
|
+
'dds' => 'image/x-dds',
|
|
116
|
+
'deb' => 'application/x-deb',
|
|
117
|
+
'der' => 'application/x-x509-ca-cert',
|
|
118
|
+
'desktop' => 'application/x-desktop',
|
|
119
|
+
'dia' => 'application/x-dia-diagram',
|
|
120
|
+
'diff' => 'text/x-patch',
|
|
121
|
+
'divx' => 'video/x-msvideo',
|
|
122
|
+
'djv' => 'image/vnd.djvu',
|
|
123
|
+
'djvu' => 'image/vnd.djvu',
|
|
124
|
+
'dmg' => 'application/x-apple-diskimage',
|
|
125
|
+
'dng' => 'image/x-adobe-dng',
|
|
126
|
+
'doc' => 'application/msword',
|
|
127
|
+
'docbook' => 'application/docbook+xml',
|
|
128
|
+
'docm' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
|
|
129
|
+
'docx' => 'application/vnd.openxmlformats-officedocument.wordprocessingml.document',
|
|
130
|
+
'dot' => 'application/msword-template',
|
|
131
|
+
'dsl' => 'text/x-dsl',
|
|
132
|
+
'dtd' => 'application/xml-dtd',
|
|
133
|
+
'dtx' => 'text/x-tex',
|
|
134
|
+
'dv' => 'video/dv',
|
|
135
|
+
'dvi' => 'application/x-dvi',
|
|
136
|
+
'dvi.bz2' => 'application/x-bzdvi',
|
|
137
|
+
'dvi.gz' => 'application/x-gzdvi',
|
|
138
|
+
'dwg' => 'image/vnd.dwg',
|
|
139
|
+
'dxf' => 'image/vnd.dxf',
|
|
140
|
+
'e' => 'text/x-eiffel',
|
|
141
|
+
'egon' => 'application/x-egon',
|
|
142
|
+
'eif' => 'text/x-eiffel',
|
|
143
|
+
'el' => 'text/x-emacs-lisp',
|
|
144
|
+
'emf' => 'image/x-emf',
|
|
145
|
+
'eml' => 'message/rfc822',
|
|
146
|
+
'emp' => 'application/vnd.emusic-emusic_package',
|
|
147
|
+
'ent' => 'application/xml-external-parsed-entity',
|
|
148
|
+
'eps' => 'image/x-eps',
|
|
149
|
+
'eps.bz2' => 'image/x-bzeps',
|
|
150
|
+
'eps.gz' => 'image/x-gzeps',
|
|
151
|
+
'epsf' => 'image/x-eps',
|
|
152
|
+
'epsf.bz2' => 'image/x-bzeps',
|
|
153
|
+
'epsf.gz' => 'image/x-gzeps',
|
|
154
|
+
'epsi' => 'image/x-eps',
|
|
155
|
+
'epsi.bz2' => 'image/x-bzeps',
|
|
156
|
+
'epsi.gz' => 'image/x-gzeps',
|
|
157
|
+
'epub' => 'application/epub+zip',
|
|
158
|
+
'erl' => 'text/x-erlang',
|
|
159
|
+
'es' => 'application/ecmascript',
|
|
160
|
+
'etheme' => 'application/x-e-theme',
|
|
161
|
+
'etx' => 'text/x-setext',
|
|
162
|
+
'exe' => 'application/x-ms-dos-executable',
|
|
163
|
+
'exr' => 'image/x-exr',
|
|
164
|
+
'ez' => 'application/andrew-inset',
|
|
165
|
+
'f' => 'text/x-fortran',
|
|
166
|
+
'f4a' => 'audio/mp4',
|
|
167
|
+
'f4b' => 'audio/x-m4b',
|
|
168
|
+
'f4v' => 'video/mp4',
|
|
169
|
+
'f90' => 'text/x-fortran',
|
|
170
|
+
'f95' => 'text/x-fortran',
|
|
171
|
+
'fb2' => 'application/x-fictionbook+xml',
|
|
172
|
+
'fig' => 'image/x-xfig',
|
|
173
|
+
'fits' => 'image/fits',
|
|
174
|
+
'fl' => 'application/x-fluid',
|
|
175
|
+
'flac' => 'audio/flac',
|
|
176
|
+
'flc' => 'video/x-flic',
|
|
177
|
+
'fli' => 'video/x-flic',
|
|
178
|
+
'flv' => 'video/x-flv',
|
|
179
|
+
'flw' => 'application/x-kivio',
|
|
180
|
+
'fo' => 'text/x-xslfo',
|
|
181
|
+
'fodg' => 'application/vnd.oasis.opendocument.graphics-flat-xml',
|
|
182
|
+
'fodp' => 'application/vnd.oasis.opendocument.presentation-flat-xml',
|
|
183
|
+
'fods' => 'application/vnd.oasis.opendocument.spreadsheet-flat-xml',
|
|
184
|
+
'fodt' => 'application/vnd.oasis.opendocument.text-flat-xml',
|
|
185
|
+
'for' => 'text/x-fortran',
|
|
186
|
+
'fxm' => 'video/x-javafx',
|
|
187
|
+
'g3' => 'image/fax-g3',
|
|
188
|
+
'gb' => 'application/x-gameboy-rom',
|
|
189
|
+
'gba' => 'application/x-gba-rom',
|
|
190
|
+
'gcrd' => 'text/directory',
|
|
191
|
+
'ged' => 'application/x-gedcom',
|
|
192
|
+
'gedcom' => 'application/x-gedcom',
|
|
193
|
+
'gem' => 'application/x-tar',
|
|
194
|
+
'gen' => 'application/x-genesis-rom',
|
|
195
|
+
'gf' => 'application/x-tex-gf',
|
|
196
|
+
'gg' => 'application/x-sms-rom',
|
|
197
|
+
'gif' => 'image/gif',
|
|
198
|
+
'glade' => 'application/x-glade',
|
|
199
|
+
'gmo' => 'application/x-gettext-translation',
|
|
200
|
+
'gnc' => 'application/x-gnucash',
|
|
201
|
+
'gnd' => 'application/gnunet-directory',
|
|
202
|
+
'gnucash' => 'application/x-gnucash',
|
|
203
|
+
'gnumeric' => 'application/x-gnumeric',
|
|
204
|
+
'gnuplot' => 'application/x-gnuplot',
|
|
205
|
+
'go' => 'text/x-go',
|
|
206
|
+
'gp' => 'application/x-gnuplot',
|
|
207
|
+
'gpg' => 'application/pgp-encrypted',
|
|
208
|
+
'gplt' => 'application/x-gnuplot',
|
|
209
|
+
'gra' => 'application/x-graphite',
|
|
210
|
+
'gsf' => 'application/x-font-type1',
|
|
211
|
+
'gsm' => 'audio/x-gsm',
|
|
212
|
+
'gtar' => 'application/x-tar',
|
|
213
|
+
'gv' => 'text/vnd.graphviz',
|
|
214
|
+
'gvp' => 'text/x-google-video-pointer',
|
|
215
|
+
'gz' => 'application/x-gzip',
|
|
216
|
+
'h' => 'text/x-chdr',
|
|
217
|
+
'h++' => 'text/x-c++hdr',
|
|
218
|
+
'h4' => 'application/x-hdf',
|
|
219
|
+
'h5' => 'application/x-hdf',
|
|
220
|
+
'hdf' => 'application/x-hdf',
|
|
221
|
+
'hdf4' => 'application/x-hdf',
|
|
222
|
+
'hdf5' => 'application/x-hdf',
|
|
223
|
+
'hh' => 'text/x-c++hdr',
|
|
224
|
+
'hp' => 'text/x-c++hdr',
|
|
225
|
+
'hpgl' => 'application/vnd.hp-hpgl',
|
|
226
|
+
'hpp' => 'text/x-c++hdr',
|
|
227
|
+
'hs' => 'text/x-haskell',
|
|
228
|
+
'htm' => 'text/html',
|
|
229
|
+
'html' => 'text/html',
|
|
230
|
+
'hwp' => 'application/x-hwp',
|
|
231
|
+
'hwt' => 'application/x-hwt',
|
|
232
|
+
'hxx' => 'text/x-c++hdr',
|
|
233
|
+
'ica' => 'application/x-ica',
|
|
234
|
+
'icb' => 'image/x-tga',
|
|
235
|
+
'icc' => 'application/vnd.iccprofile',
|
|
236
|
+
'icm' => 'application/vnd.iccprofile',
|
|
237
|
+
'icns' => 'image/x-icns',
|
|
238
|
+
'ico' => 'image/vnd.microsoft.icon',
|
|
239
|
+
'ics' => 'text/calendar',
|
|
240
|
+
'idl' => 'text/x-idl',
|
|
241
|
+
'ief' => 'image/ief',
|
|
242
|
+
'iff' => 'image/x-iff',
|
|
243
|
+
'ilbm' => 'image/x-ilbm',
|
|
244
|
+
'ime' => 'text/x-iMelody',
|
|
245
|
+
'imy' => 'text/x-iMelody',
|
|
246
|
+
'ins' => 'text/x-tex',
|
|
247
|
+
'iptables' => 'text/x-iptables',
|
|
248
|
+
'iso' => 'application/x-cd-image',
|
|
249
|
+
'iso9660' => 'application/x-cd-image',
|
|
250
|
+
'it' => 'audio/x-it',
|
|
251
|
+
'it87' => 'application/x-it87',
|
|
252
|
+
'j2k' => 'image/jp2',
|
|
253
|
+
'jad' => 'text/vnd.sun.j2me.app-descriptor',
|
|
254
|
+
'jar' => 'application/x-java-archive',
|
|
255
|
+
'java' => 'text/x-java',
|
|
256
|
+
'jceks' => 'application/x-java-jce-keystore',
|
|
257
|
+
'jks' => 'application/x-java-keystore',
|
|
258
|
+
'jng' => 'image/x-jng',
|
|
259
|
+
'jnlp' => 'application/x-java-jnlp-file',
|
|
260
|
+
'jp2' => 'image/jp2',
|
|
261
|
+
'jpc' => 'image/jp2',
|
|
262
|
+
'jpf' => 'image/jp2',
|
|
263
|
+
'jpe' => 'image/jpeg',
|
|
264
|
+
'jpeg' => 'image/jpeg',
|
|
265
|
+
'jpg' => 'image/jpeg',
|
|
266
|
+
'jpr' => 'application/x-jbuilder-project',
|
|
267
|
+
'jpx' => 'application/x-jbuilder-project',
|
|
268
|
+
'js' => 'application/javascript',
|
|
269
|
+
'k25' => 'image/x-kodak-k25',
|
|
270
|
+
'kar' => 'audio/midi',
|
|
271
|
+
'karbon' => 'application/x-karbon',
|
|
272
|
+
'kdc' => 'image/x-kodak-kdc',
|
|
273
|
+
'kdelnk' => 'application/x-desktop',
|
|
274
|
+
'kexi' => 'application/x-kexiproject-sqlite2',
|
|
275
|
+
'kexic' => 'application/x-kexi-connectiondata',
|
|
276
|
+
'kexis' => 'application/x-kexiproject-shortcut',
|
|
277
|
+
'kfo' => 'application/x-kformula',
|
|
278
|
+
'kil' => 'application/x-killustrator',
|
|
279
|
+
'kino' => 'application/smil',
|
|
280
|
+
'kml' => 'application/vnd.google-earth.kml+xml',
|
|
281
|
+
'kmz' => 'application/vnd.google-earth.kmz',
|
|
282
|
+
'kon' => 'application/x-kontour',
|
|
283
|
+
'kpm' => 'application/x-kpovmodeler',
|
|
284
|
+
'kpr' => 'application/x-kpresenter',
|
|
285
|
+
'kpt' => 'application/x-kpresenter',
|
|
286
|
+
'kra' => 'application/x-krita',
|
|
287
|
+
'ks' => 'application/x-java-keystore',
|
|
288
|
+
'ksp' => 'application/x-kspread',
|
|
289
|
+
'kud' => 'application/x-kugar',
|
|
290
|
+
'kwd' => 'application/x-kword',
|
|
291
|
+
'kwt' => 'application/x-kword',
|
|
292
|
+
'la' => 'application/x-shared-library-la',
|
|
293
|
+
'latex' => 'text/x-tex',
|
|
294
|
+
'ldif' => 'text/x-ldif',
|
|
295
|
+
'lha' => 'application/x-lha',
|
|
296
|
+
'lhs' => 'text/x-literate-haskell',
|
|
297
|
+
'lhz' => 'application/x-lhz',
|
|
298
|
+
'log' => 'text/x-log',
|
|
299
|
+
'lrz' => 'application/x-lrzip',
|
|
300
|
+
'ltx' => 'text/x-tex',
|
|
301
|
+
'lua' => 'text/x-lua',
|
|
302
|
+
'lwo' => 'image/x-lwo',
|
|
303
|
+
'lwob' => 'image/x-lwo',
|
|
304
|
+
'lws' => 'image/x-lws',
|
|
305
|
+
'ly' => 'text/x-lilypond',
|
|
306
|
+
'lyx' => 'application/x-lyx',
|
|
307
|
+
'lz' => 'application/x-lzip',
|
|
308
|
+
'lzh' => 'application/x-lha',
|
|
309
|
+
'lzma' => 'application/x-lzma',
|
|
310
|
+
'lzo' => 'application/x-lzop',
|
|
311
|
+
'm' => 'text/x-objcsrc',
|
|
312
|
+
'm15' => 'audio/x-mod',
|
|
313
|
+
'm2t' => 'video/mp2t',
|
|
314
|
+
'm2ts' => 'video/mp2t',
|
|
315
|
+
'm3u' => 'audio/x-mpegurl',
|
|
316
|
+
'm3u8' => 'audio/x-mpegurl',
|
|
317
|
+
'm4' => 'application/x-m4',
|
|
318
|
+
'm4a' => 'audio/mp4',
|
|
319
|
+
'm4b' => 'audio/x-m4b',
|
|
320
|
+
'm4v' => 'video/mp4',
|
|
321
|
+
'mab' => 'application/x-markaby',
|
|
322
|
+
'man' => 'application/x-troff-man',
|
|
323
|
+
'manifest' => 'text/cache-manifest',
|
|
324
|
+
'mbox' => 'application/mbox',
|
|
325
|
+
'md' => 'application/x-genesis-rom',
|
|
326
|
+
'mdb' => 'application/vnd.ms-access',
|
|
327
|
+
'mdi' => 'image/vnd.ms-modi',
|
|
328
|
+
'me' => 'text/x-troff-me',
|
|
329
|
+
'med' => 'audio/x-mod',
|
|
330
|
+
'metalink' => 'application/metalink+xml',
|
|
331
|
+
'mgp' => 'application/x-magicpoint',
|
|
332
|
+
'mid' => 'audio/midi',
|
|
333
|
+
'midi' => 'audio/midi',
|
|
334
|
+
'mif' => 'application/x-mif',
|
|
335
|
+
'minipsf' => 'audio/x-minipsf',
|
|
336
|
+
'mka' => 'audio/x-matroska',
|
|
337
|
+
'mkv' => 'video/x-matroska',
|
|
338
|
+
'ml' => 'text/x-ocaml',
|
|
339
|
+
'mli' => 'text/x-ocaml',
|
|
340
|
+
'mm' => 'text/x-troff-mm',
|
|
341
|
+
'mmf' => 'application/x-smaf',
|
|
342
|
+
'mml' => 'application/mathml+xml',
|
|
343
|
+
'mng' => 'video/x-mng',
|
|
344
|
+
'mo' => 'application/x-gettext-translation',
|
|
345
|
+
'mo3' => 'audio/x-mo3',
|
|
346
|
+
'moc' => 'text/x-moc',
|
|
347
|
+
'mod' => 'audio/x-mod',
|
|
348
|
+
'mof' => 'text/x-mof',
|
|
349
|
+
'moov' => 'video/quicktime',
|
|
350
|
+
'mov' => 'video/quicktime',
|
|
351
|
+
'movie' => 'video/x-sgi-movie',
|
|
352
|
+
'mp+' => 'audio/x-musepack',
|
|
353
|
+
'mp2' => 'audio/mp2',
|
|
354
|
+
'mp3' => 'audio/mpeg',
|
|
355
|
+
'mp4' => 'video/mp4',
|
|
356
|
+
'mpc' => 'audio/x-musepack',
|
|
357
|
+
'mpe' => 'video/mpeg',
|
|
358
|
+
'mpeg' => 'video/mpeg',
|
|
359
|
+
'mpg' => 'video/mpeg',
|
|
360
|
+
'mpga' => 'audio/mpeg',
|
|
361
|
+
'mpl' => 'video/mp2t',
|
|
362
|
+
'mpls' => 'video/mp2t',
|
|
363
|
+
'mpp' => 'audio/x-musepack',
|
|
364
|
+
'mrl' => 'text/x-mrml',
|
|
365
|
+
'mrml' => 'text/x-mrml',
|
|
366
|
+
'mrw' => 'image/x-minolta-mrw',
|
|
367
|
+
'ms' => 'text/x-troff-ms',
|
|
368
|
+
'msi' => 'application/x-msi',
|
|
369
|
+
'msod' => 'image/x-msod',
|
|
370
|
+
'msx' => 'application/x-msx-rom',
|
|
371
|
+
'mtm' => 'audio/x-mod',
|
|
372
|
+
'mts' => 'video/mp2t',
|
|
373
|
+
'mup' => 'text/x-mup',
|
|
374
|
+
'mxf' => 'application/mxf',
|
|
375
|
+
'n64' => 'application/x-n64-rom',
|
|
376
|
+
'nb' => 'application/mathematica',
|
|
377
|
+
'nc' => 'application/x-netcdf',
|
|
378
|
+
'nds' => 'application/x-nintendo-ds-rom',
|
|
379
|
+
'nef' => 'image/x-nikon-nef',
|
|
380
|
+
'nes' => 'application/x-nes-rom',
|
|
381
|
+
'nfo' => 'text/x-nfo',
|
|
382
|
+
'not' => 'text/x-mup',
|
|
383
|
+
'nsc' => 'application/x-netshow-channel',
|
|
384
|
+
'nsv' => 'video/x-nsv',
|
|
385
|
+
'o' => 'application/x-object',
|
|
386
|
+
'obj' => 'application/x-tgif',
|
|
387
|
+
'ocl' => 'text/x-ocl',
|
|
388
|
+
'oda' => 'application/oda',
|
|
389
|
+
'odb' => 'application/vnd.oasis.opendocument.database',
|
|
390
|
+
'odc' => 'application/vnd.oasis.opendocument.chart',
|
|
391
|
+
'odf' => 'application/vnd.oasis.opendocument.formula',
|
|
392
|
+
'odg' => 'application/vnd.oasis.opendocument.graphics',
|
|
393
|
+
'odi' => 'application/vnd.oasis.opendocument.image',
|
|
394
|
+
'odm' => 'application/vnd.oasis.opendocument.text-master',
|
|
395
|
+
'odp' => 'application/vnd.oasis.opendocument.presentation',
|
|
396
|
+
'ods' => 'application/vnd.oasis.opendocument.spreadsheet',
|
|
397
|
+
'odt' => 'application/vnd.oasis.opendocument.text',
|
|
398
|
+
'oga' => 'audio/ogg',
|
|
399
|
+
'ogg' => 'audio/ogg',
|
|
400
|
+
'ogm' => 'video/x-ogm+ogg',
|
|
401
|
+
'ogv' => 'video/ogg',
|
|
402
|
+
'ogx' => 'application/ogg',
|
|
403
|
+
'old' => 'application/x-trash',
|
|
404
|
+
'oleo' => 'application/x-oleo',
|
|
405
|
+
'ooc' => 'text/x-ooc',
|
|
406
|
+
'opml' => 'text/x-opml+xml',
|
|
407
|
+
'ora' => 'image/openraster',
|
|
408
|
+
'orf' => 'image/x-olympus-orf',
|
|
409
|
+
'otc' => 'application/vnd.oasis.opendocument.chart-template',
|
|
410
|
+
'otf' => 'application/vnd.oasis.opendocument.formula-template',
|
|
411
|
+
'otg' => 'application/vnd.oasis.opendocument.graphics-template',
|
|
412
|
+
'oth' => 'application/vnd.oasis.opendocument.text-web',
|
|
413
|
+
'otp' => 'application/vnd.oasis.opendocument.presentation-template',
|
|
414
|
+
'ots' => 'application/vnd.oasis.opendocument.spreadsheet-template',
|
|
415
|
+
'ott' => 'application/vnd.oasis.opendocument.text-template',
|
|
416
|
+
'owl' => 'application/rdf+xml',
|
|
417
|
+
'oxps' => 'application/oxps',
|
|
418
|
+
'oxt' => 'application/vnd.openofficeorg.extension',
|
|
419
|
+
'p' => 'text/x-pascal',
|
|
420
|
+
'p10' => 'application/pkcs10',
|
|
421
|
+
'p12' => 'application/x-pkcs12',
|
|
422
|
+
'p7b' => 'application/x-pkcs7-certificates',
|
|
423
|
+
'p7s' => 'application/pkcs7-signature',
|
|
424
|
+
'p8' => 'application/pkcs8',
|
|
425
|
+
'pack' => 'application/x-java-pack200',
|
|
426
|
+
'pak' => 'application/x-pak',
|
|
427
|
+
'par2' => 'application/x-par2',
|
|
428
|
+
'pas' => 'text/x-pascal',
|
|
429
|
+
'patch' => 'text/x-patch',
|
|
430
|
+
'pbm' => 'image/x-portable-bitmap',
|
|
431
|
+
'pcd' => 'image/x-photo-cd',
|
|
432
|
+
'pcf' => 'application/x-font-pcf',
|
|
433
|
+
'pcf.gz' => 'application/x-font-pcf',
|
|
434
|
+
'pcf.z' => 'application/x-font-pcf',
|
|
435
|
+
'pcl' => 'application/vnd.hp-pcl',
|
|
436
|
+
'pcx' => 'image/x-pcx',
|
|
437
|
+
'pdb' => 'application/x-aportisdoc',
|
|
438
|
+
'pdc' => 'application/x-aportisdoc',
|
|
439
|
+
'pdf' => 'application/pdf',
|
|
440
|
+
'pdf.bz2' => 'application/x-bzpdf',
|
|
441
|
+
'pdf.gz' => 'application/x-gzpdf',
|
|
442
|
+
'pdf.xz' => 'application/x-xzpdf',
|
|
443
|
+
'pef' => 'image/x-pentax-pef',
|
|
444
|
+
'pem' => 'application/x-x509-ca-cert',
|
|
445
|
+
'perl' => 'application/x-perl',
|
|
446
|
+
'pfa' => 'application/x-font-type1',
|
|
447
|
+
'pfb' => 'application/x-font-type1',
|
|
448
|
+
'pfx' => 'application/x-pkcs12',
|
|
449
|
+
'pgm' => 'image/x-portable-graymap',
|
|
450
|
+
'pgn' => 'application/x-chess-pgn',
|
|
451
|
+
'pgp' => 'application/pgp-encrypted',
|
|
452
|
+
'php' => 'application/x-php',
|
|
453
|
+
'php3' => 'application/x-php',
|
|
454
|
+
'php4' => 'application/x-php',
|
|
455
|
+
'pict' => 'image/x-pict',
|
|
456
|
+
'pict1' => 'image/x-pict',
|
|
457
|
+
'pict2' => 'image/x-pict',
|
|
458
|
+
'pk' => 'application/x-tex-pk',
|
|
459
|
+
'pkipath' => 'application/pkix-pkipath',
|
|
460
|
+
'pkr' => 'application/pgp-keys',
|
|
461
|
+
'pl' => 'application/x-perl',
|
|
462
|
+
'pla' => 'audio/x-iriver-pla',
|
|
463
|
+
'pln' => 'application/x-planperfect',
|
|
464
|
+
'pls' => 'audio/x-scpls',
|
|
465
|
+
'pm' => 'application/x-perl',
|
|
466
|
+
'png' => 'image/png',
|
|
467
|
+
'pnm' => 'image/x-portable-anymap',
|
|
468
|
+
'pntg' => 'image/x-macpaint',
|
|
469
|
+
'po' => 'text/x-gettext-translation',
|
|
470
|
+
'por' => 'application/x-spss-por',
|
|
471
|
+
'pot' => 'application/vnd.ms-powerpoint',
|
|
472
|
+
'ppm' => 'image/x-portable-pixmap',
|
|
473
|
+
'pps' => 'application/vnd.ms-powerpoint',
|
|
474
|
+
'ppsx' => 'application/vnd.openxmlformats-officedocument.presentationml.slideshow',
|
|
475
|
+
'ppt' => 'application/vnd.ms-powerpoint',
|
|
476
|
+
'pptm' => 'application/vnd.openxmlformats-officedocument.presentationml.presentation',
|
|
477
|
+
'pptx' => 'application/vnd.openxmlformats-officedocument.presentationml.presentation',
|
|
478
|
+
'ppz' => 'application/vnd.ms-powerpoint',
|
|
479
|
+
'prc' => 'application/x-palm-database',
|
|
480
|
+
'ps' => 'application/postscript',
|
|
481
|
+
'ps.bz2' => 'application/x-bzpostscript',
|
|
482
|
+
'ps.gz' => 'application/x-gzpostscript',
|
|
483
|
+
'psd' => 'image/vnd.adobe.photoshop',
|
|
484
|
+
'psf' => 'application/x-font-linux-psf',
|
|
485
|
+
'psf.gz' => 'application/x-gz-font-linux-psf',
|
|
486
|
+
'psflib' => 'audio/x-psflib',
|
|
487
|
+
'psid' => 'audio/prs.sid',
|
|
488
|
+
'psw' => 'application/x-pocket-word',
|
|
489
|
+
'pw' => 'application/x-pw',
|
|
490
|
+
'py' => 'text/x-python',
|
|
491
|
+
'pyc' => 'application/x-python-bytecode',
|
|
492
|
+
'pyo' => 'application/x-python-bytecode',
|
|
493
|
+
'qif' => 'application/x-qw',
|
|
494
|
+
'qt' => 'video/quicktime',
|
|
495
|
+
'qtif' => 'image/x-quicktime',
|
|
496
|
+
'qtl' => 'application/x-quicktime-media-link',
|
|
497
|
+
'qtvr' => 'video/quicktime',
|
|
498
|
+
'ra' => 'audio/vnd.rn-realaudio',
|
|
499
|
+
'raf' => 'image/x-fuji-raf',
|
|
500
|
+
'ram' => 'application/ram',
|
|
501
|
+
'rar' => 'application/x-rar',
|
|
502
|
+
'ras' => 'image/x-cmu-raster',
|
|
503
|
+
'raw' => 'image/x-panasonic-raw',
|
|
504
|
+
'rax' => 'audio/vnd.rn-realaudio',
|
|
505
|
+
'rb' => 'application/x-ruby',
|
|
506
|
+
'rdf' => 'application/rdf+xml',
|
|
507
|
+
'rdfs' => 'application/rdf+xml',
|
|
508
|
+
'reg' => 'text/x-ms-regedit',
|
|
509
|
+
'rej' => 'application/x-reject',
|
|
510
|
+
'rgb' => 'image/x-rgb',
|
|
511
|
+
'rle' => 'image/rle',
|
|
512
|
+
'rm' => 'application/vnd.rn-realmedia',
|
|
513
|
+
'rmj' => 'application/vnd.rn-realmedia',
|
|
514
|
+
'rmm' => 'application/vnd.rn-realmedia',
|
|
515
|
+
'rms' => 'application/vnd.rn-realmedia',
|
|
516
|
+
'rmvb' => 'application/vnd.rn-realmedia',
|
|
517
|
+
'rmx' => 'application/vnd.rn-realmedia',
|
|
518
|
+
'rnc' => 'application/relax-ng-compact-syntax',
|
|
519
|
+
'rng' => 'application/xml',
|
|
520
|
+
'roff' => 'text/troff',
|
|
521
|
+
'rp' => 'image/vnd.rn-realpix',
|
|
522
|
+
'rpm' => 'application/x-rpm',
|
|
523
|
+
'rss' => 'application/rss+xml',
|
|
524
|
+
'rt' => 'text/vnd.rn-realtext',
|
|
525
|
+
'rtf' => 'application/rtf',
|
|
526
|
+
'rtx' => 'text/richtext',
|
|
527
|
+
'rv' => 'video/vnd.rn-realvideo',
|
|
528
|
+
'rvx' => 'video/vnd.rn-realvideo',
|
|
529
|
+
'rw2' => 'image/x-panasonic-raw2',
|
|
530
|
+
's3m' => 'audio/x-s3m',
|
|
531
|
+
'sam' => 'application/x-amipro',
|
|
532
|
+
'sami' => 'application/x-sami',
|
|
533
|
+
'sav' => 'application/x-spss-sav',
|
|
534
|
+
'scm' => 'text/x-scheme',
|
|
535
|
+
'sda' => 'application/vnd.stardivision.draw',
|
|
536
|
+
'sdc' => 'application/vnd.stardivision.calc',
|
|
537
|
+
'sdd' => 'application/vnd.stardivision.impress',
|
|
538
|
+
'sdp' => 'application/vnd.stardivision.impress',
|
|
539
|
+
'sds' => 'application/vnd.stardivision.chart',
|
|
540
|
+
'sdw' => 'application/vnd.stardivision.writer',
|
|
541
|
+
'sgf' => 'application/x-go-sgf',
|
|
542
|
+
'sgi' => 'image/x-sgi',
|
|
543
|
+
'sgl' => 'application/vnd.stardivision.writer',
|
|
544
|
+
'sgm' => 'text/sgml',
|
|
545
|
+
'sgml' => 'text/sgml',
|
|
546
|
+
'sh' => 'application/x-shellscript',
|
|
547
|
+
'shape' => 'application/x-dia-shape',
|
|
548
|
+
'shar' => 'application/x-shar',
|
|
549
|
+
'shn' => 'application/x-shorten',
|
|
550
|
+
'siag' => 'application/x-siag',
|
|
551
|
+
'sid' => 'audio/prs.sid',
|
|
552
|
+
'sik' => 'application/x-trash',
|
|
553
|
+
'sis' => 'application/vnd.symbian.install',
|
|
554
|
+
'sisx' => 'x-epoc/x-sisx-app',
|
|
555
|
+
'sit' => 'application/x-stuffit',
|
|
556
|
+
'siv' => 'application/sieve',
|
|
557
|
+
'sk' => 'image/x-skencil',
|
|
558
|
+
'sk1' => 'image/x-skencil',
|
|
559
|
+
'skr' => 'application/pgp-keys',
|
|
560
|
+
'slk' => 'text/spreadsheet',
|
|
561
|
+
'smaf' => 'application/x-smaf',
|
|
562
|
+
'smc' => 'application/x-snes-rom',
|
|
563
|
+
'smd' => 'application/vnd.stardivision.mail',
|
|
564
|
+
'smf' => 'application/vnd.stardivision.math',
|
|
565
|
+
'smi' => 'application/smil',
|
|
566
|
+
'smil' => 'application/smil',
|
|
567
|
+
'sml' => 'application/smil',
|
|
568
|
+
'sms' => 'application/x-sms-rom',
|
|
569
|
+
'snd' => 'audio/basic',
|
|
570
|
+
'so' => 'application/x-sharedlib',
|
|
571
|
+
'spc' => 'application/x-pkcs7-certificates',
|
|
572
|
+
'spd' => 'application/x-font-speedo',
|
|
573
|
+
'spec' => 'text/x-rpm-spec',
|
|
574
|
+
'spl' => 'application/x-shockwave-flash',
|
|
575
|
+
'spx' => 'audio/ogg',
|
|
576
|
+
'sql' => 'text/x-sql',
|
|
577
|
+
'sr2' => 'image/x-sony-sr2',
|
|
578
|
+
'src' => 'application/x-wais-source',
|
|
579
|
+
'srf' => 'image/x-sony-srf',
|
|
580
|
+
'srt' => 'application/x-subrip',
|
|
581
|
+
'ssa' => 'text/x-ssa',
|
|
582
|
+
'stc' => 'application/vnd.sun.xml.calc.template',
|
|
583
|
+
'std' => 'application/vnd.sun.xml.draw.template',
|
|
584
|
+
'sti' => 'application/vnd.sun.xml.impress.template',
|
|
585
|
+
'stm' => 'audio/x-stm',
|
|
586
|
+
'stw' => 'application/vnd.sun.xml.writer.template',
|
|
587
|
+
'sty' => 'text/x-tex',
|
|
588
|
+
'sub' => 'text/x-microdvd',
|
|
589
|
+
'sun' => 'image/x-sun-raster',
|
|
590
|
+
'sv' => 'text/x-svsrc',
|
|
591
|
+
'sv4cpio' => 'application/x-sv4cpio',
|
|
592
|
+
'sv4crc' => 'application/x-sv4crc',
|
|
593
|
+
'svg' => 'image/svg+xml',
|
|
594
|
+
'svgz' => 'image/svg+xml-compressed',
|
|
595
|
+
'svh' => 'text/x-svhdr',
|
|
596
|
+
'swf' => 'application/x-shockwave-flash',
|
|
597
|
+
'swm' => 'application/x-ms-wim',
|
|
598
|
+
'sxc' => 'application/vnd.sun.xml.calc',
|
|
599
|
+
'sxd' => 'application/vnd.sun.xml.draw',
|
|
600
|
+
'sxg' => 'application/vnd.sun.xml.writer.global',
|
|
601
|
+
'sxi' => 'application/vnd.sun.xml.impress',
|
|
602
|
+
'sxm' => 'application/vnd.sun.xml.math',
|
|
603
|
+
'sxw' => 'application/vnd.sun.xml.writer',
|
|
604
|
+
'sylk' => 'text/spreadsheet',
|
|
605
|
+
't' => 'text/troff',
|
|
606
|
+
't2t' => 'text/x-txt2tags',
|
|
607
|
+
'tar' => 'application/x-tar',
|
|
608
|
+
'tar.bz' => 'application/x-bzip-compressed-tar',
|
|
609
|
+
'tar.bz2' => 'application/x-bzip-compressed-tar',
|
|
610
|
+
'tar.gz' => 'application/x-compressed-tar',
|
|
611
|
+
'tar.lrz' => 'application/x-lrzip-compressed-tar',
|
|
612
|
+
'tar.lzma' => 'application/x-lzma-compressed-tar',
|
|
613
|
+
'tar.lzo' => 'application/x-tzo',
|
|
614
|
+
'tar.xz' => 'application/x-xz-compressed-tar',
|
|
615
|
+
'tar.z' => 'application/x-tarz',
|
|
616
|
+
'taz' => 'application/x-compressed-tar',
|
|
617
|
+
'tbz' => 'application/x-bzip-compressed-tar',
|
|
618
|
+
'tbz2' => 'application/x-bzip-compressed-tar',
|
|
619
|
+
'tcl' => 'text/x-tcl',
|
|
620
|
+
'tex' => 'text/x-tex',
|
|
621
|
+
'texi' => 'text/x-texinfo',
|
|
622
|
+
'texinfo' => 'text/x-texinfo',
|
|
623
|
+
'tga' => 'image/x-tga',
|
|
624
|
+
'tgz' => 'application/x-compressed-tar',
|
|
625
|
+
'theme' => 'application/x-theme',
|
|
626
|
+
'themepack' => 'application/x-windows-themepack',
|
|
627
|
+
'tif' => 'image/tiff',
|
|
628
|
+
'tiff' => 'image/tiff',
|
|
629
|
+
'tk' => 'text/x-tcl',
|
|
630
|
+
'tlrz' => 'application/x-lrzip-compressed-tar',
|
|
631
|
+
'tlz' => 'application/x-lzma-compressed-tar',
|
|
632
|
+
'tnef' => 'application/vnd.ms-tnef',
|
|
633
|
+
'tnf' => 'application/vnd.ms-tnef',
|
|
634
|
+
'toc' => 'application/x-cdrdao-toc',
|
|
635
|
+
'torrent' => 'application/x-bittorrent',
|
|
636
|
+
'tpic' => 'image/x-tga',
|
|
637
|
+
'tr' => 'text/troff',
|
|
638
|
+
'ts' => 'text/vnd.trolltech.linguist',
|
|
639
|
+
'tsv' => 'text/tab-separated-values',
|
|
640
|
+
'tta' => 'audio/x-tta',
|
|
641
|
+
'ttc' => 'application/x-font-ttf',
|
|
642
|
+
'ttf' => 'application/x-font-ttf',
|
|
643
|
+
'ttx' => 'application/x-font-ttx',
|
|
644
|
+
'txt' => 'text/plain',
|
|
645
|
+
'txz' => 'application/x-xz-compressed-tar',
|
|
646
|
+
'tzo' => 'application/x-tzo',
|
|
647
|
+
'ufraw' => 'application/x-ufraw',
|
|
648
|
+
'ui' => 'application/x-designer',
|
|
649
|
+
'uil' => 'text/x-uil',
|
|
650
|
+
'ult' => 'audio/x-mod',
|
|
651
|
+
'uni' => 'audio/x-mod',
|
|
652
|
+
'uri' => 'text/x-uri',
|
|
653
|
+
'url' => 'text/x-uri',
|
|
654
|
+
'ustar' => 'application/x-ustar',
|
|
655
|
+
'v' => 'text/x-verilog',
|
|
656
|
+
'vala' => 'text/x-vala',
|
|
657
|
+
'vapi' => 'text/x-vala',
|
|
658
|
+
'vcf' => 'text/directory',
|
|
659
|
+
'vcs' => 'text/calendar',
|
|
660
|
+
'vct' => 'text/directory',
|
|
661
|
+
'vda' => 'image/x-tga',
|
|
662
|
+
'vhd' => 'text/x-vhdl',
|
|
663
|
+
'vhdl' => 'text/x-vhdl',
|
|
664
|
+
'viv' => 'video/vivo',
|
|
665
|
+
'vivo' => 'video/vivo',
|
|
666
|
+
'vlc' => 'audio/x-mpegurl',
|
|
667
|
+
'vob' => 'video/mpeg',
|
|
668
|
+
'voc' => 'audio/x-voc',
|
|
669
|
+
'vor' => 'application/vnd.stardivision.writer',
|
|
670
|
+
'vst' => 'image/x-tga',
|
|
671
|
+
'wav' => 'audio/x-wav',
|
|
672
|
+
'wax' => 'audio/x-ms-asx',
|
|
673
|
+
'wb1' => 'application/x-quattropro',
|
|
674
|
+
'wb2' => 'application/x-quattropro',
|
|
675
|
+
'wb3' => 'application/x-quattropro',
|
|
676
|
+
'wbmp' => 'image/vnd.wap.wbmp',
|
|
677
|
+
'wcm' => 'application/vnd.ms-works',
|
|
678
|
+
'wdb' => 'application/vnd.ms-works',
|
|
679
|
+
'webm' => 'video/webm',
|
|
680
|
+
'wim' => 'application/x-ms-wim',
|
|
681
|
+
'wk1' => 'application/vnd.lotus-1-2-3',
|
|
682
|
+
'wk3' => 'application/vnd.lotus-1-2-3',
|
|
683
|
+
'wk4' => 'application/vnd.lotus-1-2-3',
|
|
684
|
+
'wks' => 'application/vnd.lotus-1-2-3',
|
|
685
|
+
'wma' => 'audio/x-ms-wma',
|
|
686
|
+
'wmf' => 'image/x-wmf',
|
|
687
|
+
'wml' => 'text/vnd.wap.wml',
|
|
688
|
+
'wmls' => 'text/vnd.wap.wmlscript',
|
|
689
|
+
'wmv' => 'video/x-ms-wmv',
|
|
690
|
+
'wmx' => 'audio/x-ms-asx',
|
|
691
|
+
'wp' => 'application/vnd.wordperfect',
|
|
692
|
+
'wp4' => 'application/vnd.wordperfect',
|
|
693
|
+
'wp5' => 'application/vnd.wordperfect',
|
|
694
|
+
'wp6' => 'application/vnd.wordperfect',
|
|
695
|
+
'wpd' => 'application/vnd.wordperfect',
|
|
696
|
+
'wpg' => 'application/x-wpg',
|
|
697
|
+
'wpl' => 'application/vnd.ms-wpl',
|
|
698
|
+
'wpp' => 'application/vnd.wordperfect',
|
|
699
|
+
'wps' => 'application/vnd.ms-works',
|
|
700
|
+
'wri' => 'application/x-mswrite',
|
|
701
|
+
'wrl' => 'model/vrml',
|
|
702
|
+
'wv' => 'audio/x-wavpack',
|
|
703
|
+
'wvc' => 'audio/x-wavpack-correction',
|
|
704
|
+
'wvp' => 'audio/x-wavpack',
|
|
705
|
+
'wvx' => 'audio/x-ms-asx',
|
|
706
|
+
'x3f' => 'image/x-sigma-x3f',
|
|
707
|
+
'xac' => 'application/x-gnucash',
|
|
708
|
+
'xbel' => 'application/x-xbel',
|
|
709
|
+
'xbl' => 'application/xml',
|
|
710
|
+
'xbm' => 'image/x-xbitmap',
|
|
711
|
+
'xcf' => 'image/x-xcf',
|
|
712
|
+
'xcf.bz2' => 'image/x-compressed-xcf',
|
|
713
|
+
'xcf.gz' => 'image/x-compressed-xcf',
|
|
714
|
+
'xhtml' => 'application/xhtml+xml',
|
|
715
|
+
'xi' => 'audio/x-xi',
|
|
716
|
+
'xla' => 'application/vnd.ms-excel',
|
|
717
|
+
'xlc' => 'application/vnd.ms-excel',
|
|
718
|
+
'xld' => 'application/vnd.ms-excel',
|
|
719
|
+
'xlf' => 'application/x-xliff',
|
|
720
|
+
'xliff' => 'application/x-xliff',
|
|
721
|
+
'xll' => 'application/vnd.ms-excel',
|
|
722
|
+
'xlm' => 'application/vnd.ms-excel',
|
|
723
|
+
'xls' => 'application/vnd.ms-excel',
|
|
724
|
+
'xlsm' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
|
|
725
|
+
'xlsx' => 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet',
|
|
726
|
+
'xlt' => 'application/vnd.ms-excel',
|
|
727
|
+
'xlw' => 'application/vnd.ms-excel',
|
|
728
|
+
'xm' => 'audio/x-xm',
|
|
729
|
+
'xmf' => 'audio/x-xmf',
|
|
730
|
+
'xmi' => 'text/x-xmi',
|
|
731
|
+
'xml' => 'application/xml',
|
|
732
|
+
'xpi' => 'application/x-xpinstall',
|
|
733
|
+
'xpm' => 'image/x-xpixmap',
|
|
734
|
+
'xps' => 'application/oxps',
|
|
735
|
+
'xsd' => 'application/xml',
|
|
736
|
+
'xsl' => 'application/xslt+xml',
|
|
737
|
+
'xslfo' => 'text/x-xslfo',
|
|
738
|
+
'xslt' => 'application/xslt+xml',
|
|
739
|
+
'xspf' => 'application/xspf+xml',
|
|
740
|
+
'xul' => 'application/vnd.mozilla.xul+xml',
|
|
741
|
+
'xwd' => 'image/x-xwindowdump',
|
|
742
|
+
'xz' => 'application/x-xz',
|
|
743
|
+
'yaml' => 'application/x-yaml',
|
|
744
|
+
'yml' => 'application/x-yaml',
|
|
745
|
+
'z' => 'application/x-compress',
|
|
746
|
+
'zabw' => 'application/x-abiword',
|
|
747
|
+
'zip' => 'application/zip',
|
|
748
|
+
'zoo' => 'application/x-zoo',
|
|
749
749
|
}
|
|
750
750
|
TYPES = {
|
|
751
|
-
'application/andrew-inset'
|
|
752
|
-
'application/annodex'
|
|
753
|
-
'application/atom+xml'
|
|
754
|
-
'application/dicom'
|
|
755
|
-
'application/docbook+xml'
|
|
756
|
-
'application/ecmascript'
|
|
757
|
-
'application/epub+zip'
|
|
758
|
-
'application/gnunet-directory'
|
|
759
|
-
'application/illustrator'
|
|
760
|
-
'application/javascript'
|
|
761
|
-
'application/mathematica'
|
|
762
|
-
'application/mathml+xml'
|
|
763
|
-
'application/mbox'
|
|
764
|
-
'application/metalink+xml'
|
|
765
|
-
'application/msword'
|
|
766
|
-
'application/msword-template'
|
|
767
|
-
'application/mxf'
|
|
768
|
-
'application/octet-stream'
|
|
769
|
-
'application/oda'
|
|
770
|
-
'application/ogg'
|
|
771
|
-
'application/oxps'
|
|
772
|
-
'application/pdf'
|
|
773
|
-
'application/pgp-encrypted'
|
|
774
|
-
'application/pgp-keys'
|
|
775
|
-
'application/pkcs10'
|
|
776
|
-
'application/pkcs7-signature'
|
|
777
|
-
'application/pkcs8'
|
|
778
|
-
'application/pkix-cert'
|
|
779
|
-
'application/pkix-crl'
|
|
780
|
-
'application/pkix-pkipath'
|
|
781
|
-
'application/postscript'
|
|
782
|
-
'application/ram'
|
|
783
|
-
'application/rdf+xml'
|
|
784
|
-
'application/relax-ng-compact-syntax'
|
|
785
|
-
'application/rss+xml'
|
|
786
|
-
'application/rtf'
|
|
787
|
-
'application/sdp'
|
|
788
|
-
'application/sieve'
|
|
789
|
-
'application/smil'
|
|
790
|
-
'application/vnd.apple.mpegurl'
|
|
791
|
-
'application/vnd.corel-draw'
|
|
792
|
-
'application/vnd.emusic-emusic_package'
|
|
793
|
-
'application/vnd.google-earth.kml+xml'
|
|
794
|
-
'application/vnd.google-earth.kmz'
|
|
795
|
-
'application/vnd.hp-hpgl'
|
|
796
|
-
'application/vnd.hp-pcl'
|
|
797
|
-
'application/vnd.iccprofile'
|
|
798
|
-
'application/vnd.lotus-1-2-3'
|
|
799
|
-
'application/vnd.mozilla.xul+xml'
|
|
800
|
-
'application/vnd.ms-access'
|
|
801
|
-
'application/vnd.ms-cab-compressed'
|
|
802
|
-
'application/vnd.ms-excel'
|
|
803
|
-
'application/vnd.ms-powerpoint'
|
|
804
|
-
'application/vnd.ms-tnef'
|
|
805
|
-
'application/vnd.ms-works'
|
|
806
|
-
'application/vnd.ms-wpl'
|
|
807
|
-
'application/vnd.oasis.opendocument.chart'
|
|
808
|
-
'application/vnd.oasis.opendocument.chart-template'
|
|
809
|
-
'application/vnd.oasis.opendocument.database'
|
|
810
|
-
'application/vnd.oasis.opendocument.formula'
|
|
811
|
-
'application/vnd.oasis.opendocument.formula-template'
|
|
812
|
-
'application/vnd.oasis.opendocument.graphics'
|
|
813
|
-
'application/vnd.oasis.opendocument.graphics-flat-xml'
|
|
814
|
-
'application/vnd.oasis.opendocument.graphics-template'
|
|
815
|
-
'application/vnd.oasis.opendocument.image'
|
|
816
|
-
'application/vnd.oasis.opendocument.presentation'
|
|
817
|
-
'application/vnd.oasis.opendocument.presentation-flat-xml'
|
|
818
|
-
'application/vnd.oasis.opendocument.presentation-template'
|
|
819
|
-
'application/vnd.oasis.opendocument.spreadsheet'
|
|
820
|
-
'application/vnd.oasis.opendocument.spreadsheet-flat-xml'
|
|
821
|
-
'application/vnd.oasis.opendocument.spreadsheet-template'
|
|
822
|
-
'application/vnd.oasis.opendocument.text'
|
|
823
|
-
'application/vnd.oasis.opendocument.text-flat-xml'
|
|
824
|
-
'application/vnd.oasis.opendocument.text-master'
|
|
825
|
-
'application/vnd.oasis.opendocument.text-template'
|
|
826
|
-
'application/vnd.oasis.opendocument.text-web'
|
|
827
|
-
'application/vnd.openofficeorg.extension'
|
|
751
|
+
'application/andrew-inset' => [%w(ez), %w(), "ATK inset"],
|
|
752
|
+
'application/annodex' => [%w(anx), %w(), "Annodex exchange format"],
|
|
753
|
+
'application/atom+xml' => [%w(atom), %w(application/xml), "Atom syndication feed"],
|
|
754
|
+
'application/dicom' => [%w(dcm), %w(), "DICOM image"],
|
|
755
|
+
'application/docbook+xml' => [%w(docbook), %w(application/xml), "DocBook document"],
|
|
756
|
+
'application/ecmascript' => [%w(es), %w(text/plain), "ECMAScript program"],
|
|
757
|
+
'application/epub+zip' => [%w(epub), %w(application/zip), "electronic book document"],
|
|
758
|
+
'application/gnunet-directory' => [%w(gnd), %w(), "GNUnet search file"],
|
|
759
|
+
'application/illustrator' => [%w(ai), %w(), "Adobe Illustrator document"],
|
|
760
|
+
'application/javascript' => [%w(js), %w(text/x-csrc), "JavaScript program"],
|
|
761
|
+
'application/mathematica' => [%w(nb), %w(text/plain), "Mathematica Notebook"],
|
|
762
|
+
'application/mathml+xml' => [%w(mml), %w(application/xml), "MathML document"],
|
|
763
|
+
'application/mbox' => [%w(mbox), %w(text/plain), "mailbox file"],
|
|
764
|
+
'application/metalink+xml' => [%w(metalink), %w(application/xml), "Metalink file"],
|
|
765
|
+
'application/msword' => [%w(doc), %w(application/x-ole-storage), "Word document"],
|
|
766
|
+
'application/msword-template' => [%w(dot), %w(application/msword), "Word template"],
|
|
767
|
+
'application/mxf' => [%w(mxf), %w(), "MXF video"],
|
|
768
|
+
'application/octet-stream' => [%w(bin), %w(), "unknown"],
|
|
769
|
+
'application/oda' => [%w(oda), %w(), "ODA document"],
|
|
770
|
+
'application/ogg' => [%w(ogx), %w(), "Ogg multimedia file"],
|
|
771
|
+
'application/oxps' => [%w(oxps xps), %w(application/zip), "XPS document"],
|
|
772
|
+
'application/pdf' => [%w(pdf), %w(), "PDF document"],
|
|
773
|
+
'application/pgp-encrypted' => [%w(pgp gpg asc), %w(), "PGP/MIME-encrypted message header"],
|
|
774
|
+
'application/pgp-keys' => [%w(pkr skr asc), %w(text/plain), "PGP keys"],
|
|
775
|
+
'application/pkcs10' => [%w(p10), %w(), "PKCS#10 certification request"],
|
|
776
|
+
'application/pkcs7-signature' => [%w(p7s), %w(text/plain), "detached S/MIME signature"],
|
|
777
|
+
'application/pkcs8' => [%w(p8), %w(), "PKCS#8 private key"],
|
|
778
|
+
'application/pkix-cert' => [%w(cer), %w(), "X.509 certificate"],
|
|
779
|
+
'application/pkix-crl' => [%w(crl), %w(), "Certificate revocation list"],
|
|
780
|
+
'application/pkix-pkipath' => [%w(pkipath), %w(), "PkiPath certification path"],
|
|
781
|
+
'application/postscript' => [%w(ps), %w(text/plain), "PS document"],
|
|
782
|
+
'application/ram' => [%w(ram), %w(), "RealMedia Metafile"],
|
|
783
|
+
'application/rdf+xml' => [%w(rdf owl rdfs), %w(application/xml), "RDF file"],
|
|
784
|
+
'application/relax-ng-compact-syntax' => [%w(rnc), %w(text/plain), "RELAX NG XML schema"],
|
|
785
|
+
'application/rss+xml' => [%w(rss), %w(application/xml), "RSS summary"],
|
|
786
|
+
'application/rtf' => [%w(rtf), %w(text/plain), "RTF document"],
|
|
787
|
+
'application/sdp' => [%w(sdp), %w(), "SDP multicast stream file"],
|
|
788
|
+
'application/sieve' => [%w(siv), %w(application/xml), "Sieve mail filter script"],
|
|
789
|
+
'application/smil' => [%w(smil kino smi sml), %w(application/xml), "SMIL document"],
|
|
790
|
+
'application/vnd.apple.mpegurl' => [%w(m3u m3u8), %w(), "HTTP Live Streaming playlist"],
|
|
791
|
+
'application/vnd.corel-draw' => [%w(cdr), %w(), "Corel Draw drawing"],
|
|
792
|
+
'application/vnd.emusic-emusic_package' => [%w(emp), %w(), "eMusic download package"],
|
|
793
|
+
'application/vnd.google-earth.kml+xml' => [%w(kml), %w(application/xml), "KML geographic data"],
|
|
794
|
+
'application/vnd.google-earth.kmz' => [%w(kmz), %w(application/zip), "KML geographic compressed data"],
|
|
795
|
+
'application/vnd.hp-hpgl' => [%w(hpgl), %w(), "HPGL file"],
|
|
796
|
+
'application/vnd.hp-pcl' => [%w(pcl), %w(), "PCL file"],
|
|
797
|
+
'application/vnd.iccprofile' => [%w(icc icm), %w(), "ICC profile"],
|
|
798
|
+
'application/vnd.lotus-1-2-3' => [%w(123 wk1 wk3 wk4 wks), %w(), "Lotus 1-2-3 spreadsheet"],
|
|
799
|
+
'application/vnd.mozilla.xul+xml' => [%w(xul), %w(application/xml), "XUL interface document"],
|
|
800
|
+
'application/vnd.ms-access' => [%w(mdb), %w(), "JET database"],
|
|
801
|
+
'application/vnd.ms-cab-compressed' => [%w(cab), %w(), "Microsoft Cabinet archive"],
|
|
802
|
+
'application/vnd.ms-excel' => [%w(xls xla xlc xld xll xlm xlt xlw), %w(), "Excel spreadsheet"],
|
|
803
|
+
'application/vnd.ms-powerpoint' => [%w(ppt pot pps ppz), %w(), "PowerPoint presentation"],
|
|
804
|
+
'application/vnd.ms-tnef' => [%w(tnef tnf), %w(), "TNEF message"],
|
|
805
|
+
'application/vnd.ms-works' => [%w(wks wcm wdb wps), %w(application/x-ole-storage), "Microsoft Works document"],
|
|
806
|
+
'application/vnd.ms-wpl' => [%w(wpl), %w(), "WPL playlist"],
|
|
807
|
+
'application/vnd.oasis.opendocument.chart' => [%w(odc), %w(application/zip), "ODC chart"],
|
|
808
|
+
'application/vnd.oasis.opendocument.chart-template' => [%w(otc), %w(application/zip), "ODC template"],
|
|
809
|
+
'application/vnd.oasis.opendocument.database' => [%w(odb), %w(application/zip), "ODB database"],
|
|
810
|
+
'application/vnd.oasis.opendocument.formula' => [%w(odf), %w(application/zip), "ODF formula"],
|
|
811
|
+
'application/vnd.oasis.opendocument.formula-template' => [%w(otf), %w(application/zip), "ODF template"],
|
|
812
|
+
'application/vnd.oasis.opendocument.graphics' => [%w(odg), %w(application/zip), "ODG drawing"],
|
|
813
|
+
'application/vnd.oasis.opendocument.graphics-flat-xml' => [%w(fodg), %w(application/xml), "ODG drawing (Flat XML)"],
|
|
814
|
+
'application/vnd.oasis.opendocument.graphics-template' => [%w(otg), %w(application/zip), "ODG template"],
|
|
815
|
+
'application/vnd.oasis.opendocument.image' => [%w(odi), %w(application/zip), "ODI image"],
|
|
816
|
+
'application/vnd.oasis.opendocument.presentation' => [%w(odp), %w(application/zip), "ODP presentation"],
|
|
817
|
+
'application/vnd.oasis.opendocument.presentation-flat-xml' => [%w(fodp), %w(application/xml), "ODP presentation (Flat XML)"],
|
|
818
|
+
'application/vnd.oasis.opendocument.presentation-template' => [%w(otp), %w(application/zip), "ODP template"],
|
|
819
|
+
'application/vnd.oasis.opendocument.spreadsheet' => [%w(ods), %w(application/zip), "ODS spreadsheet"],
|
|
820
|
+
'application/vnd.oasis.opendocument.spreadsheet-flat-xml' => [%w(fods), %w(application/xml), "ODS spreadsheet (Flat XML)"],
|
|
821
|
+
'application/vnd.oasis.opendocument.spreadsheet-template' => [%w(ots), %w(application/zip), "ODS template"],
|
|
822
|
+
'application/vnd.oasis.opendocument.text' => [%w(odt), %w(application/zip), "ODT document"],
|
|
823
|
+
'application/vnd.oasis.opendocument.text-flat-xml' => [%w(fodt), %w(application/xml), "ODT document (Flat XML)"],
|
|
824
|
+
'application/vnd.oasis.opendocument.text-master' => [%w(odm), %w(application/zip), "ODM document"],
|
|
825
|
+
'application/vnd.oasis.opendocument.text-template' => [%w(ott), %w(application/zip), "ODT template"],
|
|
826
|
+
'application/vnd.oasis.opendocument.text-web' => [%w(oth), %w(application/zip), "OTH template"],
|
|
827
|
+
'application/vnd.openofficeorg.extension' => [%w(oxt), %w(application/zip), "OpenOffice.org extension"],
|
|
828
828
|
'application/vnd.openxmlformats-officedocument.presentationml.presentation' => [%w(pptx pptm), %w(application/zip), "PowerPoint 2007 presentation"],
|
|
829
|
-
'application/vnd.openxmlformats-officedocument.presentationml.slideshow'
|
|
830
|
-
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet'
|
|
831
|
-
'application/vnd.openxmlformats-officedocument.wordprocessingml.document'
|
|
832
|
-
'application/vnd.rn-realmedia'
|
|
833
|
-
'application/vnd.stardivision.calc'
|
|
834
|
-
'application/vnd.stardivision.chart'
|
|
835
|
-
'application/vnd.stardivision.draw'
|
|
836
|
-
'application/vnd.stardivision.impress'
|
|
837
|
-
'application/vnd.stardivision.mail'
|
|
838
|
-
'application/vnd.stardivision.math'
|
|
839
|
-
'application/vnd.stardivision.writer'
|
|
840
|
-
'application/vnd.sun.xml.calc'
|
|
841
|
-
'application/vnd.sun.xml.calc.template'
|
|
842
|
-
'application/vnd.sun.xml.draw'
|
|
843
|
-
'application/vnd.sun.xml.draw.template'
|
|
844
|
-
'application/vnd.sun.xml.impress'
|
|
845
|
-
'application/vnd.sun.xml.impress.template'
|
|
846
|
-
'application/vnd.sun.xml.math'
|
|
847
|
-
'application/vnd.sun.xml.writer'
|
|
848
|
-
'application/vnd.sun.xml.writer.global'
|
|
849
|
-
'application/vnd.sun.xml.writer.template'
|
|
850
|
-
'application/vnd.symbian.install'
|
|
851
|
-
'application/vnd.wordperfect'
|
|
852
|
-
'application/x-7z-compressed'
|
|
853
|
-
'application/x-abiword'
|
|
854
|
-
'application/x-ace'
|
|
855
|
-
'application/x-alz'
|
|
856
|
-
'application/x-amipro'
|
|
857
|
-
'application/x-aportisdoc'
|
|
858
|
-
'application/x-apple-diskimage'
|
|
859
|
-
'application/x-applix-spreadsheet'
|
|
860
|
-
'application/x-applix-word'
|
|
861
|
-
'application/x-archive'
|
|
862
|
-
'application/x-arj'
|
|
863
|
-
'application/x-asp'
|
|
864
|
-
'application/x-awk'
|
|
865
|
-
'application/x-bcpio'
|
|
866
|
-
'application/x-bittorrent'
|
|
867
|
-
'application/x-blender'
|
|
868
|
-
'application/x-bzdvi'
|
|
869
|
-
'application/x-bzip'
|
|
870
|
-
'application/x-bzip-compressed-tar'
|
|
871
|
-
'application/x-bzpdf'
|
|
872
|
-
'application/x-bzpostscript'
|
|
873
|
-
'application/x-cb7'
|
|
874
|
-
'application/x-cbr'
|
|
875
|
-
'application/x-cbt'
|
|
876
|
-
'application/x-cbz'
|
|
877
|
-
'application/x-cd-image'
|
|
878
|
-
'application/x-cdrdao-toc'
|
|
879
|
-
'application/x-chess-pgn'
|
|
880
|
-
'application/x-chm'
|
|
881
|
-
'application/x-cisco-vpn-settings'
|
|
882
|
-
'application/x-compress'
|
|
883
|
-
'application/x-compressed-tar'
|
|
884
|
-
'application/x-cpio'
|
|
885
|
-
'application/x-cpio-compressed'
|
|
886
|
-
'application/x-csh'
|
|
887
|
-
'application/x-cue'
|
|
888
|
-
'application/x-dar'
|
|
889
|
-
'application/x-dbf'
|
|
890
|
-
'application/x-dc-rom'
|
|
891
|
-
'application/x-deb'
|
|
892
|
-
'application/x-designer'
|
|
893
|
-
'application/x-desktop'
|
|
894
|
-
'application/x-dia-diagram'
|
|
895
|
-
'application/x-dia-shape'
|
|
896
|
-
'application/x-dvi'
|
|
897
|
-
'application/x-e-theme'
|
|
898
|
-
'application/x-egon'
|
|
899
|
-
'application/x-fictionbook+xml'
|
|
900
|
-
'application/x-fluid'
|
|
901
|
-
'application/x-font-afm'
|
|
902
|
-
'application/x-font-bdf'
|
|
903
|
-
'application/x-font-linux-psf'
|
|
904
|
-
'application/x-font-otf'
|
|
905
|
-
'application/x-font-pcf'
|
|
906
|
-
'application/x-font-speedo'
|
|
907
|
-
'application/x-font-ttf'
|
|
908
|
-
'application/x-font-ttx'
|
|
909
|
-
'application/x-font-type1'
|
|
910
|
-
'application/x-gameboy-rom'
|
|
911
|
-
'application/x-gba-rom'
|
|
912
|
-
'application/x-gedcom'
|
|
913
|
-
'application/x-genesis-rom'
|
|
914
|
-
'application/x-gettext-translation'
|
|
915
|
-
'application/x-glade'
|
|
916
|
-
'application/x-gnucash'
|
|
917
|
-
'application/x-gnumeric'
|
|
918
|
-
'application/x-gnuplot'
|
|
919
|
-
'application/x-go-sgf'
|
|
920
|
-
'application/x-graphite'
|
|
921
|
-
'application/x-gz-font-linux-psf'
|
|
922
|
-
'application/x-gzdvi'
|
|
923
|
-
'application/x-gzip'
|
|
924
|
-
'application/x-gzpdf'
|
|
925
|
-
'application/x-gzpostscript'
|
|
926
|
-
'application/x-hdf'
|
|
927
|
-
'application/x-hwp'
|
|
928
|
-
'application/x-hwt'
|
|
929
|
-
'application/x-ica'
|
|
930
|
-
'application/x-it87'
|
|
931
|
-
'application/x-java'
|
|
932
|
-
'application/x-java-archive'
|
|
933
|
-
'application/x-java-jce-keystore'
|
|
934
|
-
'application/x-java-jnlp-file'
|
|
935
|
-
'application/x-java-keystore'
|
|
936
|
-
'application/x-java-pack200'
|
|
937
|
-
'application/x-jbuilder-project'
|
|
938
|
-
'application/x-karbon'
|
|
939
|
-
'application/x-kchart'
|
|
940
|
-
'application/x-kexi-connectiondata'
|
|
941
|
-
'application/x-kexiproject-shortcut'
|
|
942
|
-
'application/x-kexiproject-sqlite2'
|
|
943
|
-
'application/x-kexiproject-sqlite3'
|
|
944
|
-
'application/x-kformula'
|
|
945
|
-
'application/x-killustrator'
|
|
946
|
-
'application/x-kivio'
|
|
947
|
-
'application/x-kontour'
|
|
948
|
-
'application/x-kpovmodeler'
|
|
949
|
-
'application/x-kpresenter'
|
|
950
|
-
'application/x-krita'
|
|
951
|
-
'application/x-kspread'
|
|
952
|
-
'application/x-kugar'
|
|
953
|
-
'application/x-kword'
|
|
954
|
-
'application/x-lha'
|
|
955
|
-
'application/x-lhz'
|
|
956
|
-
'application/x-lrzip'
|
|
957
|
-
'application/x-lrzip-compressed-tar'
|
|
958
|
-
'application/x-lyx'
|
|
959
|
-
'application/x-lzip'
|
|
960
|
-
'application/x-lzma'
|
|
961
|
-
'application/x-lzma-compressed-tar'
|
|
962
|
-
'application/x-lzop'
|
|
963
|
-
'application/x-m4'
|
|
964
|
-
'application/x-magicpoint'
|
|
965
|
-
'application/x-markaby'
|
|
966
|
-
'application/x-mif'
|
|
967
|
-
'application/x-ms-dos-executable'
|
|
968
|
-
'application/x-ms-wim'
|
|
969
|
-
'application/x-msi'
|
|
970
|
-
'application/x-mswrite'
|
|
971
|
-
'application/x-msx-rom'
|
|
972
|
-
'application/x-n64-rom'
|
|
973
|
-
'application/x-navi-animation'
|
|
974
|
-
'application/x-nes-rom'
|
|
975
|
-
'application/x-netcdf'
|
|
976
|
-
'application/x-netshow-channel'
|
|
977
|
-
'application/x-nintendo-ds-rom'
|
|
978
|
-
'application/x-object'
|
|
979
|
-
'application/x-oleo'
|
|
980
|
-
'application/x-pak'
|
|
981
|
-
'application/x-palm-database'
|
|
982
|
-
'application/x-par2'
|
|
983
|
-
'application/x-perl'
|
|
984
|
-
'application/x-php'
|
|
985
|
-
'application/x-pkcs12'
|
|
986
|
-
'application/x-pkcs7-certificates'
|
|
987
|
-
'application/x-planperfect'
|
|
988
|
-
'application/x-pocket-word'
|
|
989
|
-
'application/x-pw'
|
|
990
|
-
'application/x-python-bytecode'
|
|
991
|
-
'application/x-quattropro'
|
|
992
|
-
'application/x-quicktime-media-link'
|
|
993
|
-
'application/x-qw'
|
|
994
|
-
'application/x-rar'
|
|
995
|
-
'application/x-reject'
|
|
996
|
-
'application/x-rpm'
|
|
997
|
-
'application/x-ruby'
|
|
998
|
-
'application/x-sami'
|
|
999
|
-
'application/x-shar'
|
|
1000
|
-
'application/x-shared-library-la'
|
|
1001
|
-
'application/x-sharedlib'
|
|
1002
|
-
'application/x-shellscript'
|
|
1003
|
-
'application/x-shockwave-flash'
|
|
1004
|
-
'application/x-shorten'
|
|
1005
|
-
'application/x-siag'
|
|
1006
|
-
'application/x-smaf'
|
|
1007
|
-
'application/x-sms-rom'
|
|
1008
|
-
'application/x-snes-rom'
|
|
1009
|
-
'application/x-spss-por'
|
|
1010
|
-
'application/x-spss-sav'
|
|
1011
|
-
'application/x-stuffit'
|
|
1012
|
-
'application/x-subrip'
|
|
1013
|
-
'application/x-sv4cpio'
|
|
1014
|
-
'application/x-sv4crc'
|
|
1015
|
-
'application/x-t602'
|
|
1016
|
-
'application/x-tar'
|
|
1017
|
-
'application/x-tarz'
|
|
1018
|
-
'application/x-tex-gf'
|
|
1019
|
-
'application/x-tex-pk'
|
|
1020
|
-
'application/x-tgif'
|
|
1021
|
-
'application/x-theme'
|
|
1022
|
-
'application/x-trash'
|
|
1023
|
-
'application/x-troff-man'
|
|
1024
|
-
'application/x-tzo'
|
|
1025
|
-
'application/x-ufraw'
|
|
1026
|
-
'application/x-ustar'
|
|
1027
|
-
'application/x-wais-source'
|
|
1028
|
-
'application/x-windows-themepack'
|
|
1029
|
-
'application/x-wpg'
|
|
1030
|
-
'application/x-x509-ca-cert'
|
|
1031
|
-
'application/x-xbel'
|
|
1032
|
-
'application/x-xliff'
|
|
1033
|
-
'application/x-xpinstall'
|
|
1034
|
-
'application/x-xz'
|
|
1035
|
-
'application/x-xz-compressed-tar'
|
|
1036
|
-
'application/x-xzpdf'
|
|
1037
|
-
'application/x-yaml'
|
|
1038
|
-
'application/x-zoo'
|
|
1039
|
-
'application/xhtml+xml'
|
|
1040
|
-
'application/xml'
|
|
1041
|
-
'application/xml-dtd'
|
|
1042
|
-
'application/xml-external-parsed-entity'
|
|
1043
|
-
'application/xslt+xml'
|
|
1044
|
-
'application/xspf+xml'
|
|
1045
|
-
'application/zip'
|
|
1046
|
-
'audio/AMR'
|
|
1047
|
-
'audio/AMR-WB'
|
|
1048
|
-
'audio/ac3'
|
|
1049
|
-
'audio/annodex'
|
|
1050
|
-
'audio/basic'
|
|
1051
|
-
'audio/flac'
|
|
1052
|
-
'audio/midi'
|
|
1053
|
-
'audio/mp2'
|
|
1054
|
-
'audio/mp4'
|
|
1055
|
-
'audio/mpeg'
|
|
1056
|
-
'audio/ogg'
|
|
1057
|
-
'audio/prs.sid'
|
|
1058
|
-
'audio/vnd.rn-realaudio'
|
|
1059
|
-
'audio/x-aiff'
|
|
1060
|
-
'audio/x-ape'
|
|
1061
|
-
'audio/x-flac+ogg'
|
|
1062
|
-
'audio/x-gsm'
|
|
1063
|
-
'audio/x-iriver-pla'
|
|
1064
|
-
'audio/x-it'
|
|
1065
|
-
'audio/x-m4b'
|
|
1066
|
-
'audio/x-matroska'
|
|
1067
|
-
'audio/x-minipsf'
|
|
1068
|
-
'audio/x-mo3'
|
|
1069
|
-
'audio/x-mod'
|
|
1070
|
-
'audio/x-mpegurl'
|
|
1071
|
-
'audio/x-ms-asx'
|
|
1072
|
-
'audio/x-ms-wma'
|
|
1073
|
-
'audio/x-musepack'
|
|
1074
|
-
'audio/x-psf'
|
|
1075
|
-
'audio/x-psflib'
|
|
1076
|
-
'audio/x-s3m'
|
|
1077
|
-
'audio/x-scpls'
|
|
1078
|
-
'audio/x-speex'
|
|
1079
|
-
'audio/x-speex+ogg'
|
|
1080
|
-
'audio/x-stm'
|
|
1081
|
-
'audio/x-tta'
|
|
1082
|
-
'audio/x-voc'
|
|
1083
|
-
'audio/x-vorbis+ogg'
|
|
1084
|
-
'audio/x-wav'
|
|
1085
|
-
'audio/x-wavpack'
|
|
1086
|
-
'audio/x-wavpack-correction'
|
|
1087
|
-
'audio/x-xi'
|
|
1088
|
-
'audio/x-xm'
|
|
1089
|
-
'audio/x-xmf'
|
|
1090
|
-
'image/bmp'
|
|
1091
|
-
'image/cgm'
|
|
1092
|
-
'image/fax-g3'
|
|
1093
|
-
'image/fits'
|
|
1094
|
-
'image/gif'
|
|
1095
|
-
'image/ief'
|
|
1096
|
-
'image/jp2'
|
|
1097
|
-
'image/jpeg'
|
|
1098
|
-
'image/openraster'
|
|
1099
|
-
'image/png'
|
|
1100
|
-
'image/rle'
|
|
1101
|
-
'image/svg+xml'
|
|
1102
|
-
'image/svg+xml-compressed'
|
|
1103
|
-
'image/tiff'
|
|
1104
|
-
'image/vnd.adobe.photoshop'
|
|
1105
|
-
'image/vnd.djvu'
|
|
1106
|
-
'image/vnd.dwg'
|
|
1107
|
-
'image/vnd.dxf'
|
|
1108
|
-
'image/vnd.microsoft.icon'
|
|
1109
|
-
'image/vnd.ms-modi'
|
|
1110
|
-
'image/vnd.rn-realpix'
|
|
1111
|
-
'image/vnd.wap.wbmp'
|
|
1112
|
-
'image/x-3ds'
|
|
1113
|
-
'image/x-adobe-dng'
|
|
1114
|
-
'image/x-applix-graphics'
|
|
1115
|
-
'image/x-bzeps'
|
|
1116
|
-
'image/x-canon-cr2'
|
|
1117
|
-
'image/x-canon-crw'
|
|
1118
|
-
'image/x-cmu-raster'
|
|
1119
|
-
'image/x-compressed-xcf'
|
|
1120
|
-
'image/x-dds'
|
|
1121
|
-
'image/x-emf'
|
|
1122
|
-
'image/x-eps'
|
|
1123
|
-
'image/x-exr'
|
|
1124
|
-
'image/x-fuji-raf'
|
|
1125
|
-
'image/x-gzeps'
|
|
1126
|
-
'image/x-icns'
|
|
1127
|
-
'image/x-iff'
|
|
1128
|
-
'image/x-ilbm'
|
|
1129
|
-
'image/x-jng'
|
|
1130
|
-
'image/x-kodak-dcr'
|
|
1131
|
-
'image/x-kodak-k25'
|
|
1132
|
-
'image/x-kodak-kdc'
|
|
1133
|
-
'image/x-lwo'
|
|
1134
|
-
'image/x-lws'
|
|
1135
|
-
'image/x-macpaint'
|
|
1136
|
-
'image/x-minolta-mrw'
|
|
1137
|
-
'image/x-msod'
|
|
1138
|
-
'image/x-nikon-nef'
|
|
1139
|
-
'image/x-olympus-orf'
|
|
1140
|
-
'image/x-panasonic-raw'
|
|
1141
|
-
'image/x-panasonic-raw2'
|
|
1142
|
-
'image/x-pcx'
|
|
1143
|
-
'image/x-pentax-pef'
|
|
1144
|
-
'image/x-photo-cd'
|
|
1145
|
-
'image/x-pict'
|
|
1146
|
-
'image/x-portable-anymap'
|
|
1147
|
-
'image/x-portable-bitmap'
|
|
1148
|
-
'image/x-portable-graymap'
|
|
1149
|
-
'image/x-portable-pixmap'
|
|
1150
|
-
'image/x-quicktime'
|
|
1151
|
-
'image/x-rgb'
|
|
1152
|
-
'image/x-sgi'
|
|
1153
|
-
'image/x-sigma-x3f'
|
|
1154
|
-
'image/x-skencil'
|
|
1155
|
-
'image/x-sony-arw'
|
|
1156
|
-
'image/x-sony-sr2'
|
|
1157
|
-
'image/x-sony-srf'
|
|
1158
|
-
'image/x-sun-raster'
|
|
1159
|
-
'image/x-tga'
|
|
1160
|
-
'image/x-win-bitmap'
|
|
1161
|
-
'image/x-wmf'
|
|
1162
|
-
'image/x-xbitmap'
|
|
1163
|
-
'image/x-xcf'
|
|
1164
|
-
'image/x-xfig'
|
|
1165
|
-
'image/x-xpixmap'
|
|
1166
|
-
'image/x-xwindowdump'
|
|
1167
|
-
'message/rfc822'
|
|
1168
|
-
'model/vrml'
|
|
1169
|
-
'text/cache-manifest'
|
|
1170
|
-
'text/calendar'
|
|
1171
|
-
'text/css'
|
|
1172
|
-
'text/csv'
|
|
1173
|
-
'text/directory'
|
|
1174
|
-
'text/html'
|
|
1175
|
-
'text/plain'
|
|
1176
|
-
'text/richtext'
|
|
1177
|
-
'text/sgml'
|
|
1178
|
-
'text/spreadsheet'
|
|
1179
|
-
'text/tab-separated-values'
|
|
1180
|
-
'text/troff'
|
|
1181
|
-
'text/vnd.graphviz'
|
|
1182
|
-
'text/vnd.rn-realtext'
|
|
1183
|
-
'text/vnd.sun.j2me.app-descriptor'
|
|
1184
|
-
'text/vnd.trolltech.linguist'
|
|
1185
|
-
'text/vnd.wap.wml'
|
|
1186
|
-
'text/vnd.wap.wmlscript'
|
|
1187
|
-
'text/x-adasrc'
|
|
1188
|
-
'text/x-bibtex'
|
|
1189
|
-
'text/x-c++hdr'
|
|
1190
|
-
'text/x-c++src'
|
|
1191
|
-
'text/x-chdr'
|
|
1192
|
-
'text/x-cmake'
|
|
1193
|
-
'text/x-cobol'
|
|
1194
|
-
'text/x-csharp'
|
|
1195
|
-
'text/x-csrc'
|
|
1196
|
-
'text/x-dcl'
|
|
1197
|
-
'text/x-dsl'
|
|
1198
|
-
'text/x-dsrc'
|
|
1199
|
-
'text/x-eiffel'
|
|
1200
|
-
'text/x-emacs-lisp'
|
|
1201
|
-
'text/x-erlang'
|
|
1202
|
-
'text/x-fortran'
|
|
1203
|
-
'text/x-gettext-translation'
|
|
1204
|
-
'text/x-gettext-translation-template'
|
|
1205
|
-
'text/x-go'
|
|
1206
|
-
'text/x-google-video-pointer'
|
|
1207
|
-
'text/x-haskell'
|
|
1208
|
-
'text/x-iMelody'
|
|
1209
|
-
'text/x-idl'
|
|
1210
|
-
'text/x-iptables'
|
|
1211
|
-
'text/x-java'
|
|
1212
|
-
'text/x-ldif'
|
|
1213
|
-
'text/x-lilypond'
|
|
1214
|
-
'text/x-literate-haskell'
|
|
1215
|
-
'text/x-log'
|
|
1216
|
-
'text/x-lua'
|
|
1217
|
-
'text/x-matlab'
|
|
1218
|
-
'text/x-microdvd'
|
|
1219
|
-
'text/x-moc'
|
|
1220
|
-
'text/x-mof'
|
|
1221
|
-
'text/x-mpsub'
|
|
1222
|
-
'text/x-mrml'
|
|
1223
|
-
'text/x-ms-regedit'
|
|
1224
|
-
'text/x-mup'
|
|
1225
|
-
'text/x-nfo'
|
|
1226
|
-
'text/x-objcsrc'
|
|
1227
|
-
'text/x-ocaml'
|
|
1228
|
-
'text/x-ocl'
|
|
1229
|
-
'text/x-ooc'
|
|
1230
|
-
'text/x-opml+xml'
|
|
1231
|
-
'text/x-pascal'
|
|
1232
|
-
'text/x-patch'
|
|
1233
|
-
'text/x-python'
|
|
1234
|
-
'text/x-rpm-spec'
|
|
1235
|
-
'text/x-scheme'
|
|
1236
|
-
'text/x-setext'
|
|
1237
|
-
'text/x-sql'
|
|
1238
|
-
'text/x-ssa'
|
|
1239
|
-
'text/x-subviewer'
|
|
1240
|
-
'text/x-svhdr'
|
|
1241
|
-
'text/x-svsrc'
|
|
1242
|
-
'text/x-tcl'
|
|
1243
|
-
'text/x-tex'
|
|
1244
|
-
'text/x-texinfo'
|
|
1245
|
-
'text/x-troff-me'
|
|
1246
|
-
'text/x-troff-mm'
|
|
1247
|
-
'text/x-troff-ms'
|
|
1248
|
-
'text/x-txt2tags'
|
|
1249
|
-
'text/x-uil'
|
|
1250
|
-
'text/x-uri'
|
|
1251
|
-
'text/x-vala'
|
|
1252
|
-
'text/x-verilog'
|
|
1253
|
-
'text/x-vhdl'
|
|
1254
|
-
'text/x-xmi'
|
|
1255
|
-
'text/x-xslfo'
|
|
1256
|
-
'video/3gpp'
|
|
1257
|
-
'video/3gpp2'
|
|
1258
|
-
'video/annodex'
|
|
1259
|
-
'video/dv'
|
|
1260
|
-
'video/mp2t'
|
|
1261
|
-
'video/mp4'
|
|
1262
|
-
'video/mpeg'
|
|
1263
|
-
'video/ogg'
|
|
1264
|
-
'video/quicktime'
|
|
1265
|
-
'video/vivo'
|
|
1266
|
-
'video/vnd.rn-realvideo'
|
|
1267
|
-
'video/webm'
|
|
1268
|
-
'video/x-flic'
|
|
1269
|
-
'video/x-flv'
|
|
1270
|
-
'video/x-javafx'
|
|
1271
|
-
'video/x-matroska'
|
|
1272
|
-
'video/x-mng'
|
|
1273
|
-
'video/x-ms-asf'
|
|
1274
|
-
'video/x-ms-wmv'
|
|
1275
|
-
'video/x-msvideo'
|
|
1276
|
-
'video/x-nsv'
|
|
1277
|
-
'video/x-ogm+ogg'
|
|
1278
|
-
'video/x-sgi-movie'
|
|
1279
|
-
'video/x-theora+ogg'
|
|
1280
|
-
'x-epoc/x-sisx-app'
|
|
829
|
+
'application/vnd.openxmlformats-officedocument.presentationml.slideshow' => [%w(ppsx), %w(application/zip), "PowerPoint 2007 show"],
|
|
830
|
+
'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => [%w(xlsx xlsm), %w(application/zip), "Excel 2007 spreadsheet"],
|
|
831
|
+
'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => [%w(docx docm), %w(application/zip), "Word 2007 document"],
|
|
832
|
+
'application/vnd.rn-realmedia' => [%w(rm rmj rmm rms rmvb rmx), %w(), "RealMedia document"],
|
|
833
|
+
'application/vnd.stardivision.calc' => [%w(sdc), %w(), "StarCalc spreadsheet"],
|
|
834
|
+
'application/vnd.stardivision.chart' => [%w(sds), %w(), "StarChart chart"],
|
|
835
|
+
'application/vnd.stardivision.draw' => [%w(sda), %w(), "StarDraw drawing"],
|
|
836
|
+
'application/vnd.stardivision.impress' => [%w(sdd sdp), %w(), "StarImpress presentation"],
|
|
837
|
+
'application/vnd.stardivision.mail' => [%w(smd), %w(), "StarMail email"],
|
|
838
|
+
'application/vnd.stardivision.math' => [%w(smf), %w(), "StarMath formula"],
|
|
839
|
+
'application/vnd.stardivision.writer' => [%w(sdw sgl vor), %w(), "StarWriter document"],
|
|
840
|
+
'application/vnd.sun.xml.calc' => [%w(sxc), %w(application/zip), "OpenOffice Calc spreadsheet"],
|
|
841
|
+
'application/vnd.sun.xml.calc.template' => [%w(stc), %w(application/zip), "OpenOffice Calc template"],
|
|
842
|
+
'application/vnd.sun.xml.draw' => [%w(sxd), %w(application/zip), "OpenOffice Draw drawing"],
|
|
843
|
+
'application/vnd.sun.xml.draw.template' => [%w(std), %w(application/zip), "OpenOffice Draw template"],
|
|
844
|
+
'application/vnd.sun.xml.impress' => [%w(sxi), %w(application/zip), "OpenOffice Impress presentation"],
|
|
845
|
+
'application/vnd.sun.xml.impress.template' => [%w(sti), %w(application/zip), "OpenOffice Impress template"],
|
|
846
|
+
'application/vnd.sun.xml.math' => [%w(sxm), %w(application/zip), "OpenOffice Math formula"],
|
|
847
|
+
'application/vnd.sun.xml.writer' => [%w(sxw), %w(application/zip), "OpenOffice Writer document"],
|
|
848
|
+
'application/vnd.sun.xml.writer.global' => [%w(sxg), %w(application/zip), "OpenOffice Writer global document"],
|
|
849
|
+
'application/vnd.sun.xml.writer.template' => [%w(stw), %w(application/zip), "OpenOffice Writer template"],
|
|
850
|
+
'application/vnd.symbian.install' => [%w(sis), %w(), "SIS package"],
|
|
851
|
+
'application/vnd.wordperfect' => [%w(wp wp4 wp5 wp6 wpd wpp), %w(), "WordPerfect document"],
|
|
852
|
+
'application/x-7z-compressed' => [%w(7z), %w(), "7-zip archive"],
|
|
853
|
+
'application/x-abiword' => [%w(abw abw.crashed abw.gz zabw), %w(application/xml), "AbiWord document"],
|
|
854
|
+
'application/x-ace' => [%w(ace), %w(), "ACE archive"],
|
|
855
|
+
'application/x-alz' => [%w(alz), %w(), "Alzip archive"],
|
|
856
|
+
'application/x-amipro' => [%w(sam), %w(), "Lotus AmiPro document"],
|
|
857
|
+
'application/x-aportisdoc' => [%w(pdb pdc), %w(application/x-palm-database), "AportisDoc document"],
|
|
858
|
+
'application/x-apple-diskimage' => [%w(dmg), %w(), "Apple disk image"],
|
|
859
|
+
'application/x-applix-spreadsheet' => [%w(as), %w(), "Applix Spreadsheets spreadsheet"],
|
|
860
|
+
'application/x-applix-word' => [%w(aw), %w(), "Applix Words document"],
|
|
861
|
+
'application/x-archive' => [%w(a), %w(), "AR archive"],
|
|
862
|
+
'application/x-arj' => [%w(arj), %w(), "ARJ archive"],
|
|
863
|
+
'application/x-asp' => [%w(asp), %w(text/plain), "ASP page"],
|
|
864
|
+
'application/x-awk' => [%w(awk), %w(application/x-executable text/plain), "AWK script"],
|
|
865
|
+
'application/x-bcpio' => [%w(bcpio), %w(), "BCPIO document"],
|
|
866
|
+
'application/x-bittorrent' => [%w(torrent), %w(), "BitTorrent seed file"],
|
|
867
|
+
'application/x-blender' => [%w(blender blend), %w(), "Blender scene"],
|
|
868
|
+
'application/x-bzdvi' => [%w(dvi.bz2), %w(), "TeX DVI document (bzip-compressed)"],
|
|
869
|
+
'application/x-bzip' => [%w(bz2 bz), %w(), "Bzip archive"],
|
|
870
|
+
'application/x-bzip-compressed-tar' => [%w(tar.bz2 tar.bz tbz tbz2), %w(application/x-bzip), "Tar archive (bzip-compressed)"],
|
|
871
|
+
'application/x-bzpdf' => [%w(pdf.bz2), %w(), "PDF document (bzip-compressed)"],
|
|
872
|
+
'application/x-bzpostscript' => [%w(ps.bz2), %w(), "PostScript document (bzip-compressed)"],
|
|
873
|
+
'application/x-cb7' => [%w(cb7), %w(application/x-7z-compressed), "comic book archive"],
|
|
874
|
+
'application/x-cbr' => [%w(cbr), %w(application/x-rar), "comic book archive"],
|
|
875
|
+
'application/x-cbt' => [%w(cbt), %w(application/x-tar), "comic book archive"],
|
|
876
|
+
'application/x-cbz' => [%w(cbz), %w(application/zip), "comic book archive"],
|
|
877
|
+
'application/x-cd-image' => [%w(iso iso9660), %w(), "raw CD image"],
|
|
878
|
+
'application/x-cdrdao-toc' => [%w(toc), %w(text/plain), "CD Table Of Contents"],
|
|
879
|
+
'application/x-chess-pgn' => [%w(pgn), %w(text/plain), "PGN chess game notation"],
|
|
880
|
+
'application/x-chm' => [%w(chm), %w(), "CHM document"],
|
|
881
|
+
'application/x-cisco-vpn-settings' => [%w(pcf), %w(), "Cisco VPN Settings"],
|
|
882
|
+
'application/x-compress' => [%w(z), %w(), "UNIX-compressed file"],
|
|
883
|
+
'application/x-compressed-tar' => [%w(tar.gz tgz taz), %w(), "Tar archive (gzip-compressed)"],
|
|
884
|
+
'application/x-cpio' => [%w(cpio), %w(), "CPIO archive"],
|
|
885
|
+
'application/x-cpio-compressed' => [%w(cpio.gz), %w(), "CPIO archive (gzip-compressed)"],
|
|
886
|
+
'application/x-csh' => [%w(csh), %w(application/x-shellscript text/plain), "C shell script"],
|
|
887
|
+
'application/x-cue' => [%w(cue), %w(text/plain), "CD image cuesheet"],
|
|
888
|
+
'application/x-dar' => [%w(dar), %w(), "DAR archive"],
|
|
889
|
+
'application/x-dbf' => [%w(dbf), %w(), "Xbase document"],
|
|
890
|
+
'application/x-dc-rom' => [%w(dc), %w(), "Dreamcast ROM"],
|
|
891
|
+
'application/x-deb' => [%w(deb), %w(), "Debian package"],
|
|
892
|
+
'application/x-designer' => [%w(ui), %w(application/xml), "Qt Designer file"],
|
|
893
|
+
'application/x-desktop' => [%w(desktop kdelnk), %w(text/plain), "desktop configuration file"],
|
|
894
|
+
'application/x-dia-diagram' => [%w(dia), %w(application/xml), "Dia diagram"],
|
|
895
|
+
'application/x-dia-shape' => [%w(shape), %w(application/xml), "Dia shape"],
|
|
896
|
+
'application/x-dvi' => [%w(dvi), %w(), "TeX DVI document"],
|
|
897
|
+
'application/x-e-theme' => [%w(etheme), %w(), "Enlightenment theme"],
|
|
898
|
+
'application/x-egon' => [%w(egon), %w(), "Egon Animator animation"],
|
|
899
|
+
'application/x-fictionbook+xml' => [%w(fb2), %w(application/xml), "FictionBook document"],
|
|
900
|
+
'application/x-fluid' => [%w(fl), %w(text/plain), "FLTK Fluid file"],
|
|
901
|
+
'application/x-font-afm' => [%w(afm), %w(), "Adobe font metrics"],
|
|
902
|
+
'application/x-font-bdf' => [%w(bdf), %w(), "BDF font"],
|
|
903
|
+
'application/x-font-linux-psf' => [%w(psf), %w(), "Linux PSF console font"],
|
|
904
|
+
'application/x-font-otf' => [%w(otf), %w(), "OpenType font"],
|
|
905
|
+
'application/x-font-pcf' => [%w(pcf pcf.gz pcf.z), %w(), "PCF font"],
|
|
906
|
+
'application/x-font-speedo' => [%w(spd), %w(), "Speedo font"],
|
|
907
|
+
'application/x-font-ttf' => [%w(ttf ttc), %w(), "TrueType font"],
|
|
908
|
+
'application/x-font-ttx' => [%w(ttx), %w(text/xml), "TrueType XML font"],
|
|
909
|
+
'application/x-font-type1' => [%w(pfb pfa gsf), %w(application/postscript), "Postscript type-1 font"],
|
|
910
|
+
'application/x-gameboy-rom' => [%w(gb), %w(), "Game Boy ROM"],
|
|
911
|
+
'application/x-gba-rom' => [%w(gba), %w(), "Game Boy Advance ROM"],
|
|
912
|
+
'application/x-gedcom' => [%w(ged gedcom), %w(), "GEDCOM family history"],
|
|
913
|
+
'application/x-genesis-rom' => [%w(gen md), %w(), "Genesis ROM"],
|
|
914
|
+
'application/x-gettext-translation' => [%w(gmo mo), %w(), "translated messages (machine-readable)"],
|
|
915
|
+
'application/x-glade' => [%w(glade), %w(application/xml), "Glade project"],
|
|
916
|
+
'application/x-gnucash' => [%w(gnucash gnc xac), %w(), "GnuCash financial data"],
|
|
917
|
+
'application/x-gnumeric' => [%w(gnumeric), %w(), "Gnumeric spreadsheet"],
|
|
918
|
+
'application/x-gnuplot' => [%w(gnuplot gp gplt), %w(text/plain), "Gnuplot document"],
|
|
919
|
+
'application/x-go-sgf' => [%w(sgf), %w(text/plain), "SGF record"],
|
|
920
|
+
'application/x-graphite' => [%w(gra), %w(), "Graphite scientific graph"],
|
|
921
|
+
'application/x-gz-font-linux-psf' => [%w(psf.gz), %w(application/x-gzip), "Linux PSF console font (gzip-compressed)"],
|
|
922
|
+
'application/x-gzdvi' => [%w(dvi.gz), %w(application/x-gzip), "TeX DVI document (gzip-compressed)"],
|
|
923
|
+
'application/x-gzip' => [%w(gz), %w(), "Gzip archive"],
|
|
924
|
+
'application/x-gzpdf' => [%w(pdf.gz), %w(application/x-gzip), "PDF document (gzip-compressed)"],
|
|
925
|
+
'application/x-gzpostscript' => [%w(ps.gz), %w(application/x-gzip), "PostScript document (gzip-compressed)"],
|
|
926
|
+
'application/x-hdf' => [%w(hdf hdf4 hdf5 h4 h5), %w(), "HDF document"],
|
|
927
|
+
'application/x-hwp' => [%w(hwp), %w(), "Haansoft Hangul document"],
|
|
928
|
+
'application/x-hwt' => [%w(hwt), %w(), "Haansoft Hangul document template"],
|
|
929
|
+
'application/x-ica' => [%w(ica), %w(text/plain), "Citrix ICA settings file"],
|
|
930
|
+
'application/x-it87' => [%w(it87), %w(text/plain), "IT 8.7 color calibration file"],
|
|
931
|
+
'application/x-java' => [%w(class), %w(), "Java class"],
|
|
932
|
+
'application/x-java-archive' => [%w(jar), %w(), "Java archive"],
|
|
933
|
+
'application/x-java-jce-keystore' => [%w(jceks), %w(), "Java JCE keystore"],
|
|
934
|
+
'application/x-java-jnlp-file' => [%w(jnlp), %w(application/xml), "JNLP file"],
|
|
935
|
+
'application/x-java-keystore' => [%w(jks ks), %w(), "Java keystore"],
|
|
936
|
+
'application/x-java-pack200' => [%w(pack), %w(), "Pack200 Java archive"],
|
|
937
|
+
'application/x-jbuilder-project' => [%w(jpr jpx), %w(), "JBuilder project"],
|
|
938
|
+
'application/x-karbon' => [%w(karbon), %w(), "Karbon14 drawing"],
|
|
939
|
+
'application/x-kchart' => [%w(chrt), %w(), "KChart chart"],
|
|
940
|
+
'application/x-kexi-connectiondata' => [%w(kexic), %w(), "Kexi settings for database server connection"],
|
|
941
|
+
'application/x-kexiproject-shortcut' => [%w(kexis), %w(), "shortcut to Kexi project on database server"],
|
|
942
|
+
'application/x-kexiproject-sqlite2' => [%w(kexi), %w(application/x-sqlite2), "Kexi database file-based project"],
|
|
943
|
+
'application/x-kexiproject-sqlite3' => [%w(kexi), %w(application/x-sqlite3), "Kexi database file-based project"],
|
|
944
|
+
'application/x-kformula' => [%w(kfo), %w(), "KFormula formula"],
|
|
945
|
+
'application/x-killustrator' => [%w(kil), %w(), "KIllustrator drawing"],
|
|
946
|
+
'application/x-kivio' => [%w(flw), %w(), "Kivio flowchart"],
|
|
947
|
+
'application/x-kontour' => [%w(kon), %w(), "Kontour drawing"],
|
|
948
|
+
'application/x-kpovmodeler' => [%w(kpm), %w(), "KPovModeler scene"],
|
|
949
|
+
'application/x-kpresenter' => [%w(kpr kpt), %w(), "KPresenter presentation"],
|
|
950
|
+
'application/x-krita' => [%w(kra), %w(), "Krita document"],
|
|
951
|
+
'application/x-kspread' => [%w(ksp), %w(), "KSpread spreadsheet"],
|
|
952
|
+
'application/x-kugar' => [%w(kud), %w(), "Kugar document"],
|
|
953
|
+
'application/x-kword' => [%w(kwd kwt), %w(), "KWord document"],
|
|
954
|
+
'application/x-lha' => [%w(lzh lha), %w(), "LHA archive"],
|
|
955
|
+
'application/x-lhz' => [%w(lhz), %w(), "LHZ archive"],
|
|
956
|
+
'application/x-lrzip' => [%w(lrz), %w(), "Lrzip archive"],
|
|
957
|
+
'application/x-lrzip-compressed-tar' => [%w(tar.lrz tlrz), %w(application/x-lrzip), "Tar archive (lrzip-compressed)"],
|
|
958
|
+
'application/x-lyx' => [%w(lyx), %w(text/plain), "LyX document"],
|
|
959
|
+
'application/x-lzip' => [%w(lz), %w(), "Lzip archive"],
|
|
960
|
+
'application/x-lzma' => [%w(lzma), %w(), "LZMA archive"],
|
|
961
|
+
'application/x-lzma-compressed-tar' => [%w(tar.lzma tlz), %w(), "Tar archive (LZMA-compressed)"],
|
|
962
|
+
'application/x-lzop' => [%w(lzo), %w(), "LZO archive"],
|
|
963
|
+
'application/x-m4' => [%w(m4), %w(text/plain), "M4 macro"],
|
|
964
|
+
'application/x-magicpoint' => [%w(mgp), %w(text/plain), "MagicPoint presentation"],
|
|
965
|
+
'application/x-markaby' => [%w(mab), %w(application/x-ruby), "Markaby script"],
|
|
966
|
+
'application/x-mif' => [%w(mif), %w(), "Adobe FrameMaker MIF document"],
|
|
967
|
+
'application/x-ms-dos-executable' => [%w(exe), %w(), "DOS/Windows executable"],
|
|
968
|
+
'application/x-ms-wim' => [%w(swm wim), %w(), "Windows Imaging Format Disk Image"],
|
|
969
|
+
'application/x-msi' => [%w(msi), %w(application/x-ole-storage), "Windows Installer package"],
|
|
970
|
+
'application/x-mswrite' => [%w(wri), %w(), "WRI document"],
|
|
971
|
+
'application/x-msx-rom' => [%w(msx), %w(), "MSX ROM"],
|
|
972
|
+
'application/x-n64-rom' => [%w(n64), %w(), "Nintendo64 ROM"],
|
|
973
|
+
'application/x-navi-animation' => [%w(ani), %w(), "Windows animated cursor"],
|
|
974
|
+
'application/x-nes-rom' => [%w(nes), %w(), "NES ROM"],
|
|
975
|
+
'application/x-netcdf' => [%w(cdf nc), %w(), "Unidata NetCDF document"],
|
|
976
|
+
'application/x-netshow-channel' => [%w(nsc), %w(video/x-ms-asf), "Windows Media Station file"],
|
|
977
|
+
'application/x-nintendo-ds-rom' => [%w(nds), %w(), "Nintendo DS ROM"],
|
|
978
|
+
'application/x-object' => [%w(o), %w(), "object code"],
|
|
979
|
+
'application/x-oleo' => [%w(oleo), %w(), "GNU Oleo spreadsheet"],
|
|
980
|
+
'application/x-pak' => [%w(pak), %w(), "PAK archive"],
|
|
981
|
+
'application/x-palm-database' => [%w(pdb prc), %w(), "Palm OS database"],
|
|
982
|
+
'application/x-par2' => [%w(par2 par2), %w(), "Parchive archive"],
|
|
983
|
+
'application/x-perl' => [%w(perl pl pm al), %w(application/x-executable text/plain), "Perl script"],
|
|
984
|
+
'application/x-php' => [%w(php php3 php4), %w(text/plain), "PHP script"],
|
|
985
|
+
'application/x-pkcs12' => [%w(p12 pfx), %w(), "PKCS#12 certificate bundle"],
|
|
986
|
+
'application/x-pkcs7-certificates' => [%w(p7b spc), %w(), "PKCS#7 certificate bundle"],
|
|
987
|
+
'application/x-planperfect' => [%w(pln), %w(), "PlanPerfect spreadsheet"],
|
|
988
|
+
'application/x-pocket-word' => [%w(psw), %w(), "Pocket Word document"],
|
|
989
|
+
'application/x-pw' => [%w(pw), %w(), "Pathetic Writer document"],
|
|
990
|
+
'application/x-python-bytecode' => [%w(pyc pyo), %w(), "Python bytecode"],
|
|
991
|
+
'application/x-quattropro' => [%w(wb1 wb2 wb3), %w(), "Quattro Pro spreadsheet"],
|
|
992
|
+
'application/x-quicktime-media-link' => [%w(qtl), %w(video/quicktime), "QuickTime metalink playlist"],
|
|
993
|
+
'application/x-qw' => [%w(qif), %w(), "Quicken document"],
|
|
994
|
+
'application/x-rar' => [%w(rar), %w(), "RAR archive"],
|
|
995
|
+
'application/x-reject' => [%w(rej), %w(text/plain), "rejected patch"],
|
|
996
|
+
'application/x-rpm' => [%w(rpm), %w(), "RPM package"],
|
|
997
|
+
'application/x-ruby' => [%w(rb), %w(application/x-executable text/plain), "Ruby script"],
|
|
998
|
+
'application/x-sami' => [%w(sami smi), %w(text/plain), "SAMI subtitles"],
|
|
999
|
+
'application/x-shar' => [%w(shar), %w(), "shell archive"],
|
|
1000
|
+
'application/x-shared-library-la' => [%w(la), %w(text/plain), "libtool shared library"],
|
|
1001
|
+
'application/x-sharedlib' => [%w(so), %w(), "shared library"],
|
|
1002
|
+
'application/x-shellscript' => [%w(sh), %w(application/x-executable text/plain), "shell script"],
|
|
1003
|
+
'application/x-shockwave-flash' => [%w(spl swf), %w(), "Shockwave Flash file"],
|
|
1004
|
+
'application/x-shorten' => [%w(shn), %w(), "Shorten audio"],
|
|
1005
|
+
'application/x-siag' => [%w(siag), %w(), "Siag spreadsheet"],
|
|
1006
|
+
'application/x-smaf' => [%w(mmf smaf), %w(), "SMAF audio"],
|
|
1007
|
+
'application/x-sms-rom' => [%w(gg sms), %w(), "Sega Master System/Game Gear ROM"],
|
|
1008
|
+
'application/x-snes-rom' => [%w(smc), %w(), "Super NES ROM"],
|
|
1009
|
+
'application/x-spss-por' => [%w(por), %w(), "SPSS Portable Data File"],
|
|
1010
|
+
'application/x-spss-sav' => [%w(sav), %w(), "SPSS Data File"],
|
|
1011
|
+
'application/x-stuffit' => [%w(sit), %w(), "StuffIt archive"],
|
|
1012
|
+
'application/x-subrip' => [%w(srt), %w(text/plain), "SubRip subtitles"],
|
|
1013
|
+
'application/x-sv4cpio' => [%w(sv4cpio), %w(), "SV4 CPIO archive"],
|
|
1014
|
+
'application/x-sv4crc' => [%w(sv4crc), %w(), "SV4 CPIO archive (with CRC)"],
|
|
1015
|
+
'application/x-t602' => [%w(602), %w(), "T602 document"],
|
|
1016
|
+
'application/x-tar' => [%w(tar gtar gem), %w(), "Tar archive"],
|
|
1017
|
+
'application/x-tarz' => [%w(tar.z), %w(), "Tar archive (compressed)"],
|
|
1018
|
+
'application/x-tex-gf' => [%w(gf), %w(), "generic font file"],
|
|
1019
|
+
'application/x-tex-pk' => [%w(pk), %w(), "packed font file"],
|
|
1020
|
+
'application/x-tgif' => [%w(obj), %w(), "TGIF document"],
|
|
1021
|
+
'application/x-theme' => [%w(theme), %w(application/x-desktop), "theme"],
|
|
1022
|
+
'application/x-trash' => [%w(bak old sik), %w(), "backup file"],
|
|
1023
|
+
'application/x-troff-man' => [%w(man), %w(text/plain), "Troff document (with manpage macros)"],
|
|
1024
|
+
'application/x-tzo' => [%w(tar.lzo tzo), %w(), "Tar archive (LZO-compressed)"],
|
|
1025
|
+
'application/x-ufraw' => [%w(ufraw), %w(text/xml), "UFRaw ID image"],
|
|
1026
|
+
'application/x-ustar' => [%w(ustar), %w(), "Ustar archive"],
|
|
1027
|
+
'application/x-wais-source' => [%w(src), %w(), "WAIS source code"],
|
|
1028
|
+
'application/x-windows-themepack' => [%w(themepack), %w(application/vnd.ms-cab-compressed), "Microsoft Windows theme pack"],
|
|
1029
|
+
'application/x-wpg' => [%w(wpg), %w(), "WordPerfect/Drawperfect image"],
|
|
1030
|
+
'application/x-x509-ca-cert' => [%w(cert crt der pem), %w(), "DER/PEM/Netscape-encoded X.509 certificate"],
|
|
1031
|
+
'application/x-xbel' => [%w(xbel), %w(application/xml), "XBEL bookmarks"],
|
|
1032
|
+
'application/x-xliff' => [%w(xlf xliff), %w(application/xml), "XLIFF translation file"],
|
|
1033
|
+
'application/x-xpinstall' => [%w(xpi), %w(application/zip), "XPInstall installer module"],
|
|
1034
|
+
'application/x-xz' => [%w(xz), %w(), "XZ archive"],
|
|
1035
|
+
'application/x-xz-compressed-tar' => [%w(tar.xz txz), %w(), "Tar archive (XZ-compressed)"],
|
|
1036
|
+
'application/x-xzpdf' => [%w(pdf.xz), %w(application/x-xz), "PDF document (XZ-compressed)"],
|
|
1037
|
+
'application/x-yaml' => [%w(yaml yml), %w(text/plain), "YAML document"],
|
|
1038
|
+
'application/x-zoo' => [%w(zoo), %w(), "Zoo archive"],
|
|
1039
|
+
'application/xhtml+xml' => [%w(xhtml), %w(application/xml), "XHTML page"],
|
|
1040
|
+
'application/xml' => [%w(rng xbl xml xsd), %w(text/plain), "XML document"],
|
|
1041
|
+
'application/xml-dtd' => [%w(dtd), %w(text/plain), "DTD file"],
|
|
1042
|
+
'application/xml-external-parsed-entity' => [%w(ent), %w(application/xml), "XML entities document"],
|
|
1043
|
+
'application/xslt+xml' => [%w(xslt xsl), %w(application/xml), "XSLT stylesheet"],
|
|
1044
|
+
'application/xspf+xml' => [%w(xspf), %w(application/xml), "XSPF playlist"],
|
|
1045
|
+
'application/zip' => [%w(zip), %w(), "Zip archive"],
|
|
1046
|
+
'audio/AMR' => [%w(amr), %w(), "AMR audio"],
|
|
1047
|
+
'audio/AMR-WB' => [%w(awb), %w(), "AMR-WB audio"],
|
|
1048
|
+
'audio/ac3' => [%w(ac3), %w(), "Dolby Digital audio"],
|
|
1049
|
+
'audio/annodex' => [%w(axa), %w(application/annodex), "Annodex Audio"],
|
|
1050
|
+
'audio/basic' => [%w(au snd), %w(), "ULAW (Sun) audio"],
|
|
1051
|
+
'audio/flac' => [%w(flac), %w(), "FLAC audio"],
|
|
1052
|
+
'audio/midi' => [%w(midi mid kar), %w(), "MIDI audio"],
|
|
1053
|
+
'audio/mp2' => [%w(mp2), %w(), "MP2 audio"],
|
|
1054
|
+
'audio/mp4' => [%w(m4a aac f4a), %w(), "MPEG-4 audio"],
|
|
1055
|
+
'audio/mpeg' => [%w(mp3 mpga), %w(), "MP3 audio"],
|
|
1056
|
+
'audio/ogg' => [%w(ogg oga spx), %w(application/ogg), "Ogg Audio"],
|
|
1057
|
+
'audio/prs.sid' => [%w(psid sid), %w(), "Commodore 64 audio"],
|
|
1058
|
+
'audio/vnd.rn-realaudio' => [%w(ra rax), %w(), "RealAudio document"],
|
|
1059
|
+
'audio/x-aiff' => [%w(aiff aif aifc), %w(), "AIFF/Amiga/Mac audio"],
|
|
1060
|
+
'audio/x-ape' => [%w(ape), %w(), "Monkey's audio"],
|
|
1061
|
+
'audio/x-flac+ogg' => [%w(ogg), %w(audio/ogg), "Ogg FLAC audio"],
|
|
1062
|
+
'audio/x-gsm' => [%w(gsm), %w(), "GSM 06.10 audio"],
|
|
1063
|
+
'audio/x-iriver-pla' => [%w(pla), %w(), "iRiver Playlist"],
|
|
1064
|
+
'audio/x-it' => [%w(it), %w(), "Impulse Tracker audio"],
|
|
1065
|
+
'audio/x-m4b' => [%w(f4b m4b), %w(audio/mp4), "MPEG-4 audio book"],
|
|
1066
|
+
'audio/x-matroska' => [%w(mka), %w(application/x-matroska), "Matroska audio"],
|
|
1067
|
+
'audio/x-minipsf' => [%w(minipsf), %w(audio/x-psf), "MiniPSF audio"],
|
|
1068
|
+
'audio/x-mo3' => [%w(mo3), %w(), "compressed Tracker audio"],
|
|
1069
|
+
'audio/x-mod' => [%w(mod 669 m15 med mtm ult uni), %w(), "Amiga SoundTracker audio"],
|
|
1070
|
+
'audio/x-mpegurl' => [%w(m3u m3u8 vlc), %w(text/plain), "MP3 audio (streamed)"],
|
|
1071
|
+
'audio/x-ms-asx' => [%w(asx wax wmx wvx), %w(), "Microsoft ASX playlist"],
|
|
1072
|
+
'audio/x-ms-wma' => [%w(wma), %w(video/x-ms-asf), "Windows Media audio"],
|
|
1073
|
+
'audio/x-musepack' => [%w(mp+ mpc mpp), %w(), "Musepack audio"],
|
|
1074
|
+
'audio/x-psf' => [%w(psf), %w(), "PSF audio"],
|
|
1075
|
+
'audio/x-psflib' => [%w(psflib), %w(audio/x-psf), "PSFlib audio library"],
|
|
1076
|
+
'audio/x-s3m' => [%w(s3m), %w(), "Scream Tracker 3 audio"],
|
|
1077
|
+
'audio/x-scpls' => [%w(pls), %w(), "MP3 ShoutCast playlist"],
|
|
1078
|
+
'audio/x-speex' => [%w(spx), %w(), "Speex audio"],
|
|
1079
|
+
'audio/x-speex+ogg' => [%w(ogg), %w(audio/ogg), "Ogg Speex audio"],
|
|
1080
|
+
'audio/x-stm' => [%w(stm), %w(), "Scream Tracker audio"],
|
|
1081
|
+
'audio/x-tta' => [%w(tta), %w(), "TrueAudio audio"],
|
|
1082
|
+
'audio/x-voc' => [%w(voc), %w(), "VOC audio"],
|
|
1083
|
+
'audio/x-vorbis+ogg' => [%w(ogg), %w(audio/ogg), "Ogg Vorbis audio"],
|
|
1084
|
+
'audio/x-wav' => [%w(wav), %w(), "WAV audio"],
|
|
1085
|
+
'audio/x-wavpack' => [%w(wv wvp), %w(), "WavPack audio"],
|
|
1086
|
+
'audio/x-wavpack-correction' => [%w(wvc), %w(), "WavPack audio correction file"],
|
|
1087
|
+
'audio/x-xi' => [%w(xi), %w(), "Scream Tracker instrument"],
|
|
1088
|
+
'audio/x-xm' => [%w(xm), %w(), "FastTracker II audio"],
|
|
1089
|
+
'audio/x-xmf' => [%w(xmf), %w(), "XMF audio"],
|
|
1090
|
+
'image/bmp' => [%w(bmp), %w(), "Windows BMP image"],
|
|
1091
|
+
'image/cgm' => [%w(cgm), %w(), "Computer Graphics Metafile"],
|
|
1092
|
+
'image/fax-g3' => [%w(g3), %w(), "CCITT G3 fax"],
|
|
1093
|
+
'image/fits' => [%w(fits), %w(), "FITS document"],
|
|
1094
|
+
'image/gif' => [%w(gif), %w(), "GIF image"],
|
|
1095
|
+
'image/ief' => [%w(ief), %w(), "IEF image"],
|
|
1096
|
+
'image/jp2' => [%w(jp2 j2k jpc jpf jpx), %w(), "JPEG-2000 image"],
|
|
1097
|
+
'image/jpeg' => [%w(jpeg jpg jpe), %w(), "JPEG image"],
|
|
1098
|
+
'image/openraster' => [%w(ora), %w(), "OpenRaster archiving image"],
|
|
1099
|
+
'image/png' => [%w(png), %w(), "PNG image"],
|
|
1100
|
+
'image/rle' => [%w(rle), %w(), "Run Length Encoded bitmap image"],
|
|
1101
|
+
'image/svg+xml' => [%w(svg), %w(application/xml), "SVG image"],
|
|
1102
|
+
'image/svg+xml-compressed' => [%w(svgz), %w(application/x-gzip), "compressed SVG image"],
|
|
1103
|
+
'image/tiff' => [%w(tiff tif), %w(), "TIFF image"],
|
|
1104
|
+
'image/vnd.adobe.photoshop' => [%w(psd), %w(), "Photoshop image"],
|
|
1105
|
+
'image/vnd.djvu' => [%w(djvu djv), %w(), "DjVu image"],
|
|
1106
|
+
'image/vnd.dwg' => [%w(dwg), %w(), "AutoCAD image"],
|
|
1107
|
+
'image/vnd.dxf' => [%w(dxf), %w(), "DXF vector image"],
|
|
1108
|
+
'image/vnd.microsoft.icon' => [%w(ico), %w(), "Microsoft icon"],
|
|
1109
|
+
'image/vnd.ms-modi' => [%w(mdi), %w(), "Microsoft Document Imaging format"],
|
|
1110
|
+
'image/vnd.rn-realpix' => [%w(rp), %w(), "RealPix document"],
|
|
1111
|
+
'image/vnd.wap.wbmp' => [%w(wbmp), %w(), "WBMP image"],
|
|
1112
|
+
'image/x-3ds' => [%w(3ds), %w(), "3D Studio image"],
|
|
1113
|
+
'image/x-adobe-dng' => [%w(dng), %w(image/tiff image/x-dcraw), "Adobe DNG negative"],
|
|
1114
|
+
'image/x-applix-graphics' => [%w(ag), %w(), "Applix Graphics image"],
|
|
1115
|
+
'image/x-bzeps' => [%w(eps.bz2 epsf.bz2 epsi.bz2), %w(), "EPS image (bzip-compressed)"],
|
|
1116
|
+
'image/x-canon-cr2' => [%w(cr2), %w(image/tiff image/x-dcraw), "Canon CR2 raw image"],
|
|
1117
|
+
'image/x-canon-crw' => [%w(crw), %w(image/x-dcraw), "Canon CRW raw image"],
|
|
1118
|
+
'image/x-cmu-raster' => [%w(ras), %w(), "CMU raster image"],
|
|
1119
|
+
'image/x-compressed-xcf' => [%w(xcf.bz2 xcf.gz), %w(), "compressed GIMP image"],
|
|
1120
|
+
'image/x-dds' => [%w(dds), %w(), "DirectDraw surface"],
|
|
1121
|
+
'image/x-emf' => [%w(emf), %w(), "EMF image"],
|
|
1122
|
+
'image/x-eps' => [%w(eps epsf epsi), %w(application/postscript), "EPS image"],
|
|
1123
|
+
'image/x-exr' => [%w(exr), %w(), "EXR image"],
|
|
1124
|
+
'image/x-fuji-raf' => [%w(raf), %w(image/x-dcraw), "Fuji RAF raw image"],
|
|
1125
|
+
'image/x-gzeps' => [%w(eps.gz epsf.gz epsi.gz), %w(), "EPS image (gzip-compressed)"],
|
|
1126
|
+
'image/x-icns' => [%w(icns), %w(), "MacOS X icon"],
|
|
1127
|
+
'image/x-iff' => [%w(iff), %w(), "IFF image"],
|
|
1128
|
+
'image/x-ilbm' => [%w(ilbm), %w(), "ILBM image"],
|
|
1129
|
+
'image/x-jng' => [%w(jng), %w(), "JNG image"],
|
|
1130
|
+
'image/x-kodak-dcr' => [%w(dcr), %w(image/tiff image/x-dcraw), "Kodak DCR raw image"],
|
|
1131
|
+
'image/x-kodak-k25' => [%w(k25), %w(image/tiff image/x-dcraw), "Kodak K25 raw image"],
|
|
1132
|
+
'image/x-kodak-kdc' => [%w(kdc), %w(image/tiff image/x-dcraw), "Kodak KDC raw image"],
|
|
1133
|
+
'image/x-lwo' => [%w(lwo lwob), %w(), "LightWave object"],
|
|
1134
|
+
'image/x-lws' => [%w(lws), %w(), "LightWave scene"],
|
|
1135
|
+
'image/x-macpaint' => [%w(pntg), %w(), "MacPaint Bitmap image"],
|
|
1136
|
+
'image/x-minolta-mrw' => [%w(mrw), %w(image/x-dcraw), "Minolta MRW raw image"],
|
|
1137
|
+
'image/x-msod' => [%w(msod), %w(), "Office drawing"],
|
|
1138
|
+
'image/x-nikon-nef' => [%w(nef), %w(image/tiff image/x-dcraw), "Nikon NEF raw image"],
|
|
1139
|
+
'image/x-olympus-orf' => [%w(orf), %w(image/x-dcraw), "Olympus ORF raw image"],
|
|
1140
|
+
'image/x-panasonic-raw' => [%w(raw), %w(image/x-dcraw), "Panasonic raw image"],
|
|
1141
|
+
'image/x-panasonic-raw2' => [%w(rw2), %w(image/x-dcraw), "Panasonic raw2 image"],
|
|
1142
|
+
'image/x-pcx' => [%w(pcx), %w(), "PCX image"],
|
|
1143
|
+
'image/x-pentax-pef' => [%w(pef), %w(image/tiff image/x-dcraw), "Pentax PEF raw image"],
|
|
1144
|
+
'image/x-photo-cd' => [%w(pcd), %w(), "PCD image"],
|
|
1145
|
+
'image/x-pict' => [%w(pict pict1 pict2), %w(), "Macintosh Quickdraw/PICT drawing"],
|
|
1146
|
+
'image/x-portable-anymap' => [%w(pnm), %w(), "PNM image"],
|
|
1147
|
+
'image/x-portable-bitmap' => [%w(pbm), %w(image/x-portable-anymap), "PBM image"],
|
|
1148
|
+
'image/x-portable-graymap' => [%w(pgm), %w(image/x-portable-anymap), "PGM image"],
|
|
1149
|
+
'image/x-portable-pixmap' => [%w(ppm), %w(image/x-portable-anymap), "PPM image"],
|
|
1150
|
+
'image/x-quicktime' => [%w(qif qtif), %w(), "QuickTime image"],
|
|
1151
|
+
'image/x-rgb' => [%w(rgb), %w(), "RGB image"],
|
|
1152
|
+
'image/x-sgi' => [%w(sgi), %w(), "SGI image"],
|
|
1153
|
+
'image/x-sigma-x3f' => [%w(x3f), %w(image/x-dcraw), "Sigma X3F raw image"],
|
|
1154
|
+
'image/x-skencil' => [%w(sk sk1), %w(), "Skencil document"],
|
|
1155
|
+
'image/x-sony-arw' => [%w(arw), %w(image/tiff image/x-dcraw), "Sony ARW raw image"],
|
|
1156
|
+
'image/x-sony-sr2' => [%w(sr2), %w(image/tiff image/x-dcraw), "Sony SR2 raw image"],
|
|
1157
|
+
'image/x-sony-srf' => [%w(srf), %w(image/tiff image/x-dcraw), "Sony SRF raw image"],
|
|
1158
|
+
'image/x-sun-raster' => [%w(sun), %w(), "Sun raster image"],
|
|
1159
|
+
'image/x-tga' => [%w(icb tga tpic vda vst), %w(), "TGA image"],
|
|
1160
|
+
'image/x-win-bitmap' => [%w(cur), %w(), "Windows cursor"],
|
|
1161
|
+
'image/x-wmf' => [%w(wmf), %w(), "WMF image"],
|
|
1162
|
+
'image/x-xbitmap' => [%w(xbm), %w(), "XBM image"],
|
|
1163
|
+
'image/x-xcf' => [%w(xcf), %w(), "GIMP image"],
|
|
1164
|
+
'image/x-xfig' => [%w(fig), %w(), "XFig image"],
|
|
1165
|
+
'image/x-xpixmap' => [%w(xpm), %w(), "XPM image"],
|
|
1166
|
+
'image/x-xwindowdump' => [%w(xwd), %w(), "X window image"],
|
|
1167
|
+
'message/rfc822' => [%w(eml), %w(text/plain), "email message"],
|
|
1168
|
+
'model/vrml' => [%w(wrl), %w(text/plain), "VRML document"],
|
|
1169
|
+
'text/cache-manifest' => [%w(manifest), %w(text/plain), "Web application cache manifest"],
|
|
1170
|
+
'text/calendar' => [%w(ics vcs), %w(text/plain), "VCS/ICS calendar"],
|
|
1171
|
+
'text/css' => [%w(css cssl), %w(text/x-csrc), "CSS stylesheet"],
|
|
1172
|
+
'text/csv' => [%w(csv), %w(text/plain), "CSV document"],
|
|
1173
|
+
'text/directory' => [%w(vcf vct gcrd), %w(text/plain), "electronic business card"],
|
|
1174
|
+
'text/html' => [%w(html htm), %w(text/plain), "HTML document"],
|
|
1175
|
+
'text/plain' => [%w(txt asc), %w(), "plain text document"],
|
|
1176
|
+
'text/richtext' => [%w(rtx), %w(text/plain), "rich text document"],
|
|
1177
|
+
'text/sgml' => [%w(sgml sgm), %w(text/plain), "SGML document"],
|
|
1178
|
+
'text/spreadsheet' => [%w(slk sylk), %w(text/plain), "spreadsheet interchange document"],
|
|
1179
|
+
'text/tab-separated-values' => [%w(tsv), %w(text/plain), "TSV document"],
|
|
1180
|
+
'text/troff' => [%w(roff t tr), %w(text/plain), "Troff document"],
|
|
1181
|
+
'text/vnd.graphviz' => [%w(dot gv), %w(), "Graphviz DOT graph"],
|
|
1182
|
+
'text/vnd.rn-realtext' => [%w(rt), %w(), "RealText document"],
|
|
1183
|
+
'text/vnd.sun.j2me.app-descriptor' => [%w(jad), %w(), "JAD document"],
|
|
1184
|
+
'text/vnd.trolltech.linguist' => [%w(ts), %w(application/xml), "message catalog"],
|
|
1185
|
+
'text/vnd.wap.wml' => [%w(wml), %w(application/xml), "WML document"],
|
|
1186
|
+
'text/vnd.wap.wmlscript' => [%w(wmls), %w(), "WMLScript program"],
|
|
1187
|
+
'text/x-adasrc' => [%w(ads adb), %w(text/plain), "Ada source code"],
|
|
1188
|
+
'text/x-bibtex' => [%w(bib), %w(text/plain), "BibTeX document"],
|
|
1189
|
+
'text/x-c++hdr' => [%w(hpp hh h++ hp hxx), %w(text/x-chdr), "C++ header"],
|
|
1190
|
+
'text/x-c++src' => [%w(cpp c++ cc cxx c), %w(text/x-csrc), "C++ source code"],
|
|
1191
|
+
'text/x-chdr' => [%w(h), %w(text/x-csrc), "C header"],
|
|
1192
|
+
'text/x-cmake' => [%w(cmake), %w(text/plain), "CMake source code"],
|
|
1193
|
+
'text/x-cobol' => [%w(cbl cob), %w(text/plain), "COBOL source file"],
|
|
1194
|
+
'text/x-csharp' => [%w(cs), %w(text/x-csrc), "C# source code"],
|
|
1195
|
+
'text/x-csrc' => [%w(c), %w(text/plain), "C source code"],
|
|
1196
|
+
'text/x-dcl' => [%w(dcl), %w(text/plain), "DCL script"],
|
|
1197
|
+
'text/x-dsl' => [%w(dsl), %w(text/plain), "DSSSL document"],
|
|
1198
|
+
'text/x-dsrc' => [%w(d), %w(text/x-csrc), "D source code"],
|
|
1199
|
+
'text/x-eiffel' => [%w(e eif), %w(text/plain), "Eiffel source code"],
|
|
1200
|
+
'text/x-emacs-lisp' => [%w(el), %w(text/plain), "Emacs Lisp source code"],
|
|
1201
|
+
'text/x-erlang' => [%w(erl), %w(text/plain), "Erlang source code"],
|
|
1202
|
+
'text/x-fortran' => [%w(f f90 f95 for), %w(text/plain), "Fortran source code"],
|
|
1203
|
+
'text/x-gettext-translation' => [%w(po), %w(text/plain), "translation file"],
|
|
1204
|
+
'text/x-gettext-translation-template' => [%w(pot), %w(text/plain), "translation template"],
|
|
1205
|
+
'text/x-go' => [%w(go), %w(text/plain), "Go source code"],
|
|
1206
|
+
'text/x-google-video-pointer' => [%w(gvp), %w(), "Google Video Pointer"],
|
|
1207
|
+
'text/x-haskell' => [%w(hs), %w(text/plain), "Haskell source code"],
|
|
1208
|
+
'text/x-iMelody' => [%w(ime imy), %w(), "iMelody ringtone"],
|
|
1209
|
+
'text/x-idl' => [%w(idl), %w(text/plain), "IDL document"],
|
|
1210
|
+
'text/x-iptables' => [%w(iptables), %w(text/plain), "iptables configuration file"],
|
|
1211
|
+
'text/x-java' => [%w(java), %w(text/x-csrc), "Java source code"],
|
|
1212
|
+
'text/x-ldif' => [%w(ldif), %w(text/plain), "LDIF address book"],
|
|
1213
|
+
'text/x-lilypond' => [%w(ly), %w(text/plain), "Lilypond music sheet"],
|
|
1214
|
+
'text/x-literate-haskell' => [%w(lhs), %w(text/plain), "LHS source code"],
|
|
1215
|
+
'text/x-log' => [%w(log), %w(text/plain), "application log"],
|
|
1216
|
+
'text/x-lua' => [%w(lua), %w(application/x-executable text/plain), "Lua script"],
|
|
1217
|
+
'text/x-matlab' => [%w(m), %w(text/plain), "MATLAB script/function"],
|
|
1218
|
+
'text/x-microdvd' => [%w(sub), %w(text/plain), "MicroDVD subtitles"],
|
|
1219
|
+
'text/x-moc' => [%w(moc), %w(text/plain), "Qt MOC file"],
|
|
1220
|
+
'text/x-mof' => [%w(mof), %w(text/x-csrc), "Managed Object Format"],
|
|
1221
|
+
'text/x-mpsub' => [%w(sub), %w(text/plain), "MPSub subtitles"],
|
|
1222
|
+
'text/x-mrml' => [%w(mrml mrl), %w(), "MRML playlist"],
|
|
1223
|
+
'text/x-ms-regedit' => [%w(reg), %w(text/plain), "Windows Registry extract"],
|
|
1224
|
+
'text/x-mup' => [%w(mup not), %w(text/plain), "Mup publication"],
|
|
1225
|
+
'text/x-nfo' => [%w(nfo), %w(text/x-readme), "NFO file"],
|
|
1226
|
+
'text/x-objcsrc' => [%w(m), %w(text/x-csrc), "Objective-C source code"],
|
|
1227
|
+
'text/x-ocaml' => [%w(ml mli), %w(), "OCaml source code"],
|
|
1228
|
+
'text/x-ocl' => [%w(ocl), %w(text/plain), "OCL file"],
|
|
1229
|
+
'text/x-ooc' => [%w(ooc), %w(text/x-csrc), "OOC source code"],
|
|
1230
|
+
'text/x-opml+xml' => [%w(opml), %w(application/xml), "OPML syndication feed"],
|
|
1231
|
+
'text/x-pascal' => [%w(pas p), %w(text/plain), "Pascal source code"],
|
|
1232
|
+
'text/x-patch' => [%w(patch diff), %w(text/plain), "differences between files"],
|
|
1233
|
+
'text/x-python' => [%w(py), %w(application/x-executable text/plain), "Python script"],
|
|
1234
|
+
'text/x-rpm-spec' => [%w(spec), %w(text/plain), "RPM spec file"],
|
|
1235
|
+
'text/x-scheme' => [%w(scm), %w(text/plain), "Scheme source code"],
|
|
1236
|
+
'text/x-setext' => [%w(etx), %w(text/plain), "Setext document"],
|
|
1237
|
+
'text/x-sql' => [%w(sql), %w(text/plain), "SQL code"],
|
|
1238
|
+
'text/x-ssa' => [%w(ass ssa), %w(text/plain), "SSA subtitles"],
|
|
1239
|
+
'text/x-subviewer' => [%w(sub), %w(text/plain), "SubViewer subtitles"],
|
|
1240
|
+
'text/x-svhdr' => [%w(svh), %w(text/x-verilog), "SystemVerilog header"],
|
|
1241
|
+
'text/x-svsrc' => [%w(sv), %w(text/x-verilog), "SystemVerilog source code"],
|
|
1242
|
+
'text/x-tcl' => [%w(tcl tk), %w(text/plain), "Tcl script"],
|
|
1243
|
+
'text/x-tex' => [%w(cls dtx ins latex ltx sty tex), %w(text/plain), "TeX document"],
|
|
1244
|
+
'text/x-texinfo' => [%w(texi texinfo), %w(text/plain), "TeXInfo document"],
|
|
1245
|
+
'text/x-troff-me' => [%w(me), %w(text/plain), "Troff ME input document"],
|
|
1246
|
+
'text/x-troff-mm' => [%w(mm), %w(text/plain), "Troff MM input document"],
|
|
1247
|
+
'text/x-troff-ms' => [%w(ms), %w(text/plain), "Troff MS input document"],
|
|
1248
|
+
'text/x-txt2tags' => [%w(t2t), %w(text/plain), "txt2tags document"],
|
|
1249
|
+
'text/x-uil' => [%w(uil), %w(text/plain), "X-Motif UIL table"],
|
|
1250
|
+
'text/x-uri' => [%w(url uri), %w(text/plain), "resource location"],
|
|
1251
|
+
'text/x-vala' => [%w(vala vapi), %w(text/x-csrc), "Vala source code"],
|
|
1252
|
+
'text/x-verilog' => [%w(v), %w(text/plain), "Verilog source code"],
|
|
1253
|
+
'text/x-vhdl' => [%w(vhd vhdl), %w(text/plain), "VHDL source code"],
|
|
1254
|
+
'text/x-xmi' => [%w(xmi), %w(application/xml), "XMI file"],
|
|
1255
|
+
'text/x-xslfo' => [%w(fo xslfo), %w(application/xml), "XSL FO file"],
|
|
1256
|
+
'video/3gpp' => [%w(3ga 3gp 3gpp), %w(video/mp4), "3GPP multimedia file"],
|
|
1257
|
+
'video/3gpp2' => [%w(3g2 3gp2 3gpp2), %w(video/mp4), "3GPP2 multimedia file"],
|
|
1258
|
+
'video/annodex' => [%w(axv), %w(application/annodex), "Annodex Video"],
|
|
1259
|
+
'video/dv' => [%w(dv), %w(), "DV video"],
|
|
1260
|
+
'video/mp2t' => [%w(m2ts m2t bdm bdmv clpi cpi mpl mpls mts ts), %w(), "MPEG-2 transport stream"],
|
|
1261
|
+
'video/mp4' => [%w(mp4 m4v f4v), %w(), "MPEG-4 video"],
|
|
1262
|
+
'video/mpeg' => [%w(mpeg mpg mp2 mpe vob), %w(), "MPEG video"],
|
|
1263
|
+
'video/ogg' => [%w(ogv), %w(application/ogg), "Ogg Video"],
|
|
1264
|
+
'video/quicktime' => [%w(mov qt moov qtvr), %w(), "QuickTime video"],
|
|
1265
|
+
'video/vivo' => [%w(viv vivo), %w(), "Vivo video"],
|
|
1266
|
+
'video/vnd.rn-realvideo' => [%w(rv rvx), %w(), "RealVideo document"],
|
|
1267
|
+
'video/webm' => [%w(webm), %w(), "WebM video"],
|
|
1268
|
+
'video/x-flic' => [%w(fli flc), %w(), "FLIC animation"],
|
|
1269
|
+
'video/x-flv' => [%w(flv), %w(), "Flash video"],
|
|
1270
|
+
'video/x-javafx' => [%w(fxm), %w(video/x-flv), "JavaFX video"],
|
|
1271
|
+
'video/x-matroska' => [%w(mkv), %w(application/x-matroska), "Matroska video"],
|
|
1272
|
+
'video/x-mng' => [%w(mng), %w(), "MNG animation"],
|
|
1273
|
+
'video/x-ms-asf' => [%w(asf), %w(), "ASF video"],
|
|
1274
|
+
'video/x-ms-wmv' => [%w(wmv), %w(video/x-ms-asf), "Windows Media video"],
|
|
1275
|
+
'video/x-msvideo' => [%w(avi divx), %w(), "AVI video"],
|
|
1276
|
+
'video/x-nsv' => [%w(nsv), %w(), "NullSoft video"],
|
|
1277
|
+
'video/x-ogm+ogg' => [%w(ogm), %w(video/ogg), "OGM video"],
|
|
1278
|
+
'video/x-sgi-movie' => [%w(movie), %w(), "SGI video"],
|
|
1279
|
+
'video/x-theora+ogg' => [%w(ogg), %w(video/ogg), "Ogg Theora video"],
|
|
1280
|
+
'x-epoc/x-sisx-app' => [%w(sisx), %w(), "SISX package"],
|
|
1281
1281
|
}
|
|
1282
1282
|
MAGIC = [
|
|
1283
1283
|
['application/vnd.stardivision.writer', [[2089, "StarWriter"]]],
|