Skip to content

Commit

Permalink
added MIME-Types for a selection of formats
Browse files Browse the repository at this point in the history
Most of these MIME types originate from the (Chemical MIME project)[1].
MIME type `chemical/x-nwchem-output` for NWChem output files was taken
from [2] (slide 12).

[1] http://chemical-mime.sourceforge.net/chemical-mime-data.html
[2] http://ecce.emsl.pnl.gov/docs/code_reg_slides.pdf
  • Loading branch information
ostueker committed Jan 9, 2017
1 parent 8f5c605 commit aba6d8c
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public String getFormatName() {
/** {@inheritDoc} */
@Override
public String getMIMEType() {
return "chemical/x-gamess-input";
return "chemical/x-gamess-output";
}

/** {@inheritDoc} */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public String getFormatName() {
/** {@inheritDoc} */
@Override
public String getMIMEType() {
return null;
return "chemical/x-gaussian-log";
}

/** {@inheritDoc} */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public String getFormatName() {
/** {@inheritDoc} */
@Override
public String getMIMEType() {
return null;
return "chemical/x-gaussian-log";
}

/** {@inheritDoc} */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public String getFormatName() {
/** {@inheritDoc} */
@Override
public String getMIMEType() {
return null;
return "chemical/x-gaussian-log";
}

/** {@inheritDoc} */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public String getFormatName() {
/** {@inheritDoc} */
@Override
public String getMIMEType() {
return null;
return "chemical/x-gaussian-log";
}

/** {@inheritDoc} */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public String getFormatName() {
/** {@inheritDoc} */
@Override
public String getMIMEType() {
return null;
return "chemical/x-gaussian-log";
}

/** {@inheritDoc} */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public String getFormatName() {
/** {@inheritDoc} */
@Override
public String getMIMEType() {
return null;
return "chemical/x-gaussian-log";
}

/** {@inheritDoc} */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public String getFormatName() {
/** {@inheritDoc} */
@Override
public String getMIMEType() {
return null;
return "chemical/x-hin";
}

/** {@inheritDoc} */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public String getFormatName() {
/** {@inheritDoc} */
@Override
public String getMIMEType() {
return null;
return "chemical/x-mdl-molfile";
}

/** {@inheritDoc} */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public String getFormatName() {
/** {@inheritDoc} */
@Override
public String getMIMEType() {
return null;
return "chemical/x-mdl-molfile";
}

/** {@inheritDoc} */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public String getFormatName() {
/** {@inheritDoc} */
@Override
public String getMIMEType() {
return null;
return "chemical/x-mopac-out";
}

/** {@inheritDoc} */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public String getFormatName() {
/** {@inheritDoc} */
@Override
public String getMIMEType() {
return null;
return "chemical/x-mopac-out";
}

/** {@inheritDoc} */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public String getFormatName() {
/** {@inheritDoc} */
@Override
public String getMIMEType() {
return null;
return "chemical/x-mopac-out";
}

/** {@inheritDoc} */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public String getFormatName() {
/** {@inheritDoc} */
@Override
public String getMIMEType() {
return null;
return "chemical/x-mopac-out";
}

/** {@inheritDoc} */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public String getFormatName() {
/** {@inheritDoc} */
@Override
public String getMIMEType() {
return null;
return "chemical/x-mopac-out";
}

/** {@inheritDoc} */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public String getFormatName() {
/** {@inheritDoc} */
@Override
public String getMIMEType() {
return null;
return "chemical/x-mopac-out";
}

/** {@inheritDoc} */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public String getFormatName() {
/** {@inheritDoc} */
@Override
public String getMIMEType() {
return null;
return "chemical/x-mopac-out";
}

/** {@inheritDoc} */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public String getFormatName() {
/** {@inheritDoc} */
@Override
public String getMIMEType() {
return null;
return "chemical/x-nwchem-output";
}

/** {@inheritDoc} */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public String getFormatName() {
/** {@inheritDoc} */
@Override
public String getMIMEType() {
return null;
return "chemical/x-qchem-output";
}

/** {@inheritDoc} */
Expand Down

0 comments on commit aba6d8c

Please sign in to comment.