Differences between revisions 1 and 11 (spanning 10 versions)
Revision 1 as of 2007-02-26 00:51:31
Size: 297
Editor: ?M Des
Comment:
Revision 11 as of 2013-01-06 10:50:59
Size: 707
Comment: Add link to french translation + use header template
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
/etc/mime.types is the file in which system-wide mime settings are defined. #language en
~-[[DebianWiki/EditorGuide#translation|Translation(s)]]: English - [[fr/MIME/etc/mime.types|Français]] - [[it/MIME/etc/mime.types|Italiano]] -~
----
[[MIME]]
Line 3: Line 6:
Each line in the file is a mime command: /etc/mime.types is the file in which system-wide rules are defined for mapping filename suffices to MIME types.
Line 5: Line 8:
- Lines starting with a hash # are comments. Each line in the file is a MIME command:
Line 7: Line 10:
- Command lines have a mime type as their first argument and the rest of the line contains a mime descriptor. For instance:   * Lines starting with a hash # are comments.

  * Command lines have a MIME type as their first argument and the rest of the line is blank or contains a MIME descriptor. For instance, here file suffices are mapped to MIME types:

{{{
application/java-archive jar
application/mathematica nb
application/msword doc dot
}}}

Translation(s): English - Français - Italiano


MIME

/etc/mime.types is the file in which system-wide rules are defined for mapping filename suffices to MIME types.

Each line in the file is a MIME command:

  • Lines starting with a hash # are comments.
  • Command lines have a MIME type as their first argument and the rest of the line is blank or contains a MIME descriptor. For instance, here file suffices are mapped to MIME types:

application/java-archive           jar
application/mathematica            nb
application/msword                 doc dot