home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / archives / ckc190.zip / ckuaaa.hlp < prev    next >
Text File  |  1996-03-21  |  8KB  |  186 lines

  1. File CKUAAA.HLP                                                   October 1994
  2.  
  3.                C-KERMIT FILES FOR UNIX
  4.  
  5. C-Kermit 5A bears the following copyright notice:
  6.  
  7.   Copyright (C) 1985, 1994, Trustees of Columbia University in the City of New
  8.   York.  The C-Kermit software may not be, in whole or in part, licensed or
  9.   sold for profit as a software product itself, nor may it be included in or
  10.   distributed with commercial products or otherwise distributed by commercial
  11.   concerns to their clients or customers without written permission of the
  12.   Office of Kermit Development and Distribution, Columbia University.  This
  13.   copyright notice must not be removed, altered, or obscured.
  14.  
  15. All files for UNIX C-Kermit have Kermit Distribution names beginning with
  16. 'ck'.  Those particular to UNIX begin with 'cku'.  Those that UNIX C-Kermit
  17. share in common with other C-Kermit implementations begin with 'ckc' or 'ckw'.
  18. When retrieving these files via ftp from kermit.columbia.edu, a UNIX computer,
  19. use only lowercase letters in filenames.
  20.  
  21. All the files needed for UNIX C-Kermit are listed below, and are available
  22. separately in the kermit/b directory.  They are also available in a compressed
  23. tar archive in kermit/archives called ckuxxx.tar.Z, where xxx is the C-Kermit
  24. edit number, for example cku190.tar.Z (and also .gz for gunzip).  Retrieve
  25. this file to your UNIX system in binary mode.  Here is an example of how to
  26. retrieve, unpack, and build:
  27.  
  28.   mkdir kermit
  29.   cd kermit
  30.   ftp kermit.columbia.edu
  31.   Name: anonymous (or "ftp")
  32.   Password: (supply your email address)
  33.   ftp> cd kermit/archives
  34.   ftp> binary (or "type binary")
  35.   ftp> get cku190.tar.Z (or .gz)
  36.   ftp> bye
  37.   uncompress cku190.tar.Z (or gunzip cku190.tar.gz)
  38.   tar xvf cku190.tar
  39.   make xxx
  40.  
  41. where "xxx" is the appropriate makefile entry, for example "make sunos41c".
  42.  
  43. Prebuilt binary executables for selected platforms are in kermit/bin, with
  44. names starting with 'cku'.  See kermit/bin/READ.ME for further information.
  45.  
  46. DOCUMENTATION
  47.  
  48.   Frank da Cruz and Christine M. Gianone, "Using C-Kermit", Digital Press /
  49.   Butterworth-Heinemann, Woburn, MA, 1993, 514 pages, ISBN 1-55558-108-0
  50.  
  51.   US single-copy price: $39.95; quantity discounts available.  Available in
  52.   computer bookstores or directly from Columbia University:
  53.  
  54.     Kermit Development and Distribution
  55.     Columbia University Academic Information Systems
  56.     612 West 115th Street
  57.     New York NY  10025-7799
  58.     USA
  59.     Telephone: +1 212 854-3703
  60.     Fax:       +2 212 663-8202
  61.  
  62.   Domestic and overseas orders accepted.  Price: US $39.95 (US, Canada,
  63.   and Mexico), US $50 elsewhere.  Orders may be paid by MasterCard or
  64.   Visa, or prepaid by check in US dollars.  Add US $35 bank fee for checks
  65.   not drawn on a US bank.  Price includes shipping.  Do not include sales
  66.   tax.  Inquire about quantity discounts.
  67.  
  68.   You can also order by phone from the publisher, Digital Press /
  69.   Butterworth-Heinemann, with MasterCard, Visa, or American Express:
  70.  
  71.     +1 800 366-2665   (Woburn, Massachusetts office for USA & Canada)
  72.     +44 1865 314627   (Oxford, England distribution centre for UK & Europe)
  73.     +61 03 9245 7111  (Melbourne, Vic, office for Australia & NZ)
  74.     +65 356-1968      (Singapore office for Asia) 
  75.     +27 (31) 2683111  (Durban office for South Africa)
  76.  
  77.   A German-language edition is also available:
  78.  
  79.     Frank da Cruz and Christine M. Gianone, "C-Kermit - Einfuehrung und
  80.     Referenz", Verlag Heinz Heise, Hannover, Germany (1994).
  81.     ISBN 3-88229-023-4.  Deutsch von Gisbert W. Selke.  Price: DM 88,00.  
  82.     Verlag Heinz Heise GmbH & Co. KG, Helstorfer Strasse 7, D-30625 Hannover.
  83.     Tel. +49 (05 11) 53 52-0, Fax. +49 (05 11) 53 52-1 29.
  84.  
  85. UNIX C-KERMIT FILES:
  86.  
  87. ckuaaa.hlp  - This file.
  88.  
  89. ckuker.nr   - UNIX man page for C-Kermit, to be installed in the system's
  90.               local man page directory.  Format via 'nroff -man'.
  91.  
  92. The following files should be placed in a world-readable directory, such as
  93. /usr/local/lib/kermit, so everybody can read and/or copy them:
  94.  
  95. ckermit.ini - Standard C-Kermit initialization file.  Rename to .kermrc
  96.               and place in your home directory.  Or read ckuins.doc to learn
  97.               how to set up a system-wide initialization file.
  98.  
  99. ckermod.ini - Sample C-Kermit customization file.  Rename to .mykermrc and
  100.               place in your home directory.
  101.  
  102. ckermit.kdd - Sample dialing directory file.  Replace this with your own
  103.               dialing directory in the same format, and rename it to .kdd.
  104.  
  105. ckermit.ksd - Sample services directory.  Replace this with your own services
  106.               directory in the same format, and rename to .ksd.
  107.  
  108. ckcker.upd  - Updates to C-Kermit since "Using C-Kermit" was published;
  109.               documentation for new features.
  110.  
  111. ckcker.bwr  - General C-Kermit "Beware file" - hints and tips, known bugs, etc.
  112.  
  113. ckuker.bwr  - UNIX-specific C-Kermit "Beware File".
  114.  
  115. ckedemo.ini, cketest.ini, ckevt.ini -
  116.               Macro definitions used in "Using C-Kermit".
  117.  
  118. FILES FOR BUILDING UNIX C-KERMIT:
  119.  
  120. ckuins.doc  - UNIX C-Kermit installation instructions.  
  121.  
  122. ckccfg.doc  - Documentation for configuration options.
  123.  
  124. ckuker.mak  - UNIX makefile for building C-Kermit from source code.  Rename to
  125.               Makefile (or makefile).  See ckuins.doc for details, and also
  126.               read the comments at the top of the makefile.  This makefile has
  127.               nearly 300 entries in it; please be careful to pick the most
  128.               appropriate one.
  129.  
  130. ckubs2.mak  - As above, but for 2.10 and 2.11 BSD systems.
  131.  
  132. C-KERMIT SOURCE FILES:
  133.  
  134. ckcdeb.h    - Header file common to all C-Kermit modules.
  135. ckcasc.h    - Header file for ASCII character definitions.
  136. ckuver.h    - Header file for version heralds.
  137.  
  138. ckufio.c    - UNIX (and OS/2) system-specific file i/o module for C-Kermit.
  139. ckutio.c    - UNIX system-specific communications i/o module for C-Kermit.
  140. ckucon.c    - The UNIX C-Kermit CONNECT command.
  141.  
  142. ckcpro.w    - System-independent C-Kermit protocol module, written in 'wart',
  143.               a lex-like preprocessor for C. 
  144. ckwart.c    - The 'wart' preprocessor.              
  145.  
  146. ckcker.h    - Header file for Kermit protocol items.
  147.  
  148. ckcfns.c, ckcfn2.c, ckcfn3.c - System-independent Kermit protocol support
  149.               routines.
  150.  
  151. ckuusr.c, ckuus2.c, ckuus3.c, ckuus4.c, ckuus5.c, ckuus6.c, ckuus7.c -
  152.               User interface: interactive command processor.
  153.  
  154. ckuusy.c    - User interface: command-line option processor.
  155.  
  156. ckuusx.c    - Support functions shared by interactive-mode and command-line
  157.               option processors.
  158.  
  159. ckuusr.h    - Header file for user interface.
  160.  
  161. ckucmd.c    - Command-parsing functions (keywords, filenames, numbers, etc).
  162. ckucmd.h    - Header file for command-parsing functions.
  163.  
  164. ckuxla.c    - Character-set translation module.
  165. ckcxla.h    - System-independent header file for character-set translation.
  166. ckuxla.h    - UNIX-specific header file for character-set translation.
  167.  
  168. ckudia.c    - DIAL command processor.
  169. ckuscr.c    - SCRIPT command processor.
  170. ckcnet.c    - Network support module.
  171. ckcnet.h    - Header file for network support module.
  172.  
  173. OTHER FILES:
  174.  
  175. These are not included in the tar.Z file.  FTP these separately from the
  176. kermit/b directory if you need them.
  177.  
  178. ckcplm.doc  - C-Kermit program logic manual (for programmers).
  179. ckc190.upd  - Program update history for edits 189-190.
  180. ckc188.upd  - Program update history, edits 179-188 (big).
  181. ckc178.upd  - Program edit history, 5A edits through 178 (very big).
  182. ckcv4f.upd  - Program edit history, version 4F.
  183. ckcv4e.upd  - Program edit history, version 4E.
  184.  
  185. (End of file ckuaaa.hlp)
  186.