nntp2jam.pl version 1.0 by Johan Billing
nntp2jam.pl-1.0.zip

This program has been placed in the public domain, use it any way you want.

The nntp2jam.pl program is an example of using the JAM.pm v0.2 Perl module by
Johan Billing for accessing JAM Messagebases. It can connect to a NNTP server
of your choice and download Usenet messages to JAM messagebases for local use.
It is not intended to be used as a gateway. 

 Limitations:
 * Uploading of new posts is not supported
 * No charset support
 * Only very limited MIME support
 * No reply links are created

The TimeDate module is required. It can be found packaged for most Linux
distributions or can be installed using the following command:

perl -MCPAN -e "install TimeDate"

Users of ActivePerl for Windows can install it using "ppm install TimeDate".

nntp2jam.pl-1.0.zip archive obtained via the link on the page at
http://www.df.lth.se/~billing/jamlib.html

