Notes on my efforts to use scripts on my HALnet
Webpages. Help was given by Marilyn Gore, ex
Webmaster HAL-PC. www.spinneret.com by email.

The 1st thing I did was to read this CGI-FAQ.pdf..   I found it on the HALPC website
It is dated. It was created on 1997, and last modified 1999.
See this to see the changes I had to make [with Marilyn's help].

My 1st attempt to use a search engine [from BigNoseBird Perl scripts] failed.
I tried several times to get this to work. I then contacted Marilyn Gore,
who was only too glad to help with a few suggestions.

Here is an excerpt from her replies [in red] to me:

"Attached are the files necessary to install and run the simple site search
from Matt's Script Archive. 
[files from Matt's Simple Search Script Link ]


README.txt tells you how to configure the script.

You'll want to fix up the html code.

Here's how I defined the variables for my own directories - script ran fine:

------------
$basedir = '/usr/home/marilyn/public_html/SIG/';
$baseurl = 'http://www.hal-pc.org/~marilyn/';
@files = ('*.html');
$title = "Site Search";
$title_url = 'http://www.hal-pc.org/~marilyn/';
$search_url = 'http://www.hal-pc.org/~marilyn/search.html';
-------------

NOTE: your $basedir should be /usr/users/toner27/public_html/ (my home
directory is set up differently from yours).  You can append a subdirectory
(as I did) if that is what you want searched, or leave as is to search your
whole public_html tree.

Note the trailing '/' after all directory specifications.

Note the $baseurl and $basedir must match"

My Comments:

The script zipfile should include a readme which you should follow, but the
tricky part is determining the suitability of their "recipe" for your application.
As a beginner in script use, I had to learn several things :

Created on ... Oct 9, 2003

Last Modified Sunday, 11-Dec-2005 19:58:24 CST