org.clapper.curn.plugins

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » RSS RDF » curn » org.clapper.curn.plugins 
org.clapper.curn.plugins
Java Source File NameTypeComment
AbstractXMLEditPlugIn.javaClass Useful common base class for plug-ins that perform regular expression-based edits on raw XML.
AllowEmbeddedHTMLPlugIn.javaClass The AllowEmbeddedHTMLPlugIn handles stripping (or not stripping) embedded HTML from parsed RSS data.
ArticleFilterPlugIn.javaClass The ArticleFilterPlugIn provides per-feed filtering capabilities. It can be used to filter out items (articles) that match one or more regular expressions.

The filtering syntax is (shamelessly) adapted from the rawdog RSS reader's article-filter plug-in.

CommonXMLFixupsPlugIn.javaClass

The CommonXMLFixupsPlugIn attempts to fix some common errors in the downloaded, pre-parsed XML in any feed for which it is enabled. There is some XML badness that is surprisingly common across feeds, including (but not limited to):

  • Using a "naked" ampersand (&) without escaping it.
  • Use of nonexistent entities (e.g., ö,  )
  • Improperly formatted entity escapes
  • "Demoronizing" (with apologies to John Walker and his demoroniser tool).
DisableFeedPlugIn.javaClass The DisableFeedPlugIn handles disabling a feed.
DisableOutputHandlerPlugIn.javaClass The DisableOutputHandlerPlugIn handles disabling an output handler.
EmailOutputPlugIn.javaClass The EmailOutputPlugIn handles emailing the output from a curn run, if one or more email addresses are specified in the configuration file.
EmptyArticleSummaryPlugIn.javaClass The EmptyArticleSummaryPlugIn provides a way to handle an empty summary.
FeedMaxSummarySizePlugIn.javaClass The FeedMaxSummarySizePlugIn optionally truncates a feed's summary to a maximum number of characters, inserting an ellipsis at the end to indicate truncation.
GzipDownloadPlugIn.javaClass 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.javaClass The IgnoreDuplicateArticlesPlugIn handles removing duplicate items from downloaded feeds, where "duplicate" means "has the same title".
IgnoreOldArticlesPlugIn.javaClass The IgnoreOldArticlesPlugIn provides a way to ignore articles that are older than a certain interval.
MaxArticlesPlugIn.javaClass The MaxArticlesPlugIn can be used to set an upper limit on the number of articles displayed for a feed (or for all feeds). It looks for a default (main-configuration section) "MaxArticlesToShow" parameter, and permits a per-feed "MaxArticlesToShow" parameter to override the default.
ParsedFeedURLEditPlugIn.javaClass 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.javaClass The RawFeedEditPlugIn edits the raw downloaded XML before it's parsed.
RawFeedSaveAsPlugIn.javaClass The RawFeedSaveAsPlugIn handles saving a feed to a known location. It intercepts the following per-feed configuration parameters:
SaveAs Path to file where raw XML should be saved.
SaveOnly If set to "true", this parameter indicates that raw XML should be saved, but not parsed.
RetainArticlesPlugIn.javaClass The RetainArticlesPlugIn can be used to force articles in a feed (or in all feeds) to be displayed more than once.
SaveAsRSSPlugIn.javaClass

The SaveAsRSSPlugIn acts sort of like a single-feed output handler: It takes a feed that's been parsed, converts the parsed data to RSS or Atom format, and writes it to a file.

ShowAuthorsPlugIn.javaClass The ShowAuthorsPlugIn handles enabling/disabling display of the "author" fields on feeds and feed items.
ShowDatesPlugIn.javaClass The ShowDatesPlugIn handles enabling/disabling display of the "date" fields on feeds and feed items.
SortArticlesPlugIn.javaClass The SortArticlesPlugIn handles per-feed SortBy settings. It looks for a default (main-configuration section) "SortBy" parameter, and permits a per-feed "SortBy" parameter to override the default.
SortBy Criteria by which to sort.
TitleOverridePlugIn.javaClass The TitleOverridePlugIn handles overriding the title of a feed.
UserAgentPlugIn.javaClass The UserAgentPlugIn handles setting the global and per-feed HTTP user agent settings, overriding the default curn user agent setting.
ZipOutputPlugIn.javaClass The ZipOutputPlugIn handles zipping up the output from a curn run, if one or more email addresses are specified in the configuration file.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.