
Qddb Guest Book
Version 1.0
 
 Copyright (C) 1996 Herrin Software Development, Inc.
 All rights reserved.

 This file is part of Qddb Guest Book.

 Qddb Guest Book is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License Version 2
 as published by the Free Software Foundation.

 Qddb Guest Book is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.

 You should have received a copy of the GNU General Public License
 along with Qddb Guest Book; see the file LICENSE.  If not, write to:

	Herrin Software Development, Inc. 
	R&D Division
	41 South Highland Ave. 
	Prestonsburg, KY 41653 


INSTALLATION INSTRUCTIONS FOR QDDB GUEST BOOK
----------------------------------------------

First, Qddb Guest Book uses the Hx toolkit which
is only available in Qddb 1.43a4 and later, so you'll
need to grab the latest version and install it.

After that, you can build a new directory under your
CGI directory for the guest book.   Copy all the
files in this directory to the new location 
(say /var/www/cgi-bin/qddb) and cd into that directory:

	$ mkdir /var/www/cgi-bin/qddb
	$ cp *  /var/www/cgi-bin/qddb
	$ cd    /var/www/cgi-bin/qddb
	$ chmod +x guest*
	$ chmod 644 *.tcl
	$ qnewdb GuestBook
	$ mv Schema GuestBook/
	$ vi GuestBook/Schema # edit verbosenames
	$ vi init.tcl         # edit variables
	$ vi /etc/crontab     # stabilize the database however often you like

That's all there is to it!   Now you can add links to
your Qddb Guest Book in your WWW pages:

	http://www.myname/cgi-bin/qddb/guest
	http://www.myname/cgi-bin/qddb/guestsearch

If you want to modify the Schema (add attributes, remove
attributes, change attribute names, etc.), you'll need to 
also change the variables at the end of init.tcl.


