home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / INTERNET / VIEWER / WINMIME / README < prev    next >
Encoding:
Text File  |  1994-11-26  |  1.0 KB  |  31 lines

  1. This is the first cut of some MIME for windows tools.
  2.  
  3. The main applications are metaplay.exe and metarec.exe.
  4.  
  5. The supplied mailcap file assumes the following
  6.     audio/basic
  7.         You have sox and voc2wav
  8.     image/gif
  9.         You have wingif
  10.     image/jpeg
  11.         You have cview386
  12.  
  13. The mailcap file has extra fields that mean
  14.     file-extension=        This is used to specify the prefered
  15.                 file extension for temp files that the 
  16.                 application is going to need/assume.
  17.     out-filter=        Given that DOS/Windows hasn't got pipes
  18.                 this allows a filter to be run to convert
  19.                 the file before the application is run.
  20.     of-ext=            file extension used by the out-filter.
  21.  
  22. There is an example out-filter in bas2wav.bat. The out-filter processing
  23. assumes that the first %s has of-ext extension and that the second %s has
  24. file-extension extension if they are specified.
  25.  
  26. From the metaplay application, using the system menu (top left corner) you can
  27. imvoke a mailcap editor dialog. This is a bit buggy at the moment.
  28.  
  29. Peter Churchyard. pjc@ic.ac.uk
  30. Have Fun!
  31.