home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / communic / mosaic1.2 / envarc / mosaic / mailcap next >
Text File  |  1995-02-27  |  784b  |  28 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. music/x-mod;  rx REXX:PlayMod.rexx %s
  11. audio/x-8svx; rx REXX:PlayMod.rexx %s
  12. audio/*; SYS:Utilities/MultiView %s
  13.  
  14. image/*; MP_Viewer: %s
  15. #image/jpeg; rx REXX:FastJPEG.rexx %s
  16.  
  17. #hopefully do something reasonable with text files
  18. text/x-aguide; sys:Utilities/MultiView %s
  19. text/*; MP_Reader: %s
  20.  
  21. # This maps MPEG video data to the viewer 'mpeg_play'.
  22. video/mpeg; mpeg_play %s
  23. video/*;  SYS:Utilities/MultiView %s
  24.  
  25. #application/postscript; postview %s
  26. application/x-dvi; TeX:bin/showdvi %s
  27.  
  28.