home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / windows / x / 14441 < prev    next >
Encoding:
Text File  |  1992-07-27  |  1.5 KB  |  47 lines

  1. Newsgroups: comp.windows.x
  2. Path: sparky!uunet!gatech!bloom-beacon!INTERNET!dont-send-mail-to-path-lines
  3. From: joe@athena.mit.EDU (Joseph C Wang)
  4. Subject: Tk Interface to the World Wide Web (ALPHA Release 0.1)
  5. Message-ID: <9207271403.AA08371@expo.lcs.mit.edu>
  6. Sender: daemon@athena.mit.edu (Mr Background)
  7. Organization: The Internet
  8. Date: Mon, 27 Jul 1992 14:03:11 GMT
  9. Lines: 36
  10.  
  11. I've uploaded a very preliminary interface to World Wide Web using the
  12. tk toolkit to export.lcs.mit.edu and the tcl archive in
  13. barkley.berkeley.edu.
  14.  
  15. tkWWW Version 0.1 alpha (joe@athena.mit.edu)
  16. --------------------------------------------
  17.  
  18. This a first pass at a browser for World Wide Web using the tk
  19. library.  It is very buggy.  Use at your own risk.
  20.  
  21. The Tk browser has the following advantages.
  22.  
  23. 1. Since the entire user interface is written in an interpreted 
  24.    language, it should be very easy to make modifications and extensions
  25.    to the system.
  26.  
  27. 2. More important, it is possible to imbed Tk code into hypertext
  28.    documents.  To see an example of this, load in the hypertext file
  29.    file:$pwd/Tcl/text2.html
  30.  
  31.  
  32. INSTALLATION
  33. ------------
  34. In order to install tkWWW you will need
  35.  
  36.    The code for the WWW line-mode browser. (anon ftp from info.cern.ch)
  37.    Libraries for tk and tcl (I'm using tk2.1 and tcl6.3)
  38.  
  39.    A wish intepreter which contains the Hyper and XYGraph widgets
  40.  
  41. To install this program, unpack the WWW line-mode browser source and 
  42. cd to the directory WWW.  Unpack this tar file. 
  43.  
  44.  
  45.  
  46.  
  47.