tkWWW Version 0.8 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).

Since the entire user interface is written in an interpreted language,
it is very easy to make modifications and extensions to the system.
tkWWW is the first X11 browser with the ability to edit HTML!!!!!

What has changed since 0.7?
---------------------------
Starts up correctly if given home or start page without file: prefix 
List generation works better 
Made tkWWW follow the MOTIF style guide as much as possible 
Added complete help files
Added "Reload" option 

To Install
----------
In this directory

1. Edit the file "tkWWW.imake" to set system defaults
2. Look at the file "Tcl/config.cpp"
3. Type "xmkmf"
4. Type "make"
5. Type "make install"




