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

Step by step how to build search cgi for unix.

Requirement:
	www server
	lynx in path of user who generate database
	cgi support on www server :)
	compiler (gcc,cc or similar c compiler)
	base library
	time to read manual

Settings before compiling:
	edit config.h and change configuration to your needs
	copy Makefile.<your_operating_system> to Makefile
	edit Makefile and change to your needs
	edit robot/Makefile.<your_operating_system> and change to your needs
	note: don't copy in robot directory makefile!

To compile:
	type:make help - to see options for make
	use your method for make and start make, ignore warnings
	type:su - (if you aren't root) optional
	type:make install - to install program

Post processing setings:
	type:man search.cgi - to learn how to configure search program
	type:man url2data - to learn how build database for searching
	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 ;-)
