MANIFEST,v 1.2 1995/11/17 00:41:57 steve Exp

The following files are included in the SurfIt! distribution:

cache.tcl	Hyperdocument cache management module.  Caches data in memory, disk and
		Tk image forms; retrieves data from the cache; stores cached data in the
		user's filesystem for persistence.

handlers.tcl	Content-type handler module.  Includes handlers for various MIME-type 
		hyperdocuments, such as text/*, image/gif, image/x-portable-pixmap,
		image/x-xbitmap.  Processes mailcap entries for "helper applications"

moretags.tcl	Extra (non-standard) HTML module.  Defines experimental HTML tags and attributes
		specific to the SurfIt! browser.  Currently not used.

htmllib.tcl
		HTML module.  Hyperdocument handler for text/html.  Parses HTML and
		renders the document in a Tk Text widget.
		NB. This file is distributed and copyrighted by Stephen Uhler, Sun Labs.  
		It contains modifications and additions by Steve Ball, ACSys CRC.

safe-tk.tcl	Safe Tk module.  Exposes a safe subset of Tk to safe slave interpreters.

prot.tcl	Network protocol module.  Provides handlers and handler dispatch routines
		for various network protocols, such as HTTP.

surfit		Main module.  Starts and configures the SurfIt! application.

internal.tcl	User Interface module.  Manages hyperpages of the SurfIt! browser.

applets.tcl	Tcl Applet module.  Defines handler for application/x-tcl hyperdocuments,
		ie. Tcl applets.

url.tcl		URL module.  Utility procedures for parsing and constructing URIs and URLs.

utils.tcl	Sundry utility procedures

README		Basic documentation, including installation and usage guide.

doc		Documentation subdirectory.  All HTML.

doc/index.html	The entry point of the documentation web.
