Syndication

Syndication is a 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.

Using the Module

Using a KDE module's C++ API requires linking against the module library. The preferred way of consuming the library is through CMake.

Building with CMake

Use the find_package() command to locate the needed module component in the KF6 package:

find_package(KF6 REQUIRED COMPONENTS Syndication)
target_link_libraries(mytarget PRIVATE KF6::Syndication)

For more details, see the Build with CMake overview.

API Reference