|
Project Information
Featured
Downloads
Links
|
Overview:FeedReader is a C++ library designed to retrieve and parse web feeds such as RSS, ATOM and RDF. Features:FeedReader was designed to scale: it is fast, thread-safe, extensible and platform-independent. In FeedReader, all feeds are transformed via XSL to a uniform schema before being parsed. This means that in order to extend FeedReader to support a new feed format, all that is needed is a new XSL file. The library comes with XSL files supporting for the following feed formats:
An iterator interface is provided to the feed elements parsed. Using the library is simple, sample client code is available here. Dependencies:The FeedReader library is dependent on, and was tested with the following libraries/versions:
About:FeedReader was created by Yoav Aviram (yoav.aviram AT gmail DOT com). Patches and bug reports are welcome, just please keep the style consistent with the original source. |