NAME
CPAN::Testers::WWW::Statistics - CPAN Testers Statistics website.
DESCRIPTION
CPAN Testers Statistics comprises the actual website pages, a CGI tool to find testers, and some backend code to help map tester address to a real identity.
INTERFACE
The Constructor
new
Statistics creation object. Provides all the configuration and logging functionality, as well the interface to the lower level functionality for Page and Graph creation.
new() takes an option hash as an argument, which may contain the following keys.
config => path to configuration file [required] directory => path to output directory storage => path to data storage file templates => path to templates directory database => path to SQLite database file address => path to address file builder => path to output file from builder log parser logfile => path to logfile logclean => will overwrite any existing logfile if set
Note that while 'directory', 'templates', 'database' and 'address' are optional as parameters, if they are not provided as parameters, then they MUST be specified within the 'MASTER' section of the configuration file.
Public Methods
make_pages
Method to facilitate the creation of the statistics web pages.
make_graphs
Method to facilitate the creation of the statistics graphs.
ranges
Returns the specific date range array reference, as held in the configuration file.
osname
Returns the print form of a recorded OS name.
BUGS, PATCHES & FIXES
There are no known bugs at the time of this release. However, if you spot a bug or are experiencing difficulties, that is not explained within the POD documentation, please send bug reports and patches to the RT Queue (see below).
Fixes are dependant upon their severity and my availablity. Should a fix not be forthcoming, please feel free to (politely) remind me.
RT Queue - http://rt.cpan.org/Public/Dist/Display.html?Name=CPAN-Testers-WWW-Statistics
SEE ALSO
CPAN::Testers::Data::Generator, CPAN::WWW::Testers
http://www.cpantesters.org/, http://stats.cpantesters.org/, http://wiki.cpantesters.org/
AUTHOR
Barbie, <barbie@cpan.org>
for Miss Barbell Productions <http://www.missbarbell.co.uk>.
COPYRIGHT AND LICENSE
Copyright (C) 2008-2010 Barbie for Miss Barbell Productions.
This module is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.