From: joe@athena.mit.edu Date: Sun, 18 Oct 92 07:59:19 -0400 Message-Id: <9210181159.AA11474@lubec.MIT.EDU> To: tk-www@athena.mit.edu Cc: www-talk@nxoc01.cern.ch, www-announce@nxoc01.cern.ch, Subject: Announcing tkWWW release 0.4 tkWWW Version 0.4 alpha (joe@athena.mit.edu) -------------------------------------------- WHAT IS THIS? ------------- World Wide Web (WWW) is a hypertext project which seeks to build a world wide network of hypertext links. There are several different browsers for this system including a simple tty interface. For a demo of the terminal browsers for WWW, telnet to the following sites: telnet info.cern.ch or telnet 128.141.201.74 (SWISS) telnet eies2.njit.edu or telnet 128.235.1.43 (USA [NJ]) telnet vms.huji.ac.il or telnet 128.139.4.3 (ISRAEL) telnet info.funet.fi or telnet 128.214.6.100 (FINLAND) and login as "www" Tk is an interpreted toolkit which allows one to build X11 applications quickly and easily. tkWWW is a Tk interface to (WWW), which lets you send embedded buttons, scrollbars, etc in hypertext written for WWW. The Tk browser has the following advantages. 1. Since the entire user interface is written in an interpreted language, it should be very easy to make modifications and extensions to the system. 2. More important, it is possible to imbed Tk code into hypertext documents. Start up the intro demo files to see the use of this. WHERE IS THIS? -------------- tkWWW 0.4 can be anon ftp'ed from export.lcs.mit.edu:/contrib/tkWWW-0.4.tar.Z barkley.berkeley.edu:/tcl/extensions/tkWWW-0.4.tar.Z info.cern.ch:/pub/WWW/src/tkWWW-0.4.tar.Z IMPROVEMENTS SINCE 0.3 ---------------------- MUCH easier installation procedure (if you gave up trying to install 0.3, you might try again with this) Better default color scheme Keyboard traversals History mechanism Does the right thing DVI and graphics files Bug fixes MAILING LIST ------------ There is a mailing list devoted to discussions about tkWWW at tk-www@athena.mit.edu To get on this list, send e-mail to tk-www-request@athena.mit.edu INSTALLATION ------------ The installation procedure has been simplified greatly from version 0.3. To install this version, you will need only the libraries for tk 2.3 which can be anon ftp'ed from sprite.berkeley.edu 1. Edit the file TkWWW/tkWWW.imake and TkWWW/Tcl/config.tcl 2. Type the following commands in the directory TkWWW xmkmf make world make install 3. Run tkWWW and enjoy WARNING ------- With tkWWW, you can send imbedded tk commands to the interpreter. There are lots of security implications of this. I've tried to get rid of the most obvious security loopholes but doubtless many remain. Use at your own risk.