1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
|
Description
-----------
This is the Perl 5 News-Scan distribution. It requires perl version 5.004
or later.
This distribution provides a mechanism for collecting articles from a
set of Usenet newsgroups and then creating statistical reports about
those groups.
IMPORTANT!!! IMPORTANT!!! IMPORTANT!!! IMPORTANT!!! IMPORTANT!!!
IMPORTANT!!! IMPORTANT!!! IMPORTANT!!! IMPORTANT!!! IMPORTANT!!!
This release of News-Scan is incompatible with prior releases. This
should be considered alpha-quality software, so the internal
implementation is subject to change without notice, although I will
only make incompatible changes only when absolutely necessary.
Prerequisites
-------------
To use NewsScan, you need to have installed the following packages:
TimeDate-#.##
MailTools#.##
IO-#.##
If you want to collect articles from an NNTP server, you'll also need
to install
libnet-#.##
Installation
------------
Install NewsScan by running the following commands:
perl Makefile.PL
make
make install
Examples
--------
Please see the eg/ directory after you have unpacked the distribution
for examples of using this library to gather and report statistics for
Usenet newsgroups.
Bugs, Problems, Suggestions
---------------------------
Please send any suggestions, bug reports, complaints, et cetera to
Greg Bacon <gbacon@hiwaay.net>.
Acknowledgements
----------------
This software is based on Mike Lee's <mikey@ontek.com> posters
distribution and also on software posted to comp.lang.perl.misc
by Christian Murphy <cpm@muc.de>.
Many, many thanks are also in order to Gary Niemcewicz <gniemcew@dti.net>
for all his helpful thoughts, comments, and bug reports.
Chaim Frenkel <chaimf@cris.com> has also contributed immensely with his
extremely helpful comments, suggestions, and questions.
Thanks to Henrik Gemal, Gerrit P. Haase, and Oyvind Gronnesby for
helpful suggestions and bug reports.
Copyright
---------
Copyright (c) 1997-2002 Greg Bacon.
This library is free software; you can distribute and/or modify it under
the same terms as Perl itself.
|