2004-10-27  John Kodis  <john@kodis.org>

	* details.sh: Use /bin/sh rather than /bin/bash to eliminate a
	bash dependency.

2004-10-25  John Kodis  <john@kodis.org>

	* Makefile.am (install-data-hook): Fixed a problem in the way that
	the index.html symlink was created.  This in turn broke the
	distcheck target, which was fixed by moving the DESTDIR prefix
	from the $dest definition to the install-data-hook and
	uninstall-local targets.

2004-10-19  John Kodis  <john@kodis.org>

	* Makefile.am (dest): Use HAVE_DISTCHECK to determine whether to
	put web files in the web server directory or the temporary
	distcheck staging area.
	(cgi_SCRIPTS): Eliminate Pattern.pm from the distribution.

2004-10-10  John Kodis  <john@kodis.org>

	* Makefile.am (install-data-hook): Fought with automake to get an
	operational distcheck target.

2004-08-14  John Kodis  <john@kodis.org>

	* Makefile.am (cgi_SCRIPTS): Create a webuser variable; fix an
	error in the way that the $(htmldir)/plot file gets created.

2003-10-19  John Kodis  <kodis@comcast.net>

	* Makefile.am (install-data-local): Create and remove the
	$(htmldir)/plot directory and the $(htmldir)/index.html symlink.
	(bin_PROGRAMS): Include the station-info-pattern program.
	(install-data-hook): Clean up the web installation rule.

	* Paths.pm: Export $prefix rather than $si_program.
	* details.cgi, summary.cgi: Modify as per above.

2003-10-18  John Kodis  <kodis@comcast.net>

	* station-info-pattern.c (main): This is a translation of the
	Pattern.pm perl module into a stand-alone program written in C to
	avoid the requirement for the GD.pm perl module.

2003-10-15  John Kodis  <kodis@comcast.net>

	* details.cgi (emit_details_page): Require and conditionally use
	Pattern.pm to generate radiation plots if GD.pm is available.

	* Makefile.am (cgi_SCRIPTS): Add Detail_vars.pm to the cgi_SCRIPTS
	line so that that gets installed as well.

2003-09-10  John Kodis  <kodis@comcast.net>

	* Detail_vars.pm, Paths.pm, details.cgi, summary.cgi, Pattern.pm:
	Add copyright notice.

2003-09-10  John Kodis  <kodis@comcast.net>

	* details.cgi (gen_ant_plot): Move gen_ant_plot() and use GD into
	Pattern.pm and all pattern variables into Detail_vars.pm to
	simplify handling the possible lack of GD.pm.

2003-04-19  John Kodis  <kodis@comcast.net>

	* details.cgi (row): Add a tiger map of the area around a
	station. 
	(emit_details_page): Rearrange the bits and pieces so that the
	code is a bit better organized.

2003-04-17  John Kodis  <kodis@comcast.net>

	* Makefile.am (cgi_SCRIPTS): Add Paths.pm, modify details.cgi,
	summary.cgi to use Paths.pm.

	* details.cgi (gen_ant_plot): Copy from recno.pl, one of the few
	bits of the station location project to see reuse.

2003-04-13  John Kodis  <kodis@comcast.net>

	* details.cgi (rad2point): Copy this routine from src/utils.c,
	translate into Perl, and use to generate a point-heading (east
	north east, etc.) from a heading.

2003-02-09  John Kodis  <kodis@comcast.net>

	* details.cgi (row): Emit band-specific information.

2003-01-20  John Kodis  <kodis@comcast.net>

	* details.cgi (arc2dist): Show search location, distance, heading.

2002-12-25  John Kodis  <kodis@comcast.net>

	* Makefile.am (cgi_SCRIPTS): Add details.cgi to list of scripts.

