Browse Source

Coder

pull/505/head
MorganDawe 11 years ago
parent
commit
94d517fcf6
  1. 30
      includes/mime_detect.inc

30
includes/mime_detect.inc

@ -192,33 +192,33 @@ class MimeDetect {
// PDB. // PDB.
"pdb" => "chemical/x-pdb", "pdb" => "chemical/x-pdb",
// ChemDraw 3D. // ChemDraw 3D.
"c3d"=>"chemical/x-chem3d", "c3d" => "chemical/x-chem3d",
// ChemDraw file. // ChemDraw file.
"chm" =>"chemical/x-chemdraw", "chm" => "chemical/x-chemdraw",
// Crystallographic Information File. // Crystallographic Information File.
"cif" =>"chemical/x-cif", "cif" => "chemical/x-cif",
// Chemical Markup Language. // Chemical Markup Language.
"cml" =>"chemical/x-cml", "cml" => "chemical/x-cml",
// GAMESS Input. // GAMESS Input.
"inp" =>"chemical/x-gamess-input", "inp" => "chemical/x-gamess-input",
// GAMESS Output. // GAMESS Output.
"gam" =>"chemical/x-gamess-input", "gam" => "chemical/x-gamess-input",
// General output file. // General output file.
"out"=>"application/octet-stream", "out" => "application/octet-stream",
//Gaussian Cube. // Gaussian Cube.
"cub" =>"chemical/x-gaussian-cube", "cub" => "chemical/x-gaussian-cube",
// Gaussian 98/03 Cartesian Input. // Gaussian 98/03 Cartesian Input.
"gau" =>"chemical/x-gaussian-input", "gau" => "chemical/x-gaussian-input",
// Corel Multimedia Manager v6 Album. // Corel Multimedia Manager v6 Album.
"gal" =>"application/octet-stream", "gal" => "application/octet-stream",
// JCAMP Spectroscopic Data Exchange Format. // JCAMP Spectroscopic Data Exchange Format.
"jdx" =>"chemical/x-jcamp-dx", "jdx" => "chemical/x-jcamp-dx",
// OpenDX Grid. // OpenDX Grid.
"dx" =>"chemical/x-jcamp-dx", "dx" => "chemical/x-jcamp-dx",
// MOPAC Cartesian. // MOPAC Cartesian.
"mop" =>"chemical/x-mopac-input", "mop" => "chemical/x-mopac-input",
// General Input File. // General Input File.
"in" =>"application/octet-stream", "in" => "application/octet-stream",
// Compressed formats: // Compressed formats:
// (note: http://svn.cleancode.org/svn/email/trunk/mime.types) // (note: http://svn.cleancode.org/svn/email/trunk/mime.types)
"tgz" => "application/x-gzip", "tgz" => "application/x-gzip",

Loading…
Cancel
Save