2003-02-01 00:18  nickjc

	* search.pl (1.42): * mod_perl fix: emtpy the globals at the start
	of each run

2003-01-30 22:41  nickjc

	* search.pl (1.41): * second attempt to make it work nicely under
	mod_perl

2003-01-30 00:56  nickjc

	* search.pl (1.40): * play nicer under mod_perl

2002-09-20 09:07  nickjc

	* search.pl (1.39): * bug fix with blocked dirs starting with "."
	with $emulate set to 0

2002-09-15 13:19  nickjc

	* README (1.10), README.xml (1.3), search.pl (1.38): * inlined
	CGI::NMS::Charset and added multiple charset support * added $style
	to the README

2002-08-28 09:06  nickjc

	* search.pl (1.37): * allow spaces in filenames

2002-08-18 09:51  davorg

	* MANIFEST (1.3): Reordered MANIFEST files to put most important
	files first

2002-08-13 22:45  nickjc

	* search.pl (1.36): * made resilient to trailing / on $basedir, a
	common config error

2002-07-23 22:00  nickjc

	* search.pl (1.35): * changed caller(1) to caller(0), preventing an
	undef warning if the error   page is triggered outside a sub

2002-07-23 21:44  nickjc

	* search.pl (1.34): * changed $main::DEBUGGING to $DEBUGGING, since
	the assumption that we're   in package main is invalid under
	mod_perl

2002-06-19 09:57  gellyfish

	* search.pl (1.33): Better regex for entity encoding as suggested
	by Nick

2002-06-18 21:26  gellyfish

	* search.pl (1.32): Don't encode entities if they are already part
	of an entity

2002-05-14 09:33  gellyfish

	* README.xml (1.2): Hand fixed README.xml

2002-05-08 09:01  nickjc

	* search.pl (1.31): * fixed some XSS holes * made @blocked use
	paths relative to $basedir, as documented * made @blocked work for
	both files and dirs

2002-05-07 22:41  nickjc

	* search.pl (1.30): * minor XHTML fix

2002-04-23 12:51  gellyfish

	* README.xml (1.1): Generated XML Files from READMEs

2002-04-23 11:09  gellyfish

	* README (1.9): Made some cosmetic changes to READMEs to make
	parsing easier

2002-04-09 21:27  nickjc

	* search.pl (1.29): * fixed borked Revision tag

2002-04-09 21:26  nickjc

	* search.pl (1.28): * Replaced out of date hard coded version
	number with a	CVS Revision tag

2002-03-27 20:36  davorg

	* search.pl (1.27): Removed log tags from all programs - replaced
	by an auto-generated ChangeLog file.

2002-03-27 20:30  davorg

	* MANIFEST (1.2): Added ChangeLog file to MANIFESTs

2002-03-04 21:45  gellyfish

	* search.pl (1.26): * The previous $no_prune wasn't quite right

2002-03-04 10:27  gellyfish

	* README (1.8), search.pl (1.25): * Added $no_prune to cause the
	search to recurse all sub-directories.	* Removed some old
	debugging code.

2002-03-04 09:09  gellyfish

	* search.html (1.4), search.pl (1.24): * No point in lying about
	the encoding of our output * Made the use of the directory
	parameter safer in search.pl * Added example of use of directory
	parameter to search.pl

2002-03-03 21:52  gellyfish

	* README (1.7), search.pl (1.23): * Folded in the intent of the
	patches from  Gianluca Sforna

2002-03-02 02:16  abatko

	* README (1.6): Modified Files: README Log Message: * major
	overhaul

2002-02-27 09:04  gellyfish

	* search.pl (1.22): * Added question about simple search and PDF to
	FAQ * Suppressed output of headers in fatalsToBrowser if
	$done_headers * Suppressed output of '<link rel...' if not $style *
	DOCTYPE in fatalsToBrowser * moved redirects until after possible
	cause of failure * some small XHTML fixes

2002-02-23 15:04  gellyfish

	* README (1.5): * Fixed typo in rand_image/README * Reformatted
	search/README * put URLs for Blat and MS sendmail in FAQ

2002-02-13 15:09  jfryan

	* search.pl (1.21): Expanded detaint_dirname to include a colon so
	that win32 paths would pass taint checking

2002-02-05 04:24  jfryan

	* search.pl (1.20): Added $hit_threshhold config var and also moved
	output functions to end

2002-02-05 03:48  jfryan

	* search.pl (1.19): Accidentally left $emulate_matts_code off by
	default :(

2002-02-05 03:42  jfryan

	* search.pl (1.18): Added sorted results guarded by a
	$emulate_matts_code

2002-02-03 22:06  dragonoe

	* search.pl (1.17): Added header to script after log. Also cleaned
	up the pre-header (use & stuff) information so it looks less
	confusing for newbies and aligned config values.

2002-02-02 13:57  nickjc

	* search.pl (1.16): match the empty string as a valid directory
	name

2002-02-01 22:50  nickjc

	* search.pl (1.15): * Took out some remains of the old tainted
	chdir botch

2002-01-27 22:48  davorg

	* README (1.4): Slight reformatting

2002-01-27 22:16  jfryan

	* README (1.3): 
	finished search.pl readme

2002-01-27 12:40  gellyfish

	* search.pl (1.14): Fixed typo

2002-01-16 09:34  gellyfish

	* search.pl (1.13): Put back the missing log messages

2002-01-16 09:26  gellyfish

	* search.pl (1.12): Put the mysteriously dissapeared Log keyword

2002-01-16 09:25  gellyfish

	* search.pl (1.11): Refixed the File::Find tainting issue

2002-01-11 22:37  nickjc

	* search.pl (1.10): * nasty fix for File::Find/chdir/taint issue *
	misc minor tweaks * filename matching as documented in the README *
	eliminate some warnings

2001-12-02 10:20  gellyfish

	* search.pl (1.9): Merged in changes from Joseph Ryan to use
	File::Find

2001-12-01 19:45  gellyfish

	* search.pl (1.8): * Tested everything with 5.004.04 * Replaced the
	CGI::Carp with local variant

2001-11-26 19:36  davorg

	* MANIFEST (1.1): Added MANIFEST file to all packages.

2001-11-26 13:40  nickjc

	* search.pl (1.7): Added \Q \E around variables in regexps where
	metacharacters in the variables shouldn't be interpreted by the
	regex engine.

2001-11-25 11:39  gellyfish

	* search.html (1.3), search.pl (1.6): * add missing use vars
	qw($DEBUGGING) from most of the files * sundry other compilation
	failures

2001-11-20 08:43  nickjc

	* search.pl (1.5): security fix on file open

2001-11-14 22:46  davorg

	* search.html (1.2): XHTML 1.0 Transitional.

2001-11-14 22:21  davorg

	* README (1.2): Changed script archive URL to Sourceforge.  Added
	link to support mailing list.

2001-11-13 20:35  gellyfish

	* search.pl (1.4): Added the CGI::Carp workaround

2001-11-13 09:17  gellyfish

	* search.pl (1.3): Added CGI::Carp

2001-11-11 17:55  davorg

	* search.pl (1.2): Small amount of post-import tidying :)

2001-11-11 16:49  davorg

	* README (1.1), search.html (1.1), search.pl (1.1): Initial
	revision

2001-11-11 16:49  davorg

	* README (1.1.1.1), search.html (1.1.1.1), search.pl (1.1.1.1):
	Initial import

