	 All material Copyright (c) Andrew Margolis 1993-1995

	     (except \notes\cas.zip and \notes\tiff.zip)

Please observe the terms of your licence for the notes, programs and
source codeis laid out in the LICENSE.TXT file on this disk.

======================================================================

The contents of this disk are as follows :


root directory :

  read-me.txt         this file
  license.txt         your license to use this software

\notes subdirectory

  contents            table of contents for the disk notes
  chap_1              notes to chapter 1 
  chap_2              notes to chapter 2 
  chap_3              notes to chapter 3 
  chap_4              notes to chapter 4 
  chap_5              notes to chapter 5 
  chap_6              notes to chapter 6 
  chap_7              notes to chapter 7 
  chap_8              notes to chapter 8 
  chap_9              notes to chapter 9 
  chap_10             notes to chapter 10
  chap_11             notes to chapter 11
  cas.zip             archive specification for programming CAS modems
  tiff.zip            postscript archive with TIFF 6.0 and Class F

\code subdirectory :
 
  toolkit.txt         programming documentation for the fax toolkit

  \code\decode subdirectory :

         decode.exe   executable for decoding and outputting fax files

         (decode.c)
         (decode.h)
         (decode.mak)
         (doline.c)
         (output.c)
         (output.dat)
         (scales.c)
         (unfaxify.c)
         (unhuff.dat)

  \code\encode subdirectory :

         encode.exe   executable for encoding text files to fax files

         (encode.c)
         (encode.h)
         (encode.mak)
         (faxify.c)
         (faxisubs.c)
         (font.dat)
         (huff.dat)
         (shiftin.c)

  \code\fax subdirectory :

         fax.exe      executable for sending and receiving fax files

         (async.asm)
         (backward.dat)
         (fax.c)
         (fax.h)
         (fax.mak)
         (faxclas1.c)
         (faxecmrx.c)
         (faxecmtx.c)
         (faxin.c)
         (faxin1.c)
         (faxin2.c)
         (faxin20.c)
         (faxmodem.c)
         (faxout.c)
         (faxout1.c)
         (faxout2.c)
         (faxout20.c)
         (faxutils.c)
         (frames.h)

  \code\qencode subdirectory :

         qencode.exe   executable for quick encoding text files to fax files

         (font8x16.dat)
         (qaxify.c)
         (qaxisubs.c)
         (qencode.c)
         (qencode.h)
         (qencode.mak)
         (qshiftin.c)
         (quff.dat)

  \code\tiff subdirectory :

         (tiff\tiff.h)
         (tiff\tifread.c)
         (tiff\tifwrite.c)

