The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:News::Article"

News::Article - Object for handling Usenet articles in mail or news form. River stage one • 1 direct dependent • 1 total dependent

An object for representing a Usenet article (or a mail message). Primarily written for use with mail2news and/or moderation programs. (Not really intended for transit use.)...

AGIERTH/News-Article-1.27 - 12 Aug 2002 00:30:36 UTC

News::Article::Ref - reference functions for news articles River stage zero No dependents

News::Article::Ref is a module for determining if a news article is technically suited for Usenet - ie, it checks to see if it follows all of Usenet's technical rules, as set down in the RFCs. This is useful for moderation 'bots and other news proces...

TSKIRVIN/newslib-0.84 - 22 Apr 2004 18:06:35 UTC

News::Scan::Article - collect information about news articles River stage zero No dependents

This module provides a derived class of "Mail::Internet" whose objects are suitable for digesting Usenet news articles....

GBACON/News-Scan-0.53 - 10 Feb 2003 13:11:12 UTC

News::Article::Mbox - combines News::Article and Mail::Mbox::MessageParser River stage zero No dependents

News::Article is capable of reading in individual messages from STDIN or other sources to make into Article objects. However, it is often helpful to be able to read many Articles out of an mbox-class storage format, as created by many newsreader prog...

TSKIRVIN/News-Archive-0.14 - 25 May 2004 19:46:06 UTC

News::Article::NoCeM - a module to generate accurate nocem notices River stage zero No dependents

Creates a nocem notice on the Usenet articles, which may be posted normally to hide the messages....

LEEYM/News-Article-NoCeM-0.09 - 10 Sep 2018 20:37:13 UTC

News::Article::Cancel - a module to generate accurate cancel messages River stage zero No dependents

Creates a cancel message based on a Usenet article, which may be posted normally to delete a message. Also adds a verification for reposted messages in moderated newsgroups....

TSKIRVIN/newslib-0.84 - 22 Apr 2004 18:06:35 UTC

News::FormReply - derivative of News::FormArticle and News::AutoReply River stage one • 1 direct dependent • 1 total dependent

This is a "mixin" of News::FormArticle and News::AutoReply; it generates form replies by performing substitutions on a text file....

AGIERTH/News-Article-1.27 - 12 Aug 2002 00:30:36 UTC

News::AutoReply - derivative of News::Article for generating autoreplies River stage one • 1 direct dependent • 1 total dependent

Like News::Article, but must be given a reference to another article at creation time - initialises To, In-Reply-To, References etc. correctly as an automatic reply....

AGIERTH/News-Article-1.27 - 12 Aug 2002 00:30:36 UTC

News::FormArticle - derivative of News::Article River stage one • 1 direct dependent • 1 total dependent

Like News::Article, but designed to be constructed from a file containing form text with substitutions. Currently, the source text is substituted as follows: Variables are denoted by $NAME or @NAME (where NAME is any simple identifier). (The sequence...

AGIERTH/News-Article-1.27 - 12 Aug 2002 00:30:36 UTC

News::Web - a New-Web gateway, for a web-based newsreader River stage zero No dependents

News::Web is the basis for web-based newsreaders. It's essentially a collection of functions called by CGI scripts appropriately....

TSKIRVIN/News-Web-0.51 - 22 Apr 2004 19:20:29 UTC

News::Scan - gather and report Usenet newsgroup statistics River stage zero No dependents

This module provides a class whose objects can be used to gather and report Usenet newsgroup statistics....

GBACON/News-Scan-0.53 - 10 Feb 2003 13:11:12 UTC

News::Newsrc - manage newsrc files River stage zero No dependents

"News::Newsrc" manages newsrc files, of the style alt.foo: 1-21,28,31-34 alt.bar! 3,5,9-2900,2902 Methods are provided for * reading and writing newsrc files * adding and removing newsgroups * changing the order of newsgroups * subscribing and unsubs...

SWMCD/News-Newsrc-1.11 - 16 Apr 2013 02:30:15 UTC

News::Search - Usenet news searching toolkit River stage zero No dependents

News::Search searches Usenet news postings. It can be used to search local news groups that google doesn't cover. Or, even for news groups that are covered by google, it can give you all the hits in one file, in the format that you prescribed. You ca...

SUNTONG/News-Search-1.15 - 05 Nov 2008 02:08:02 UTC

News::Archive - archive news articles for later use River stage zero No dependents

News::Archive is a package for storing news articles in an accessible form. Articles are stored one-per-file, and are accessible by either message-ID or overview information. The files are then accessible with a Net::NNTP compatible interface, for ea...

TSKIRVIN/News-Archive-0.14 - 25 May 2004 19:46:06 UTC

News::Active - keep track of news active file information River stage zero No dependents

News::Active is used to keep track of active newsgroup information in an external file. It contains many "News::Active::Entry" objects, one for each newsgroup we are subscribed to. It should be a fairly simple module to use and understand, as it is o...

TSKIRVIN/News-Archive-0.14 - 25 May 2004 19:46:06 UTC

News::Overview - an object to store condensed information about Usenet posts River stage zero No dependents

News::Overview objects store combined information about many messages, as generally done in INN's overview format and semi-codified in the XOVER extentions to RFC1036. Each object is meant to store a single newsgroup's worth of basic header informati...

TSKIRVIN/News-Overview-0.11.02 - 25 May 2004 19:49:37 UTC

News::NNTPClient - Perl 5 module to talk to NNTP (RFC977) server River stage zero No dependents

This module implements a client interface to NNTP, enabling a Perl 5 application to talk to NNTP servers. It uses the OOP (Object Oriented Programming) interface introduced with Perl 5. NNTPClient exports nothing. A new NNTPClient object must be crea...

RVA/NNTPClient-0.37 - 28 Mar 2001 23:48:11 UTC

News::GroupInfo - keep track of newsgroup information River stage zero No dependents

News::GroupInfo is used to keep track of passive newsgroup information in an external file. It contains many "News::GroupInfo::Entry" objects, one for each newsgroup we are subscribed to. It should be a fairly simple module to use and understand, as ...

TSKIRVIN/News-Archive-0.14 - 25 May 2004 19:46:06 UTC

News::GnusFilter - package for scoring usenet posts River stage zero No dependents

News::GnusFilter is a pure-Perl package for scripting an inline message filter. It adds "Gnus-Warning:" headers when presented with evidence of atypical content or otherwise nonstandard formatting for usenet messages. News::GnusFilter should be drop-...

JOESUF/News-GnusFilter-0.56 - 07 Feb 2023 21:44:03 UTC

News::Scan::Thread - keep track of threads in a Usenet newsgroup River stage zero No dependents

This module provides a class whose objects can be used to keep track of threads of discussion in a Usenet newsgroup....

GBACON/News-Scan-0.53 - 10 Feb 2003 13:11:12 UTC
27 results (0.03 seconds)