Bookmarks Database Demonstration Programme
------------------------------------------

This directory contains the source code for a bookmarks database using
W3-mSQL.  To run this sample code, follow the steps below :-

	o make a directory called "bookmarks" at the top of your WWW 
	  document tree (it must be at the top of the tree i.e. 
	  http:/your.host/bookmarks).

	o Copy all the files from this directory into the new bookmarks 
	  directory

	o Create the bookmarks database using the setup_bookmark script
	  included in this directory (requires Lite to be installed in
	  /usr/local/Hughes/bin).


That's it.  Now you can your browser and open http://your.host/bookmarks/
to use the database.


The files that are used to provide this database are :-

	o bookmarks.html   - the main bookmarks browser
	o add.html	   - form for specifying new bookmark details
	o create.html	   - called from add.html to create the entry
	o delete.html	   - code for selection of entry to delete
	o remove.html	   - called from delete.html to delete the entry

