
			       PySysInfo

		     Copyright 2003 Elmar Hoffmann



PySysInfo is a CGI script written in Python to display system information
of the webserver it runs on.

It is fully template based and comes with a set of XHTML 1.1 templates.

It it heavily inspired by phpSysInfo, but does not require PHP on the
webserver and the templates are single XHTML 1.1 files, i.e. there is
no HTML at all in the CGI script itself.


LICENSE
=======

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., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA


The images of the aqua, classic and orange theme are copyright by
Uriah Welcome.


INSTALL
=======

PySysInfo requires Python 2.2 or later and htmltmpl for Python,
available from http://htmltmpl.sourceforge.net/ or for Debian
GNU/Linux users the python2.2-htmltmpl package.

Install pysysinfo.cgi in your cgi-bin directory, the pysysinfo
directory containing the templates into your document root
directory which defaults to /var/www/.
If your document root is somewhere else, edit the path in
pysysinfo.cgi.


CONTACT
=======

The PySysInfo homepage is at http://www.elho.net/dev/pysysinfo/
and the Savannah project page is at
https://savannah.nongnu.org/projects/pysysinfo/

Please report any bugs to the bug tracking system at
https://savannah.nongnu.org/bugs/?group=pysysinfo

To contact me directly, mail to pysysinfo@elho.net.
