home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-3.iso / Communication / apps / TipTop.0.93.README < prev    next >
Encoding:
Text File  |  1993-10-08  |  2.0 KB  |  68 lines

  1. TipTop is a telecommunication program.  TipTop version 0.93 works
  2. on black NeXTSTEP 3.1.  Please send me a note if you would like to
  3. have an Intel version.
  4.  
  5. TipTop is shareware.  You are welcome to download it and try it.
  6. If you use it you should register yourself.  Educational license
  7. fee is $25.  Non-educational license fee is $35.  Until you register,
  8. TipTop will quit after 15 minutes of usage.  For more info see the
  9. License section in Info->Help.
  10.  
  11. You may also want to fetch TipTop-goodies.compressed package
  12. which contains executable code for term, term clients, NcFTP,
  13. Expect, and associated documentation.
  14.  
  15. Send your questions and comments to Pedja Bogdanovich at:
  16. pedja%luka@umiacs.umd.edu
  17.  
  18.  
  19. Features
  20. ========
  21.  
  22.   - VT102 terminal emulation.
  23.  
  24.   - Terminal window features scrollback buffer, find panel,
  25.     changeable fonts (font panel), copy/paste, etc.  I.e.,
  26.     everything that you expect from a NeXT app (including
  27.     resizable terminal window)!
  28.  
  29.   - A simple PhoneBook.
  30.  
  31.   - Transfer: ZMODEM send and receive, and ASCII capture.
  32.  
  33.   - TipTop uses UUCP locking protocol.
  34.  
  35.   - TipTop can run external programs such as sx/sb/sz/rx/rb/rz,
  36.     term, expect, etc.
  37.  
  38.     + Running term in TipTop lets you run a SLIP-like connection to a
  39.       remote site.  You can have several terminal sessions connected
  40.       to a remote site, while transfering files, and executing
  41.       remote commands at the same time.  (You can even run remote
  42.       X-window clients connected to your local X-server.)
  43.  
  44.  
  45. Installation
  46. ============
  47.  
  48. 1. Copy TipTop.app into your favorite application directory (e.g.,
  49.    /LocalApps).
  50.  
  51. 2. su to root and:
  52.  
  53.      chown uucp.daemon /LocalApps/TipTop.app/TipTop
  54.      chmod u+s,g+s /LocalApps/TipTop.app/TipTop
  55.  
  56.    (Replace /LocalApps by the the actual directory path in which
  57.    you installed the program.)
  58.  
  59. 3. Run the program.
  60.  
  61. If you don't want to run TipTop as set-uid uucp.daemon, you can change
  62. the permissions for the cu port(s) directly.  Instead of step 2 above
  63. do the following:
  64.  
  65. 2'. su to root and:
  66.  
  67.      chmod ugo+rw /dev/cu*
  68.