home *** CD-ROM | disk | FTP | other *** search
- # meta.types - defines the datatypes corresponding to the MIME types
- # specified in the mailcap file.
- #
- # MetaTool can distinguish between the 7 classes of MIME Content-Types on
- # it's own (using the DataTypes.library) but needs additional information
- # to pin the datatype to the Content-Subtype: it uses this file.
- #
- # Format:
- # <type>/<subtype> <datatype id>
- #
- # e.g.
- # image/x-ilbm ilbm
- # audio/x-voc voc
- #
- # The DataType id can be obtained from the DEVS:DataTypes/ file (it
- # appears in the last few bytes) which can be viewed with the Type HEX
- # command or the binary datatype.
- #
- # The following definitions are default even without this file, but may
- # be overridden:
- # image/jpeg jfif
- # image/gif gif
- # text/plain ascii
- #
- #
- audio/x-8svx 8svx
- audio/basic sunau
- audio/x-voc voc
- audio/x-wav wav
- audio/x-macsnd macsnd
- #
- image/x-ilbm ilbm
- image/x-xbitmap xbm
- image/tiff tiff
- #
- video/x-cdxl cdxl
- video/x-anim anim
- #
- text/x-aguide amigaguide
- #
- application/octet-stream binary
-