Here are a couple of slightly modified index pages to drop into your system.

Having a corzoogle search form built-in to your apache manual is real handy.
I've got corzoogles all over the place, always ready to search wherever I need it.

You can add a corzoogle search form to any document you like. the form..

	<form method="get" action="corzoogle.php">
	<input type="text" name="q" size="20">
	<input type="submit" value="search">
	</form>

to use:

1. add the form
2. add a corzoogle.php to the same folder.

1.. replace your index files with the ones provided, or just hack in the above
form. Your copy of the apache manual will (probably) be available here..

http://localhost/manual/

And the actual documents located wherever your system keeps such things,
on Mac OS X it's in /Library/Documentation/Services/apache/ on other systems,
check the aliases section of your httpd.conf file for the exact location.

You can download copies from the apache website, too.

2.. simply drop a copy of corzoogle.php into the same folder and search!

If you want recent searches to be displayed, make the folder world-writeable.


;o) Cor
