home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / alt / gopher / 1081 < prev    next >
Encoding:
Internet Message Format  |  1992-07-27  |  2.7 KB

  1. Path: sparky!uunet!darwin.sura.net!jvnc.net!yale.edu!nigel.msen.com!nigel.msen.com!not-for-mail
  2. From: emv@msen.com (Edward Vielmetti)
  3. Newsgroups: alt.gopher
  4. Subject: Announcing: A Tk browser to the World Wide Web 0.1 (ALPHA TEST)
  5. Date: 27 Jul 1992 10:12:22 -0400
  6. Organization: Msen, Inc. -- Ann Arbor, Michigan
  7. Lines: 72
  8. Message-ID: <15108kINNijh@nigel.msen.com>
  9. Reply-To: joe@athena.mit.edu
  10. NNTP-Posting-Host: nigel.msen.com
  11. X-Newsreader: Tin 1.1 PL3
  12.  
  13. you may have seen this on one of the other groups which this was posted
  14. on, but just in case it's here too.  --Ed
  15.  
  16. [ Article crossposted from comp.lang.tcl,alt.hypertext,comp.windows.x,comp.lang.sgml ]
  17. [ Author was joe@athena.mit.edu ]
  18.  
  19. ANNOUNCING:
  20. tkWWW 0.1 Alpha
  21. by Joseph Wang (joe@athena.mit.edu)
  22.  
  23. A Tk interface to World Wide Web (ALPHA TEST)
  24.  
  25. WHAT IS IT?
  26. -----------
  27. World Wide Web (WWW) is a hypertext project which seeks to build a
  28. world wide network of hypertext links.  There are several different
  29. browsers for this system including a simple tty interface.
  30.  
  31. Tk is an interpreted toolkit which allows one to build X11 applications
  32. quickly and easily.
  33.  
  34. tkWWW is a Tk interface to (WWW).
  35.  
  36. WHY ANOTHER WWW BROWSER?
  37. ------------------------
  38. This Tk browser has two significant advantages.
  39.  
  40. 1. Since it is written in a interpreted language, it is very easy to make
  41. modifications and extensions to it.
  42.  
  43. 2. More importantly, tkWWW uses the "Hyper" widget of the Tk toolkit.
  44. This "Hyper" widget allows one to emmbed Tk applications in the
  45. hypertext, allowing such things as graphics and animation. 
  46.  
  47. WHERE IS IT?
  48. ------------
  49. export.lcs.mit.edu:/contrib/tkWWW-0.1.tar.Z
  50.  
  51. Copies have been uploaded to the WWW archive at info.cern.ch and the Tcl
  52. archive at barkley.berkeley.edu.  They should be available shortly.
  53.  
  54.  
  55. WHAT DO I NEED TO INSTALL IT?
  56. -----------------------------
  57. In order to install tkWWW you will need
  58.  
  59.    The code for the WWW line-mode browser. (anon ftp from info.cern.ch)
  60.    Libraries for tk and tcl (I'm using tk2.1 and tcl6.3)
  61.  
  62.    A wish intepreter which contains the Hyper and XYGraph widgets
  63.  
  64.    A reasonable knowledge of UNIX and wish is needed as this is
  65.    alpha test software.
  66.  
  67. To install this program, unpack the WWW line-mode browser source and 
  68. cd to the directory $(top-dir)/WWW.  Unpack the tkWWW tar file. 
  69.  
  70. When you have got the thing running (or it fails to install), e-mail
  71. me to let me know how it turned out.
  72.  
  73. WHAT'S THE CATCH?
  74. -----------------
  75. The catch is that this is very, very buggy software that was cobbled
  76. together in three days of frantic hacking.  Use it at your own risk.
  77.  
  78. One of the non-obvious bugs is that if the browser exits abnormally it
  79. will leave a dead process called "tkWWW" that will have to be killed
  80. manually.
  81.  
  82. Comments, suggestions, and code modification are always appreciated.
  83.  
  84. ENJOY........
  85.