home *** CD-ROM | disk | FTP | other *** search
/ MACD 4 / MACD4.iso / Internet / MetaTool / meta.types < prev    next >
Encoding:
Text File  |  1978-03-06  |  1.0 KB  |  42 lines

  1. # meta.types - defines the datatypes corresponding to the MIME types
  2. #              specified in the mailcap file.
  3. #
  4. # MetaTool can distinguish between the 7 classes of MIME Content-Types on
  5. # it's own (using the DataTypes.library) but needs additional information
  6. # to pin the datatype to the Content-Subtype: it uses this file.
  7. #
  8. # Format:
  9. # <type>/<subtype> <datatype id>
  10. # e.g.
  11. # image/x-ilbm ilbm
  12. # audio/x-voc  voc
  13. #
  14. # The DataType id can be obtained from the DEVS:DataTypes/ file (it 
  15. # appears in the last few bytes) which can be viewed with the Type HEX 
  16. # command or the binary datatype.
  17. #
  18. # The following definitions are default even without this file, but may 
  19. # be overridden:
  20. # image/jpeg        jfif
  21. # image/gif        gif
  22. # text/plain        ascii
  23. #
  24. #
  25. audio/x-8svx        8svx
  26. audio/basic        sunau
  27. audio/x-voc        voc
  28. audio/x-wav        wav
  29. audio/x-macsnd        macsnd
  30. #
  31. image/x-ilbm        ilbm
  32. image/x-xbitmap        xbm
  33. image/tiff              tiff
  34. #
  35. video/x-cdxl            cdxl
  36. video/x-anim            anim
  37. #
  38. text/x-aguide        amigaguide
  39. #
  40. application/octet-stream    binary
  41.