/*
+----------------------------------------------------------------------------+
| FILE: README                                                               |
| QstatList                                                                  |
| Copyright (C) 1999 David G. Hesprich (Dark Grue)                           |
|                                                                            |
| This program is free software; you can redistribute it and/or modify it    |
| under the terms of the GNU General Public License as published by the Free |
| Software Foundation; either version 2 of the License, or (at your option)  |
| any later version.                                                         |
| This program is distributed in the hope that it will be useful, but        |
| WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY |
| or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License   |
| for more details.                                                          |
|                                                                            |
| You should have received a copy of the GNU General Public License along    |
| with this program; if not, write to the Free Software Foundation, Inc.,    |
| 675 Mass Ave, Cambridge, MA 02139, USA.                                    |
+----------------------------------------------------------------------------+
*/

QstatList is a package of Perl scripts to generate and maintain an automated
Web-based list of Quake-series servers and their current status.


Package contents:

	README			This file.
	COPYING			GNU General Public License.
	CHANGES			Version change log.

	./doc			Installation instructions, in HTML format.
				Read this next!

	install.pl		QstatList install program.
	qstatlist.conf		QstatList config file.

	cgi-src/addqserver.src	Form-based automated server add CGI script.
	cgi-src/qstatwrap.src	QStat CGI wrapper for the dynamic Quake Server
				queries via the Web.

	icons/*			Support graphics for HTML pages.

	maps/*			Map thumbnails.

	samples/list.dat	Sample Quake server database.

	src/dns.pl		Function to resolve IP addresses into names
				using a persistent cache.
	src/domains.pl		Function to map physical locations onto
				Internet domain names.
	src/html.pl		Function to handle qstatlist HTML output.
	src/maps.pl		Function to map titles onto Quake BSP file
				names.
	src/stats.pl		Function to handle qstatlist statistics
				generation.
	src/qstatlist.src	Program to generate the static HTML server list.

	util/listbak.pl		Utlilty to backup the QstatList server database.
	util/statssum.pl	Utility to summarize QstatList statistical
				information.


The QstatList Homepage is located at:

http://gue-tech.asee.org/quake/qstatlist/index.html

You can see the latest version of QstatList in operation at the Clan of the
Implementors' Website at:

http://gue-tech.asee.org/quake/servers/index.html

Visit the Clan of the Implementors at:

http://gue-tech.asee.org/quake/index.html

Please send comments, questions, and bug reports to David G. Hesprich 
(Dark Grue) at darkgrue@iname.com.

------------------------------------------------------------------------------
QstatList is Copyright (C) 1999,  David G. Hesprich (Dark Grue).
