tkWWW Version 0.11 beta (joe@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. 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!!!!! Requirements ------------ tkWWW requires the installation of the tk and tcl packages which can be retrieved from sprite.berkely.edu To display images, tkWWW requires the xli package which can be retrieved from ftp.x.org To Install the single executable version of tkWWW ------------------------------------------------- In this directory 1. Type "./configure" 2. Type "make" 3. Type "make install" To Install the interpreted version of tkWWW ------------------------------------------- In this directory 1. Type "./configure" 2. Type "make interp" 3. Type "make interpinstall"