home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / ek / java / src / README.txt < prev    next >
Text File  |  2020-01-01  |  2KB  |  46 lines

  1. /*
  2.  * This file is part of a Lucent implementation of kermit
  3.  * 
  4.  * This software is provided in the hope that it will be 
  5.  * useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
  6.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  7.  *
  8.  * It was developed by Lucent technologies and is being made available to
  9.  * Columbia University for their public or proprietary use.
  10.  *
  11.  * Author: Andrew Ellis
  12.  * Copyright (C) 2003 Lucent Technoligies, Inc.
  13.  *
  14.  * Lucent retains the right to use, modify and further develop this software
  15.  * and any future versions of this software.
  16.  */
  17.  
  18. This package includes:
  19.      - Source for the Java implementation of kermit
  20.        This source resides in the com directory.
  21.  
  22.      - Source for an application that uses the Kermit class
  23.        This source resides in the src directory.
  24.  
  25.      - jta20.jar: The jar file for the Java Telnet Application.  JTA is a
  26.        java implementation of telnet, a terminal emulator and many other
  27.        useful things.  JTA is released under the GPL license.
  28.  
  29.        The application is built on this emulator, however
  30.        the kermit implementation is not dependent on JTA.
  31.  
  32.        The JTA website is http://javassh.org
  33.  
  34.      - MAKE: a shell script to build the kermit.jar file and
  35.        the application classes.
  36.  
  37.      - MAKEDOC: a shell script to build kermit javadoc documentation
  38.  
  39.      - CLEAN: cleans out all class, doc and jar files
  40.  
  41.      - RUN: Runs the application.  The kermit functions are invoked
  42.        through the edit menu.
  43.  
  44. All the scripts are written in shell, however, the whole thing was done
  45.     in Windows XP and has never been tested on any UNIX host.
  46.