home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / tcl / 1272 < prev    next >
Encoding:
Internet Message Format  |  1992-08-30  |  2.1 KB

  1. Xref: sparky comp.lang.tcl:1272 alt.hypertext:710 comp.windows.x:15885
  2. Newsgroups: comp.lang.tcl,alt.hypertext,comp.windows.x,comp.lang.sgml
  3. Path: sparky!uunet!snorkelwacker.mit.edu!bloom-picayune.mit.edu!athena.mit.edu!joe
  4. From: joe@athena.mit.edu (Joseph C Wang)
  5. Subject: ANNOUNCING: tkWWW 0.3 Alpha
  6. Message-ID: <1992Aug30.232318.13727@athena.mit.edu>
  7. Sender: news@athena.mit.edu (News system)
  8. Nntp-Posting-Host: major.mit.edu
  9. Organization: Massachusetts Institute of Technology
  10. Date: Sun, 30 Aug 1992 23:23:18 GMT
  11. Lines: 55
  12.  
  13.  
  14. ANNOUNCING:
  15. tkWWW 0.3 Alpha
  16. by Joseph Wang (joe@athena.mit.edu)
  17.  
  18. A Tk interface to World Wide Web (ALPHA TEST)
  19.  
  20. WHAT IS IT?
  21. -----------
  22. World Wide Web (WWW) is a hypertext project which seeks to build a
  23. world wide network of hypertext links.  There are several different
  24. browsers for this system including a simple tty interface.  For a 
  25. demos of the terminal browsers for WWW, telnet to the following sites:
  26.  
  27.  telnet info.cern.ch or telnet 128.141.201.74 (SWISS)
  28.  telnet eies2.njit.edu or telnet 128.235.1.43 (USA [NJ])
  29.  telnet vms.huji.ac.il or telnet 128.139.4.3  (ISRAEL)
  30.  telnet info.funet.fi or telnet 128.214.6.100 (FINLAND)
  31.  
  32.  and login as "www"
  33.  
  34. Tk is an interpreted toolkit which allows one to build X11 applications
  35. quickly and easily.
  36.  
  37. tkWWW is a Tk interface to (WWW), which lets you send embedded buttons,
  38. scrollbars, etc in hypertext written for WWW.
  39.  
  40. IMPROVEMENTS SINCE 0.2
  41. ----------------------
  42. Increased speed
  43. Many bug fixes
  44.  
  45. WHERE IS IT?
  46. ------------
  47. export.lcs.mit.edu:/contrib/tkWWW-0.3.tar.Z
  48. barkley.berkeley.edu:
  49. info.cern.ch:
  50.  
  51. MAILING LIST
  52. ------------
  53. The mailing list "tk-www@athena.mit.edu" exists for discussion of tk-www.
  54. To subscribe send e-mail to "tk-www-request@athena.mit.edu"
  55.  
  56. WHAT DO I NEED TO INSTALL IT?
  57. -----------------------------
  58. In order to install tkWWW you will need
  59.  
  60.    The code for the WWW line-mode browser. (anon ftp from info.cern.ch)
  61.    Libraries for tk and tcl (I'm using tk2.1 and tcl6.3)
  62.  
  63.    A wish intepreter which contains the Hyper and XYGraph widgets
  64.  
  65. To install this program, unpack the WWW line-mode browser source and 
  66. cd to the directory WWW.  Unpack the tkWWW tar file. 
  67.  
  68.