This is a simple but ultrafast RSS Reader written in C# with a caching feature.
Why another RSS Reader? Well there are several fully featured RSS Readers available already, however they are mainly written in XSLT without caching features which makes them »very« slow. This component is built with one thing in mind, speed!
== To install into umbraco ==
The setup images are enclosed within the zip package.
<umbraco:Macro rssURL="http://blog.bendsoft.com/?feed=rss2" noWords="8" header="Official Blog" noPosts="5" updateInterval_Minutes="30" Alias="BendsoftRssReader" runat="server"></umbraco:Macro>
== Parameters ==
== Styling ==
I've added a few styling options, see the css file.
h2.rssHeader {}, h3.rssTitle {}, h3.rssTitle a {}, p.rssText {}, p.rssDate {}
== Changelog ==
* 1.1.1 (2011-03-26)
1.1 (2011-03-19)
* 1.0 (2011-02-23)