home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Java / Java.zip / telnet4j.zip / README < prev    next >
Text File  |  1997-07-01  |  2KB  |  56 lines

  1. The Java Telnet Applet
  2.  
  3. Authors: Matthias L. Jugel (leo@first.gmd.de)
  4.      Marcus Mei▀ner (msmeissn@cip.informatik.uni-erlangen.de)
  5.  
  6. This applet is the result of our attempt to make a useful java application
  7. and to provide better access to the world of internet through the almost
  8. everywhere available Web browser.
  9.  
  10. We hope you find this piece of software as useful as we do. The source code
  11. is publicly available under the GPL.
  12.  
  13. If you encounter any problems, bugs or else don't hesitate to contact us.
  14.  
  15.     http://www.first.gmd.de/persons/leo/java/Telnet
  16.  
  17. will always have the newest version.
  18.  
  19. This distibution should contain the following files and directories:
  20.  
  21. README               - this file
  22. REVISION           - contains version information about .java files
  23. CHANGES                   - all changes are logged here
  24. INSTALL           - how to install the applet
  25. COPYING           - GNU General Public Licence
  26. COPYING.LIB           - GNU Library General Public Licence
  27. BUGS               - known bugs
  28. Makefile           - to create .class files and documentation
  29.  
  30. telnet.java          - the telnet applet/application
  31. socket/TelnetIO.java       - all telnet negotiation handling
  32. socket/StatusPeer.java       - a status peer interface
  33. display/Terminal.java       - an abstract terminal class
  34. display/TerminalHost.java - a virtual terminal host interface
  35. display/CharDisplay.java  - a general purpose character display
  36. display/vt320.java      - a VT320/ANSI emulation class using CharDisplay
  37. modules/ButtonBar.java      - a programmable button bar
  38. modules/Script.java      - a simple script module
  39.  
  40. The package contains also all precompiled classes!
  41.  
  42. tools/IOtest.java       - an example program which works like a 
  43.                 script executor
  44. tools/TelnetWrapper.java  - another example program provided by
  45.                 George Ruban
  46. tools/CharDisplayTest.java- a test class for display/CharDisplay.java
  47.  
  48. tools/proxy.java       - a simple proxy server
  49.  
  50. *.html               - various test files
  51. examples/*.html           - example files for different usage
  52.  
  53. Documentation/           - documentation of the JAVA source code
  54. CVS/              - revision control, contains the history of 
  55.                 the source code
  56.