Index of /~tskirvin/software/newslib

[ICO]NameLast modifiedSizeDescription

[DIR]Parent Directory  -
[   ]Changes22-Apr-2004 11:07 1.6K
[   ]LICENSE27-Aug-2001 15:08 6.0K
[TXT]header.html17-Jan-2008 22:35 93
[   ]newslib-0.6b.tar.gz27-Aug-2001 15:11 15K
[   ]newslib-0.7b.tar.gz30-Jan-2002 07:55 35K
[   ]newslib-0.61b.tar.gz05-Sep-2001 13:20 15K
[   ]newslib-0.71b.tar.gz30-Jan-2002 11:13 40K
[   ]newslib-0.80b.tar.gz10-Oct-2003 13:32 49K
[   ]newslib-0.81b.tar.gz13-Feb-2004 14:44 50K
[   ]newslib-0.82b.tar.gz18-Mar-2004 12:35 55K
[   ]newslib-0.83b.tar.gz22-Apr-2004 09:05 55K
[   ]newslib-0.84.tar.gz22-Apr-2004 11:04 33K

NewsLib - a News Library for Perl
=================================

NewsLib is a library of perl modules for managing Network News services.
It's meant to be used for code-reuse and sharing when writing news-based
applications.  It currently includes:

News::Article::Response		Create responses to News::Article articles
News::Article::Ref		Reference functions for news articles	
News::Article::Clean		Subroutines to clean News::Article headers
News::Article::Cancel		Generate accurate cancel messages
News::NNTPAuth			Deprecated for Net::NNTP::Auth
Net::NNTP::Auth			A standard NNTP authentication method
Net::NNTP::Proxy		A news server in perl
Net::NNTP::Client		Simulate an entire NNTP client
Net::NNTP::Functions		Code to implement NNTP-standard functions

Dependencies
============

To use News::Web, you will need:

News::Article
  http://www.erlenstar.demon.co.uk/perl/

Installation Instructions
=========================

If you've got perl installed, it's easy:

  perl Makefile.PL
  make
  make test
  sudo make install

(If you don't have sudo installed, run the final command as root.)

If you don't have perl installed, then go install it and start over.
It'll do you good.

Existing Applications 
=====================

NewsProxy - a proxying news server
  http://www.killfile.org/~tskirvin/software/newsproxy/

PGPMoose - a cancelbot for policing moderated newsgroups
  http://www.killfile.org/~tskirvin/software/pgpmoose/