Cgi search program, (C) Copyright 1997-2000 by Silvio Klaic

Step by step how to build-install search.cgi for DOS/Windows.

Requirement:
	www server
	cgi support on www server :)
	compiler (gcc,cc or similar c compiler) - for compiling
	base library - for compiling
	database - you can't yet create database in DOS/Windows.
	time to read manual

Settings before compiling (skip this if you want only install it):
	edit config.h and change configuration to your needs
	copy Makefile.dos to Makefile
	edit Makefile and change to your needs
	edit robot/Makefile.dos and change to your needs
	note: you don't need copy Makefile in robot directory!

To compile (skip this if you want only install it):
	type:make help - to see options for make
	use your method for make and start make, ignore warnings
	become administrator - (if you aren't alredy) optional
	type:make - to compile program

Installing search.cgi program:
	Automatic installation:
		type:make install - to install program if you have make program
	Manual installation:
	 	rename search.cgi.dos to search.cgi and search.conf.dos to
			search.conf
	  	copy search.cgi, srch_cgi.txt and search.conf.dos to cgi-bin
			directory at yours www server.
		copy search.rpl and all html files in HTML directory to
			location of your choice (change locations in conf file).
	
Post processing setings:
	read srch_cgi.txt - to learn how to configure search program
	edit search.conf - to configure search server

Optional:
	edit body.html, head.html and error.html for changing to your needs
	start cgi program and read help to learn how to use it
	go to usnet and tell everyone about this search program ;-)
