
Guestnik V1.02 -  Forms processor for various web forms

# 
# Copyright 1995 Mike Heins and Internet Robotics - ALL RIGHTS RESERVED
#

To install guestnik:

    1. Untar the distribution with the following:

        tar xvf guestnik.tar
    
    2. Change to the guestnik directory:

        cd guestnik
    
    3. Run the installation script:

        ./install
    
    4. Answer the questions that are asked.  You
       will need to know the pathname for your cgi-bin
       directory, the pathname for the HTML document directory
       you wish to use, and little else.

    5. Edit the guestnik.cfg file (located in the cgi-bin) to fit
       your site.  To test it you will only need to send the
       destination email address.

    6. Call up the URL for the sample guestnik form, usually:

        http://YOUR_SERVER/guestnik.html

    7. Try out the form.
    
Documentation is in the guestnik directory:

    guestnik.html - HTML format
    guestnik.1    - UNIX man page format
    guestnik.txt  - Text format


