NAME
CGI::Application::NetNewsIface - a publicly-accessible read-only interface for Usenet (NNTP) news.
SYNOPSIS
use CGI::Application::NetNewsIface;
my $app = CGI::Application::NetNewsIface->new(
PARAMS => {
'nntp_server' => "nntp.perl.org",
'articles_per_page' => 10,
},
);
$app->run();
PARAMS
nntp_server
The Server to which to connect using NNTP.
articles_per_page
The number of articles to display per page of listing of a newsgroup.
FUNCTIONS
$cgiapp->setup()
The setup subroutine as required by CGI::Application.
cgiapp_prerun()
This is the cgiapp_prerun() subroutine.
AUTHOR
Shlomi Fish, <shlomif@iglu.org.il>
BUGS
Please report any bugs or feature requests to bug-cgi-application-netnewsiface@rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=CGI-Application-NetNewsIface. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
Known Bugs
The templates are assumed to be under ./templates and are not installed under a more meaningful place. (And the code is not configured to use them from there.)
ACKNOWLEDGEMENTS
COPYRIGHT & LICENSE
Copyright 2006 Shlomi Fish, all rights reserved.
This program is released under the following license: MIT X11.