The KDE Community
Syndication
Parser library for RSS and Atom feeds.
RSS (0.9/1.0, 0.91..2.0) and Atom (0.3 and 1.0) feeds are supported. syndication offers a unified, format-agnostic view on the parsed feed so that the using application does not need to distinguish between feed formats.
For questions and discussions about syndication either contact the author or the kde-pim@kde.org mailing list.
Syndication Download
git clone git://anongit.kde.org/syndication.git
Syndication Usage
CMake:
find_package(KF5Syndication) target_link_libraries(yourapp KF5::Syndication)
qmake:
QT += Syndication