OpenStats 1.0
Copyright (c) 2000-2001 The Bivings Group
Author: John Bafford, Software Engineer, jbafford@openstats.net
http://www.openstats.net/
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.
A copy of the GNU GPL license is included in the COPYING file.
All portions of OpenStats, including those portions which do not explicitly state so, are licensed under the terms of the GNU General Public License.
---
Software Requirements
OpenStats has the following software requirements:
apache 1.3.x
Apache must be compiled with mod_rewrite.
php 4.0.3 or later (module and cgi)
OpenStats will NOT work with PHP earlier than 4.0.3 OpenStats uses bcmath
and gd. Please make sure support for these is compiled in to PHP. If gd is
not present, graphics will not work, but OpenStats will still function. If
bcmath is not present, OpenStats will not be able to display some reports.
perl 5.005
Additionally, you will need the Config::IniFiles 2.14 module.
http://search.cpan.org/search?module=Config::IniFiles
mySQL 3.23.29a
OpenStats has not been tested with earlier versions of mySQL, although it
is entirely likely that it will work with no problems.
gd
OpenStats uses gd to draw its graphics. If gd is not installed, the
graphics will not work.
---
Please see the INSTALL file for installation instructions.
