File: mime.lua

package info (click to toggle)
eja 9.5.20-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 1,340 kB
  • ctags: 3,142
  • sloc: ansic: 15,010; makefile: 255
file content (539 lines) | stat: -rw-r--r-- 22,737 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
-- Copyright (C) 2007-2013 by Ubaldo Porcheddu <ubaldo@eja.it>
--
-- awk '!/^#/{for(i=2;i<=NF;i++){printf("eja.mime[\"%s\"] =\t\"%s\"\n",$i,$1)}}' /etc/mime.types

eja.mime["ez"] =	"application/andrew-inset"
eja.mime["anx"] =	"application/annodex"
eja.mime["atom"] =	"application/atom+xml"
eja.mime["atomcat"] =	"application/atomcat+xml"
eja.mime["atomsrv"] =	"application/atomserv+xml"
eja.mime["lin"] =	"application/bbolin"
eja.mime["cap"] =	"application/cap"
eja.mime["pcap"] =	"application/cap"
eja.mime["cu"] =	"application/cu-seeme"
eja.mime["davmount"] =	"application/davmount+xml"
eja.mime["tsp"] =	"application/dsptype"
eja.mime["es"] =	"application/ecmascript"
eja.mime["spl"] =	"application/futuresplash"
eja.mime["hta"] =	"application/hta"
eja.mime["jar"] =	"application/java-archive"
eja.mime["ser"] =	"application/java-serialized-object"
eja.mime["class"] =	"application/java-vm"
eja.mime["js"] =	"application/javascript"
eja.mime["json"] =	"application/json"
eja.mime["m3g"] =	"application/m3g"
eja.mime["hqx"] =	"application/mac-binhex40"
eja.mime["cpt"] =	"application/mac-compactpro"
eja.mime["nb"] =	"application/mathematica"
eja.mime["nbp"] =	"application/mathematica"
eja.mime["mdb"] =	"application/msaccess"
eja.mime["doc"] =	"application/msword"
eja.mime["dot"] =	"application/msword"
eja.mime["mxf"] =	"application/mxf"
eja.mime["bin"] =	"application/octet-stream"
eja.mime["oda"] =	"application/oda"
eja.mime["ogx"] =	"application/ogg"
eja.mime["one"] =	"application/onenote"
eja.mime["onetoc2"] =	"application/onenote"
eja.mime["onetmp"] =	"application/onenote"
eja.mime["onepkg"] =	"application/onenote"
eja.mime["pdf"] =	"application/pdf"
eja.mime["key"] =	"application/pgp-keys"
eja.mime["pgp"] =	"application/pgp-signature"
eja.mime["prf"] =	"application/pics-rules"
eja.mime["ps"] =	"application/postscript"
eja.mime["ai"] =	"application/postscript"
eja.mime["eps"] =	"application/postscript"
eja.mime["epsi"] =	"application/postscript"
eja.mime["epsf"] =	"application/postscript"
eja.mime["eps2"] =	"application/postscript"
eja.mime["eps3"] =	"application/postscript"
eja.mime["rar"] =	"application/rar"
eja.mime["rdf"] =	"application/rdf+xml"
eja.mime["rss"] =	"application/rss+xml"
eja.mime["rtf"] =	"application/rtf"
eja.mime["stl"] =	"application/sla"
eja.mime["smi"] =	"application/smil"
eja.mime["smil"] =	"application/smil"
eja.mime["xhtml"] =	"application/xhtml+xml"
eja.mime["xht"] =	"application/xhtml+xml"
eja.mime["xml"] =	"application/xml"
eja.mime["xsl"] =	"application/xml"
eja.mime["xsd"] =	"application/xml"
eja.mime["xspf"] =	"application/xspf+xml"
eja.mime["zip"] =	"application/zip"
eja.mime["apk"] =	"application/vnd.android.package-archive"
eja.mime["cdy"] =	"application/vnd.cinderella"
eja.mime["kml"] =	"application/vnd.google-earth.kml+xml"
eja.mime["kmz"] =	"application/vnd.google-earth.kmz"
eja.mime["xul"] =	"application/vnd.mozilla.xul+xml"
eja.mime["xls"] =	"application/vnd.ms-excel"
eja.mime["xlb"] =	"application/vnd.ms-excel"
eja.mime["xlt"] =	"application/vnd.ms-excel"
eja.mime["xlam"] =	"application/vnd.ms-excel.addin.macroEnabled.12"
eja.mime["xlsb"] =	"application/vnd.ms-excel.sheet.binary.macroEnabled.12"
eja.mime["xlsm"] =	"application/vnd.ms-excel.sheet.macroEnabled.12"
eja.mime["xltm"] =	"application/vnd.ms-excel.template.macroEnabled.12"
eja.mime["thmx"] =	"application/vnd.ms-officetheme"
eja.mime["cat"] =	"application/vnd.ms-pki.seccat"
eja.mime["ppt"] =	"application/vnd.ms-powerpoint"
eja.mime["pps"] =	"application/vnd.ms-powerpoint"
eja.mime["ppam"] =	"application/vnd.ms-powerpoint.addin.macroEnabled.12"
eja.mime["pptm"] =	"application/vnd.ms-powerpoint.presentation.macroEnabled.12"
eja.mime["sldm"] =	"application/vnd.ms-powerpoint.slide.macroEnabled.12"
eja.mime["ppsm"] =	"application/vnd.ms-powerpoint.slideshow.macroEnabled.12"
eja.mime["potm"] =	"application/vnd.ms-powerpoint.template.macroEnabled.12"
eja.mime["docm"] =	"application/vnd.ms-word.document.macroEnabled.12"
eja.mime["dotm"] =	"application/vnd.ms-word.template.macroEnabled.12"
eja.mime["odc"] =	"application/vnd.oasis.opendocument.chart"
eja.mime["odb"] =	"application/vnd.oasis.opendocument.database"
eja.mime["odf"] =	"application/vnd.oasis.opendocument.formula"
eja.mime["odg"] =	"application/vnd.oasis.opendocument.graphics"
eja.mime["otg"] =	"application/vnd.oasis.opendocument.graphics-template"
eja.mime["odi"] =	"application/vnd.oasis.opendocument.image"
eja.mime["odp"] =	"application/vnd.oasis.opendocument.presentation"
eja.mime["otp"] =	"application/vnd.oasis.opendocument.presentation-template"
eja.mime["ods"] =	"application/vnd.oasis.opendocument.spreadsheet"
eja.mime["ots"] =	"application/vnd.oasis.opendocument.spreadsheet-template"
eja.mime["odt"] =	"application/vnd.oasis.opendocument.text"
eja.mime["odm"] =	"application/vnd.oasis.opendocument.text-master"
eja.mime["ott"] =	"application/vnd.oasis.opendocument.text-template"
eja.mime["oth"] =	"application/vnd.oasis.opendocument.text-web"
eja.mime["pptx"] =	"application/vnd.openxmlformats-officedocument.presentationml.presentation"
eja.mime["sldx"] =	"application/vnd.openxmlformats-officedocument.presentationml.slide"
eja.mime["ppsx"] =	"application/vnd.openxmlformats-officedocument.presentationml.slideshow"
eja.mime["potx"] =	"application/vnd.openxmlformats-officedocument.presentationml.template"
eja.mime["xlsx"] =	"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
eja.mime["xlsx"] =	"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"
eja.mime["xltx"] =	"application/vnd.openxmlformats-officedocument.spreadsheetml.template"
eja.mime["xltx"] =	"application/vnd.openxmlformats-officedocument.spreadsheetml.template"
eja.mime["docx"] =	"application/vnd.openxmlformats-officedocument.wordprocessingml.document"
eja.mime["dotx"] =	"application/vnd.openxmlformats-officedocument.wordprocessingml.template"
eja.mime["cod"] =	"application/vnd.rim.cod"
eja.mime["mmf"] =	"application/vnd.smaf"
eja.mime["sdc"] =	"application/vnd.stardivision.calc"
eja.mime["sds"] =	"application/vnd.stardivision.chart"
eja.mime["sda"] =	"application/vnd.stardivision.draw"
eja.mime["sdd"] =	"application/vnd.stardivision.impress"
eja.mime["sdf"] =	"application/vnd.stardivision.math"
eja.mime["sdw"] =	"application/vnd.stardivision.writer"
eja.mime["sgl"] =	"application/vnd.stardivision.writer-global"
eja.mime["sxc"] =	"application/vnd.sun.xml.calc"
eja.mime["stc"] =	"application/vnd.sun.xml.calc.template"
eja.mime["sxd"] =	"application/vnd.sun.xml.draw"
eja.mime["std"] =	"application/vnd.sun.xml.draw.template"
eja.mime["sxi"] =	"application/vnd.sun.xml.impress"
eja.mime["sti"] =	"application/vnd.sun.xml.impress.template"
eja.mime["sxm"] =	"application/vnd.sun.xml.math"
eja.mime["sxw"] =	"application/vnd.sun.xml.writer"
eja.mime["sxg"] =	"application/vnd.sun.xml.writer.global"
eja.mime["stw"] =	"application/vnd.sun.xml.writer.template"
eja.mime["sis"] =	"application/vnd.symbian.install"
eja.mime["vsd"] =	"application/vnd.visio"
eja.mime["wbxml"] =	"application/vnd.wap.wbxml"
eja.mime["wmlc"] =	"application/vnd.wap.wmlc"
eja.mime["wmlsc"] =	"application/vnd.wap.wmlscriptc"
eja.mime["wpd"] =	"application/vnd.wordperfect"
eja.mime["wp5"] =	"application/vnd.wordperfect5.1"
eja.mime["wk"] =	"application/x-123"
eja.mime["7z"] =	"application/x-7z-compressed"
eja.mime["abw"] =	"application/x-abiword"
eja.mime["dmg"] =	"application/x-apple-diskimage"
eja.mime["bcpio"] =	"application/x-bcpio"
eja.mime["torrent"] =	"application/x-bittorrent"
eja.mime["cab"] =	"application/x-cab"
eja.mime["cbr"] =	"application/x-cbr"
eja.mime["cbz"] =	"application/x-cbz"
eja.mime["cdf"] =	"application/x-cdf"
eja.mime["cda"] =	"application/x-cdf"
eja.mime["vcd"] =	"application/x-cdlink"
eja.mime["pgn"] =	"application/x-chess-pgn"
eja.mime["mph"] =	"application/x-comsol"
eja.mime["cpio"] =	"application/x-cpio"
eja.mime["csh"] =	"application/x-csh"
eja.mime["deb"] =	"application/x-debian-package"
eja.mime["udeb"] =	"application/x-debian-package"
eja.mime["dcr"] =	"application/x-director"
eja.mime["dir"] =	"application/x-director"
eja.mime["dxr"] =	"application/x-director"
eja.mime["dms"] =	"application/x-dms"
eja.mime["wad"] =	"application/x-doom"
eja.mime["dvi"] =	"application/x-dvi"
eja.mime["pfa"] =	"application/x-font"
eja.mime["pfb"] =	"application/x-font"
eja.mime["gsf"] =	"application/x-font"
eja.mime["pcf"] =	"application/x-font"
eja.mime["pcf.Z"] =	"application/x-font"
eja.mime["mm"] =	"application/x-freemind"
eja.mime["spl"] =	"application/x-futuresplash"
eja.mime["gan"] =	"application/x-ganttproject"
eja.mime["gnumeric"] =	"application/x-gnumeric"
eja.mime["sgf"] =	"application/x-go-sgf"
eja.mime["gcf"] =	"application/x-graphing-calculator"
eja.mime["gtar"] =	"application/x-gtar"
eja.mime["tgz"] =	"application/x-gtar-compressed"
eja.mime["taz"] =	"application/x-gtar-compressed"
eja.mime["hdf"] =	"application/x-hdf"
eja.mime["rhtml"] =	"application/x-httpd-eruby"
eja.mime["phtml"] =	"application/x-httpd-php"
eja.mime["pht"] =	"application/x-httpd-php"
eja.mime["php"] =	"application/x-httpd-php"
eja.mime["phps"] =	"application/x-httpd-php-source"
eja.mime["php3"] =	"application/x-httpd-php3"
eja.mime["php3p"] =	"application/x-httpd-php3-preprocessed"
eja.mime["php4"] =	"application/x-httpd-php4"
eja.mime["php5"] =	"application/x-httpd-php5"
eja.mime["ica"] =	"application/x-ica"
eja.mime["info"] =	"application/x-info"
eja.mime["ins"] =	"application/x-internet-signup"
eja.mime["isp"] =	"application/x-internet-signup"
eja.mime["iii"] =	"application/x-iphone"
eja.mime["iso"] =	"application/x-iso9660-image"
eja.mime["jam"] =	"application/x-jam"
eja.mime["jnlp"] =	"application/x-java-jnlp-file"
eja.mime["jmz"] =	"application/x-jmol"
eja.mime["chrt"] =	"application/x-kchart"
eja.mime["kil"] =	"application/x-killustrator"
eja.mime["skp"] =	"application/x-koan"
eja.mime["skd"] =	"application/x-koan"
eja.mime["skt"] =	"application/x-koan"
eja.mime["skm"] =	"application/x-koan"
eja.mime["kpr"] =	"application/x-kpresenter"
eja.mime["kpt"] =	"application/x-kpresenter"
eja.mime["ksp"] =	"application/x-kspread"
eja.mime["kwd"] =	"application/x-kword"
eja.mime["kwt"] =	"application/x-kword"
eja.mime["latex"] =	"application/x-latex"
eja.mime["lha"] =	"application/x-lha"
eja.mime["lyx"] =	"application/x-lyx"
eja.mime["lzh"] =	"application/x-lzh"
eja.mime["lzx"] =	"application/x-lzx"
eja.mime["frm"] =	"application/x-maker"
eja.mime["maker"] =	"application/x-maker"
eja.mime["frame"] =	"application/x-maker"
eja.mime["fm"] =	"application/x-maker"
eja.mime["fb"] =	"application/x-maker"
eja.mime["book"] =	"application/x-maker"
eja.mime["fbdoc"] =	"application/x-maker"
eja.mime["mif"] =	"application/x-mif"
eja.mime["m3u8"] =	"application/x-mpegURL"
eja.mime["wmd"] =	"application/x-ms-wmd"
eja.mime["wmz"] =	"application/x-ms-wmz"
eja.mime["com"] =	"application/x-msdos-program"
eja.mime["exe"] =	"application/x-msdos-program"
eja.mime["bat"] =	"application/x-msdos-program"
eja.mime["dll"] =	"application/x-msdos-program"
eja.mime["msi"] =	"application/x-msi"
eja.mime["nc"] =	"application/x-netcdf"
eja.mime["pac"] =	"application/x-ns-proxy-autoconfig"
eja.mime["dat"] =	"application/x-ns-proxy-autoconfig"
eja.mime["nwc"] =	"application/x-nwc"
eja.mime["o"] =	"application/x-object"
eja.mime["oza"] =	"application/x-oz-application"
eja.mime["p7r"] =	"application/x-pkcs7-certreqresp"
eja.mime["crl"] =	"application/x-pkcs7-crl"
eja.mime["pyc"] =	"application/x-python-code"
eja.mime["pyo"] =	"application/x-python-code"
eja.mime["qgs"] =	"application/x-qgis"
eja.mime["shp"] =	"application/x-qgis"
eja.mime["shx"] =	"application/x-qgis"
eja.mime["qtl"] =	"application/x-quicktimeplayer"
eja.mime["rdp"] =	"application/x-rdp"
eja.mime["rpm"] =	"application/x-redhat-package-manager"
eja.mime["rb"] =	"application/x-ruby"
eja.mime["sci"] =	"application/x-scilab"
eja.mime["sce"] =	"application/x-scilab"
eja.mime["sh"] =	"application/x-sh"
eja.mime["shar"] =	"application/x-shar"
eja.mime["swf"] =	"application/x-shockwave-flash"
eja.mime["swfl"] =	"application/x-shockwave-flash"
eja.mime["scr"] =	"application/x-silverlight"
eja.mime["sql"] =	"application/x-sql"
eja.mime["sit"] =	"application/x-stuffit"
eja.mime["sitx"] =	"application/x-stuffit"
eja.mime["sv4cpio"] =	"application/x-sv4cpio"
eja.mime["sv4crc"] =	"application/x-sv4crc"
eja.mime["tar"] =	"application/x-tar"
eja.mime["tcl"] =	"application/x-tcl"
eja.mime["gf"] =	"application/x-tex-gf"
eja.mime["pk"] =	"application/x-tex-pk"
eja.mime["texinfo"] =	"application/x-texinfo"
eja.mime["texi"] =	"application/x-texinfo"
eja.mime["~"] =	"application/x-trash"
eja.mime["%"] =	"application/x-trash"
eja.mime["bak"] =	"application/x-trash"
eja.mime["old"] =	"application/x-trash"
eja.mime["sik"] =	"application/x-trash"
eja.mime["t"] =	"application/x-troff"
eja.mime["tr"] =	"application/x-troff"
eja.mime["roff"] =	"application/x-troff"
eja.mime["man"] =	"application/x-troff-man"
eja.mime["me"] =	"application/x-troff-me"
eja.mime["ms"] =	"application/x-troff-ms"
eja.mime["ustar"] =	"application/x-ustar"
eja.mime["src"] =	"application/x-wais-source"
eja.mime["wz"] =	"application/x-wingz"
eja.mime["crt"] =	"application/x-x509-ca-cert"
eja.mime["xcf"] =	"application/x-xcf"
eja.mime["fig"] =	"application/x-xfig"
eja.mime["xpi"] =	"application/x-xpinstall"
eja.mime["amr"] =	"audio/amr"
eja.mime["awb"] =	"audio/amr-wb"
eja.mime["amr"] =	"audio/amr"
eja.mime["awb"] =	"audio/amr-wb"
eja.mime["axa"] =	"audio/annodex"
eja.mime["au"] =	"audio/basic"
eja.mime["snd"] =	"audio/basic"
eja.mime["csd"] =	"audio/csound"
eja.mime["orc"] =	"audio/csound"
eja.mime["sco"] =	"audio/csound"
eja.mime["flac"] =	"audio/flac"
eja.mime["mid"] =	"audio/midi"
eja.mime["midi"] =	"audio/midi"
eja.mime["kar"] =	"audio/midi"
eja.mime["mpga"] =	"audio/mpeg"
eja.mime["mpega"] =	"audio/mpeg"
eja.mime["mp2"] =	"audio/mpeg"
eja.mime["mp3"] =	"audio/mpeg"
eja.mime["m4a"] =	"audio/mpeg"
eja.mime["m3u"] =	"audio/mpegurl"
eja.mime["oga"] =	"audio/ogg"
eja.mime["ogg"] =	"audio/ogg"
eja.mime["spx"] =	"audio/ogg"
eja.mime["sid"] =	"audio/prs.sid"
eja.mime["aif"] =	"audio/x-aiff"
eja.mime["aiff"] =	"audio/x-aiff"
eja.mime["aifc"] =	"audio/x-aiff"
eja.mime["gsm"] =	"audio/x-gsm"
eja.mime["m3u"] =	"audio/x-mpegurl"
eja.mime["wma"] =	"audio/x-ms-wma"
eja.mime["wax"] =	"audio/x-ms-wax"
eja.mime["ra"] =	"audio/x-pn-realaudio"
eja.mime["rm"] =	"audio/x-pn-realaudio"
eja.mime["ram"] =	"audio/x-pn-realaudio"
eja.mime["ra"] =	"audio/x-realaudio"
eja.mime["pls"] =	"audio/x-scpls"
eja.mime["sd2"] =	"audio/x-sd2"
eja.mime["wav"] =	"audio/x-wav"
eja.mime["alc"] =	"chemical/x-alchemy"
eja.mime["cac"] =	"chemical/x-cache"
eja.mime["cache"] =	"chemical/x-cache"
eja.mime["csf"] =	"chemical/x-cache-csf"
eja.mime["cbin"] =	"chemical/x-cactvs-binary"
eja.mime["cascii"] =	"chemical/x-cactvs-binary"
eja.mime["ctab"] =	"chemical/x-cactvs-binary"
eja.mime["cdx"] =	"chemical/x-cdx"
eja.mime["cer"] =	"chemical/x-cerius"
eja.mime["c3d"] =	"chemical/x-chem3d"
eja.mime["chm"] =	"chemical/x-chemdraw"
eja.mime["cif"] =	"chemical/x-cif"
eja.mime["cmdf"] =	"chemical/x-cmdf"
eja.mime["cml"] =	"chemical/x-cml"
eja.mime["cpa"] =	"chemical/x-compass"
eja.mime["bsd"] =	"chemical/x-crossfire"
eja.mime["csml"] =	"chemical/x-csml"
eja.mime["csm"] =	"chemical/x-csml"
eja.mime["ctx"] =	"chemical/x-ctx"
eja.mime["cxf"] =	"chemical/x-cxf"
eja.mime["cef"] =	"chemical/x-cxf"
eja.mime["emb"] =	"chemical/x-embl-dl-nucleotide"
eja.mime["embl"] =	"chemical/x-embl-dl-nucleotide"
eja.mime["spc"] =	"chemical/x-galactic-spc"
eja.mime["inp"] =	"chemical/x-gamess-input"
eja.mime["gam"] =	"chemical/x-gamess-input"
eja.mime["gamin"] =	"chemical/x-gamess-input"
eja.mime["fch"] =	"chemical/x-gaussian-checkpoint"
eja.mime["fchk"] =	"chemical/x-gaussian-checkpoint"
eja.mime["cub"] =	"chemical/x-gaussian-cube"
eja.mime["gau"] =	"chemical/x-gaussian-input"
eja.mime["gjc"] =	"chemical/x-gaussian-input"
eja.mime["gjf"] =	"chemical/x-gaussian-input"
eja.mime["gal"] =	"chemical/x-gaussian-log"
eja.mime["gcg"] =	"chemical/x-gcg8-sequence"
eja.mime["gen"] =	"chemical/x-genbank"
eja.mime["hin"] =	"chemical/x-hin"
eja.mime["istr"] =	"chemical/x-isostar"
eja.mime["ist"] =	"chemical/x-isostar"
eja.mime["jdx"] =	"chemical/x-jcamp-dx"
eja.mime["dx"] =	"chemical/x-jcamp-dx"
eja.mime["kin"] =	"chemical/x-kinemage"
eja.mime["mcm"] =	"chemical/x-macmolecule"
eja.mime["mmd"] =	"chemical/x-macromodel-input"
eja.mime["mmod"] =	"chemical/x-macromodel-input"
eja.mime["mol"] =	"chemical/x-mdl-molfile"
eja.mime["rd"] =	"chemical/x-mdl-rdfile"
eja.mime["rxn"] =	"chemical/x-mdl-rxnfile"
eja.mime["sd"] =	"chemical/x-mdl-sdfile"
eja.mime["sdf"] =	"chemical/x-mdl-sdfile"
eja.mime["tgf"] =	"chemical/x-mdl-tgf"
eja.mime["mcif"] =	"chemical/x-mmcif"
eja.mime["mol2"] =	"chemical/x-mol2"
eja.mime["b"] =	"chemical/x-molconn-Z"
eja.mime["gpt"] =	"chemical/x-mopac-graph"
eja.mime["mop"] =	"chemical/x-mopac-input"
eja.mime["mopcrt"] =	"chemical/x-mopac-input"
eja.mime["mpc"] =	"chemical/x-mopac-input"
eja.mime["zmt"] =	"chemical/x-mopac-input"
eja.mime["moo"] =	"chemical/x-mopac-out"
eja.mime["mvb"] =	"chemical/x-mopac-vib"
eja.mime["asn"] =	"chemical/x-ncbi-asn1"
eja.mime["prt"] =	"chemical/x-ncbi-asn1-ascii"
eja.mime["ent"] =	"chemical/x-ncbi-asn1-ascii"
eja.mime["val"] =	"chemical/x-ncbi-asn1-binary"
eja.mime["aso"] =	"chemical/x-ncbi-asn1-binary"
eja.mime["asn"] =	"chemical/x-ncbi-asn1-spec"
eja.mime["pdb"] =	"chemical/x-pdb"
eja.mime["ent"] =	"chemical/x-pdb"
eja.mime["ros"] =	"chemical/x-rosdal"
eja.mime["sw"] =	"chemical/x-swissprot"
eja.mime["vms"] =	"chemical/x-vamas-iso14976"
eja.mime["vmd"] =	"chemical/x-vmd"
eja.mime["xtel"] =	"chemical/x-xtel"
eja.mime["xyz"] =	"chemical/x-xyz"
eja.mime["gif"] =	"image/gif"
eja.mime["ief"] =	"image/ief"
eja.mime["jpeg"] =	"image/jpeg"
eja.mime["jpg"] =	"image/jpeg"
eja.mime["jpe"] =	"image/jpeg"
eja.mime["pcx"] =	"image/pcx"
eja.mime["png"] =	"image/png"
eja.mime["svg"] =	"image/svg+xml"
eja.mime["svgz"] =	"image/svg+xml"
eja.mime["tiff"] =	"image/tiff"
eja.mime["tif"] =	"image/tiff"
eja.mime["djvu"] =	"image/vnd.djvu"
eja.mime["djv"] =	"image/vnd.djvu"
eja.mime["wbmp"] =	"image/vnd.wap.wbmp"
eja.mime["cr2"] =	"image/x-canon-cr2"
eja.mime["crw"] =	"image/x-canon-crw"
eja.mime["ras"] =	"image/x-cmu-raster"
eja.mime["cdr"] =	"image/x-coreldraw"
eja.mime["pat"] =	"image/x-coreldrawpattern"
eja.mime["cdt"] =	"image/x-coreldrawtemplate"
eja.mime["cpt"] =	"image/x-corelphotopaint"
eja.mime["erf"] =	"image/x-epson-erf"
eja.mime["ico"] =	"image/x-icon"
eja.mime["art"] =	"image/x-jg"
eja.mime["jng"] =	"image/x-jng"
eja.mime["bmp"] =	"image/x-ms-bmp"
eja.mime["nef"] =	"image/x-nikon-nef"
eja.mime["orf"] =	"image/x-olympus-orf"
eja.mime["psd"] =	"image/x-photoshop"
eja.mime["pnm"] =	"image/x-portable-anymap"
eja.mime["pbm"] =	"image/x-portable-bitmap"
eja.mime["pgm"] =	"image/x-portable-graymap"
eja.mime["ppm"] =	"image/x-portable-pixmap"
eja.mime["rgb"] =	"image/x-rgb"
eja.mime["xbm"] =	"image/x-xbitmap"
eja.mime["xpm"] =	"image/x-xpixmap"
eja.mime["xwd"] =	"image/x-xwindowdump"
eja.mime["eml"] =	"message/rfc822"
eja.mime["igs"] =	"model/iges"
eja.mime["iges"] =	"model/iges"
eja.mime["msh"] =	"model/mesh"
eja.mime["mesh"] =	"model/mesh"
eja.mime["silo"] =	"model/mesh"
eja.mime["wrl"] =	"model/vrml"
eja.mime["vrml"] =	"model/vrml"
eja.mime["x3dv"] =	"model/x3d+vrml"
eja.mime["x3d"] =	"model/x3d+xml"
eja.mime["x3db"] =	"model/x3d+binary"
eja.mime["manifest"] =	"text/cache-manifest"
eja.mime["ics"] =	"text/calendar"
eja.mime["icz"] =	"text/calendar"
eja.mime["css"] =	"text/css"
eja.mime["csv"] =	"text/csv"
eja.mime["323"] =	"text/h323"
eja.mime["html"] =	"text/html"
eja.mime["htm"] =	"text/html"
eja.mime["shtml"] =	"text/html"
eja.mime["uls"] =	"text/iuls"
eja.mime["mml"] =	"text/mathml"
eja.mime["asc"] =	"text/plain"
eja.mime["txt"] =	"text/plain"
eja.mime["text"] =	"text/plain"
eja.mime["pot"] =	"text/plain"
eja.mime["brf"] =	"text/plain"
eja.mime["rtx"] =	"text/richtext"
eja.mime["sct"] =	"text/scriptlet"
eja.mime["wsc"] =	"text/scriptlet"
eja.mime["tm"] =	"text/texmacs"
eja.mime["tsv"] =	"text/tab-separated-values"
eja.mime["jad"] =	"text/vnd.sun.j2me.app-descriptor"
eja.mime["wml"] =	"text/vnd.wap.wml"
eja.mime["wmls"] =	"text/vnd.wap.wmlscript"
eja.mime["bib"] =	"text/x-bibtex"
eja.mime["boo"] =	"text/x-boo"
eja.mime["h++"] =	"text/x-c++hdr"
eja.mime["hpp"] =	"text/x-c++hdr"
eja.mime["hxx"] =	"text/x-c++hdr"
eja.mime["hh"] =	"text/x-c++hdr"
eja.mime["c++"] =	"text/x-c++src"
eja.mime["cpp"] =	"text/x-c++src"
eja.mime["cxx"] =	"text/x-c++src"
eja.mime["cc"] =	"text/x-c++src"
eja.mime["h"] =	"text/x-chdr"
eja.mime["htc"] =	"text/x-component"
eja.mime["csh"] =	"text/x-csh"
eja.mime["c"] =	"text/x-csrc"
eja.mime["d"] =	"text/x-dsrc"
eja.mime["diff"] =	"text/x-diff"
eja.mime["patch"] =	"text/x-diff"
eja.mime["hs"] =	"text/x-haskell"
eja.mime["java"] =	"text/x-java"
eja.mime["lhs"] =	"text/x-literate-haskell"
eja.mime["moc"] =	"text/x-moc"
eja.mime["p"] =	"text/x-pascal"
eja.mime["pas"] =	"text/x-pascal"
eja.mime["gcd"] =	"text/x-pcs-gcd"
eja.mime["pl"] =	"text/x-perl"
eja.mime["pm"] =	"text/x-perl"
eja.mime["py"] =	"text/x-python"
eja.mime["scala"] =	"text/x-scala"
eja.mime["etx"] =	"text/x-setext"
eja.mime["sfv"] =	"text/x-sfv"
eja.mime["sh"] =	"text/x-sh"
eja.mime["tcl"] =	"text/x-tcl"
eja.mime["tk"] =	"text/x-tcl"
eja.mime["tex"] =	"text/x-tex"
eja.mime["ltx"] =	"text/x-tex"
eja.mime["sty"] =	"text/x-tex"
eja.mime["cls"] =	"text/x-tex"
eja.mime["vcs"] =	"text/x-vcalendar"
eja.mime["vcf"] =	"text/x-vcard"
eja.mime["3gp"] =	"video/3gpp"
eja.mime["axv"] =	"video/annodex"
eja.mime["dl"] =	"video/dl"
eja.mime["dif"] =	"video/dv"
eja.mime["dv"] =	"video/dv"
eja.mime["fli"] =	"video/fli"
eja.mime["gl"] =	"video/gl"
eja.mime["mpeg"] =	"video/mpeg"
eja.mime["mpg"] =	"video/mpeg"
eja.mime["mpe"] =	"video/mpeg"
eja.mime["ts"] =	"video/MP2T"
eja.mime["mp4"] =	"video/mp4"
eja.mime["qt"] =	"video/quicktime"
eja.mime["mov"] =	"video/quicktime"
eja.mime["ogv"] =	"video/ogg"
eja.mime["webm"] =	"video/webm"
eja.mime["mxu"] =	"video/vnd.mpegurl"
eja.mime["flv"] =	"video/x-flv"
eja.mime["lsf"] =	"video/x-la-asf"
eja.mime["lsx"] =	"video/x-la-asf"
eja.mime["mng"] =	"video/x-mng"
eja.mime["asf"] =	"video/x-ms-asf"
eja.mime["asx"] =	"video/x-ms-asf"
eja.mime["wm"] =	"video/x-ms-wm"
eja.mime["wmv"] =	"video/x-ms-wmv"
eja.mime["wmx"] =	"video/x-ms-wmx"
eja.mime["wvx"] =	"video/x-ms-wvx"
eja.mime["avi"] =	"video/x-msvideo"
eja.mime["movie"] =	"video/x-sgi-movie"
eja.mime["mpv"] =	"video/x-matroska"
eja.mime["mkv"] =	"video/x-matroska"
eja.mime["ice"] =	"x-conference/x-cooltalk"
eja.mime["sisx"] =	"x-epoc/x-sisx-app"
eja.mime["vrm"] =	"x-world/x-vrml"
eja.mime["vrml"] =	"x-world/x-vrml"
eja.mime["wrl"] =	"x-world/x-vrml"