CPAN::Testers::WWW::Statistics - CPAN Testers Statistics website.


CPAN-Testers-WWW-Statistics documentation  | view source Contained in the CPAN-Testers-WWW-Statistics distribution.

Index


NAME

Top

CPAN::Testers::WWW::Statistics - CPAN Testers Statistics website.

DESCRIPTION

Top

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

Top

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

Top

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

Top

CPAN::Testers::Data::Generator, CPAN::WWW::Testers

http://www.cpantesters.org/, http://stats.cpantesters.org/, http://wiki.cpantesters.org/

AUTHOR

Top

  Barbie, <barbie@cpan.org>
  for Miss Barbell Productions <http://www.missbarbell.co.uk>.

COPYRIGHT AND LICENSE

Top


CPAN-Testers-WWW-Statistics documentation  | view source Contained in the CPAN-Testers-WWW-Statistics distribution.