Apache::NNTPGateway

Apache::NNTPGateway is a NNTP interface (Usenet newsgroups) for mod_perl enabled Apache web server.
Download

Apache::NNTPGateway Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Heddy Boubaker
  • Publisher web site:
  • http://search.cpan.org/~boubaker/Apache-NNTPGateway-0.9/NNTPGateway.pm

Apache::NNTPGateway Tags


Apache::NNTPGateway Description

Apache::NNTPGateway is a NNTP interface (Usenet newsgroups) for mod_perl enabled Apache web server. Apache::NNTPGateway is a NNTP interface (Usenet newsgroups) for mod_perl enabled Apache web server.SYNOPSISYou must be using mod_perl, see http://perl.apache.org/ for details.For the correct work your apache configuration should contain apache directives look like these:In httpd.conf (or any other apache configuration file): < Location "/path/to/newsgroup" > SetHandler perl-script PerlHandler Apache::NNTPGateway PerlSetVar NNTPGatewayNewsGroup "newsgroup" PerlSetVar NNTPGateway... (see L< CONFIGURATION > Directives) < /Location >This module implements a per group interface to NNTP (Usenet) News-Groups, it allow users to list, read, post, followup ... articles in a given newsgroup/newsserver depending of configuration. This is not a replacement for a real powerful newsreader client but just pretend to be a simple, useful mapping of some news articles into a web space.Requirements:· PerlWhat's New in This Release:· Article id or subject added to title in read.· More CSS classes everywhere... read the sources.· use Apache::Log qw(); to access to log functions.· Makefile.PL improved to really check used modules versions.· Call Net::Cmd functions in a clean manner to make perl 5.6 happy (end of that Bareword "CMD_ERROR" install bug).


Apache::NNTPGateway Related Software