$Id: README,v 1.8 2003/10/10 01:58:07 vek Exp $

SETI/WebStats version 1.03

A simple Perl interface to SETI@home User & Group statistics.

The SETI::WebStats module queries the SETI@home web server to retrieve user and group statistics via XML. The data availible from the server is the same as that displayed on the <Individual User Statistics and Group Statistics web pages. In order to query the server, you will need a valid SETI@home account (i.e email address) or valid group name.

INSTALLATION

To install this module type the following:

perl Makefile.PL
make
make test
make install

DEPENDENCIES

This module requires these other modules and libraries:

LWP::UserAgent
XML::Simple

COPYRIGHT AND LICENCE

Copyright (C) 2002-2003 Kevin Spencer

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.