From 441e79b1d17b0f31231cb1b971c796cc14c68b67 Mon Sep 17 00:00:00 2001 From: Jean Boussier Date: Tue, 10 May 2022 11:02:15 -0400 Subject: [PATCH] Remove comment strings from Tables::TYPE That constant is private and the gem doesn't use these comments for anything. Might as well strip these strings. --- lib/marcel/tables.rb | 1778 ++++++++++++++++++------------------- script/generate_tables.rb | 5 +- 2 files changed, 892 insertions(+), 891 deletions(-) diff --git a/lib/marcel/tables.rb b/lib/marcel/tables.rb index e37c892..3c3c08c 100644 --- a/lib/marcel/tables.rb +++ b/lib/marcel/tables.rb @@ -1258,895 +1258,895 @@ module Marcel # @private # :nodoc: TYPES = { - 'application/andrew-inset' => [%w(ez), %w(), nil], - 'application/applixware' => [%w(aw), %w(), nil], - 'application/atom+xml' => [%w(atom), %w(), nil], - 'application/atomcat+xml' => [%w(atomcat), %w(), nil], - 'application/atomsvc+xml' => [%w(atomsvc), %w(), nil], - 'application/bizagi-modeler' => [%w(bpm), %w(application/zip), 'BizAgi Process Modeler'], - 'application/cbor' => [%w(cbor), %w(), 'Concise Binary Object Representation container'], - 'application/ccxml+xml' => [%w(ccxml), %w(), nil], - 'application/coreldraw' => [%w(cdr), %w(), 'des: CorelDraw X4 and newer'], - 'application/cu-seeme' => [%w(cu), %w(), nil], - 'application/dash+xml' => [%w(mpd), %w(application/xml), nil], - 'application/davmount+xml' => [%w(davmount), %w(), nil], - 'application/dif+xml' => [%w(dif), %w(application/xml), nil], - 'application/dita+xml;format=map' => [%w(ditamap), %w(application/dita+xml), 'DITA Map'], - 'application/dita+xml;format=topic' => [%w(dita), %w(application/dita+xml), 'DITA Topic'], - 'application/dita+xml;format=val' => [%w(ditaval), %w(application/dita+xml), 'DITA Conditional Processing Profile'], - 'application/ecmascript' => [%w(ecma), %w(), nil], - 'application/emma+xml' => [%w(emma), %w(), nil], - 'application/envi.hdr' => [%w(hdr), %w(), nil], - 'application/epub+zip' => [%w(epub), %w(), 'Electronic Publication'], - 'application/fits' => [%w(fits fit fts), %w(), 'Flexible Image Transport System'], - 'application/font-tdpfr' => [%w(pfr), %w(), nil], - 'application/gzip' => [%w(gz tgz), %w(), 'Gzip Compressed Archive'], - 'application/hyperstudio' => [%w(stk), %w(), nil], - 'application/illustrator' => [%w(ai), %w(application/postscript), 'Adobe Illustrator Artwork'], - 'application/java-archive' => [%w(jar), %w(application/zip), 'Java Archive'], - 'application/java-serialized-object' => [%w(ser), %w(), nil], - 'application/java-vm' => [%w(class), %w(), 'Java Class File'], - 'application/javascript' => [%w(js), %w(text/plain), 'JavaScript Source Code'], - 'application/json' => [%w(json), %w(application/javascript), nil], - 'application/lost+xml' => [%w(lostxml), %w(), nil], - 'application/mac-binhex40' => [%w(hqx), %w(), nil], - 'application/mac-compactpro' => [%w(cpt), %w(), nil], - 'application/marc' => [%w(mrc), %w(), nil], - 'application/mathematica' => [%w(ma nb mb), %w(text/plain), 'Wolfram Mathematica'], - 'application/mathml+xml' => [%w(mathml), %w(), nil], - 'application/mbox' => [%w(mbox), %w(text/x-tika-text-based-message), nil], - 'application/mediaservercontrol+xml' => [%w(mscml), %w(), nil], - 'application/mp4' => [%w(mp4s), %w(application/quicktime), 'MP4 container format'], - 'application/msword' => [%w(doc dot), %w(application/x-tika-msoffice), 'Microsoft Word Document'], - 'application/mxf' => [%w(mxf), %w(), nil], - 'application/octet-stream' => [%w(bin dms lha lrf lzh so dist distz pkg bpk dump elc deploy), %w(), nil], - 'application/oda' => [%w(oda), %w(), nil], - 'application/oebps-package+xml' => [%w(opf), %w(), nil], - 'application/ogg' => [%w(ogx), %w(), nil], - 'application/onenote' => [%w(onetmp), %w(), nil], - 'application/onenote; format=package' => [%w(onepkg), %w(application/vnd.ms-cab-compressed), 'OneNote Package'], - 'application/onenote;format=one' => [%w(one), %w(application/onenote), nil], - 'application/onenote;format=onetoc2' => [%w(onetoc onetoc2), %w(application/onenote), 'OneNote Table of Contents'], - 'application/patch-ops-error+xml' => [%w(xer), %w(), nil], - 'application/pdf' => [%w(pdf), %w(), 'Portable Document Format'], - 'application/pgp-encrypted' => [%w(pgp), %w(), nil], - 'application/pgp-signature' => [%w(asc sig), %w(), nil], - 'application/pics-rules' => [%w(prf), %w(), nil], - 'application/pkcs10' => [%w(p10), %w(), nil], - 'application/pkcs7-mime' => [%w(p7m p7c), %w(), nil], - 'application/pkcs7-signature' => [%w(p7s), %w(), nil], - 'application/pkix-cert' => [%w(cer), %w(), nil], - 'application/pkix-crl' => [%w(crl), %w(), nil], - 'application/pkix-pkipath' => [%w(pkipath), %w(), nil], - 'application/pkixcmp' => [%w(pki), %w(), nil], - 'application/pls+xml' => [%w(pls), %w(), nil], - 'application/postscript' => [%w(ps eps epsf epsi), %w(), 'PostScript'], - 'application/prs.cww' => [%w(cww), %w(), nil], - 'application/rdf+xml' => [%w(rdf owl xmp), %w(application/xml), 'XML syntax for RDF graphs'], - 'application/reginfo+xml' => [%w(rif), %w(), nil], - 'application/relax-ng-compact-syntax' => [%w(rnc), %w(text/plain), nil], - 'application/resource-lists+xml' => [%w(rl), %w(), nil], - 'application/resource-lists-diff+xml' => [%w(rld), %w(), nil], - 'application/rls-services+xml' => [%w(rs), %w(), nil], - 'application/rsd+xml' => [%w(rsd), %w(), nil], - 'application/rss+xml' => [%w(rss), %w(), nil], - 'application/rtf' => [%w(rtf), %w(text/plain), 'Rich Text Format File'], - 'application/sbml+xml' => [%w(sbml), %w(), nil], - 'application/scvp-cv-request' => [%w(scq), %w(), nil], - 'application/scvp-cv-response' => [%w(scs), %w(), nil], - 'application/scvp-vp-request' => [%w(spq), %w(), nil], - 'application/scvp-vp-response' => [%w(spp), %w(), nil], - 'application/sdp' => [%w(sdp), %w(), nil], - 'application/sereal' => [%w(srl), %w(), 'Sereal binary serialization format'], - 'application/set-payment-initiation' => [%w(setpay), %w(), nil], - 'application/set-registration-initiation' => [%w(setreg), %w(), nil], - 'application/shf+xml' => [%w(shf), %w(), nil], - 'application/sldworks' => [%w(sldprt sldasm slddrw), %w(application/x-tika-msoffice), 'SolidWorks CAD program'], - 'application/smil+xml' => [%w(smi smil sml), %w(application/xml), 'SMIL Multimedia'], - 'application/sparql-query' => [%w(rq), %w(), nil], - 'application/sparql-results+xml' => [%w(srx), %w(), nil], - 'application/srgs' => [%w(gram), %w(), nil], - 'application/srgs+xml' => [%w(grxml), %w(), nil], - 'application/ssml+xml' => [%w(ssml), %w(), nil], - 'application/timestamped-data' => [%w(tsd), %w(), nil], - 'application/vnd.3gpp.pic-bw-large' => [%w(plb), %w(), nil], - 'application/vnd.3gpp.pic-bw-small' => [%w(psb), %w(), nil], - 'application/vnd.3gpp.pic-bw-var' => [%w(pvb), %w(), nil], - 'application/vnd.3gpp2.tcap' => [%w(tcap), %w(), nil], - 'application/vnd.3m.post-it-notes' => [%w(pwn), %w(), nil], - 'application/vnd.accpac.simply.aso' => [%w(aso), %w(), nil], - 'application/vnd.accpac.simply.imp' => [%w(imp), %w(), nil], - 'application/vnd.acucobol' => [%w(acu), %w(), nil], - 'application/vnd.acucorp' => [%w(atc acutc), %w(), nil], - 'application/vnd.adobe.aftereffects.project' => [%w(aep), %w(), nil], - 'application/vnd.adobe.aftereffects.template' => [%w(aet), %w(), nil], - 'application/vnd.adobe.air-application-installer-package+zip' => [%w(air), %w(), nil], - 'application/vnd.adobe.xdp+xml' => [%w(xdp), %w(application/xml), nil], - 'application/vnd.adobe.xfdf' => [%w(xfdf), %w(application/xml), nil], - 'application/vnd.airzip.filesecure.azf' => [%w(azf), %w(), nil], - 'application/vnd.airzip.filesecure.azs' => [%w(azs), %w(), nil], - 'application/vnd.amazon.ebook' => [%w(azw), %w(), nil], - 'application/vnd.americandynamics.acc' => [%w(acc), %w(), nil], - 'application/vnd.amiga.ami' => [%w(ami), %w(), nil], - 'application/vnd.android.package-archive' => [%w(apk), %w(application/java-archive), nil], - 'application/vnd.anser-web-certificate-issue-initiation' => [%w(cii), %w(), nil], - 'application/vnd.anser-web-funds-transfer-initiation' => [%w(fti), %w(), nil], - 'application/vnd.antix.game-component' => [%w(atx), %w(), nil], - 'application/vnd.apple.installer+xml' => [%w(mpkg), %w(), nil], - 'application/vnd.apple.keynote' => [%w(key), %w(application/vnd.apple.iwork), nil], - 'application/vnd.apple.mpegurl' => [%w(m3u8), %w(), nil], - 'application/vnd.apple.numbers' => [%w(numbers), %w(application/vnd.apple.iwork), nil], - 'application/vnd.apple.pages' => [%w(pages), %w(application/vnd.apple.iwork), nil], - 'application/vnd.arastra.swi' => [%w(swi), %w(), nil], - 'application/vnd.blueice.multipass' => [%w(mpm), %w(), nil], - 'application/vnd.bmi' => [%w(bmi), %w(), nil], - 'application/vnd.businessobjects' => [%w(rep), %w(), nil], - 'application/vnd.chemdraw+xml' => [%w(cdxml), %w(), nil], - 'application/vnd.chipnuts.karaoke-mmd' => [%w(mmd), %w(), nil], - 'application/vnd.cinderella' => [%w(cdy), %w(), nil], - 'application/vnd.claymore' => [%w(cla), %w(), nil], - 'application/vnd.clonk.c4group' => [%w(c4g c4d c4f c4p c4u), %w(), nil], - 'application/vnd.commonspace' => [%w(csp), %w(), nil], - 'application/vnd.contact.cmsg' => [%w(cdbcmsg), %w(), nil], - 'application/vnd.cosmocaller' => [%w(cmc), %w(), nil], - 'application/vnd.crick.clicker' => [%w(clkx), %w(), nil], - 'application/vnd.crick.clicker.keyboard' => [%w(clkk), %w(), nil], - 'application/vnd.crick.clicker.palette' => [%w(clkp), %w(), nil], - 'application/vnd.crick.clicker.template' => [%w(clkt), %w(), nil], - 'application/vnd.crick.clicker.wordbank' => [%w(clkw), %w(), nil], - 'application/vnd.criticaltools.wbs+xml' => [%w(wbs), %w(), nil], - 'application/vnd.ctc-posml' => [%w(pml), %w(), nil], - 'application/vnd.cups-ppd' => [%w(ppd), %w(), nil], - 'application/vnd.curl.car' => [%w(car), %w(), nil], - 'application/vnd.curl.pcurl' => [%w(pcurl), %w(), nil], - 'application/vnd.data-vision.rdz' => [%w(rdz), %w(), nil], - 'application/vnd.denovo.fcselayout-link' => [%w(fe_launch), %w(), nil], - 'application/vnd.dna' => [%w(dna), %w(), nil], - 'application/vnd.dolby.mlp' => [%w(mlp), %w(), nil], - 'application/vnd.dpgraph' => [%w(dpg), %w(), nil], - 'application/vnd.dreamfactory' => [%w(dfac), %w(), nil], - 'application/vnd.dynageo' => [%w(geo), %w(), nil], - 'application/vnd.ecowin.chart' => [%w(mag), %w(), nil], - 'application/vnd.enliven' => [%w(nml), %w(), nil], - 'application/vnd.epson.esf' => [%w(esf), %w(), nil], - 'application/vnd.epson.msf' => [%w(msf), %w(), nil], - 'application/vnd.epson.quickanime' => [%w(qam), %w(), nil], - 'application/vnd.epson.salt' => [%w(slt), %w(), nil], - 'application/vnd.epson.ssf' => [%w(ssf), %w(), nil], - 'application/vnd.eszigno3+xml' => [%w(es3 et3), %w(), nil], - 'application/vnd.etsi.asic-e+zip' => [%w(asice), %w(application/zip), 'Extended Associated Signature Container'], - 'application/vnd.etsi.asic-s+zip' => [%w(asics), %w(application/zip), 'Simple Associated Signature Container'], - 'application/vnd.ezpix-album' => [%w(ez2), %w(), nil], - 'application/vnd.ezpix-package' => [%w(ez3), %w(), nil], - 'application/vnd.fdf' => [%w(fdf), %w(), 'Forms Data Format'], - 'application/vnd.fdsn.mseed' => [%w(mseed), %w(), nil], - 'application/vnd.fdsn.seed' => [%w(seed dataless), %w(), nil], - 'application/vnd.flographit' => [%w(gph), %w(), nil], - 'application/vnd.fluxtime.clip' => [%w(ftc), %w(), nil], - 'application/vnd.framemaker' => [%w(fm frame maker book), %w(), nil], - 'application/vnd.frogans.fnc' => [%w(fnc), %w(), nil], - 'application/vnd.frogans.ltf' => [%w(ltf), %w(), nil], - 'application/vnd.fsc.weblaunch' => [%w(fsc), %w(), nil], - 'application/vnd.fujitsu.oasys' => [%w(oas), %w(), nil], - 'application/vnd.fujitsu.oasys2' => [%w(oa2), %w(), nil], - 'application/vnd.fujitsu.oasys3' => [%w(oa3), %w(), nil], - 'application/vnd.fujitsu.oasysgp' => [%w(fg5), %w(), nil], - 'application/vnd.fujitsu.oasysprs' => [%w(bh2), %w(), nil], - 'application/vnd.fujixerox.ddd' => [%w(ddd), %w(), nil], - 'application/vnd.fujixerox.docuworks' => [%w(xdw), %w(), nil], - 'application/vnd.fujixerox.docuworks.binder' => [%w(xbd), %w(), nil], - 'application/vnd.fuzzysheet' => [%w(fzs), %w(), nil], - 'application/vnd.genomatix.tuxedo' => [%w(txd), %w(), nil], - 'application/vnd.geogebra.file' => [%w(ggb), %w(), nil], - 'application/vnd.geogebra.tool' => [%w(ggt), %w(), nil], - 'application/vnd.geometry-explorer' => [%w(gex gre), %w(), nil], - 'application/vnd.gmx' => [%w(gmx), %w(), nil], - 'application/vnd.google-earth.kml+xml' => [%w(kml), %w(application/xml), 'Keyhole Markup Language'], - 'application/vnd.google-earth.kmz' => [%w(kmz), %w(application/zip), nil], - 'application/vnd.grafeq' => [%w(gqf gqs), %w(), nil], - 'application/vnd.groove-account' => [%w(gac), %w(), nil], - 'application/vnd.groove-help' => [%w(ghf), %w(), nil], - 'application/vnd.groove-identity-message' => [%w(gim), %w(), nil], - 'application/vnd.groove-injector' => [%w(grv), %w(), nil], - 'application/vnd.groove-tool-message' => [%w(gtm), %w(), nil], - 'application/vnd.groove-tool-template' => [%w(tpl), %w(), nil], - 'application/vnd.groove-vcard' => [%w(vcg), %w(), nil], - 'application/vnd.handheld-entertainment+xml' => [%w(zmm), %w(), nil], - 'application/vnd.hbci' => [%w(hbci), %w(), nil], - 'application/vnd.hhe.lesson-player' => [%w(les), %w(), nil], - 'application/vnd.hp-hpgl' => [%w(hpgl), %w(), nil], - 'application/vnd.hp-hpid' => [%w(hpid), %w(), nil], - 'application/vnd.hp-hps' => [%w(hps), %w(), nil], - 'application/vnd.hp-jlyt' => [%w(jlt), %w(), nil], - 'application/vnd.hp-pcl' => [%w(pcl), %w(), nil], - 'application/vnd.hp-pclxl' => [%w(pclxl), %w(), nil], - 'application/vnd.hydrostatix.sof-data' => [%w(sfd-hdstx), %w(), nil], - 'application/vnd.hzn-3d-crossword' => [%w(x3d), %w(), nil], - 'application/vnd.ibm.minipay' => [%w(mpy), %w(), nil], - 'application/vnd.ibm.modcap' => [%w(afp listafp list3820), %w(), nil], - 'application/vnd.ibm.rights-management' => [%w(irm), %w(), nil], - 'application/vnd.ibm.secure-container' => [%w(sc), %w(), nil], - 'application/vnd.iccprofile' => [%w(icc icm), %w(), nil], - 'application/vnd.igloader' => [%w(igl), %w(), nil], - 'application/vnd.immervision-ivp' => [%w(ivp), %w(), nil], - 'application/vnd.immervision-ivu' => [%w(ivu), %w(), nil], - 'application/vnd.intercon.formnet' => [%w(xpw xpx), %w(), nil], - 'application/vnd.intu.qbo' => [%w(qbo), %w(), nil], - 'application/vnd.intu.qfx' => [%w(qfx), %w(), nil], - 'application/vnd.iptc.g2.newsmessage+xml' => [%w(nar), %w(application/xml), 'XML syntax for IPTC NewsMessages'], - 'application/vnd.ipunplugged.rcprofile' => [%w(rcprofile), %w(), nil], - 'application/vnd.irepository.package+xml' => [%w(irp), %w(), nil], - 'application/vnd.is-xpr' => [%w(xpr), %w(), nil], - 'application/vnd.jam' => [%w(jam), %w(), nil], - 'application/vnd.java.hprof ' => [%w(hprof), %w(), 'Java hprof text file'], - 'application/vnd.java.hprof.text' => [%w(hprof.txt), %w(text/plain), 'Java hprof text file'], - 'application/vnd.jcp.javame.midlet-rms' => [%w(rms), %w(), nil], - 'application/vnd.jisp' => [%w(jisp), %w(), nil], - 'application/vnd.joost.joda-archive' => [%w(joda), %w(), nil], - 'application/vnd.kahootz' => [%w(ktz ktr), %w(), nil], - 'application/vnd.kde.karbon' => [%w(karbon), %w(), nil], - 'application/vnd.kde.kchart' => [%w(chrt), %w(), 'KChart File'], - 'application/vnd.kde.kformula' => [%w(kfo), %w(), nil], - 'application/vnd.kde.kivio' => [%w(flw), %w(), nil], - 'application/vnd.kde.kontour' => [%w(kon), %w(), nil], - 'application/vnd.kde.kpresenter' => [%w(kpr kpt), %w(), 'KPresenter File'], - 'application/vnd.kde.kspread' => [%w(ksp), %w(), 'KSpread File'], - 'application/vnd.kde.kword' => [%w(kwd kwt), %w(), 'KWord File'], - 'application/vnd.kenameaapp' => [%w(htke), %w(), nil], - 'application/vnd.kidspiration' => [%w(kia), %w(), nil], - 'application/vnd.kinar' => [%w(kne knp), %w(), nil], - 'application/vnd.koan' => [%w(skp skd skt skm), %w(), 'SSEYO Koan File'], - 'application/vnd.kodak-descriptor' => [%w(sse), %w(), nil], - 'application/vnd.llamagraphics.life-balance.desktop' => [%w(lbd), %w(), nil], - 'application/vnd.llamagraphics.life-balance.exchange+xml' => [%w(lbe), %w(), nil], - 'application/vnd.lotus-1-2-3' => [%w(wk1 wk2 wk3 wk4 123), %w(), 'Lotus 1-2-3'], - 'application/vnd.lotus-1-2-3;version=2' => [%w(wk1 wk2), %w(application/vnd.lotus-1-2-3), 'Lotus 1-2-3, version 2'], - 'application/vnd.lotus-1-2-3;version=3' => [%w(wk3), %w(application/vnd.lotus-1-2-3), 'Lotus 1-2-3, version 3'], - 'application/vnd.lotus-1-2-3;version=4' => [%w(wk4), %w(application/vnd.lotus-1-2-3), 'Lotus 1-2-3, version 4-5'], - 'application/vnd.lotus-1-2-3;version=97+9.x' => [%w(123), %w(application/vnd.lotus-1-2-3), 'Lotus 1-2-3, version 97/9.x'], - 'application/vnd.lotus-approach' => [%w(apr), %w(), nil], - 'application/vnd.lotus-freelance' => [%w(pre), %w(), nil], - 'application/vnd.lotus-notes' => [%w(nsf), %w(), nil], - 'application/vnd.lotus-organizer' => [%w(org), %w(), nil], - 'application/vnd.lotus-wordpro' => [%w(lwp), %w(), nil], - 'application/vnd.macports.portpkg' => [%w(portpkg), %w(), nil], - 'application/vnd.mcd' => [%w(mcd), %w(), nil], - 'application/vnd.medcalcdata' => [%w(mc1), %w(), nil], - 'application/vnd.mediastation.cdkey' => [%w(cdkey), %w(), nil], - 'application/vnd.mfer' => [%w(mwf), %w(), nil], - 'application/vnd.mfmp' => [%w(mfm), %w(), nil], - 'application/vnd.micrografx.flo' => [%w(flo), %w(), nil], - 'application/vnd.micrografx.igx' => [%w(igx), %w(), nil], - 'application/vnd.mif' => [%w(mif), %w(), 'FrameMaker Interchange Format'], - 'application/vnd.mindjet.mindmanager' => [%w(mmp mmap mmpt mmat mmmp mmas), %w(application/zip), 'MindManager'], - 'application/vnd.mobius.daf' => [%w(daf), %w(), nil], - 'application/vnd.mobius.dis' => [%w(dis), %w(), nil], - 'application/vnd.mobius.mbk' => [%w(mbk), %w(), nil], - 'application/vnd.mobius.mqy' => [%w(mqy), %w(), nil], - 'application/vnd.mobius.msl' => [%w(msl), %w(), nil], - 'application/vnd.mobius.plc' => [%w(plc), %w(), nil], - 'application/vnd.mobius.txf' => [%w(txf), %w(), nil], - 'application/vnd.mophun.application' => [%w(mpn), %w(), nil], - 'application/vnd.mophun.certificate' => [%w(mpc), %w(), nil], - 'application/vnd.mozilla.xul+xml' => [%w(xul), %w(), nil], - 'application/vnd.ms-artgalry' => [%w(cil), %w(), nil], - 'application/vnd.ms-cab-compressed' => [%w(cab), %w(), nil], - 'application/vnd.ms-excel' => [%w(xls xlm xla xlc xlt xlw xll xld), %w(application/x-tika-msoffice), 'Microsoft Excel Spreadsheet'], - 'application/vnd.ms-excel.addin.macroenabled.12' => [%w(xlam), %w(application/x-tika-ooxml), 'Office Open XML Workbook Add-in (macro-enabled)'], - 'application/vnd.ms-excel.sheet.binary.macroenabled.12' => [%w(xlsb), %w(application/x-tika-ooxml), 'Microsoft Excel 2007 Binary Spreadsheet'], - 'application/vnd.ms-excel.sheet.macroenabled.12' => [%w(xlsm), %w(application/x-tika-ooxml), 'Office Open XML Workbook (macro-enabled)'], - 'application/vnd.ms-excel.template.macroenabled.12' => [%w(xltm), %w(application/x-tika-ooxml), 'Office Open XML Workbook Template (macro-enabled)'], - 'application/vnd.ms-fontobject' => [%w(eot), %w(), nil], - 'application/vnd.ms-htmlhelp' => [%w(chm), %w(), nil], - 'application/vnd.ms-ims' => [%w(ims), %w(), nil], - 'application/vnd.ms-lrm' => [%w(lrm), %w(), nil], - 'application/vnd.ms-outlook' => [%w(msg), %w(application/x-tika-msoffice), 'Microsoft Outlook Message'], - 'application/vnd.ms-outlook-pst' => [%w(pst ost), %w(), 'Outlook Personal Folders File Format'], - 'application/vnd.ms-pki.seccat' => [%w(cat), %w(), nil], - 'application/vnd.ms-pki.stl' => [%w(stl), %w(), nil], - 'application/vnd.ms-powerpoint' => [%w(ppt ppz pps pot ppa), %w(application/x-tika-msoffice), 'Microsoft Powerpoint Presentation'], - 'application/vnd.ms-powerpoint.addin.macroenabled.12' => [%w(ppam), %w(application/x-tika-ooxml), 'Office Open XML Presentation Add-in (macro-enabled)'], - 'application/vnd.ms-powerpoint.presentation.macroenabled.12' => [%w(pptm), %w(application/x-tika-ooxml), 'Office Open XML Presentation (macro-enabled)'], - 'application/vnd.ms-powerpoint.slide.macroenabled.12' => [%w(sldm), %w(application/x-tika-ooxml), nil], - 'application/vnd.ms-powerpoint.slideshow.macroenabled.12' => [%w(ppsm), %w(application/x-tika-ooxml), 'Office Open XML Presentation Slideshow (macro-enabled)'], - 'application/vnd.ms-powerpoint.template.macroenabled.12' => [%w(potm), %w(application/x-tika-ooxml), nil], - 'application/vnd.ms-project' => [%w(mpp mpt), %w(application/x-tika-msoffice), nil], - 'application/vnd.ms-visio.drawing' => [%w(vsdx), %w(application/x-tika-visio-ooxml), 'Office Open XML Visio Drawing (macro-free)'], - 'application/vnd.ms-visio.drawing.macroEnabled.12' => [%w(vsdm), %w(application/x-tika-visio-ooxml), 'Office Open XML Visio Drawing (macro-enabled)'], - 'application/vnd.ms-visio.stencil' => [%w(vssx), %w(application/x-tika-visio-ooxml), 'Office Open XML Visio Stencil (macro-free)'], - 'application/vnd.ms-visio.stencil.macroEnabled.12' => [%w(vssm), %w(application/x-tika-visio-ooxml), 'Office Open XML Visio Stencil (macro-enabled)'], - 'application/vnd.ms-visio.template' => [%w(vstx), %w(application/x-tika-visio-ooxml), 'Office Open XML Visio Template (macro-free)'], - 'application/vnd.ms-visio.template.macroEnabled.12' => [%w(vstm), %w(application/x-tika-visio-ooxml), 'Office Open XML Visio Template (macro-enabled)'], - 'application/vnd.ms-word.document.macroenabled.12' => [%w(docm), %w(application/x-tika-ooxml), 'Office Open XML Document (macro-enabled)'], - 'application/vnd.ms-word.template.macroenabled.12' => [%w(dotm), %w(application/x-tika-ooxml), 'Office Open XML Document Template (macro-enabled)'], - 'application/vnd.ms-works' => [%w(wps wks wcm wdb), %w(application/x-tika-msoffice), nil], - 'application/vnd.ms-wpl' => [%w(wpl), %w(), nil], - 'application/vnd.ms-xpsdocument' => [%w(xps oxps), %w(application/x-tika-ooxml), 'Open XML Paper Specification'], - 'application/vnd.mseq' => [%w(mseq), %w(), nil], - 'application/vnd.musician' => [%w(mus), %w(), nil], - 'application/vnd.muvee.style' => [%w(msty), %w(), nil], - 'application/vnd.neurolanguage.nlu' => [%w(nlu), %w(), nil], - 'application/vnd.noblenet-directory' => [%w(nnd), %w(), nil], - 'application/vnd.noblenet-sealer' => [%w(nns), %w(), nil], - 'application/vnd.noblenet-web' => [%w(nnw), %w(), nil], - 'application/vnd.nokia.n-gage.data' => [%w(ngdat), %w(), nil], - 'application/vnd.nokia.n-gage.symbian.install' => [%w(n-gage), %w(), nil], - 'application/vnd.nokia.radio-preset' => [%w(rpst), %w(), nil], - 'application/vnd.nokia.radio-presets' => [%w(rpss), %w(), nil], - 'application/vnd.novadigm.edm' => [%w(edm), %w(), nil], - 'application/vnd.novadigm.edx' => [%w(edx), %w(), nil], - 'application/vnd.novadigm.ext' => [%w(ext), %w(), nil], - 'application/vnd.oasis.opendocument.base' => [%w(odb), %w(), nil], - 'application/vnd.oasis.opendocument.chart' => [%w(odc), %w(), 'OpenDocument v1.0: Chart document'], - 'application/vnd.oasis.opendocument.chart-template' => [%w(otc), %w(), 'OpenDocument v1.0: Chart document used as template'], - 'application/vnd.oasis.opendocument.flat.presentation' => [%w(fodp), %w(application/vnd.oasis.opendocument.tika.flat.document), 'OpenDocument v1.0: Flat Presentation document'], - 'application/vnd.oasis.opendocument.flat.spreadsheet' => [%w(fods), %w(application/vnd.oasis.opendocument.tika.flat.document), 'OpenDocument v1.0: Flat Spreadsheet document'], - 'application/vnd.oasis.opendocument.flat.text' => [%w(fodt), %w(application/vnd.oasis.opendocument.tika.flat.document), 'OpenDocument v1.0: Flat Text document'], - 'application/vnd.oasis.opendocument.formula' => [%w(odf), %w(application/zip), 'OpenDocument v1.0: Formula document'], - 'application/vnd.oasis.opendocument.formula-template' => [%w(odft), %w(), 'OpenDocument v1.0: Formula document used as template'], - 'application/vnd.oasis.opendocument.graphics' => [%w(odg), %w(), 'OpenDocument v1.0: Graphics document (Drawing)'], - 'application/vnd.oasis.opendocument.graphics-template' => [%w(otg), %w(), 'OpenDocument v1.0: Graphics document used as template'], - 'application/vnd.oasis.opendocument.image' => [%w(odi), %w(), 'OpenDocument v1.0: Image document'], - 'application/vnd.oasis.opendocument.image-template' => [%w(oti), %w(), 'OpenDocument v1.0: Image document used as template'], - 'application/vnd.oasis.opendocument.presentation' => [%w(odp), %w(), 'OpenDocument v1.0: Presentation document'], - 'application/vnd.oasis.opendocument.presentation-template' => [%w(otp), %w(), 'OpenDocument v1.0: Presentation document used as template'], - 'application/vnd.oasis.opendocument.spreadsheet' => [%w(ods), %w(), 'OpenDocument v1.0: Spreadsheet document'], - 'application/vnd.oasis.opendocument.spreadsheet-template' => [%w(ots), %w(), 'OpenDocument v1.0: Spreadsheet document used as template'], - 'application/vnd.oasis.opendocument.text' => [%w(odt), %w(), 'OpenDocument v1.0: Text document'], - 'application/vnd.oasis.opendocument.text-master' => [%w(otm), %w(), 'OpenDocument v1.0: Global Text document'], - 'application/vnd.oasis.opendocument.text-template' => [%w(ott), %w(), 'OpenDocument v1.0: Text document used as template'], - 'application/vnd.oasis.opendocument.text-web' => [%w(oth), %w(), 'OpenDocument v1.0: Text document used as template for HTML documents'], - 'application/vnd.olpc-sugar' => [%w(xo), %w(), nil], - 'application/vnd.oma.dd2+xml' => [%w(dd2), %w(), nil], - 'application/vnd.openofficeorg.autotext' => [%w(bau), %w(application/zip), nil], - 'application/vnd.openofficeorg.extension' => [%w(oxt), %w(), nil], - 'application/vnd.openxmlformats-officedocument.presentationml.presentation' => [%w(pptx thmx), %w(application/x-tika-ooxml), 'Office Open XML Presentation'], - 'application/vnd.openxmlformats-officedocument.presentationml.slide' => [%w(sldx), %w(application/x-tika-ooxml), nil], - 'application/vnd.openxmlformats-officedocument.presentationml.slideshow' => [%w(ppsx), %w(application/x-tika-ooxml), 'Office Open XML Presentation Slideshow'], - 'application/vnd.openxmlformats-officedocument.presentationml.template' => [%w(potx), %w(application/x-tika-ooxml), 'Office Open XML Presentation Template'], - 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => [%w(xlsx), %w(application/x-tika-ooxml), 'Office Open XML Workbook'], - 'application/vnd.openxmlformats-officedocument.spreadsheetml.template' => [%w(xltx), %w(application/x-tika-ooxml), 'Office Open XML Workbook Template'], - 'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => [%w(docx), %w(application/x-tika-ooxml), 'Office Open XML Document'], - 'application/vnd.openxmlformats-officedocument.wordprocessingml.template' => [%w(dotx), %w(application/x-tika-ooxml), 'Office Open XML Document Template'], - 'application/vnd.osgi.dp' => [%w(dp), %w(), nil], - 'application/vnd.palm' => [%w(pqa oprc), %w(), nil], - 'application/vnd.pg.format' => [%w(str), %w(), nil], - 'application/vnd.pg.osasli' => [%w(ei6), %w(), nil], - 'application/vnd.picsel' => [%w(efif), %w(), nil], - 'application/vnd.pocketlearn' => [%w(plf), %w(), nil], - 'application/vnd.powerbuilder6' => [%w(pbd), %w(), nil], - 'application/vnd.previewsystems.box' => [%w(box), %w(), nil], - 'application/vnd.proteus.magazine' => [%w(mgz), %w(), nil], - 'application/vnd.publishare-delta-tree' => [%w(qps), %w(), nil], - 'application/vnd.pvi.ptid1' => [%w(ptid), %w(), nil], - 'application/vnd.quark.quarkxpress' => [%w(qxd qxt qwd qwt qxl qxb), %w(), nil], - 'application/vnd.recordare.musicxml' => [%w(mxl), %w(), nil], - 'application/vnd.recordare.musicxml+xml' => [%w(musicxml), %w(), nil], - 'application/vnd.rim.cod' => [%w(cod), %w(), nil], - 'application/vnd.rn-realmedia' => [%w(rm), %w(), nil], - 'application/vnd.route66.link66+xml' => [%w(link66), %w(), nil], - 'application/vnd.seemail' => [%w(see), %w(), nil], - 'application/vnd.sema' => [%w(sema), %w(), nil], - 'application/vnd.semd' => [%w(semd), %w(), nil], - 'application/vnd.semf' => [%w(semf), %w(), nil], - 'application/vnd.shana.informed.formdata' => [%w(ifm), %w(), nil], - 'application/vnd.shana.informed.formtemplate' => [%w(itp), %w(), nil], - 'application/vnd.shana.informed.interchange' => [%w(iif), %w(), nil], - 'application/vnd.shana.informed.package' => [%w(ipk), %w(), nil], - 'application/vnd.simtech-mindmapper' => [%w(twd twds), %w(), nil], - 'application/vnd.smaf' => [%w(mmf), %w(), nil], - 'application/vnd.smart.teacher' => [%w(teacher), %w(), nil], - 'application/vnd.solent.sdkm+xml' => [%w(sdkm sdkd), %w(), nil], - 'application/vnd.spotfire.dxp' => [%w(dxp), %w(), nil], - 'application/vnd.spotfire.sfs' => [%w(sfs), %w(), nil], - 'application/vnd.stardivision.calc' => [%w(sdc), %w(application/x-tika-staroffice), nil], - 'application/vnd.stardivision.draw' => [%w(sda), %w(application/x-tika-staroffice), nil], - 'application/vnd.stardivision.impress' => [%w(sdd), %w(application/x-tika-staroffice), nil], - 'application/vnd.stardivision.math' => [%w(smf), %w(), nil], - 'application/vnd.stardivision.writer' => [%w(sdw), %w(application/x-tika-staroffice), nil], - 'application/vnd.stardivision.writer-global' => [%w(sgl), %w(), nil], - 'application/vnd.sun.xml.calc' => [%w(sxc), %w(), nil], - 'application/vnd.sun.xml.calc.template' => [%w(stc), %w(), nil], - 'application/vnd.sun.xml.draw' => [%w(sxd), %w(), nil], - 'application/vnd.sun.xml.draw.template' => [%w(std), %w(), nil], - 'application/vnd.sun.xml.impress' => [%w(sxi), %w(), nil], - 'application/vnd.sun.xml.impress.template' => [%w(sti), %w(), nil], - 'application/vnd.sun.xml.math' => [%w(sxm), %w(), nil], - 'application/vnd.sun.xml.writer' => [%w(sxw), %w(), 'OpenOffice v1.0: Writer Document'], - 'application/vnd.sun.xml.writer.global' => [%w(sxg), %w(), nil], - 'application/vnd.sun.xml.writer.template' => [%w(stw), %w(), nil], - 'application/vnd.sus-calendar' => [%w(sus susp), %w(), nil], - 'application/vnd.svd' => [%w(svd), %w(), nil], - 'application/vnd.symbian.install' => [%w(sis sisx), %w(), nil], - 'application/vnd.syncml+xml' => [%w(xsm), %w(), nil], - 'application/vnd.syncml.dm+wbxml' => [%w(bdm), %w(), nil], - 'application/vnd.syncml.dm+xml' => [%w(xdm), %w(), nil], - 'application/vnd.tao.intent-module-archive' => [%w(tao), %w(), nil], - 'application/vnd.tcpdump.pcap' => [%w(pcap cap dmp), %w(), 'TCPDump pcap packet capture'], - 'application/vnd.tmobile-livetv' => [%w(tmo), %w(), nil], - 'application/vnd.trid.tpt' => [%w(tpt), %w(), nil], - 'application/vnd.triscape.mxs' => [%w(mxs), %w(), nil], - 'application/vnd.trueapp' => [%w(tra), %w(), nil], - 'application/vnd.ufdl' => [%w(ufd ufdl), %w(), nil], - 'application/vnd.uiq.theme' => [%w(utz), %w(), nil], - 'application/vnd.umajin' => [%w(umj), %w(), nil], - 'application/vnd.unity' => [%w(unityweb), %w(), nil], - 'application/vnd.uoml+xml' => [%w(uoml), %w(), nil], - 'application/vnd.vcx' => [%w(vcx), %w(), nil], - 'application/vnd.visio' => [%w(vsd vst vss vsw), %w(application/x-tika-msoffice), 'Microsoft Visio Diagram'], - 'application/vnd.visionary' => [%w(vis), %w(), nil], - 'application/vnd.vsf' => [%w(vsf), %w(), nil], - 'application/vnd.wap.wbxml' => [%w(wbxml), %w(), nil], - 'application/vnd.wap.wmlc' => [%w(wmlc), %w(), 'Compiled WML Document'], - 'application/vnd.wap.wmlscriptc' => [%w(wmlsc), %w(), 'Compiled WML Script'], - 'application/vnd.webturbo' => [%w(wtb), %w(), nil], - 'application/vnd.wolfram.wl' => [%w(wl), %w(application/mathematica), 'Wolfram Language'], - 'application/vnd.wordperfect' => [%w(wpd wp wp5 wp6 w60 wp61 wpt), %w(), 'WordPerfect - Corel Word Processing'], - 'application/vnd.wqd' => [%w(wqd), %w(), nil], - 'application/vnd.wt.stf' => [%w(stf), %w(), nil], - 'application/vnd.xara' => [%w(xar), %w(), nil], - 'application/vnd.xfdl' => [%w(xfdl), %w(), nil], - 'application/vnd.yamaha.hv-dic' => [%w(hvd), %w(), nil], - 'application/vnd.yamaha.hv-script' => [%w(hvs), %w(), nil], - 'application/vnd.yamaha.hv-voice' => [%w(hvp), %w(), nil], - 'application/vnd.yamaha.openscoreformat' => [%w(osf), %w(), nil], - 'application/vnd.yamaha.openscoreformat.osfpvg+xml' => [%w(osfpvg), %w(), nil], - 'application/vnd.yamaha.smaf-audio' => [%w(saf), %w(), nil], - 'application/vnd.yamaha.smaf-phrase' => [%w(spf), %w(), nil], - 'application/vnd.yellowriver-custom-menu' => [%w(cmp), %w(), nil], - 'application/vnd.zul' => [%w(zir zirz), %w(), nil], - 'application/vnd.zzazz.deck+xml' => [%w(zaz), %w(), nil], - 'application/voicexml+xml' => [%w(vxml), %w(), nil], - 'application/warc' => [%w(warc), %w(), 'WARC'], - 'application/wasm' => [%w(wasm), %w(), 'Web Assembly'], - 'application/winhlp' => [%w(hlp), %w(), nil], - 'application/wsdl+xml' => [%w(wsdl), %w(), nil], - 'application/wspolicy+xml' => [%w(wspolicy), %w(), nil], - 'application/x-7z-compressed' => [%w(7z), %w(), '7-zip archive'], - 'application/x-abiword' => [%w(abw), %w(), nil], - 'application/x-ace-compressed' => [%w(ace), %w(), nil], - 'application/x-adobe-indesign' => [%w(indd), %w(), 'Adobe InDesign document'], - 'application/x-adobe-indesign-interchange' => [%w(inx), %w(application/xml), 'Adobe InDesign Interchange format'], - 'application/x-apple-diskimage' => [%w(dmg), %w(), nil], - 'application/x-appleworks' => [%w(cwk), %w(), nil], - 'application/x-archive' => [%w(ar a), %w(), nil], - 'application/x-arj' => [%w(arj), %w(), nil], - 'application/x-authorware-bin' => [%w(aab x32 u32 vox), %w(), nil], - 'application/x-authorware-map' => [%w(aam), %w(), nil], - 'application/x-authorware-seg' => [%w(aas), %w(), nil], - 'application/x-axcrypt' => [%w(axx), %w(), 'AxCrypt'], - 'application/x-bat' => [%w(bat cmd), %w(text/plain), 'Windows Batch / Command File'], - 'application/x-bcpio' => [%w(bcpio), %w(), nil], - 'application/x-bibtex-text-file' => [%w(bib bibtex), %w(text/plain), nil], - 'application/x-bittorrent' => [%w(torrent), %w(), nil], - 'application/x-brotli' => [%w(br brotli), %w(), nil], - 'application/x-bzip' => [%w(bz tbz), %w(), nil], - 'application/x-bzip2' => [%w(bz2 tbz2 boz), %w(application/x-bzip), 'Bzip 2 UNIX Compressed File'], - 'application/x-cdlink' => [%w(vcd), %w(), 'Virtual CD-ROM CD Image File'], - 'application/x-chat' => [%w(chat), %w(), nil], - 'application/x-chess-pgn' => [%w(pgn), %w(), nil], - 'application/x-chrome-package' => [%w(crx), %w(), 'Chrome Extension Package'], - 'application/x-compress' => [%w(z), %w(), nil], - 'application/x-corelpresentations' => [%w(shw), %w(application/x-tika-msoffice), nil], - 'application/x-cpio' => [%w(cpio), %w(), 'UNIX CPIO Archive'], - 'application/x-csh' => [%w(csh tcsh), %w(), nil], - 'application/x-dbf' => [%w(dbf dbase dbase3), %w(), nil], - 'application/x-debian-package' => [%w(deb udeb), %w(application/x-archive), nil], - 'application/x-dex' => [%w(dex), %w(), 'Dalvik Executable Format'], - 'application/x-director' => [%w(dir dcr dxr cst cct cxt w3d fgd swa), %w(), 'Shockwave Movie'], - 'application/x-doom' => [%w(wad), %w(), nil], - 'application/x-dosexec' => [%w(exe), %w(application/x-msdownload), 'DOS/Windows executable (EXE)'], - 'application/x-dtbncx+xml' => [%w(ncx), %w(), nil], - 'application/x-dtbook+xml' => [%w(dtb), %w(), nil], - 'application/x-dtbresource+xml' => [%w(res), %w(), nil], - 'application/x-dvi' => [%w(dvi), %w(), 'TeX Device Independent Document'], - 'application/x-elc' => [%w(elc), %w(), 'Emacs Lisp bytecode'], - 'application/x-endnote-refer' => [%w(enw enr), %w(), nil], - 'application/x-erdas-hfa' => [%w(hfa), %w(), nil], - 'application/x-fictionbook+xml' => [%w(fb2), %w(application/xml), 'FictionBook document'], - 'application/x-filemaker' => [%w(fp7), %w(), 'FileMaker Pro 7'], - 'application/x-font-adobe-metric' => [%w(afm acfm amfm), %w(), 'Adobe Font Metric'], - 'application/x-font-bdf' => [%w(bdf), %w(), nil], - 'application/x-font-ghostscript' => [%w(gsf), %w(), nil], - 'application/x-font-linux-psf' => [%w(psf), %w(), nil], - 'application/x-font-otf' => [%w(otf), %w(), 'OpenType Font'], - 'application/x-font-pcf' => [%w(pcf), %w(), nil], - 'application/x-font-printer-metric' => [%w(pfm), %w(), 'Printer Font Metric'], - 'application/x-font-snf' => [%w(snf), %w(), nil], - 'application/x-font-ttf' => [%w(ttf ttc), %w(), 'TrueType Font'], - 'application/x-font-type1' => [%w(pfa pfb), %w(), nil], - 'application/x-futuresplash' => [%w(spl), %w(), 'Macromedia FutureSplash File'], - 'application/x-gnucash' => [%w(gnucash), %w(), nil], - 'application/x-gnumeric' => [%w(gnumeric), %w(), nil], - 'application/x-grib' => [%w(grb grb1 grb2), %w(), 'General Regularly-distributed Information in Binary form'], - 'application/x-gtar' => [%w(gtar), %w(application/x-tar), 'GNU tar Compressed File Archive (GNU Tape Archive)'], - 'application/x-hdf' => [%w(hdf he5 h5), %w(), 'Hierarchical Data Format File'], - 'application/x-ibooks+zip' => [%w(ibooks), %w(application/epub+zip), 'Apple iBooks Author publication format'], - 'application/x-internet-archive' => [%w(arc), %w(), 'ARC'], - 'application/x-iso9660-image' => [%w(iso), %w(), 'ISO 9660 CD-ROM filesystem data'], - 'application/x-itunes-ipa' => [%w(ipa), %w(application/zip), 'Apple iOS IPA AppStore file'], - 'application/x-java-jnilib' => [%w(jnilib), %w(), 'Java Native Library for OSX'], - 'application/x-java-jnlp-file' => [%w(jnlp), %w(), nil], - 'application/x-java-pack200' => [%w(pack), %w(), nil], - 'application/x-killustrator' => [%w(kil), %w(), 'KIllustrator File'], - 'application/x-latex' => [%w(latex), %w(application/x-tex), 'LaTeX Source Document'], - 'application/x-lz4' => [%w(lz4), %w(), 'Second match Legacy Frame'], - 'application/x-lzip' => [%w(lz), %w(), 'Lzip (LZMA) compressed archive'], - 'application/x-lzma' => [%w(lzma), %w(), 'LZMA compressed archive'], - 'application/x-matlab-data' => [%w(mat), %w(), nil], - 'application/x-memgraph' => [%w(memgraph), %w(application/x-bplist), 'Apple Xcode Memgraph'], - 'application/x-mobipocket-ebook' => [%w(prc mobi), %w(), 'Mobipocket Ebook'], - 'application/x-ms-application' => [%w(application), %w(), nil], - 'application/x-ms-asx' => [%w(asx), %w(application/xml), 'Windows Media Metafile'], - 'application/x-ms-installer' => [%w(msi msp mst), %w(application/x-tika-msoffice), 'Microsoft Windows Installer'], - 'application/x-ms-wmd' => [%w(wmd), %w(), nil], - 'application/x-ms-wmz' => [%w(wmz), %w(application/gzip), nil], - 'application/x-ms-xbap' => [%w(xbap), %w(), nil], - 'application/x-msaccess' => [%w(mdb), %w(), nil], - 'application/x-msbinder' => [%w(obd), %w(), nil], - 'application/x-mscardfile' => [%w(crd), %w(), nil], - 'application/x-msclip' => [%w(clp), %w(), nil], - 'application/x-msdownload' => [%w(dll com), %w(), nil], - 'application/x-msmediaview' => [%w(mvb m13 m14), %w(), nil], - 'application/x-msmoney' => [%w(mny), %w(), nil], - 'application/x-mspublisher' => [%w(pub), %w(application/x-tika-msoffice), nil], - 'application/x-msschedule' => [%w(scd), %w(), nil], - 'application/x-msterminal' => [%w(trm), %w(), nil], - 'application/x-mswrite' => [%w(wri), %w(), nil], - 'application/x-mysql-misam-compressed-index' => [%w(myi), %w(application/x-mysql-db), 'MySQL MISAM Compressed Index'], - 'application/x-mysql-misam-data' => [%w(myd), %w(application/x-mysql-db), 'MySQL MISAM Data'], - 'application/x-netcdf' => [%w(nc cdf), %w(), nil], - 'application/x-parquet' => [%w(parquet), %w(), nil], - 'application/x-pkcs12' => [%w(p12 pfx), %w(), nil], - 'application/x-pkcs7-certificates' => [%w(p7b spc), %w(), nil], - 'application/x-pkcs7-certreqresp' => [%w(p7r), %w(), nil], - 'application/x-project' => [%w(mpx), %w(text/plain), nil], - 'application/x-prt' => [%w(prt), %w(), nil], - 'application/x-quattro-pro' => [%w(wq1 wq2 wkq qpw wb1 wb2 wb3), %w(application/x-tika-msoffice), "\n Quattro Pro - Corel Spreadsheet (part of WordPerfect Office suite)\n "], - 'application/x-quattro-pro;version=1+5' => [%w(wb1), %w(application/x-quattro-pro), 'Quattro Pro for Windows, version 1, 5'], - 'application/x-quattro-pro;version=1-4' => [%w(wq1 wkq), %w(application/x-quattro-pro), 'Quattro Pro for DOS, version 1-4'], - 'application/x-quattro-pro;version=5' => [%w(wq2 wkq), %w(application/x-quattro-pro), 'Quattro Pro for DOS, version 5'], - 'application/x-quattro-pro;version=6' => [%w(wb2), %w(application/x-quattro-pro), 'Quattro Pro for Windows, version 6'], - 'application/x-rar-compressed' => [%w(rar), %w(), 'RAR archive'], - 'application/x-roxio-toast' => [%w(toast), %w(application/x-iso9660-image), nil], - 'application/x-rpm' => [%w(rpm), %w(), 'RedHat Package Manager'], - 'application/x-sas' => [%w(sas), %w(text/plain), 'SAS Program'], - 'application/x-sas-access' => [%w(sa7 sas7bacs), %w(), 'SAS Access Descriptor'], - 'application/x-sas-audit' => [%w(st7 sas7baud), %w(), 'SAS Audit'], - 'application/x-sas-backup' => [%w(sas7bbak), %w(), 'SAS Backup'], - 'application/x-sas-catalog' => [%w(sc7 sas7bcat), %w(), 'SAS Catalog'], - 'application/x-sas-data' => [%w(sd7 sas7bdat), %w(), 'SAS Data Set'], - 'application/x-sas-data-index' => [%w(si7 sas7bndx), %w(), 'SAS Data Set Index'], - 'application/x-sas-data-v6' => [%w(sd2), %w(), 'SAS v6 Data Set'], - 'application/x-sas-dmdb' => [%w(s7m sas7bdmd), %w(), 'SAS DMDB Data Mining Database File'], - 'application/x-sas-fdb' => [%w(sf7 sas7bfdb), %w(), 'SAS FDB Consolidation Database File'], - 'application/x-sas-itemstor' => [%w(sr7 sas7bitm), %w(), 'SAS Item Store (ItemStor) File'], - 'application/x-sas-mddb' => [%w(sm7 sas7bmdb), %w(), 'SAS MDDB Multi-Dimensional Database File'], - 'application/x-sas-program-data' => [%w(ss7 sas7bpgm), %w(), 'SAS Stored Program (DATA Step)'], - 'application/x-sas-putility' => [%w(sp7 sas7bput), %w(), 'SAS Permanent Utility'], - 'application/x-sas-transport' => [%w(stx), %w(), 'SAS Transport File'], - 'application/x-sas-utility' => [%w(su7 sas7butl), %w(), 'SAS Utility'], - 'application/x-sas-view' => [%w(sv7 sas7bvew), %w(), 'SAS Data Set View'], - 'application/x-sas-xport' => [%w(xpt xport), %w(), 'SAS XPORT Transfer File'], - 'application/x-sfdu' => [%w(sfdu), %w(text/plain), 'Standard Formatted Data Units (SFDUs) data'], - 'application/x-sh' => [%w(sh bash), %w(text/plain), 'UNIX/LINUX Shell Script'], - 'application/x-shapefile' => [%w(shp), %w(), 'ESRI Shapefiles'], - 'application/x-shar' => [%w(shar), %w(), nil], - 'application/x-shockwave-flash' => [%w(swf), %w(), 'Adobe Flash'], - 'application/x-silverlight-app' => [%w(xap), %w(), nil], - 'application/x-snappy-framed' => [%w(sz), %w(), 'Snappy Framed'], - 'application/x-staroffice-template' => [%w(vor), %w(application/x-tika-staroffice), nil], - 'application/x-stata-do' => [%w(do), %w(), 'Stata DTA Script'], - 'application/x-stata-dta' => [%w(dta), %w(), 'Stata DTA Dataset'], - 'application/x-stuffit' => [%w(sit), %w(), nil], - 'application/x-stuffitx' => [%w(sitx), %w(), nil], - 'application/x-sv4cpio' => [%w(sv4cpio), %w(), nil], - 'application/x-sv4crc' => [%w(sv4crc), %w(), nil], - 'application/x-tar' => [%w(tar), %w(), nil], - 'application/x-tex' => [%w(tex), %w(text/plain), 'TeX Source'], - 'application/x-tex-tfm' => [%w(tfm), %w(), nil], - 'application/x-texinfo' => [%w(texinfo texi), %w(), nil], - 'application/x-tika-java-enterprise-archive' => [%w(ear), %w(application/java-archive), nil], - 'application/x-tika-java-web-archive' => [%w(war), %w(application/java-archive), nil], - 'application/x-tika-msworks-spreadsheet' => [%w(xlr), %w(application/vnd.ms-excel), nil], - 'application/x-uc2-compressed' => [%w(uc2), %w(), nil], - 'application/x-ustar' => [%w(ustar), %w(), nil], - 'application/x-vmdk' => [%w(vmdk), %w(), 'Virtual Disk Format'], - 'application/x-wais-source' => [%w(src), %w(), nil], - 'application/x-webarchive' => [%w(webarchive), %w(application/x-bplist), nil], - 'application/x-x509-cert' => [%w(crt), %w(), nil], - 'application/x-x509-cert;format=der' => [%w(der), %w(application/x-x509-cert), nil], - 'application/x-x509-cert;format=pem' => [%w(pem), %w(application/x-x509-cert), nil], - 'application/x-xfig' => [%w(fig), %w(), nil], - 'application/x-xliff+xml' => [%w(xlf xliff), %w(application/xml), 'XLIFF 1.2 document'], - 'application/x-xliff+zip' => [%w(xlz), %w(application/zip), 'XLZ Archive'], - 'application/x-xmind' => [%w(xmind), %w(application/zip), 'XMind Pro'], - 'application/x-xpinstall' => [%w(xpi), %w(), nil], - 'application/x-xz' => [%w(xz), %w(), nil], - 'application/x-zoo' => [%w(zoo), %w(), nil], - 'application/xenc+xml' => [%w(xenc), %w(), nil], - 'application/xhtml+xml' => [%w(xhtml xhtml2 xht), %w(), nil], - 'application/xml' => [%w(xml xsl xsd), %w(text/plain), 'Extensible Markup Language'], - 'application/xml-dtd' => [%w(dtd), %w(text/plain), 'XML Document Type Definition'], - 'application/xop+xml' => [%w(xop), %w(), nil], - 'application/xquery' => [%w(xq xquery), %w(text/plain), 'XQuery source code'], - 'application/xslfo+xml' => [%w(xslfo fo), %w(), 'XSL Format'], - 'application/xslt+xml' => [%w(xslt), %w(), 'XSL Transformations'], - 'application/xspf+xml' => [%w(xspf), %w(), 'XML Shareable Playlist Format'], - 'application/xv+xml' => [%w(mxml xhvml xvml xvm), %w(), nil], - 'application/zip' => [%w(zip), %w(), 'Compressed Archive File'], - 'application/zstd' => [%w(zstd), %w(), 'https://tools.ietf.org/id/draft-kucherawy-dispatch-zstd-01.html'], - 'audio/ac3' => [%w(ac3), %w(), 'Dolby Digital Audio Compression File'], - 'audio/adpcm' => [%w(adp), %w(), nil], - 'audio/amr' => [%w(amr), %w(), nil], - 'audio/basic' => [%w(au snd), %w(), 'uLaw/AU Audio File'], - 'audio/midi' => [%w(mid midi kar rmi), %w(), 'Musical Instrument Digital Interface'], - 'audio/mp4' => [%w(mp4a m4a m4b), %w(application/quicktime), nil], - 'audio/mpeg' => [%w(mpga mp2 mp2a mp3 m2a m3a), %w(), 'MPEG-1 Audio Layer 3'], - 'audio/ogg' => [%w(oga), %w(application/ogg), 'Ogg Vorbis Audio'], - 'audio/opus' => [%w(opus), %w(audio/ogg), 'Ogg Opus Codec Compressed WAV File'], - 'audio/speex' => [%w(spx), %w(audio/ogg), 'Ogg Speex Codec Compressed WAV File'], - 'audio/vnd.adobe.soundbooth' => [%w(asnd), %w(), nil], - 'audio/vnd.digital-winds' => [%w(eol), %w(), nil], - 'audio/vnd.dts' => [%w(dts), %w(), nil], - 'audio/vnd.dts.hd' => [%w(dtshd), %w(), nil], - 'audio/vnd.lucent.voice' => [%w(lvp), %w(), nil], - 'audio/vnd.ms-playready.media.pya' => [%w(pya), %w(), nil], - 'audio/vnd.nuera.ecelp4800' => [%w(ecelp4800), %w(), nil], - 'audio/vnd.nuera.ecelp7470' => [%w(ecelp7470), %w(), nil], - 'audio/vnd.nuera.ecelp9600' => [%w(ecelp9600), %w(), nil], - 'audio/vnd.wave' => [%w(wav), %w(), nil], - 'audio/vorbis' => [%w(ogg), %w(audio/ogg), 'Ogg Vorbis Codec Compressed WAV File'], - 'audio/x-aac' => [%w(aac), %w(), nil], - 'audio/x-aiff' => [%w(aif aiff aifc), %w(), 'Audio Interchange File Format'], - 'audio/x-caf' => [%w(caf), %w(), 'com.apple.coreaudio-format'], - 'audio/x-flac' => [%w(flac), %w(), 'Free Lossless Audio Codec'], - 'audio/x-matroska' => [%w(mka), %w(application/x-matroska), nil], - 'audio/x-mod' => [%w(mod), %w(), nil], - 'audio/x-mpegurl' => [%w(m3u), %w(), 'MP3 Playlist File'], - 'audio/x-ms-wax' => [%w(wax), %w(), nil], - 'audio/x-ms-wma' => [%w(wma), %w(video/x-ms-asf), nil], - 'audio/x-pn-realaudio' => [%w(ram ra), %w(), 'Real Audio'], - 'audio/x-pn-realaudio-plugin' => [%w(rmp), %w(), 'RealMedia Player Plug-in'], - 'chemical/x-cdx' => [%w(cdx), %w(), nil], - 'chemical/x-cif' => [%w(cif), %w(), nil], - 'chemical/x-cmdf' => [%w(cmdf), %w(), nil], - 'chemical/x-cml' => [%w(cml), %w(), nil], - 'chemical/x-csml' => [%w(csml), %w(), nil], - 'chemical/x-pdb' => [%w(pdb), %w(), 'Brookhaven Protein Databank File'], - 'chemical/x-xyz' => [%w(xyz), %w(), nil], - 'font/woff' => [%w(woff), %w(), nil], - 'font/woff2' => [%w(woff2), %w(), nil], - 'image/aces' => [%w(exr), %w(), 'ACES Image Container File'], - 'image/avif' => [%w(avif), %w(), 'AV1 Image File'], - 'image/bmp' => [%w(bmp dib), %w(), 'Windows bitmap'], - 'image/cgm' => [%w(cgm), %w(), 'Computer Graphics Metafile'], - 'image/emf' => [%w(emf), %w(), 'Enhanced Metafile'], - 'image/g3fax' => [%w(g3), %w(), nil], - 'image/gif' => [%w(gif), %w(), 'Graphics Interchange Format'], - 'image/heic' => [%w(heic), %w(), nil], - 'image/heif' => [%w(heif), %w(), nil], - 'image/icns' => [%w(icns), %w(), 'Apple Icon Image Format'], - 'image/ief' => [%w(ief), %w(), nil], - 'image/jp2' => [%w(jp2), %w(image/x-jp2-container), 'JPEG 2000 Part 1 (JP2)'], - 'image/jpeg' => [%w(jpg jpeg jpe jif jfif jfi), %w(), 'Joint Photographic Experts Group'], - 'image/jpm' => [%w(jpm jpgm), %w(image/x-jp2-container), 'JPEG 2000 Part 6 (JPM)'], - 'image/jpx' => [%w(jpf), %w(image/x-jp2-container), 'JPEG 2000 Part 2 (JPX)'], - 'image/nitf' => [%w(ntf nitf), %w(), nil], - 'image/png' => [%w(png), %w(), 'Portable Network Graphics'], - 'image/prs.btif' => [%w(btif), %w(), nil], - 'image/svg+xml' => [%w(svg svgz), %w(application/xml), 'Scalable Vector Graphics'], - 'image/tiff' => [%w(tiff tif), %w(), 'Tagged Image File Format'], - 'image/vnd.adobe.photoshop' => [%w(psd), %w(), 'Photoshop Image'], - 'image/vnd.adobe.premiere' => [%w(ppj), %w(application/xml), nil], - 'image/vnd.djvu' => [%w(djvu djv), %w(), nil], - 'image/vnd.dwg' => [%w(dwg), %w(), 'AutoCad Drawing'], - 'image/vnd.dxb' => [%w(dxb), %w(), 'AutoCAD DXF simplified Binary'], - 'image/vnd.dxf' => [%w(dxf), %w(), 'AutoCAD DXF'], - 'image/vnd.fastbidsheet' => [%w(fbs), %w(), nil], - 'image/vnd.fpx' => [%w(fpx), %w(), nil], - 'image/vnd.fst' => [%w(fst), %w(), nil], - 'image/vnd.fujixerox.edmics-mmr' => [%w(mmr), %w(), nil], - 'image/vnd.fujixerox.edmics-rlc' => [%w(rlc), %w(), nil], - 'image/vnd.microsoft.icon' => [%w(ico), %w(), nil], - 'image/vnd.ms-modi' => [%w(mdi), %w(), 'Microsoft Document Imaging'], - 'image/vnd.net-fpx' => [%w(npx), %w(), nil], - 'image/vnd.wap.wbmp' => [%w(wbmp), %w(), 'Wireless Bitmap File Format'], - 'image/vnd.xiff' => [%w(xif), %w(), nil], - 'image/vnd.zbrush.dcx' => [%w(dcx), %w(), 'ZSoft Multi-Page Paintbrush'], - 'image/vnd.zbrush.pcx' => [%w(pcx), %w(), 'ZSoft Paintbrush PiCture eXchange'], - 'image/webp' => [%w(webp), %w(), nil], - 'image/wmf' => [%w(wmf), %w(), 'Windows Metafile'], - 'image/x-bpg' => [%w(bpg), %w(), 'Better Portable Graphics'], - 'image/x-cmu-raster' => [%w(ras), %w(), nil], - 'image/x-cmx' => [%w(cmx), %w(), nil], - 'image/x-dpx' => [%w(dpx), %w(), 'Digital Picture Exchange from SMPTE'], - 'image/x-emf-compressed' => [%w(emz), %w(application/gzip), 'Compressed Enhanced Metafile'], - 'image/x-freehand' => [%w(fh fhc fh4 fh40 fh5 fh50 fh7 fh8 fh9 fh10 fh11 fh12 ft7 ft8 ft9 ft10 ft11 ft12), %w(), 'FreeHand image'], - 'image/x-jbig2' => [%w(jb2 jbig2), %w(), "\n A lossless image compression standard from the\n Joint Bi-level Image Experts Group.\n "], - 'image/x-jp2-codestream' => [%w(j2c), %w(), 'JPEG 2000 Codestream'], - 'image/x-pict' => [%w(pic pct pict), %w(), 'Apple Macintosh QuickDraw/PICT Format'], - 'image/x-portable-anymap' => [%w(pnm), %w(), 'Portable Any Map'], - 'image/x-portable-bitmap' => [%w(pbm), %w(image/x-portable-anymap), 'Portable Bit Map'], - 'image/x-portable-graymap' => [%w(pgm), %w(image/x-portable-anymap), 'Portable Graymap Graphic'], - 'image/x-portable-pixmap' => [%w(ppm), %w(image/x-portable-anymap), 'UNIX Portable Bitmap Graphic'], - 'image/x-raw-adobe' => [%w(dng), %w(), 'Adobe Digital Negative'], - 'image/x-raw-canon' => [%w(crw cr2), %w(), 'Canon raw image'], - 'image/x-raw-casio' => [%w(bay), %w(), 'Casio raw image'], - 'image/x-raw-epson' => [%w(erf), %w(), 'Epson raw image'], - 'image/x-raw-fuji' => [%w(raf), %w(), 'Fuji raw image'], - 'image/x-raw-hasselblad' => [%w(3fr), %w(), 'Hasselblad raw image'], - 'image/x-raw-imacon' => [%w(fff), %w(), 'Imacon raw image'], - 'image/x-raw-kodak' => [%w(k25 kdc dcs drf), %w(), 'Kodak raw image'], - 'image/x-raw-leaf' => [%w(mos), %w(), 'Leaf raw image'], - 'image/x-raw-logitech' => [%w(pxn), %w(), 'Logitech raw image'], - 'image/x-raw-mamiya' => [%w(mef), %w(), 'Mamiya raw image'], - 'image/x-raw-minolta' => [%w(mrw), %w(), 'Minolta raw image'], - 'image/x-raw-nikon' => [%w(nef nrw), %w(), 'Nikon raw image'], - 'image/x-raw-olympus' => [%w(orf), %w(), 'Olympus raw image'], - 'image/x-raw-panasonic' => [%w(raw rw2), %w(), 'Panasonic raw image'], - 'image/x-raw-pentax' => [%w(ptx pef), %w(), 'Pentax raw image'], - 'image/x-raw-phaseone' => [%w(iiq), %w(), 'Phase One raw image'], - 'image/x-raw-rawzor' => [%w(rwz), %w(), 'Rawzor raw image'], - 'image/x-raw-red' => [%w(r3d), %w(), 'Red raw image'], - 'image/x-raw-sigma' => [%w(x3f), %w(), 'Sigma raw image'], - 'image/x-raw-sony' => [%w(arw srf sr2), %w(), 'Sony raw image'], - 'image/x-rgb' => [%w(rgb), %w(), 'Silicon Graphics RGB Bitmap'], - 'image/x-tga' => [%w(tga icb vda), %w(), 'Targa image data'], - 'image/x-xbitmap' => [%w(xbm), %w(text/x-c), nil], - 'image/x-xcf' => [%w(xcf), %w(), 'GIMP Image File'], - 'image/x-xpixmap' => [%w(xpm), %w(), nil], - 'image/x-xwindowdump' => [%w(xwd), %w(), 'X Windows Dump'], - 'message/rfc822' => [%w(eml mime), %w(text/x-tika-text-based-message), nil], - 'message/x-emlx' => [%w(emlx), %w(text/x-tika-text-based-message), nil], - 'model/iges' => [%w(igs iges), %w(), 'Initial Graphics Exchange Specification Format'], - 'model/mesh' => [%w(msh mesh silo), %w(), nil], - 'model/vnd.dwf' => [%w(dwf), %w(), 'AutoCAD Design Web Format'], - 'model/vnd.dwfx+xps' => [%w(dwfx), %w(application/x-tika-ooxml), 'AutoCAD Design Web Format'], - 'model/vnd.gdl' => [%w(gdl), %w(), nil], - 'model/vnd.gtw' => [%w(gtw), %w(), nil], - 'model/vnd.mts' => [%w(mts), %w(), nil], - 'model/vnd.vtu' => [%w(vtu), %w(), nil], - 'model/vrml' => [%w(wrl vrml), %w(), nil], - 'multipart/related' => [%w(mht mhtml), %w(message/rfc822), 'MIME Encapsulation of Aggregate HTML Documents'], - 'text/asp' => [%w(asp), %w(text/plain), 'Active Server Page'], - 'text/aspdotnet' => [%w(aspx), %w(text/plain), 'ASP .NET'], - 'text/calendar' => [%w(ics ifb), %w(text/plain), nil], - 'text/css' => [%w(css), %w(text/plain), 'Cascading Style Sheet'], - 'text/csv' => [%w(csv), %w(text/plain), nil], - 'text/html' => [%w(html htm), %w(), 'HyperText Markup Language'], - 'text/iso19139+xml' => [%w(iso19139), %w(application/xml), nil], - 'text/plain' => [%w(txt text def list in aart ac am apt bsh classpath cnd cwiki data dcl dsp dsw egrm ent ft fn fv grm g handlers htc ihtml jmx junit jx manifest m4 mf mf meta mdo n3 pen pod pom project rng rnx roles schemas tld types vm vsl wsdd xargs xcat xegrm xgrm xlex xlog xmap xroles xsamples xsp xtest xweb xwelcome), %w(), nil], - 'text/prs.lines.tag' => [%w(dsc), %w(), nil], - 'text/richtext' => [%w(rtx), %w(), nil], - 'text/sgml' => [%w(sgml sgm), %w(), nil], - 'text/tab-separated-values' => [%w(tsv), %w(), nil], - 'text/troff' => [%w(t tr roff nroff man me ms), %w(), 'Roff/nroff/troff/groff Unformatted Manual Page (UNIX)'], - 'text/uri-list' => [%w(uri uris urls), %w(), nil], - 'text/vnd.curl' => [%w(curl), %w(), nil], - 'text/vnd.curl.dcurl' => [%w(dcurl), %w(), nil], - 'text/vnd.curl.mcurl' => [%w(mcurl), %w(), nil], - 'text/vnd.curl.scurl' => [%w(scurl), %w(), nil], - 'text/vnd.fly' => [%w(fly), %w(), nil], - 'text/vnd.fmi.flexstor' => [%w(flx), %w(), nil], - 'text/vnd.graphviz' => [%w(gv), %w(text/plain), 'Graphviz Graph Visualization Software'], - 'text/vnd.in3d.3dml' => [%w(3dml), %w(), nil], - 'text/vnd.in3d.spot' => [%w(spot), %w(), nil], - 'text/vnd.iptc.anpa' => [%w(anpa), %w(), 'American Newspaper Publishers Association Wire Feeds'], - 'text/vnd.sun.j2me.app-descriptor' => [%w(jad), %w(), nil], - 'text/vnd.wap.wml' => [%w(wml), %w(), nil], - 'text/vnd.wap.wmlscript' => [%w(wmls), %w(), 'WML Script'], - 'text/vtt' => [%w(vtt), %w(text/plain), 'Web Video Text Tracks Format'], - 'text/x-actionscript' => [%w(as), %w(text/plain), 'ActionScript source code'], - 'text/x-ada' => [%w(ada adb ads), %w(text/plain), 'Ada source code'], - 'text/x-applescript' => [%w(applescript), %w(text/plain), 'AppleScript source code'], - 'text/x-asciidoc' => [%w(asciidoc adoc ad ad.txt adoc.txt), %w(text/plain), 'Asciidoc source code'], - 'text/x-aspectj' => [%w(aj), %w(text/plain), 'AspectJ source code'], - 'text/x-assembly' => [%w(s s asm), %w(text/plain), 'Assembler source code'], - 'text/x-awk' => [%w(awk), %w(text/plain), 'AWK script'], - 'text/x-basic' => [%w(bas bas bas), %w(text/plain), 'Basic source code'], - 'text/x-c++hdr' => [%w(hpp hxx hh h h++ hp hpp), %w(text/plain), 'C++ source code header'], - 'text/x-c++src' => [%w(cpp cxx cc c c++ cpp), %w(text/plain), 'C++ source code'], - 'text/x-cgi' => [%w(cgi), %w(text/plain), 'CGI script'], - 'text/x-chdr' => [%w(h), %w(text/plain), 'C source code header'], - 'text/x-clojure' => [%w(clj), %w(text/plain), 'Clojure source code'], - 'text/x-cobol' => [%w(cbl cbl cbl cob cob cob), %w(text/plain), 'COBOL source code'], - 'text/x-coffeescript' => [%w(coffee), %w(text/plain), 'CoffeeScript source code'], - 'text/x-coldfusion' => [%w(cfm cfml cfc), %w(text/plain), 'ColdFusion source code'], - 'text/x-common-lisp' => [%w(cl jl lisp lsp), %w(text/plain), 'Common Lisp source code'], - 'text/x-config' => [%w(config conf cfg xconf), %w(text/plain), nil], - 'text/x-csharp' => [%w(cs), %w(text/plain), 'C# source code'], - 'text/x-csrc' => [%w(c), %w(text/plain), 'C source code'], - 'text/x-d' => [%w(d), %w(text/plain), 'D source code'], - 'text/x-diff' => [%w(diff patch), %w(text/plain), nil], - 'text/x-eiffel' => [%w(e), %w(text/plain), 'Eiffel source code'], - 'text/x-emacs-lisp' => [%w(el), %w(text/plain), 'Emacs Lisp source code'], - 'text/x-erlang' => [%w(erl), %w(text/plain), 'Erlang source code'], - 'text/x-expect' => [%w(exp), %w(text/plain), 'Expect Script'], - 'text/x-forth' => [%w(4th), %w(text/plain), 'Forth source code'], - 'text/x-fortran' => [%w(f f for f77 f90), %w(text/plain), 'Fortran source code'], - 'text/x-go' => [%w(go), %w(text/plain), 'Go source code'], - 'text/x-groovy' => [%w(groovy), %w(text/plain), 'Groovy source code'], - 'text/x-haml' => [%w(haml), %w(text/plain), 'HAML source code'], - 'text/x-haskell' => [%w(hs lhs), %w(text/plain), 'Haskell source code'], - 'text/x-haxe' => [%w(hx), %w(text/plain), 'Haxe source code'], - 'text/x-idl' => [%w(idl), %w(text/plain), 'Inteface Definition Language'], - 'text/x-ini' => [%w(ini), %w(text/plain), 'Configuration file'], - 'text/x-java-properties' => [%w(properties), %w(text/plain), 'Java Properties'], - 'text/x-java-source' => [%w(java), %w(text/plain), 'Java source code'], - 'text/x-jsp' => [%w(jsp), %w(text/plain), 'Java Server Page'], - 'text/x-less' => [%w(less), %w(text/plain), 'LESS source code'], - 'text/x-lex' => [%w(l), %w(text/plain), 'Lex/Flex source code'], - 'text/x-log' => [%w(log), %w(text/plain), 'application log'], - 'text/x-lua' => [%w(lua), %w(text/plain), 'Lua source code'], - 'text/x-ml' => [%w(ml), %w(text/plain), 'ML source code'], - 'text/x-modula' => [%w(m3 i3 mg ig), %w(text/plain), 'Modula source code'], - 'text/x-objcsrc' => [%w(m), %w(text/plain), 'Objective-C source code'], - 'text/x-ocaml' => [%w(ocaml mli), %w(text/plain), 'Ocaml source code'], - 'text/x-pascal' => [%w(p pp pas pas dpr), %w(text/plain), 'Pascal source code'], - 'text/x-perl' => [%w(pl pm al perl), %w(text/plain), 'Perl script'], - 'text/x-php' => [%w(php php3 php4), %w(text/plain), 'PHP script'], - 'text/x-prolog' => [%w(pro), %w(text/plain), 'Prolog source code'], - 'text/x-python' => [%w(py), %w(text/plain), 'Python script'], - 'text/x-rexx' => [%w(rexx), %w(text/plain), 'Rexx source code'], - 'text/x-rsrc' => [%w(r), %w(text/plain), 'R source code'], - 'text/x-rst' => [%w(rest rst restx), %w(text/plain), 'reStructuredText source code'], - 'text/x-ruby' => [%w(rb), %w(text/plain), 'Ruby source code'], - 'text/x-sass' => [%w(sass), %w(text/plain), nil], - 'text/x-scala' => [%w(scala), %w(text/plain), 'Scala source code'], - 'text/x-scheme' => [%w(scm), %w(text/plain), 'Scheme source code'], - 'text/x-scss' => [%w(scss), %w(text/plain), nil], - 'text/x-sed' => [%w(sed), %w(text/plain), 'Sed code'], - 'text/x-setext' => [%w(etx), %w(text/plain), nil], - 'text/x-sql' => [%w(sql), %w(text/plain), 'SQL code'], - 'text/x-stsrc' => [%w(st), %w(text/plain), 'Smalltalk source code'], - 'text/x-tcl' => [%w(itk tcl tk), %w(text/plain), 'Tcl script'], - 'text/x-uuencode' => [%w(uu), %w(), nil], - 'text/x-vbasic' => [%w(cls cls cls frm frm frm), %w(text/x-basic), 'Visual basic source code'], - 'text/x-vbdotnet' => [%w(vb), %w(text/x-vbasic), 'VB.NET source code'], - 'text/x-vbscript' => [%w(vbs), %w(text/x-vbasic), 'VBScript source code'], - 'text/x-vcalendar' => [%w(vcs), %w(text/plain), nil], - 'text/x-vcard' => [%w(vcf), %w(text/plain), nil], - 'text/x-verilog' => [%w(v), %w(text/plain), 'Verilog source code'], - 'text/x-vhdl' => [%w(vhd vhdl), %w(text/plain), 'VHDL source code'], - 'text/x-web-markdown' => [%w(md mdtext mkd markdown), %w(text/plain), 'Markdown source code'], - 'text/x-yacc' => [%w(y), %w(text/plain), 'Yacc/Bison source code'], - 'text/x-yaml' => [%w(yaml), %w(text/plain), 'YAML source code'], - 'video/3gpp' => [%w(3gp), %w(), nil], - 'video/3gpp2' => [%w(3g2), %w(), nil], - 'video/h261' => [%w(h261), %w(), nil], - 'video/h263' => [%w(h263), %w(), nil], - 'video/h264' => [%w(h264), %w(), nil], - 'video/iso.segment' => [%w(m4s), %w(video/quicktime), nil], - 'video/jpeg' => [%w(jpgv), %w(), nil], - 'video/mj2' => [%w(mj2 mjp2), %w(image/x-jp2-container), 'JPEG 2000 Part 3 (Motion JPEG, MJ2)'], - 'video/mp4' => [%w(mp4 mp4v mpg4), %w(video/quicktime), nil], - 'video/mpeg' => [%w(mpeg mpg mpe m1v m2v), %w(), 'MPEG Movie Clip'], - 'video/ogg' => [%w(ogv), %w(application/ogg), 'Ogg Vorbis Video'], - 'video/quicktime' => [%w(qt mov), %w(application/quicktime), 'QuickTime Video'], - 'video/vnd.fvt' => [%w(fvt), %w(), nil], - 'video/vnd.mpegurl' => [%w(mxu m4u), %w(), nil], - 'video/vnd.ms-playready.media.pyv' => [%w(pyv), %w(), nil], - 'video/vnd.vivo' => [%w(viv), %w(), nil], - 'video/webm' => [%w(webm), %w(application/x-matroska), nil], - 'video/x-dirac' => [%w(drc), %w(video/ogg), 'Ogg Packaged Dirac Video'], - 'video/x-f4v' => [%w(f4v), %w(), nil], - 'video/x-flc' => [%w(flc), %w(), nil], - 'video/x-fli' => [%w(fli), %w(), nil], - 'video/x-flv' => [%w(flv), %w(), nil], - 'video/x-jng' => [%w(jng), %w(), nil], - 'video/x-m4v' => [%w(m4v), %w(video/mp4), nil], - 'video/x-matroska' => [%w(mkv), %w(application/x-matroska), nil], - 'video/x-mng' => [%w(mng), %w(), nil], - 'video/x-ms-asf' => [%w(asf), %w(), nil], - 'video/x-ms-wm' => [%w(wm), %w(), nil], - 'video/x-ms-wmv' => [%w(wmv), %w(video/x-ms-asf), nil], - 'video/x-ms-wmx' => [%w(wmx), %w(), nil], - 'video/x-ms-wvx' => [%w(wvx), %w(), nil], - 'video/x-msvideo' => [%w(avi), %w(), 'Audio Video Interleave File'], - 'video/x-ogm' => [%w(ogm), %w(video/ogg), 'Ogg Packaged OGM Video'], - 'video/x-sgi-movie' => [%w(movie), %w(), nil], - 'x-conference/x-cooltalk' => [%w(ice), %w(), 'Cooltalk Audio'], + 'application/andrew-inset' => [%w(ez), %w()], + 'application/applixware' => [%w(aw), %w()], + 'application/atom+xml' => [%w(atom), %w()], + 'application/atomcat+xml' => [%w(atomcat), %w()], + 'application/atomsvc+xml' => [%w(atomsvc), %w()], + 'application/bizagi-modeler' => [%w(bpm), %w(application/zip)], # BizAgi Process Modeler + 'application/cbor' => [%w(cbor), %w()], # Concise Binary Object Representation container + 'application/ccxml+xml' => [%w(ccxml), %w()], + 'application/coreldraw' => [%w(cdr), %w()], # des: CorelDraw X4 and newer + 'application/cu-seeme' => [%w(cu), %w()], + 'application/dash+xml' => [%w(mpd), %w(application/xml)], + 'application/davmount+xml' => [%w(davmount), %w()], + 'application/dif+xml' => [%w(dif), %w(application/xml)], + 'application/dita+xml;format=map' => [%w(ditamap), %w(application/dita+xml)], # DITA Map + 'application/dita+xml;format=topic' => [%w(dita), %w(application/dita+xml)], # DITA Topic + 'application/dita+xml;format=val' => [%w(ditaval), %w(application/dita+xml)], # DITA Conditional Processing Profile + 'application/ecmascript' => [%w(ecma), %w()], + 'application/emma+xml' => [%w(emma), %w()], + 'application/envi.hdr' => [%w(hdr), %w()], + 'application/epub+zip' => [%w(epub), %w()], # Electronic Publication + 'application/fits' => [%w(fits fit fts), %w()], # Flexible Image Transport System + 'application/font-tdpfr' => [%w(pfr), %w()], + 'application/gzip' => [%w(gz tgz), %w()], # Gzip Compressed Archive + 'application/hyperstudio' => [%w(stk), %w()], + 'application/illustrator' => [%w(ai), %w(application/postscript)], # Adobe Illustrator Artwork + 'application/java-archive' => [%w(jar), %w(application/zip)], # Java Archive + 'application/java-serialized-object' => [%w(ser), %w()], + 'application/java-vm' => [%w(class), %w()], # Java Class File + 'application/javascript' => [%w(js), %w(text/plain)], # JavaScript Source Code + 'application/json' => [%w(json), %w(application/javascript)], + 'application/lost+xml' => [%w(lostxml), %w()], + 'application/mac-binhex40' => [%w(hqx), %w()], + 'application/mac-compactpro' => [%w(cpt), %w()], + 'application/marc' => [%w(mrc), %w()], + 'application/mathematica' => [%w(ma nb mb), %w(text/plain)], # Wolfram Mathematica + 'application/mathml+xml' => [%w(mathml), %w()], + 'application/mbox' => [%w(mbox), %w(text/x-tika-text-based-message)], + 'application/mediaservercontrol+xml' => [%w(mscml), %w()], + 'application/mp4' => [%w(mp4s), %w(application/quicktime)], # MP4 container format + 'application/msword' => [%w(doc dot), %w(application/x-tika-msoffice)], # Microsoft Word Document + 'application/mxf' => [%w(mxf), %w()], + 'application/octet-stream' => [%w(bin dms lha lrf lzh so dist distz pkg bpk dump elc deploy), %w()], + 'application/oda' => [%w(oda), %w()], + 'application/oebps-package+xml' => [%w(opf), %w()], + 'application/ogg' => [%w(ogx), %w()], + 'application/onenote' => [%w(onetmp), %w()], + 'application/onenote; format=package' => [%w(onepkg), %w(application/vnd.ms-cab-compressed)], # OneNote Package + 'application/onenote;format=one' => [%w(one), %w(application/onenote)], + 'application/onenote;format=onetoc2' => [%w(onetoc onetoc2), %w(application/onenote)], # OneNote Table of Contents + 'application/patch-ops-error+xml' => [%w(xer), %w()], + 'application/pdf' => [%w(pdf), %w()], # Portable Document Format + 'application/pgp-encrypted' => [%w(pgp), %w()], + 'application/pgp-signature' => [%w(asc sig), %w()], + 'application/pics-rules' => [%w(prf), %w()], + 'application/pkcs10' => [%w(p10), %w()], + 'application/pkcs7-mime' => [%w(p7m p7c), %w()], + 'application/pkcs7-signature' => [%w(p7s), %w()], + 'application/pkix-cert' => [%w(cer), %w()], + 'application/pkix-crl' => [%w(crl), %w()], + 'application/pkix-pkipath' => [%w(pkipath), %w()], + 'application/pkixcmp' => [%w(pki), %w()], + 'application/pls+xml' => [%w(pls), %w()], + 'application/postscript' => [%w(ps eps epsf epsi), %w()], # PostScript + 'application/prs.cww' => [%w(cww), %w()], + 'application/rdf+xml' => [%w(rdf owl xmp), %w(application/xml)], # XML syntax for RDF graphs + 'application/reginfo+xml' => [%w(rif), %w()], + 'application/relax-ng-compact-syntax' => [%w(rnc), %w(text/plain)], + 'application/resource-lists+xml' => [%w(rl), %w()], + 'application/resource-lists-diff+xml' => [%w(rld), %w()], + 'application/rls-services+xml' => [%w(rs), %w()], + 'application/rsd+xml' => [%w(rsd), %w()], + 'application/rss+xml' => [%w(rss), %w()], + 'application/rtf' => [%w(rtf), %w(text/plain)], # Rich Text Format File + 'application/sbml+xml' => [%w(sbml), %w()], + 'application/scvp-cv-request' => [%w(scq), %w()], + 'application/scvp-cv-response' => [%w(scs), %w()], + 'application/scvp-vp-request' => [%w(spq), %w()], + 'application/scvp-vp-response' => [%w(spp), %w()], + 'application/sdp' => [%w(sdp), %w()], + 'application/sereal' => [%w(srl), %w()], # Sereal binary serialization format + 'application/set-payment-initiation' => [%w(setpay), %w()], + 'application/set-registration-initiation' => [%w(setreg), %w()], + 'application/shf+xml' => [%w(shf), %w()], + 'application/sldworks' => [%w(sldprt sldasm slddrw), %w(application/x-tika-msoffice)], # SolidWorks CAD program + 'application/smil+xml' => [%w(smi smil sml), %w(application/xml)], # SMIL Multimedia + 'application/sparql-query' => [%w(rq), %w()], + 'application/sparql-results+xml' => [%w(srx), %w()], + 'application/srgs' => [%w(gram), %w()], + 'application/srgs+xml' => [%w(grxml), %w()], + 'application/ssml+xml' => [%w(ssml), %w()], + 'application/timestamped-data' => [%w(tsd), %w()], + 'application/vnd.3gpp.pic-bw-large' => [%w(plb), %w()], + 'application/vnd.3gpp.pic-bw-small' => [%w(psb), %w()], + 'application/vnd.3gpp.pic-bw-var' => [%w(pvb), %w()], + 'application/vnd.3gpp2.tcap' => [%w(tcap), %w()], + 'application/vnd.3m.post-it-notes' => [%w(pwn), %w()], + 'application/vnd.accpac.simply.aso' => [%w(aso), %w()], + 'application/vnd.accpac.simply.imp' => [%w(imp), %w()], + 'application/vnd.acucobol' => [%w(acu), %w()], + 'application/vnd.acucorp' => [%w(atc acutc), %w()], + 'application/vnd.adobe.aftereffects.project' => [%w(aep), %w()], + 'application/vnd.adobe.aftereffects.template' => [%w(aet), %w()], + 'application/vnd.adobe.air-application-installer-package+zip' => [%w(air), %w()], + 'application/vnd.adobe.xdp+xml' => [%w(xdp), %w(application/xml)], + 'application/vnd.adobe.xfdf' => [%w(xfdf), %w(application/xml)], + 'application/vnd.airzip.filesecure.azf' => [%w(azf), %w()], + 'application/vnd.airzip.filesecure.azs' => [%w(azs), %w()], + 'application/vnd.amazon.ebook' => [%w(azw), %w()], + 'application/vnd.americandynamics.acc' => [%w(acc), %w()], + 'application/vnd.amiga.ami' => [%w(ami), %w()], + 'application/vnd.android.package-archive' => [%w(apk), %w(application/java-archive)], + 'application/vnd.anser-web-certificate-issue-initiation' => [%w(cii), %w()], + 'application/vnd.anser-web-funds-transfer-initiation' => [%w(fti), %w()], + 'application/vnd.antix.game-component' => [%w(atx), %w()], + 'application/vnd.apple.installer+xml' => [%w(mpkg), %w()], + 'application/vnd.apple.keynote' => [%w(key), %w(application/vnd.apple.iwork)], + 'application/vnd.apple.mpegurl' => [%w(m3u8), %w()], + 'application/vnd.apple.numbers' => [%w(numbers), %w(application/vnd.apple.iwork)], + 'application/vnd.apple.pages' => [%w(pages), %w(application/vnd.apple.iwork)], + 'application/vnd.arastra.swi' => [%w(swi), %w()], + 'application/vnd.blueice.multipass' => [%w(mpm), %w()], + 'application/vnd.bmi' => [%w(bmi), %w()], + 'application/vnd.businessobjects' => [%w(rep), %w()], + 'application/vnd.chemdraw+xml' => [%w(cdxml), %w()], + 'application/vnd.chipnuts.karaoke-mmd' => [%w(mmd), %w()], + 'application/vnd.cinderella' => [%w(cdy), %w()], + 'application/vnd.claymore' => [%w(cla), %w()], + 'application/vnd.clonk.c4group' => [%w(c4g c4d c4f c4p c4u), %w()], + 'application/vnd.commonspace' => [%w(csp), %w()], + 'application/vnd.contact.cmsg' => [%w(cdbcmsg), %w()], + 'application/vnd.cosmocaller' => [%w(cmc), %w()], + 'application/vnd.crick.clicker' => [%w(clkx), %w()], + 'application/vnd.crick.clicker.keyboard' => [%w(clkk), %w()], + 'application/vnd.crick.clicker.palette' => [%w(clkp), %w()], + 'application/vnd.crick.clicker.template' => [%w(clkt), %w()], + 'application/vnd.crick.clicker.wordbank' => [%w(clkw), %w()], + 'application/vnd.criticaltools.wbs+xml' => [%w(wbs), %w()], + 'application/vnd.ctc-posml' => [%w(pml), %w()], + 'application/vnd.cups-ppd' => [%w(ppd), %w()], + 'application/vnd.curl.car' => [%w(car), %w()], + 'application/vnd.curl.pcurl' => [%w(pcurl), %w()], + 'application/vnd.data-vision.rdz' => [%w(rdz), %w()], + 'application/vnd.denovo.fcselayout-link' => [%w(fe_launch), %w()], + 'application/vnd.dna' => [%w(dna), %w()], + 'application/vnd.dolby.mlp' => [%w(mlp), %w()], + 'application/vnd.dpgraph' => [%w(dpg), %w()], + 'application/vnd.dreamfactory' => [%w(dfac), %w()], + 'application/vnd.dynageo' => [%w(geo), %w()], + 'application/vnd.ecowin.chart' => [%w(mag), %w()], + 'application/vnd.enliven' => [%w(nml), %w()], + 'application/vnd.epson.esf' => [%w(esf), %w()], + 'application/vnd.epson.msf' => [%w(msf), %w()], + 'application/vnd.epson.quickanime' => [%w(qam), %w()], + 'application/vnd.epson.salt' => [%w(slt), %w()], + 'application/vnd.epson.ssf' => [%w(ssf), %w()], + 'application/vnd.eszigno3+xml' => [%w(es3 et3), %w()], + 'application/vnd.etsi.asic-e+zip' => [%w(asice), %w(application/zip)], # Extended Associated Signature Container + 'application/vnd.etsi.asic-s+zip' => [%w(asics), %w(application/zip)], # Simple Associated Signature Container + 'application/vnd.ezpix-album' => [%w(ez2), %w()], + 'application/vnd.ezpix-package' => [%w(ez3), %w()], + 'application/vnd.fdf' => [%w(fdf), %w()], # Forms Data Format + 'application/vnd.fdsn.mseed' => [%w(mseed), %w()], + 'application/vnd.fdsn.seed' => [%w(seed dataless), %w()], + 'application/vnd.flographit' => [%w(gph), %w()], + 'application/vnd.fluxtime.clip' => [%w(ftc), %w()], + 'application/vnd.framemaker' => [%w(fm frame maker book), %w()], + 'application/vnd.frogans.fnc' => [%w(fnc), %w()], + 'application/vnd.frogans.ltf' => [%w(ltf), %w()], + 'application/vnd.fsc.weblaunch' => [%w(fsc), %w()], + 'application/vnd.fujitsu.oasys' => [%w(oas), %w()], + 'application/vnd.fujitsu.oasys2' => [%w(oa2), %w()], + 'application/vnd.fujitsu.oasys3' => [%w(oa3), %w()], + 'application/vnd.fujitsu.oasysgp' => [%w(fg5), %w()], + 'application/vnd.fujitsu.oasysprs' => [%w(bh2), %w()], + 'application/vnd.fujixerox.ddd' => [%w(ddd), %w()], + 'application/vnd.fujixerox.docuworks' => [%w(xdw), %w()], + 'application/vnd.fujixerox.docuworks.binder' => [%w(xbd), %w()], + 'application/vnd.fuzzysheet' => [%w(fzs), %w()], + 'application/vnd.genomatix.tuxedo' => [%w(txd), %w()], + 'application/vnd.geogebra.file' => [%w(ggb), %w()], + 'application/vnd.geogebra.tool' => [%w(ggt), %w()], + 'application/vnd.geometry-explorer' => [%w(gex gre), %w()], + 'application/vnd.gmx' => [%w(gmx), %w()], + 'application/vnd.google-earth.kml+xml' => [%w(kml), %w(application/xml)], # Keyhole Markup Language + 'application/vnd.google-earth.kmz' => [%w(kmz), %w(application/zip)], + 'application/vnd.grafeq' => [%w(gqf gqs), %w()], + 'application/vnd.groove-account' => [%w(gac), %w()], + 'application/vnd.groove-help' => [%w(ghf), %w()], + 'application/vnd.groove-identity-message' => [%w(gim), %w()], + 'application/vnd.groove-injector' => [%w(grv), %w()], + 'application/vnd.groove-tool-message' => [%w(gtm), %w()], + 'application/vnd.groove-tool-template' => [%w(tpl), %w()], + 'application/vnd.groove-vcard' => [%w(vcg), %w()], + 'application/vnd.handheld-entertainment+xml' => [%w(zmm), %w()], + 'application/vnd.hbci' => [%w(hbci), %w()], + 'application/vnd.hhe.lesson-player' => [%w(les), %w()], + 'application/vnd.hp-hpgl' => [%w(hpgl), %w()], + 'application/vnd.hp-hpid' => [%w(hpid), %w()], + 'application/vnd.hp-hps' => [%w(hps), %w()], + 'application/vnd.hp-jlyt' => [%w(jlt), %w()], + 'application/vnd.hp-pcl' => [%w(pcl), %w()], + 'application/vnd.hp-pclxl' => [%w(pclxl), %w()], + 'application/vnd.hydrostatix.sof-data' => [%w(sfd-hdstx), %w()], + 'application/vnd.hzn-3d-crossword' => [%w(x3d), %w()], + 'application/vnd.ibm.minipay' => [%w(mpy), %w()], + 'application/vnd.ibm.modcap' => [%w(afp listafp list3820), %w()], + 'application/vnd.ibm.rights-management' => [%w(irm), %w()], + 'application/vnd.ibm.secure-container' => [%w(sc), %w()], + 'application/vnd.iccprofile' => [%w(icc icm), %w()], + 'application/vnd.igloader' => [%w(igl), %w()], + 'application/vnd.immervision-ivp' => [%w(ivp), %w()], + 'application/vnd.immervision-ivu' => [%w(ivu), %w()], + 'application/vnd.intercon.formnet' => [%w(xpw xpx), %w()], + 'application/vnd.intu.qbo' => [%w(qbo), %w()], + 'application/vnd.intu.qfx' => [%w(qfx), %w()], + 'application/vnd.iptc.g2.newsmessage+xml' => [%w(nar), %w(application/xml)], # XML syntax for IPTC NewsMessages + 'application/vnd.ipunplugged.rcprofile' => [%w(rcprofile), %w()], + 'application/vnd.irepository.package+xml' => [%w(irp), %w()], + 'application/vnd.is-xpr' => [%w(xpr), %w()], + 'application/vnd.jam' => [%w(jam), %w()], + 'application/vnd.java.hprof ' => [%w(hprof), %w()], # Java hprof text file + 'application/vnd.java.hprof.text' => [%w(hprof.txt), %w(text/plain)], # Java hprof text file + 'application/vnd.jcp.javame.midlet-rms' => [%w(rms), %w()], + 'application/vnd.jisp' => [%w(jisp), %w()], + 'application/vnd.joost.joda-archive' => [%w(joda), %w()], + 'application/vnd.kahootz' => [%w(ktz ktr), %w()], + 'application/vnd.kde.karbon' => [%w(karbon), %w()], + 'application/vnd.kde.kchart' => [%w(chrt), %w()], # KChart File + 'application/vnd.kde.kformula' => [%w(kfo), %w()], + 'application/vnd.kde.kivio' => [%w(flw), %w()], + 'application/vnd.kde.kontour' => [%w(kon), %w()], + 'application/vnd.kde.kpresenter' => [%w(kpr kpt), %w()], # KPresenter File + 'application/vnd.kde.kspread' => [%w(ksp), %w()], # KSpread File + 'application/vnd.kde.kword' => [%w(kwd kwt), %w()], # KWord File + 'application/vnd.kenameaapp' => [%w(htke), %w()], + 'application/vnd.kidspiration' => [%w(kia), %w()], + 'application/vnd.kinar' => [%w(kne knp), %w()], + 'application/vnd.koan' => [%w(skp skd skt skm), %w()], # SSEYO Koan File + 'application/vnd.kodak-descriptor' => [%w(sse), %w()], + 'application/vnd.llamagraphics.life-balance.desktop' => [%w(lbd), %w()], + 'application/vnd.llamagraphics.life-balance.exchange+xml' => [%w(lbe), %w()], + 'application/vnd.lotus-1-2-3' => [%w(wk1 wk2 wk3 wk4 123), %w()], # Lotus 1-2-3 + 'application/vnd.lotus-1-2-3;version=2' => [%w(wk1 wk2), %w(application/vnd.lotus-1-2-3)], # Lotus 1-2-3, version 2 + 'application/vnd.lotus-1-2-3;version=3' => [%w(wk3), %w(application/vnd.lotus-1-2-3)], # Lotus 1-2-3, version 3 + 'application/vnd.lotus-1-2-3;version=4' => [%w(wk4), %w(application/vnd.lotus-1-2-3)], # Lotus 1-2-3, version 4-5 + 'application/vnd.lotus-1-2-3;version=97+9.x' => [%w(123), %w(application/vnd.lotus-1-2-3)], # Lotus 1-2-3, version 97/9.x + 'application/vnd.lotus-approach' => [%w(apr), %w()], + 'application/vnd.lotus-freelance' => [%w(pre), %w()], + 'application/vnd.lotus-notes' => [%w(nsf), %w()], + 'application/vnd.lotus-organizer' => [%w(org), %w()], + 'application/vnd.lotus-wordpro' => [%w(lwp), %w()], + 'application/vnd.macports.portpkg' => [%w(portpkg), %w()], + 'application/vnd.mcd' => [%w(mcd), %w()], + 'application/vnd.medcalcdata' => [%w(mc1), %w()], + 'application/vnd.mediastation.cdkey' => [%w(cdkey), %w()], + 'application/vnd.mfer' => [%w(mwf), %w()], + 'application/vnd.mfmp' => [%w(mfm), %w()], + 'application/vnd.micrografx.flo' => [%w(flo), %w()], + 'application/vnd.micrografx.igx' => [%w(igx), %w()], + 'application/vnd.mif' => [%w(mif), %w()], # FrameMaker Interchange Format + 'application/vnd.mindjet.mindmanager' => [%w(mmp mmap mmpt mmat mmmp mmas), %w(application/zip)], # MindManager + 'application/vnd.mobius.daf' => [%w(daf), %w()], + 'application/vnd.mobius.dis' => [%w(dis), %w()], + 'application/vnd.mobius.mbk' => [%w(mbk), %w()], + 'application/vnd.mobius.mqy' => [%w(mqy), %w()], + 'application/vnd.mobius.msl' => [%w(msl), %w()], + 'application/vnd.mobius.plc' => [%w(plc), %w()], + 'application/vnd.mobius.txf' => [%w(txf), %w()], + 'application/vnd.mophun.application' => [%w(mpn), %w()], + 'application/vnd.mophun.certificate' => [%w(mpc), %w()], + 'application/vnd.mozilla.xul+xml' => [%w(xul), %w()], + 'application/vnd.ms-artgalry' => [%w(cil), %w()], + 'application/vnd.ms-cab-compressed' => [%w(cab), %w()], + 'application/vnd.ms-excel' => [%w(xls xlm xla xlc xlt xlw xll xld), %w(application/x-tika-msoffice)], # Microsoft Excel Spreadsheet + 'application/vnd.ms-excel.addin.macroenabled.12' => [%w(xlam), %w(application/x-tika-ooxml)], # Office Open XML Workbook Add-in (macro-enabled) + 'application/vnd.ms-excel.sheet.binary.macroenabled.12' => [%w(xlsb), %w(application/x-tika-ooxml)], # Microsoft Excel 2007 Binary Spreadsheet + 'application/vnd.ms-excel.sheet.macroenabled.12' => [%w(xlsm), %w(application/x-tika-ooxml)], # Office Open XML Workbook (macro-enabled) + 'application/vnd.ms-excel.template.macroenabled.12' => [%w(xltm), %w(application/x-tika-ooxml)], # Office Open XML Workbook Template (macro-enabled) + 'application/vnd.ms-fontobject' => [%w(eot), %w()], + 'application/vnd.ms-htmlhelp' => [%w(chm), %w()], + 'application/vnd.ms-ims' => [%w(ims), %w()], + 'application/vnd.ms-lrm' => [%w(lrm), %w()], + 'application/vnd.ms-outlook' => [%w(msg), %w(application/x-tika-msoffice)], # Microsoft Outlook Message + 'application/vnd.ms-outlook-pst' => [%w(pst ost), %w()], # Outlook Personal Folders File Format + 'application/vnd.ms-pki.seccat' => [%w(cat), %w()], + 'application/vnd.ms-pki.stl' => [%w(stl), %w()], + 'application/vnd.ms-powerpoint' => [%w(ppt ppz pps pot ppa), %w(application/x-tika-msoffice)], # Microsoft Powerpoint Presentation + 'application/vnd.ms-powerpoint.addin.macroenabled.12' => [%w(ppam), %w(application/x-tika-ooxml)], # Office Open XML Presentation Add-in (macro-enabled) + 'application/vnd.ms-powerpoint.presentation.macroenabled.12' => [%w(pptm), %w(application/x-tika-ooxml)], # Office Open XML Presentation (macro-enabled) + 'application/vnd.ms-powerpoint.slide.macroenabled.12' => [%w(sldm), %w(application/x-tika-ooxml)], + 'application/vnd.ms-powerpoint.slideshow.macroenabled.12' => [%w(ppsm), %w(application/x-tika-ooxml)], # Office Open XML Presentation Slideshow (macro-enabled) + 'application/vnd.ms-powerpoint.template.macroenabled.12' => [%w(potm), %w(application/x-tika-ooxml)], + 'application/vnd.ms-project' => [%w(mpp mpt), %w(application/x-tika-msoffice)], + 'application/vnd.ms-visio.drawing' => [%w(vsdx), %w(application/x-tika-visio-ooxml)], # Office Open XML Visio Drawing (macro-free) + 'application/vnd.ms-visio.drawing.macroEnabled.12' => [%w(vsdm), %w(application/x-tika-visio-ooxml)], # Office Open XML Visio Drawing (macro-enabled) + 'application/vnd.ms-visio.stencil' => [%w(vssx), %w(application/x-tika-visio-ooxml)], # Office Open XML Visio Stencil (macro-free) + 'application/vnd.ms-visio.stencil.macroEnabled.12' => [%w(vssm), %w(application/x-tika-visio-ooxml)], # Office Open XML Visio Stencil (macro-enabled) + 'application/vnd.ms-visio.template' => [%w(vstx), %w(application/x-tika-visio-ooxml)], # Office Open XML Visio Template (macro-free) + 'application/vnd.ms-visio.template.macroEnabled.12' => [%w(vstm), %w(application/x-tika-visio-ooxml)], # Office Open XML Visio Template (macro-enabled) + 'application/vnd.ms-word.document.macroenabled.12' => [%w(docm), %w(application/x-tika-ooxml)], # Office Open XML Document (macro-enabled) + 'application/vnd.ms-word.template.macroenabled.12' => [%w(dotm), %w(application/x-tika-ooxml)], # Office Open XML Document Template (macro-enabled) + 'application/vnd.ms-works' => [%w(wps wks wcm wdb), %w(application/x-tika-msoffice)], + 'application/vnd.ms-wpl' => [%w(wpl), %w()], + 'application/vnd.ms-xpsdocument' => [%w(xps oxps), %w(application/x-tika-ooxml)], # Open XML Paper Specification + 'application/vnd.mseq' => [%w(mseq), %w()], + 'application/vnd.musician' => [%w(mus), %w()], + 'application/vnd.muvee.style' => [%w(msty), %w()], + 'application/vnd.neurolanguage.nlu' => [%w(nlu), %w()], + 'application/vnd.noblenet-directory' => [%w(nnd), %w()], + 'application/vnd.noblenet-sealer' => [%w(nns), %w()], + 'application/vnd.noblenet-web' => [%w(nnw), %w()], + 'application/vnd.nokia.n-gage.data' => [%w(ngdat), %w()], + 'application/vnd.nokia.n-gage.symbian.install' => [%w(n-gage), %w()], + 'application/vnd.nokia.radio-preset' => [%w(rpst), %w()], + 'application/vnd.nokia.radio-presets' => [%w(rpss), %w()], + 'application/vnd.novadigm.edm' => [%w(edm), %w()], + 'application/vnd.novadigm.edx' => [%w(edx), %w()], + 'application/vnd.novadigm.ext' => [%w(ext), %w()], + 'application/vnd.oasis.opendocument.base' => [%w(odb), %w()], + 'application/vnd.oasis.opendocument.chart' => [%w(odc), %w()], # OpenDocument v1.0: Chart document + 'application/vnd.oasis.opendocument.chart-template' => [%w(otc), %w()], # OpenDocument v1.0: Chart document used as template + 'application/vnd.oasis.opendocument.flat.presentation' => [%w(fodp), %w(application/vnd.oasis.opendocument.tika.flat.document)], # OpenDocument v1.0: Flat Presentation document + 'application/vnd.oasis.opendocument.flat.spreadsheet' => [%w(fods), %w(application/vnd.oasis.opendocument.tika.flat.document)], # OpenDocument v1.0: Flat Spreadsheet document + 'application/vnd.oasis.opendocument.flat.text' => [%w(fodt), %w(application/vnd.oasis.opendocument.tika.flat.document)], # OpenDocument v1.0: Flat Text document + 'application/vnd.oasis.opendocument.formula' => [%w(odf), %w(application/zip)], # OpenDocument v1.0: Formula document + 'application/vnd.oasis.opendocument.formula-template' => [%w(odft), %w()], # OpenDocument v1.0: Formula document used as template + 'application/vnd.oasis.opendocument.graphics' => [%w(odg), %w()], # OpenDocument v1.0: Graphics document (Drawing) + 'application/vnd.oasis.opendocument.graphics-template' => [%w(otg), %w()], # OpenDocument v1.0: Graphics document used as template + 'application/vnd.oasis.opendocument.image' => [%w(odi), %w()], # OpenDocument v1.0: Image document + 'application/vnd.oasis.opendocument.image-template' => [%w(oti), %w()], # OpenDocument v1.0: Image document used as template + 'application/vnd.oasis.opendocument.presentation' => [%w(odp), %w()], # OpenDocument v1.0: Presentation document + 'application/vnd.oasis.opendocument.presentation-template' => [%w(otp), %w()], # OpenDocument v1.0: Presentation document used as template + 'application/vnd.oasis.opendocument.spreadsheet' => [%w(ods), %w()], # OpenDocument v1.0: Spreadsheet document + 'application/vnd.oasis.opendocument.spreadsheet-template' => [%w(ots), %w()], # OpenDocument v1.0: Spreadsheet document used as template + 'application/vnd.oasis.opendocument.text' => [%w(odt), %w()], # OpenDocument v1.0: Text document + 'application/vnd.oasis.opendocument.text-master' => [%w(otm), %w()], # OpenDocument v1.0: Global Text document + 'application/vnd.oasis.opendocument.text-template' => [%w(ott), %w()], # OpenDocument v1.0: Text document used as template + 'application/vnd.oasis.opendocument.text-web' => [%w(oth), %w()], # OpenDocument v1.0: Text document used as template for HTML documents + 'application/vnd.olpc-sugar' => [%w(xo), %w()], + 'application/vnd.oma.dd2+xml' => [%w(dd2), %w()], + 'application/vnd.openofficeorg.autotext' => [%w(bau), %w(application/zip)], + 'application/vnd.openofficeorg.extension' => [%w(oxt), %w()], + 'application/vnd.openxmlformats-officedocument.presentationml.presentation' => [%w(pptx thmx), %w(application/x-tika-ooxml)], # Office Open XML Presentation + 'application/vnd.openxmlformats-officedocument.presentationml.slide' => [%w(sldx), %w(application/x-tika-ooxml)], + 'application/vnd.openxmlformats-officedocument.presentationml.slideshow' => [%w(ppsx), %w(application/x-tika-ooxml)], # Office Open XML Presentation Slideshow + 'application/vnd.openxmlformats-officedocument.presentationml.template' => [%w(potx), %w(application/x-tika-ooxml)], # Office Open XML Presentation Template + 'application/vnd.openxmlformats-officedocument.spreadsheetml.sheet' => [%w(xlsx), %w(application/x-tika-ooxml)], # Office Open XML Workbook + 'application/vnd.openxmlformats-officedocument.spreadsheetml.template' => [%w(xltx), %w(application/x-tika-ooxml)], # Office Open XML Workbook Template + 'application/vnd.openxmlformats-officedocument.wordprocessingml.document' => [%w(docx), %w(application/x-tika-ooxml)], # Office Open XML Document + 'application/vnd.openxmlformats-officedocument.wordprocessingml.template' => [%w(dotx), %w(application/x-tika-ooxml)], # Office Open XML Document Template + 'application/vnd.osgi.dp' => [%w(dp), %w()], + 'application/vnd.palm' => [%w(pqa oprc), %w()], + 'application/vnd.pg.format' => [%w(str), %w()], + 'application/vnd.pg.osasli' => [%w(ei6), %w()], + 'application/vnd.picsel' => [%w(efif), %w()], + 'application/vnd.pocketlearn' => [%w(plf), %w()], + 'application/vnd.powerbuilder6' => [%w(pbd), %w()], + 'application/vnd.previewsystems.box' => [%w(box), %w()], + 'application/vnd.proteus.magazine' => [%w(mgz), %w()], + 'application/vnd.publishare-delta-tree' => [%w(qps), %w()], + 'application/vnd.pvi.ptid1' => [%w(ptid), %w()], + 'application/vnd.quark.quarkxpress' => [%w(qxd qxt qwd qwt qxl qxb), %w()], + 'application/vnd.recordare.musicxml' => [%w(mxl), %w()], + 'application/vnd.recordare.musicxml+xml' => [%w(musicxml), %w()], + 'application/vnd.rim.cod' => [%w(cod), %w()], + 'application/vnd.rn-realmedia' => [%w(rm), %w()], + 'application/vnd.route66.link66+xml' => [%w(link66), %w()], + 'application/vnd.seemail' => [%w(see), %w()], + 'application/vnd.sema' => [%w(sema), %w()], + 'application/vnd.semd' => [%w(semd), %w()], + 'application/vnd.semf' => [%w(semf), %w()], + 'application/vnd.shana.informed.formdata' => [%w(ifm), %w()], + 'application/vnd.shana.informed.formtemplate' => [%w(itp), %w()], + 'application/vnd.shana.informed.interchange' => [%w(iif), %w()], + 'application/vnd.shana.informed.package' => [%w(ipk), %w()], + 'application/vnd.simtech-mindmapper' => [%w(twd twds), %w()], + 'application/vnd.smaf' => [%w(mmf), %w()], + 'application/vnd.smart.teacher' => [%w(teacher), %w()], + 'application/vnd.solent.sdkm+xml' => [%w(sdkm sdkd), %w()], + 'application/vnd.spotfire.dxp' => [%w(dxp), %w()], + 'application/vnd.spotfire.sfs' => [%w(sfs), %w()], + 'application/vnd.stardivision.calc' => [%w(sdc), %w(application/x-tika-staroffice)], + 'application/vnd.stardivision.draw' => [%w(sda), %w(application/x-tika-staroffice)], + 'application/vnd.stardivision.impress' => [%w(sdd), %w(application/x-tika-staroffice)], + 'application/vnd.stardivision.math' => [%w(smf), %w()], + 'application/vnd.stardivision.writer' => [%w(sdw), %w(application/x-tika-staroffice)], + 'application/vnd.stardivision.writer-global' => [%w(sgl), %w()], + 'application/vnd.sun.xml.calc' => [%w(sxc), %w()], + 'application/vnd.sun.xml.calc.template' => [%w(stc), %w()], + 'application/vnd.sun.xml.draw' => [%w(sxd), %w()], + 'application/vnd.sun.xml.draw.template' => [%w(std), %w()], + 'application/vnd.sun.xml.impress' => [%w(sxi), %w()], + 'application/vnd.sun.xml.impress.template' => [%w(sti), %w()], + 'application/vnd.sun.xml.math' => [%w(sxm), %w()], + 'application/vnd.sun.xml.writer' => [%w(sxw), %w()], # OpenOffice v1.0: Writer Document + 'application/vnd.sun.xml.writer.global' => [%w(sxg), %w()], + 'application/vnd.sun.xml.writer.template' => [%w(stw), %w()], + 'application/vnd.sus-calendar' => [%w(sus susp), %w()], + 'application/vnd.svd' => [%w(svd), %w()], + 'application/vnd.symbian.install' => [%w(sis sisx), %w()], + 'application/vnd.syncml+xml' => [%w(xsm), %w()], + 'application/vnd.syncml.dm+wbxml' => [%w(bdm), %w()], + 'application/vnd.syncml.dm+xml' => [%w(xdm), %w()], + 'application/vnd.tao.intent-module-archive' => [%w(tao), %w()], + 'application/vnd.tcpdump.pcap' => [%w(pcap cap dmp), %w()], # TCPDump pcap packet capture + 'application/vnd.tmobile-livetv' => [%w(tmo), %w()], + 'application/vnd.trid.tpt' => [%w(tpt), %w()], + 'application/vnd.triscape.mxs' => [%w(mxs), %w()], + 'application/vnd.trueapp' => [%w(tra), %w()], + 'application/vnd.ufdl' => [%w(ufd ufdl), %w()], + 'application/vnd.uiq.theme' => [%w(utz), %w()], + 'application/vnd.umajin' => [%w(umj), %w()], + 'application/vnd.unity' => [%w(unityweb), %w()], + 'application/vnd.uoml+xml' => [%w(uoml), %w()], + 'application/vnd.vcx' => [%w(vcx), %w()], + 'application/vnd.visio' => [%w(vsd vst vss vsw), %w(application/x-tika-msoffice)], # Microsoft Visio Diagram + 'application/vnd.visionary' => [%w(vis), %w()], + 'application/vnd.vsf' => [%w(vsf), %w()], + 'application/vnd.wap.wbxml' => [%w(wbxml), %w()], + 'application/vnd.wap.wmlc' => [%w(wmlc), %w()], # Compiled WML Document + 'application/vnd.wap.wmlscriptc' => [%w(wmlsc), %w()], # Compiled WML Script + 'application/vnd.webturbo' => [%w(wtb), %w()], + 'application/vnd.wolfram.wl' => [%w(wl), %w(application/mathematica)], # Wolfram Language + 'application/vnd.wordperfect' => [%w(wpd wp wp5 wp6 w60 wp61 wpt), %w()], # WordPerfect - Corel Word Processing + 'application/vnd.wqd' => [%w(wqd), %w()], + 'application/vnd.wt.stf' => [%w(stf), %w()], + 'application/vnd.xara' => [%w(xar), %w()], + 'application/vnd.xfdl' => [%w(xfdl), %w()], + 'application/vnd.yamaha.hv-dic' => [%w(hvd), %w()], + 'application/vnd.yamaha.hv-script' => [%w(hvs), %w()], + 'application/vnd.yamaha.hv-voice' => [%w(hvp), %w()], + 'application/vnd.yamaha.openscoreformat' => [%w(osf), %w()], + 'application/vnd.yamaha.openscoreformat.osfpvg+xml' => [%w(osfpvg), %w()], + 'application/vnd.yamaha.smaf-audio' => [%w(saf), %w()], + 'application/vnd.yamaha.smaf-phrase' => [%w(spf), %w()], + 'application/vnd.yellowriver-custom-menu' => [%w(cmp), %w()], + 'application/vnd.zul' => [%w(zir zirz), %w()], + 'application/vnd.zzazz.deck+xml' => [%w(zaz), %w()], + 'application/voicexml+xml' => [%w(vxml), %w()], + 'application/warc' => [%w(warc), %w()], # WARC + 'application/wasm' => [%w(wasm), %w()], # Web Assembly + 'application/winhlp' => [%w(hlp), %w()], + 'application/wsdl+xml' => [%w(wsdl), %w()], + 'application/wspolicy+xml' => [%w(wspolicy), %w()], + 'application/x-7z-compressed' => [%w(7z), %w()], # 7-zip archive + 'application/x-abiword' => [%w(abw), %w()], + 'application/x-ace-compressed' => [%w(ace), %w()], + 'application/x-adobe-indesign' => [%w(indd), %w()], # Adobe InDesign document + 'application/x-adobe-indesign-interchange' => [%w(inx), %w(application/xml)], # Adobe InDesign Interchange format + 'application/x-apple-diskimage' => [%w(dmg), %w()], + 'application/x-appleworks' => [%w(cwk), %w()], + 'application/x-archive' => [%w(ar a), %w()], + 'application/x-arj' => [%w(arj), %w()], + 'application/x-authorware-bin' => [%w(aab x32 u32 vox), %w()], + 'application/x-authorware-map' => [%w(aam), %w()], + 'application/x-authorware-seg' => [%w(aas), %w()], + 'application/x-axcrypt' => [%w(axx), %w()], # AxCrypt + 'application/x-bat' => [%w(bat cmd), %w(text/plain)], # Windows Batch / Command File + 'application/x-bcpio' => [%w(bcpio), %w()], + 'application/x-bibtex-text-file' => [%w(bib bibtex), %w(text/plain)], + 'application/x-bittorrent' => [%w(torrent), %w()], + 'application/x-brotli' => [%w(br brotli), %w()], + 'application/x-bzip' => [%w(bz tbz), %w()], + 'application/x-bzip2' => [%w(bz2 tbz2 boz), %w(application/x-bzip)], # Bzip 2 UNIX Compressed File + 'application/x-cdlink' => [%w(vcd), %w()], # Virtual CD-ROM CD Image File + 'application/x-chat' => [%w(chat), %w()], + 'application/x-chess-pgn' => [%w(pgn), %w()], + 'application/x-chrome-package' => [%w(crx), %w()], # Chrome Extension Package + 'application/x-compress' => [%w(z), %w()], + 'application/x-corelpresentations' => [%w(shw), %w(application/x-tika-msoffice)], + 'application/x-cpio' => [%w(cpio), %w()], # UNIX CPIO Archive + 'application/x-csh' => [%w(csh tcsh), %w()], + 'application/x-dbf' => [%w(dbf dbase dbase3), %w()], + 'application/x-debian-package' => [%w(deb udeb), %w(application/x-archive)], + 'application/x-dex' => [%w(dex), %w()], # Dalvik Executable Format + 'application/x-director' => [%w(dir dcr dxr cst cct cxt w3d fgd swa), %w()], # Shockwave Movie + 'application/x-doom' => [%w(wad), %w()], + 'application/x-dosexec' => [%w(exe), %w(application/x-msdownload)], # DOS/Windows executable (EXE) + 'application/x-dtbncx+xml' => [%w(ncx), %w()], + 'application/x-dtbook+xml' => [%w(dtb), %w()], + 'application/x-dtbresource+xml' => [%w(res), %w()], + 'application/x-dvi' => [%w(dvi), %w()], # TeX Device Independent Document + 'application/x-elc' => [%w(elc), %w()], # Emacs Lisp bytecode + 'application/x-endnote-refer' => [%w(enw enr), %w()], + 'application/x-erdas-hfa' => [%w(hfa), %w()], + 'application/x-fictionbook+xml' => [%w(fb2), %w(application/xml)], # FictionBook document + 'application/x-filemaker' => [%w(fp7), %w()], # FileMaker Pro 7 + 'application/x-font-adobe-metric' => [%w(afm acfm amfm), %w()], # Adobe Font Metric + 'application/x-font-bdf' => [%w(bdf), %w()], + 'application/x-font-ghostscript' => [%w(gsf), %w()], + 'application/x-font-linux-psf' => [%w(psf), %w()], + 'application/x-font-otf' => [%w(otf), %w()], # OpenType Font + 'application/x-font-pcf' => [%w(pcf), %w()], + 'application/x-font-printer-metric' => [%w(pfm), %w()], # Printer Font Metric + 'application/x-font-snf' => [%w(snf), %w()], + 'application/x-font-ttf' => [%w(ttf ttc), %w()], # TrueType Font + 'application/x-font-type1' => [%w(pfa pfb), %w()], + 'application/x-futuresplash' => [%w(spl), %w()], # Macromedia FutureSplash File + 'application/x-gnucash' => [%w(gnucash), %w()], + 'application/x-gnumeric' => [%w(gnumeric), %w()], + 'application/x-grib' => [%w(grb grb1 grb2), %w()], # General Regularly-distributed Information in Binary form + 'application/x-gtar' => [%w(gtar), %w(application/x-tar)], # GNU tar Compressed File Archive (GNU Tape Archive) + 'application/x-hdf' => [%w(hdf he5 h5), %w()], # Hierarchical Data Format File + 'application/x-ibooks+zip' => [%w(ibooks), %w(application/epub+zip)], # Apple iBooks Author publication format + 'application/x-internet-archive' => [%w(arc), %w()], # ARC + 'application/x-iso9660-image' => [%w(iso), %w()], # ISO 9660 CD-ROM filesystem data + 'application/x-itunes-ipa' => [%w(ipa), %w(application/zip)], # Apple iOS IPA AppStore file + 'application/x-java-jnilib' => [%w(jnilib), %w()], # Java Native Library for OSX + 'application/x-java-jnlp-file' => [%w(jnlp), %w()], + 'application/x-java-pack200' => [%w(pack), %w()], + 'application/x-killustrator' => [%w(kil), %w()], # KIllustrator File + 'application/x-latex' => [%w(latex), %w(application/x-tex)], # LaTeX Source Document + 'application/x-lz4' => [%w(lz4), %w()], # Second match Legacy Frame + 'application/x-lzip' => [%w(lz), %w()], # Lzip (LZMA) compressed archive + 'application/x-lzma' => [%w(lzma), %w()], # LZMA compressed archive + 'application/x-matlab-data' => [%w(mat), %w()], + 'application/x-memgraph' => [%w(memgraph), %w(application/x-bplist)], # Apple Xcode Memgraph + 'application/x-mobipocket-ebook' => [%w(prc mobi), %w()], # Mobipocket Ebook + 'application/x-ms-application' => [%w(application), %w()], + 'application/x-ms-asx' => [%w(asx), %w(application/xml)], # Windows Media Metafile + 'application/x-ms-installer' => [%w(msi msp mst), %w(application/x-tika-msoffice)], # Microsoft Windows Installer + 'application/x-ms-wmd' => [%w(wmd), %w()], + 'application/x-ms-wmz' => [%w(wmz), %w(application/gzip)], + 'application/x-ms-xbap' => [%w(xbap), %w()], + 'application/x-msaccess' => [%w(mdb), %w()], + 'application/x-msbinder' => [%w(obd), %w()], + 'application/x-mscardfile' => [%w(crd), %w()], + 'application/x-msclip' => [%w(clp), %w()], + 'application/x-msdownload' => [%w(dll com), %w()], + 'application/x-msmediaview' => [%w(mvb m13 m14), %w()], + 'application/x-msmoney' => [%w(mny), %w()], + 'application/x-mspublisher' => [%w(pub), %w(application/x-tika-msoffice)], + 'application/x-msschedule' => [%w(scd), %w()], + 'application/x-msterminal' => [%w(trm), %w()], + 'application/x-mswrite' => [%w(wri), %w()], + 'application/x-mysql-misam-compressed-index' => [%w(myi), %w(application/x-mysql-db)], # MySQL MISAM Compressed Index + 'application/x-mysql-misam-data' => [%w(myd), %w(application/x-mysql-db)], # MySQL MISAM Data + 'application/x-netcdf' => [%w(nc cdf), %w()], + 'application/x-parquet' => [%w(parquet), %w()], + 'application/x-pkcs12' => [%w(p12 pfx), %w()], + 'application/x-pkcs7-certificates' => [%w(p7b spc), %w()], + 'application/x-pkcs7-certreqresp' => [%w(p7r), %w()], + 'application/x-project' => [%w(mpx), %w(text/plain)], + 'application/x-prt' => [%w(prt), %w()], + 'application/x-quattro-pro' => [%w(wq1 wq2 wkq qpw wb1 wb2 wb3), %w(application/x-tika-msoffice)], # Quattro Pro - Corel Spreadsheet (part of WordPerfect Office suite) + 'application/x-quattro-pro;version=1+5' => [%w(wb1), %w(application/x-quattro-pro)], # Quattro Pro for Windows, version 1, 5 + 'application/x-quattro-pro;version=1-4' => [%w(wq1 wkq), %w(application/x-quattro-pro)], # Quattro Pro for DOS, version 1-4 + 'application/x-quattro-pro;version=5' => [%w(wq2 wkq), %w(application/x-quattro-pro)], # Quattro Pro for DOS, version 5 + 'application/x-quattro-pro;version=6' => [%w(wb2), %w(application/x-quattro-pro)], # Quattro Pro for Windows, version 6 + 'application/x-rar-compressed' => [%w(rar), %w()], # RAR archive + 'application/x-roxio-toast' => [%w(toast), %w(application/x-iso9660-image)], + 'application/x-rpm' => [%w(rpm), %w()], # RedHat Package Manager + 'application/x-sas' => [%w(sas), %w(text/plain)], # SAS Program + 'application/x-sas-access' => [%w(sa7 sas7bacs), %w()], # SAS Access Descriptor + 'application/x-sas-audit' => [%w(st7 sas7baud), %w()], # SAS Audit + 'application/x-sas-backup' => [%w(sas7bbak), %w()], # SAS Backup + 'application/x-sas-catalog' => [%w(sc7 sas7bcat), %w()], # SAS Catalog + 'application/x-sas-data' => [%w(sd7 sas7bdat), %w()], # SAS Data Set + 'application/x-sas-data-index' => [%w(si7 sas7bndx), %w()], # SAS Data Set Index + 'application/x-sas-data-v6' => [%w(sd2), %w()], # SAS v6 Data Set + 'application/x-sas-dmdb' => [%w(s7m sas7bdmd), %w()], # SAS DMDB Data Mining Database File + 'application/x-sas-fdb' => [%w(sf7 sas7bfdb), %w()], # SAS FDB Consolidation Database File + 'application/x-sas-itemstor' => [%w(sr7 sas7bitm), %w()], # SAS Item Store (ItemStor) File + 'application/x-sas-mddb' => [%w(sm7 sas7bmdb), %w()], # SAS MDDB Multi-Dimensional Database File + 'application/x-sas-program-data' => [%w(ss7 sas7bpgm), %w()], # SAS Stored Program (DATA Step) + 'application/x-sas-putility' => [%w(sp7 sas7bput), %w()], # SAS Permanent Utility + 'application/x-sas-transport' => [%w(stx), %w()], # SAS Transport File + 'application/x-sas-utility' => [%w(su7 sas7butl), %w()], # SAS Utility + 'application/x-sas-view' => [%w(sv7 sas7bvew), %w()], # SAS Data Set View + 'application/x-sas-xport' => [%w(xpt xport), %w()], # SAS XPORT Transfer File + 'application/x-sfdu' => [%w(sfdu), %w(text/plain)], # Standard Formatted Data Units (SFDUs) data + 'application/x-sh' => [%w(sh bash), %w(text/plain)], # UNIX/LINUX Shell Script + 'application/x-shapefile' => [%w(shp), %w()], # ESRI Shapefiles + 'application/x-shar' => [%w(shar), %w()], + 'application/x-shockwave-flash' => [%w(swf), %w()], # Adobe Flash + 'application/x-silverlight-app' => [%w(xap), %w()], + 'application/x-snappy-framed' => [%w(sz), %w()], # Snappy Framed + 'application/x-staroffice-template' => [%w(vor), %w(application/x-tika-staroffice)], + 'application/x-stata-do' => [%w(do), %w()], # Stata DTA Script + 'application/x-stata-dta' => [%w(dta), %w()], # Stata DTA Dataset + 'application/x-stuffit' => [%w(sit), %w()], + 'application/x-stuffitx' => [%w(sitx), %w()], + 'application/x-sv4cpio' => [%w(sv4cpio), %w()], + 'application/x-sv4crc' => [%w(sv4crc), %w()], + 'application/x-tar' => [%w(tar), %w()], + 'application/x-tex' => [%w(tex), %w(text/plain)], # TeX Source + 'application/x-tex-tfm' => [%w(tfm), %w()], + 'application/x-texinfo' => [%w(texinfo texi), %w()], + 'application/x-tika-java-enterprise-archive' => [%w(ear), %w(application/java-archive)], + 'application/x-tika-java-web-archive' => [%w(war), %w(application/java-archive)], + 'application/x-tika-msworks-spreadsheet' => [%w(xlr), %w(application/vnd.ms-excel)], + 'application/x-uc2-compressed' => [%w(uc2), %w()], + 'application/x-ustar' => [%w(ustar), %w()], + 'application/x-vmdk' => [%w(vmdk), %w()], # Virtual Disk Format + 'application/x-wais-source' => [%w(src), %w()], + 'application/x-webarchive' => [%w(webarchive), %w(application/x-bplist)], + 'application/x-x509-cert' => [%w(crt), %w()], + 'application/x-x509-cert;format=der' => [%w(der), %w(application/x-x509-cert)], + 'application/x-x509-cert;format=pem' => [%w(pem), %w(application/x-x509-cert)], + 'application/x-xfig' => [%w(fig), %w()], + 'application/x-xliff+xml' => [%w(xlf xliff), %w(application/xml)], # XLIFF 1.2 document + 'application/x-xliff+zip' => [%w(xlz), %w(application/zip)], # XLZ Archive + 'application/x-xmind' => [%w(xmind), %w(application/zip)], # XMind Pro + 'application/x-xpinstall' => [%w(xpi), %w()], + 'application/x-xz' => [%w(xz), %w()], + 'application/x-zoo' => [%w(zoo), %w()], + 'application/xenc+xml' => [%w(xenc), %w()], + 'application/xhtml+xml' => [%w(xhtml xhtml2 xht), %w()], + 'application/xml' => [%w(xml xsl xsd), %w(text/plain)], # Extensible Markup Language + 'application/xml-dtd' => [%w(dtd), %w(text/plain)], # XML Document Type Definition + 'application/xop+xml' => [%w(xop), %w()], + 'application/xquery' => [%w(xq xquery), %w(text/plain)], # XQuery source code + 'application/xslfo+xml' => [%w(xslfo fo), %w()], # XSL Format + 'application/xslt+xml' => [%w(xslt), %w()], # XSL Transformations + 'application/xspf+xml' => [%w(xspf), %w()], # XML Shareable Playlist Format + 'application/xv+xml' => [%w(mxml xhvml xvml xvm), %w()], + 'application/zip' => [%w(zip), %w()], # Compressed Archive File + 'application/zstd' => [%w(zstd), %w()], # https://tools.ietf.org/id/draft-kucherawy-dispatch-zstd-01.html + 'audio/ac3' => [%w(ac3), %w()], # Dolby Digital Audio Compression File + 'audio/adpcm' => [%w(adp), %w()], + 'audio/amr' => [%w(amr), %w()], + 'audio/basic' => [%w(au snd), %w()], # uLaw/AU Audio File + 'audio/midi' => [%w(mid midi kar rmi), %w()], # Musical Instrument Digital Interface + 'audio/mp4' => [%w(mp4a m4a m4b), %w(application/quicktime)], + 'audio/mpeg' => [%w(mpga mp2 mp2a mp3 m2a m3a), %w()], # MPEG-1 Audio Layer 3 + 'audio/ogg' => [%w(oga), %w(application/ogg)], # Ogg Vorbis Audio + 'audio/opus' => [%w(opus), %w(audio/ogg)], # Ogg Opus Codec Compressed WAV File + 'audio/speex' => [%w(spx), %w(audio/ogg)], # Ogg Speex Codec Compressed WAV File + 'audio/vnd.adobe.soundbooth' => [%w(asnd), %w()], + 'audio/vnd.digital-winds' => [%w(eol), %w()], + 'audio/vnd.dts' => [%w(dts), %w()], + 'audio/vnd.dts.hd' => [%w(dtshd), %w()], + 'audio/vnd.lucent.voice' => [%w(lvp), %w()], + 'audio/vnd.ms-playready.media.pya' => [%w(pya), %w()], + 'audio/vnd.nuera.ecelp4800' => [%w(ecelp4800), %w()], + 'audio/vnd.nuera.ecelp7470' => [%w(ecelp7470), %w()], + 'audio/vnd.nuera.ecelp9600' => [%w(ecelp9600), %w()], + 'audio/vnd.wave' => [%w(wav), %w()], + 'audio/vorbis' => [%w(ogg), %w(audio/ogg)], # Ogg Vorbis Codec Compressed WAV File + 'audio/x-aac' => [%w(aac), %w()], + 'audio/x-aiff' => [%w(aif aiff aifc), %w()], # Audio Interchange File Format + 'audio/x-caf' => [%w(caf), %w()], # com.apple.coreaudio-format + 'audio/x-flac' => [%w(flac), %w()], # Free Lossless Audio Codec + 'audio/x-matroska' => [%w(mka), %w(application/x-matroska)], + 'audio/x-mod' => [%w(mod), %w()], + 'audio/x-mpegurl' => [%w(m3u), %w()], # MP3 Playlist File + 'audio/x-ms-wax' => [%w(wax), %w()], + 'audio/x-ms-wma' => [%w(wma), %w(video/x-ms-asf)], + 'audio/x-pn-realaudio' => [%w(ram ra), %w()], # Real Audio + 'audio/x-pn-realaudio-plugin' => [%w(rmp), %w()], # RealMedia Player Plug-in + 'chemical/x-cdx' => [%w(cdx), %w()], + 'chemical/x-cif' => [%w(cif), %w()], + 'chemical/x-cmdf' => [%w(cmdf), %w()], + 'chemical/x-cml' => [%w(cml), %w()], + 'chemical/x-csml' => [%w(csml), %w()], + 'chemical/x-pdb' => [%w(pdb), %w()], # Brookhaven Protein Databank File + 'chemical/x-xyz' => [%w(xyz), %w()], + 'font/woff' => [%w(woff), %w()], + 'font/woff2' => [%w(woff2), %w()], + 'image/aces' => [%w(exr), %w()], # ACES Image Container File + 'image/avif' => [%w(avif), %w()], # AV1 Image File + 'image/bmp' => [%w(bmp dib), %w()], # Windows bitmap + 'image/cgm' => [%w(cgm), %w()], # Computer Graphics Metafile + 'image/emf' => [%w(emf), %w()], # Enhanced Metafile + 'image/g3fax' => [%w(g3), %w()], + 'image/gif' => [%w(gif), %w()], # Graphics Interchange Format + 'image/heic' => [%w(heic), %w()], + 'image/heif' => [%w(heif), %w()], + 'image/icns' => [%w(icns), %w()], # Apple Icon Image Format + 'image/ief' => [%w(ief), %w()], + 'image/jp2' => [%w(jp2), %w(image/x-jp2-container)], # JPEG 2000 Part 1 (JP2) + 'image/jpeg' => [%w(jpg jpeg jpe jif jfif jfi), %w()], # Joint Photographic Experts Group + 'image/jpm' => [%w(jpm jpgm), %w(image/x-jp2-container)], # JPEG 2000 Part 6 (JPM) + 'image/jpx' => [%w(jpf), %w(image/x-jp2-container)], # JPEG 2000 Part 2 (JPX) + 'image/nitf' => [%w(ntf nitf), %w()], + 'image/png' => [%w(png), %w()], # Portable Network Graphics + 'image/prs.btif' => [%w(btif), %w()], + 'image/svg+xml' => [%w(svg svgz), %w(application/xml)], # Scalable Vector Graphics + 'image/tiff' => [%w(tiff tif), %w()], # Tagged Image File Format + 'image/vnd.adobe.photoshop' => [%w(psd), %w()], # Photoshop Image + 'image/vnd.adobe.premiere' => [%w(ppj), %w(application/xml)], + 'image/vnd.djvu' => [%w(djvu djv), %w()], + 'image/vnd.dwg' => [%w(dwg), %w()], # AutoCad Drawing + 'image/vnd.dxb' => [%w(dxb), %w()], # AutoCAD DXF simplified Binary + 'image/vnd.dxf' => [%w(dxf), %w()], # AutoCAD DXF + 'image/vnd.fastbidsheet' => [%w(fbs), %w()], + 'image/vnd.fpx' => [%w(fpx), %w()], + 'image/vnd.fst' => [%w(fst), %w()], + 'image/vnd.fujixerox.edmics-mmr' => [%w(mmr), %w()], + 'image/vnd.fujixerox.edmics-rlc' => [%w(rlc), %w()], + 'image/vnd.microsoft.icon' => [%w(ico), %w()], + 'image/vnd.ms-modi' => [%w(mdi), %w()], # Microsoft Document Imaging + 'image/vnd.net-fpx' => [%w(npx), %w()], + 'image/vnd.wap.wbmp' => [%w(wbmp), %w()], # Wireless Bitmap File Format + 'image/vnd.xiff' => [%w(xif), %w()], + 'image/vnd.zbrush.dcx' => [%w(dcx), %w()], # ZSoft Multi-Page Paintbrush + 'image/vnd.zbrush.pcx' => [%w(pcx), %w()], # ZSoft Paintbrush PiCture eXchange + 'image/webp' => [%w(webp), %w()], + 'image/wmf' => [%w(wmf), %w()], # Windows Metafile + 'image/x-bpg' => [%w(bpg), %w()], # Better Portable Graphics + 'image/x-cmu-raster' => [%w(ras), %w()], + 'image/x-cmx' => [%w(cmx), %w()], + 'image/x-dpx' => [%w(dpx), %w()], # Digital Picture Exchange from SMPTE + 'image/x-emf-compressed' => [%w(emz), %w(application/gzip)], # Compressed Enhanced Metafile + 'image/x-freehand' => [%w(fh fhc fh4 fh40 fh5 fh50 fh7 fh8 fh9 fh10 fh11 fh12 ft7 ft8 ft9 ft10 ft11 ft12), %w()], # FreeHand image + 'image/x-jbig2' => [%w(jb2 jbig2), %w()], # A lossless image compression standard from the Joint Bi-level Image Experts Group. + 'image/x-jp2-codestream' => [%w(j2c), %w()], # JPEG 2000 Codestream + 'image/x-pict' => [%w(pic pct pict), %w()], # Apple Macintosh QuickDraw/PICT Format + 'image/x-portable-anymap' => [%w(pnm), %w()], # Portable Any Map + 'image/x-portable-bitmap' => [%w(pbm), %w(image/x-portable-anymap)], # Portable Bit Map + 'image/x-portable-graymap' => [%w(pgm), %w(image/x-portable-anymap)], # Portable Graymap Graphic + 'image/x-portable-pixmap' => [%w(ppm), %w(image/x-portable-anymap)], # UNIX Portable Bitmap Graphic + 'image/x-raw-adobe' => [%w(dng), %w()], # Adobe Digital Negative + 'image/x-raw-canon' => [%w(crw cr2), %w()], # Canon raw image + 'image/x-raw-casio' => [%w(bay), %w()], # Casio raw image + 'image/x-raw-epson' => [%w(erf), %w()], # Epson raw image + 'image/x-raw-fuji' => [%w(raf), %w()], # Fuji raw image + 'image/x-raw-hasselblad' => [%w(3fr), %w()], # Hasselblad raw image + 'image/x-raw-imacon' => [%w(fff), %w()], # Imacon raw image + 'image/x-raw-kodak' => [%w(k25 kdc dcs drf), %w()], # Kodak raw image + 'image/x-raw-leaf' => [%w(mos), %w()], # Leaf raw image + 'image/x-raw-logitech' => [%w(pxn), %w()], # Logitech raw image + 'image/x-raw-mamiya' => [%w(mef), %w()], # Mamiya raw image + 'image/x-raw-minolta' => [%w(mrw), %w()], # Minolta raw image + 'image/x-raw-nikon' => [%w(nef nrw), %w()], # Nikon raw image + 'image/x-raw-olympus' => [%w(orf), %w()], # Olympus raw image + 'image/x-raw-panasonic' => [%w(raw rw2), %w()], # Panasonic raw image + 'image/x-raw-pentax' => [%w(ptx pef), %w()], # Pentax raw image + 'image/x-raw-phaseone' => [%w(iiq), %w()], # Phase One raw image + 'image/x-raw-rawzor' => [%w(rwz), %w()], # Rawzor raw image + 'image/x-raw-red' => [%w(r3d), %w()], # Red raw image + 'image/x-raw-sigma' => [%w(x3f), %w()], # Sigma raw image + 'image/x-raw-sony' => [%w(arw srf sr2), %w()], # Sony raw image + 'image/x-rgb' => [%w(rgb), %w()], # Silicon Graphics RGB Bitmap + 'image/x-tga' => [%w(tga icb vda), %w()], # Targa image data + 'image/x-xbitmap' => [%w(xbm), %w(text/x-c)], + 'image/x-xcf' => [%w(xcf), %w()], # GIMP Image File + 'image/x-xpixmap' => [%w(xpm), %w()], + 'image/x-xwindowdump' => [%w(xwd), %w()], # X Windows Dump + 'message/rfc822' => [%w(eml mime), %w(text/x-tika-text-based-message)], + 'message/x-emlx' => [%w(emlx), %w(text/x-tika-text-based-message)], + 'model/iges' => [%w(igs iges), %w()], # Initial Graphics Exchange Specification Format + 'model/mesh' => [%w(msh mesh silo), %w()], + 'model/vnd.dwf' => [%w(dwf), %w()], # AutoCAD Design Web Format + 'model/vnd.dwfx+xps' => [%w(dwfx), %w(application/x-tika-ooxml)], # AutoCAD Design Web Format + 'model/vnd.gdl' => [%w(gdl), %w()], + 'model/vnd.gtw' => [%w(gtw), %w()], + 'model/vnd.mts' => [%w(mts), %w()], + 'model/vnd.vtu' => [%w(vtu), %w()], + 'model/vrml' => [%w(wrl vrml), %w()], + 'multipart/related' => [%w(mht mhtml), %w(message/rfc822)], # MIME Encapsulation of Aggregate HTML Documents + 'text/asp' => [%w(asp), %w(text/plain)], # Active Server Page + 'text/aspdotnet' => [%w(aspx), %w(text/plain)], # ASP .NET + 'text/calendar' => [%w(ics ifb), %w(text/plain)], + 'text/css' => [%w(css), %w(text/plain)], # Cascading Style Sheet + 'text/csv' => [%w(csv), %w(text/plain)], + 'text/html' => [%w(html htm), %w()], # HyperText Markup Language + 'text/iso19139+xml' => [%w(iso19139), %w(application/xml)], + 'text/plain' => [%w(txt text def list in aart ac am apt bsh classpath cnd cwiki data dcl dsp dsw egrm ent ft fn fv grm g handlers htc ihtml jmx junit jx manifest m4 mf mf meta mdo n3 pen pod pom project rng rnx roles schemas tld types vm vsl wsdd xargs xcat xegrm xgrm xlex xlog xmap xroles xsamples xsp xtest xweb xwelcome), %w()], + 'text/prs.lines.tag' => [%w(dsc), %w()], + 'text/richtext' => [%w(rtx), %w()], + 'text/sgml' => [%w(sgml sgm), %w()], + 'text/tab-separated-values' => [%w(tsv), %w()], + 'text/troff' => [%w(t tr roff nroff man me ms), %w()], # Roff/nroff/troff/groff Unformatted Manual Page (UNIX) + 'text/uri-list' => [%w(uri uris urls), %w()], + 'text/vnd.curl' => [%w(curl), %w()], + 'text/vnd.curl.dcurl' => [%w(dcurl), %w()], + 'text/vnd.curl.mcurl' => [%w(mcurl), %w()], + 'text/vnd.curl.scurl' => [%w(scurl), %w()], + 'text/vnd.fly' => [%w(fly), %w()], + 'text/vnd.fmi.flexstor' => [%w(flx), %w()], + 'text/vnd.graphviz' => [%w(gv), %w(text/plain)], # Graphviz Graph Visualization Software + 'text/vnd.in3d.3dml' => [%w(3dml), %w()], + 'text/vnd.in3d.spot' => [%w(spot), %w()], + 'text/vnd.iptc.anpa' => [%w(anpa), %w()], # American Newspaper Publishers Association Wire Feeds + 'text/vnd.sun.j2me.app-descriptor' => [%w(jad), %w()], + 'text/vnd.wap.wml' => [%w(wml), %w()], + 'text/vnd.wap.wmlscript' => [%w(wmls), %w()], # WML Script + 'text/vtt' => [%w(vtt), %w(text/plain)], # Web Video Text Tracks Format + 'text/x-actionscript' => [%w(as), %w(text/plain)], # ActionScript source code + 'text/x-ada' => [%w(ada adb ads), %w(text/plain)], # Ada source code + 'text/x-applescript' => [%w(applescript), %w(text/plain)], # AppleScript source code + 'text/x-asciidoc' => [%w(asciidoc adoc ad ad.txt adoc.txt), %w(text/plain)], # Asciidoc source code + 'text/x-aspectj' => [%w(aj), %w(text/plain)], # AspectJ source code + 'text/x-assembly' => [%w(s s asm), %w(text/plain)], # Assembler source code + 'text/x-awk' => [%w(awk), %w(text/plain)], # AWK script + 'text/x-basic' => [%w(bas bas bas), %w(text/plain)], # Basic source code + 'text/x-c++hdr' => [%w(hpp hxx hh h h++ hp hpp), %w(text/plain)], # C++ source code header + 'text/x-c++src' => [%w(cpp cxx cc c c++ cpp), %w(text/plain)], # C++ source code + 'text/x-cgi' => [%w(cgi), %w(text/plain)], # CGI script + 'text/x-chdr' => [%w(h), %w(text/plain)], # C source code header + 'text/x-clojure' => [%w(clj), %w(text/plain)], # Clojure source code + 'text/x-cobol' => [%w(cbl cbl cbl cob cob cob), %w(text/plain)], # COBOL source code + 'text/x-coffeescript' => [%w(coffee), %w(text/plain)], # CoffeeScript source code + 'text/x-coldfusion' => [%w(cfm cfml cfc), %w(text/plain)], # ColdFusion source code + 'text/x-common-lisp' => [%w(cl jl lisp lsp), %w(text/plain)], # Common Lisp source code + 'text/x-config' => [%w(config conf cfg xconf), %w(text/plain)], + 'text/x-csharp' => [%w(cs), %w(text/plain)], # C# source code + 'text/x-csrc' => [%w(c), %w(text/plain)], # C source code + 'text/x-d' => [%w(d), %w(text/plain)], # D source code + 'text/x-diff' => [%w(diff patch), %w(text/plain)], + 'text/x-eiffel' => [%w(e), %w(text/plain)], # Eiffel source code + 'text/x-emacs-lisp' => [%w(el), %w(text/plain)], # Emacs Lisp source code + 'text/x-erlang' => [%w(erl), %w(text/plain)], # Erlang source code + 'text/x-expect' => [%w(exp), %w(text/plain)], # Expect Script + 'text/x-forth' => [%w(4th), %w(text/plain)], # Forth source code + 'text/x-fortran' => [%w(f f for f77 f90), %w(text/plain)], # Fortran source code + 'text/x-go' => [%w(go), %w(text/plain)], # Go source code + 'text/x-groovy' => [%w(groovy), %w(text/plain)], # Groovy source code + 'text/x-haml' => [%w(haml), %w(text/plain)], # HAML source code + 'text/x-haskell' => [%w(hs lhs), %w(text/plain)], # Haskell source code + 'text/x-haxe' => [%w(hx), %w(text/plain)], # Haxe source code + 'text/x-idl' => [%w(idl), %w(text/plain)], # Inteface Definition Language + 'text/x-ini' => [%w(ini), %w(text/plain)], # Configuration file + 'text/x-java-properties' => [%w(properties), %w(text/plain)], # Java Properties + 'text/x-java-source' => [%w(java), %w(text/plain)], # Java source code + 'text/x-jsp' => [%w(jsp), %w(text/plain)], # Java Server Page + 'text/x-less' => [%w(less), %w(text/plain)], # LESS source code + 'text/x-lex' => [%w(l), %w(text/plain)], # Lex/Flex source code + 'text/x-log' => [%w(log), %w(text/plain)], # application log + 'text/x-lua' => [%w(lua), %w(text/plain)], # Lua source code + 'text/x-ml' => [%w(ml), %w(text/plain)], # ML source code + 'text/x-modula' => [%w(m3 i3 mg ig), %w(text/plain)], # Modula source code + 'text/x-objcsrc' => [%w(m), %w(text/plain)], # Objective-C source code + 'text/x-ocaml' => [%w(ocaml mli), %w(text/plain)], # Ocaml source code + 'text/x-pascal' => [%w(p pp pas pas dpr), %w(text/plain)], # Pascal source code + 'text/x-perl' => [%w(pl pm al perl), %w(text/plain)], # Perl script + 'text/x-php' => [%w(php php3 php4), %w(text/plain)], # PHP script + 'text/x-prolog' => [%w(pro), %w(text/plain)], # Prolog source code + 'text/x-python' => [%w(py), %w(text/plain)], # Python script + 'text/x-rexx' => [%w(rexx), %w(text/plain)], # Rexx source code + 'text/x-rsrc' => [%w(r), %w(text/plain)], # R source code + 'text/x-rst' => [%w(rest rst restx), %w(text/plain)], # reStructuredText source code + 'text/x-ruby' => [%w(rb), %w(text/plain)], # Ruby source code + 'text/x-sass' => [%w(sass), %w(text/plain)], + 'text/x-scala' => [%w(scala), %w(text/plain)], # Scala source code + 'text/x-scheme' => [%w(scm), %w(text/plain)], # Scheme source code + 'text/x-scss' => [%w(scss), %w(text/plain)], + 'text/x-sed' => [%w(sed), %w(text/plain)], # Sed code + 'text/x-setext' => [%w(etx), %w(text/plain)], + 'text/x-sql' => [%w(sql), %w(text/plain)], # SQL code + 'text/x-stsrc' => [%w(st), %w(text/plain)], # Smalltalk source code + 'text/x-tcl' => [%w(itk tcl tk), %w(text/plain)], # Tcl script + 'text/x-uuencode' => [%w(uu), %w()], + 'text/x-vbasic' => [%w(cls cls cls frm frm frm), %w(text/x-basic)], # Visual basic source code + 'text/x-vbdotnet' => [%w(vb), %w(text/x-vbasic)], # VB.NET source code + 'text/x-vbscript' => [%w(vbs), %w(text/x-vbasic)], # VBScript source code + 'text/x-vcalendar' => [%w(vcs), %w(text/plain)], + 'text/x-vcard' => [%w(vcf), %w(text/plain)], + 'text/x-verilog' => [%w(v), %w(text/plain)], # Verilog source code + 'text/x-vhdl' => [%w(vhd vhdl), %w(text/plain)], # VHDL source code + 'text/x-web-markdown' => [%w(md mdtext mkd markdown), %w(text/plain)], # Markdown source code + 'text/x-yacc' => [%w(y), %w(text/plain)], # Yacc/Bison source code + 'text/x-yaml' => [%w(yaml), %w(text/plain)], # YAML source code + 'video/3gpp' => [%w(3gp), %w()], + 'video/3gpp2' => [%w(3g2), %w()], + 'video/h261' => [%w(h261), %w()], + 'video/h263' => [%w(h263), %w()], + 'video/h264' => [%w(h264), %w()], + 'video/iso.segment' => [%w(m4s), %w(video/quicktime)], + 'video/jpeg' => [%w(jpgv), %w()], + 'video/mj2' => [%w(mj2 mjp2), %w(image/x-jp2-container)], # JPEG 2000 Part 3 (Motion JPEG, MJ2) + 'video/mp4' => [%w(mp4 mp4v mpg4), %w(video/quicktime)], + 'video/mpeg' => [%w(mpeg mpg mpe m1v m2v), %w()], # MPEG Movie Clip + 'video/ogg' => [%w(ogv), %w(application/ogg)], # Ogg Vorbis Video + 'video/quicktime' => [%w(qt mov), %w(application/quicktime)], # QuickTime Video + 'video/vnd.fvt' => [%w(fvt), %w()], + 'video/vnd.mpegurl' => [%w(mxu m4u), %w()], + 'video/vnd.ms-playready.media.pyv' => [%w(pyv), %w()], + 'video/vnd.vivo' => [%w(viv), %w()], + 'video/webm' => [%w(webm), %w(application/x-matroska)], + 'video/x-dirac' => [%w(drc), %w(video/ogg)], # Ogg Packaged Dirac Video + 'video/x-f4v' => [%w(f4v), %w()], + 'video/x-flc' => [%w(flc), %w()], + 'video/x-fli' => [%w(fli), %w()], + 'video/x-flv' => [%w(flv), %w()], + 'video/x-jng' => [%w(jng), %w()], + 'video/x-m4v' => [%w(m4v), %w(video/mp4)], + 'video/x-matroska' => [%w(mkv), %w(application/x-matroska)], + 'video/x-mng' => [%w(mng), %w()], + 'video/x-ms-asf' => [%w(asf), %w()], + 'video/x-ms-wm' => [%w(wm), %w()], + 'video/x-ms-wmv' => [%w(wmv), %w(video/x-ms-asf)], + 'video/x-ms-wmx' => [%w(wmx), %w()], + 'video/x-ms-wvx' => [%w(wvx), %w()], + 'video/x-msvideo' => [%w(avi), %w()], # Audio Video Interleave File + 'video/x-ogm' => [%w(ogm), %w(video/ogg)], # Ogg Packaged OGM Video + 'video/x-sgi-movie' => [%w(movie), %w()], + 'x-conference/x-cooltalk' => [%w(ice), %w()], # Cooltalk Audio } # @private # :nodoc: diff --git a/script/generate_tables.rb b/script/generate_tables.rb index 0ae85ea..9d82738 100755 --- a/script/generate_tables.rb +++ b/script/generate_tables.rb @@ -209,8 +209,9 @@ def get_matches(parent) types.keys.sort.each do |key| exts = types[key][0].join(' ') parents = types[key][1].sort.join(' ') - comment = types[key][2].inspect - puts " '#{key}' => [%w(#{exts}), %w(#{parents}), #{comment}]," + comment = types[key][2] + comment = " # #{comment.tr("\n", " ")}" if comment + puts " '#{key}' => [%w(#{exts}), %w(#{parents})],#{comment}" end puts " }" puts " # @private"