home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / communic / mosaic1.2 / envarc / mosaic / mailcap2.x < prev    next >
Text File  |  1995-02-27  |  692b  |  26 lines

  1. # This is a simple example mailcap file.
  2. # Lines starting with '#' are comments.
  3.  
  4. # N.B. That if you are running mosaic on the Workbench, you
  5. # will have to remove the PUBSCREEN=Mosaic arguments from the commands.
  6.  
  7. # Note that '%s' means 'put the datafile name here when the viewer is
  8. # executed'.
  9.  
  10. audio/*; rx REXX:PlayMod.rexx %s
  11. music/x-mod;  rx REXX:PlayMod.rexx %s
  12.  
  13. #image/jpeg; rx REXX:FastJPEG.rexx %s
  14. image/*; MP_Viewer: %s
  15.  
  16. #hopefully do something reasonable with text files
  17. text/x-aguide; SYS:Utilities/AmigaGuide %s
  18. text/*; MP_Reader: %s
  19.  
  20. # This maps MPEG video data to the viewer 'mpeg_play'.
  21. video/mpeg; mpeg_play %s
  22. video/*;  ShowAnim %s
  23.  
  24. application/x-dvi; TeX:bin/showdvi %s
  25.  
  26.