home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / tcl / 1044 < prev    next >
Encoding:
Internet Message Format  |  1992-07-26  |  2.8 KB

  1. Xref: sparky comp.lang.tcl:1044 alt.hypertext:598 comp.windows.x:14416
  2. Path: sparky!uunet!cis.ohio-state.edu!ucbvax!bloom-beacon!bloom-picayune.mit.edu!athena.mit.edu!joe
  3. From: joe@athena.mit.edu (Joseph C Wang)
  4. Newsgroups: comp.lang.tcl,alt.hypertext,comp.windows.x,comp.lang.sgml
  5. Subject: Announcing: A Tk browser to the World Wide Web 0.1 (ALPHA TEST)
  6. Message-ID: <1992Jul27.055002.17689@athena.mit.edu>
  7. Date: 27 Jul 92 05:50:02 GMT
  8. Sender: news@athena.mit.edu (News system)
  9. Followup-To: comp.lang.tcl,poster
  10. Organization: Massachusetts Institute of Technology
  11. Lines: 69
  12. Nntp-Posting-Host: major.mit.edu
  13.  
  14. * I apologize if this is a repost.  The first posting seems to have
  15. * disappeared into the bitbucket.
  16.  
  17. ANNOUNCING:
  18. tkWWW 0.1 Alpha
  19. by Joseph Wang (joe@athena.mit.edu)
  20.  
  21. A Tk interface to World Wide Web (ALPHA TEST)
  22.  
  23. WHAT IS IT?
  24. -----------
  25. World Wide Web (WWW) is a hypertext project which seeks to build a
  26. world wide network of hypertext links.  There are several different
  27. browsers for this system including a simple tty interface.
  28.  
  29. Tk is an interpreted toolkit which allows one to build X11 applications
  30. quickly and easily.
  31.  
  32. tkWWW is a Tk interface to (WWW).
  33.  
  34. WHY ANOTHER WWW BROWSER?
  35. ------------------------
  36. This Tk browser has two significant advantages.
  37.  
  38. 1. Since it is written in a interpreted language, it is very easy to make
  39. modifications and extensions to it.
  40.  
  41. 2. More importantly, tkWWW uses the "Hyper" widget of the Tk toolkit.
  42. This "Hyper" widget allows one to emmbed Tk applications in the
  43. hypertext, allowing such things as graphics and animation. 
  44.  
  45. WHERE IS IT?
  46. ------------
  47. export.lcs.mit.edu:/contrib/tkWWW-0.1.tar.Z
  48.  
  49. Copies have been uploaded to the WWW archive at info.cern.ch and the Tcl
  50. archive at barkley.berkeley.edu.  They should be available shortly.
  51.  
  52.  
  53. WHAT DO I NEED TO INSTALL IT?
  54. -----------------------------
  55. In order to install tkWWW you will need
  56.  
  57.    The code for the WWW line-mode browser. (anon ftp from info.cern.ch)
  58.    Libraries for tk and tcl (I'm using tk2.1 and tcl6.3)
  59.  
  60.    A wish intepreter which contains the Hyper and XYGraph widgets
  61.  
  62.    A reasonable knowledge of UNIX and wish is needed as this is
  63.    alpha test software.
  64.  
  65. To install this program, unpack the WWW line-mode browser source and 
  66. cd to the directory $(top-dir)/WWW.  Unpack the tkWWW tar file. 
  67.  
  68. When you have got the thing running (or it fails to install), e-mail
  69. me to let me know how it turned out.
  70.  
  71. WHAT'S THE CATCH?
  72. -----------------
  73. The catch is that this is very, very buggy software that was cobbled
  74. together in three days of frantic hacking.  Use it at your own risk.
  75.  
  76. One of the non-obvious bugs is that if the browser exits abnormally it
  77. will leave a dead process called "tkWWW" that will have to be killed
  78. manually.
  79.  
  80. Comments, suggestions, and code modification are always appreciated.
  81.  
  82. ENJOY........
  83.