home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-Update.iso / CDROM / Contents / READMEs / Peanuts-3 / Commercial / communication / TipTop-Supplement.1.5.README < prev    next >
Encoding:
Text File  |  1996-11-09  |  2.0 KB  |  56 lines

  1. This collection of files is provided free of charge.
  2.  
  3. To unpack TipTop-Supplement-1.5.tar.gz type:
  4.  
  5.     gnutar xzf TipTop-Supplement-1.5.tar.gz
  6.  
  7. Note that the ZMODEM v3.xx code provided here is not public domain.
  8. It "may be freely used for non commercial and educational purposes".
  9. Please read the notice in src/Z336/sz.c for more info.  Please comply
  10. with the ZMODEM license.
  11.  
  12. -------------------------------------------------------------------------
  13.  
  14. + Subdirectory bin contains compiled term and term clients, and ncftp.
  15.   To install term and term clients, simply copy them into /usr/local/bin/.
  16.  
  17. + Subdirectory src contains the following subdirectories:
  18.  
  19.   - term_et_al: contains term, ncftp, and readline.  To compile
  20.     these packages do:
  21.  
  22.     cd src/term_et_al
  23.     make
  24.  
  25.   - Z212/Z336: ZMODEM file transfer protocol which sends messages to
  26.     TipTop's transfer progress panel.  It can be used with or without
  27.     TipTop. To compile say: make next
  28.  
  29.     The ZMODEM code is modified to take advantage of TipTop's
  30.     transfer progress panel.  If you want to use these ZMODEM
  31.     executables (v3.36) instead of the executables provided with
  32.     TipTop (v2.12), compile and copy the executables (sz, rz, sx,
  33.     rx, sb, rb) into the TipTop.app/bin directory.  Please comply
  34.     with the ZMODEM license specified in src/Z336/sz.c.
  35.  
  36.   - tlog: Tlog source files (utmp/wtmp logging used by TipTop).
  37.  
  38.   - Ascii: An example how to use TipTop's transfer progress panel.
  39.  
  40.   - TTSendmailFilter: Mail.app filter which queues messages for
  41.     the SendMail script.
  42.  
  43.  
  44. + Subdirectory man contains tcl, expect, term, and ZMODEM man pages.
  45.   Type "make ps" in this directory to generate PostScript versions of
  46.   the man pages.  Type "make help" to see other make options.
  47.  
  48. + Subdirectories include and lib contain TipTop's API-related files.
  49.  
  50. + Subdirectory doc contains relevant API class and category descriptions.
  51.  
  52. + Subdirectory other-bin contains the term server compiled for AIX
  53.   (RS6K), OSF1 (Alpha), and SunOS (SPARC).
  54.  
  55. -------------------------------------------------------------------------
  56.