|
Class Summary |
| AbstractXMLEditPlugIn |
Useful common base class for plug-ins that perform regular expression-based
edits on raw XML. |
| AllowEmbeddedHTMLPlugIn |
The AllowEmbeddedHTMLPlugIn handles stripping (or not
stripping) embedded HTML from parsed RSS data. |
| ArticleFilterPlugIn |
The ArticleFilterPlugIn provides per-feed filtering capabilities. |
| CommonXMLFixupsPlugIn |
The CommonXMLFixupsPlugIn attempts to fix some common errors
in the downloaded, pre-parsed XML in any feed for which it is enabled. |
| DisableFeedPlugIn |
The DisableFeedPlugIn handles disabling a feed. |
| DisableOutputHandlerPlugIn |
The DisableOutputHandlerPlugIn handles disabling an output handler. |
| EmailOutputPlugIn |
The EmailOutputPlugIn handles emailing the output from a
curn run, if one or more email addresses are specified in the
configuration file. |
| EmptyArticleSummaryPlugIn |
The EmptyArticleSummaryPlugIn provides a way to handle an empty
summary. |
| FeedMaxSummarySizePlugIn |
The FeedMaxSummarySizePlugIn optionally truncates a feed's
summary to a maximum number of characters, inserting an ellipsis at the
end to indicate truncation. |
| GzipDownloadPlugIn |
The GzipDownloadPlugIn handles setting the global and
per-feed HTTP header that requests gzipped (compressed) feed data
(assuming the remote server honors that header). |
| IgnoreDuplicateArticlesPlugIn |
The IgnoreDuplicateArticlesPlugIn handles removing duplicate
items from downloaded feeds, where "duplicate" means "has the same
title". |
| ParsedFeedURLEditPlugIn |
The ParsedFeedURLEditPlugIn edits a feed after it has been
parsed, adjusting the URLs in the feed (i.e., the item URLs and the
channel, or feed, URL) according to various configuration parameters. |
| RawFeedEditPlugIn |
The RawFeedEditPlugIn edits the raw downloaded XML before it's
parsed. |
| RawFeedSaveAsPlugIn |
The RawFeedSaveAsPlugIn handles saving a feed to a known location. |
| ShowAuthorsPlugIn |
The ShowAuthorsPlugIn handles enabling/disabling display of the
"author" fields on feeds and feed items. |
| ShowDatesPlugIn |
The ShowDatesPlugIn handles enabling/disabling display of the
"date" fields on feeds and feed items. |
| SortArticlesPlugIn |
The SortArticlesPlugIn handles per-feed SortBy settings. |
| TitleOverridePlugIn |
The TitleOverridePlugIn handles overriding the title of a feed. |
| UserAgentPlugIn |
The UserAgentPlugIn handles setting the global and per-feed
HTTP user agent settings, overriding the default curn user agent
setting. |
| ZipOutputPlugIn |
The ZipOutputPlugIn handles zipping up the output from a
curn run, if one or more email addresses are specified in the
configuration file. |