File indexing completed on 2024-04-14 03:58:29

0001 /*
0002     This file is part of the syndication library
0003     SPDX-FileCopyrightText: 2005 Frank Osterfeld <osterfeld@kde.org>
0004 
0005     SPDX-License-Identifier: LGPL-2.0-or-later
0006 */
0007 
0008 #ifndef SYNDICATION_RSS2_RSS2_H
0009 #define SYNDICATION_RSS2_RSS2_H
0010 
0011 #include <syndication/rss2/category.h>
0012 #include <syndication/rss2/cloud.h>
0013 #include <syndication/rss2/document.h>
0014 #include <syndication/rss2/enclosure.h>
0015 #include <syndication/rss2/image.h>
0016 #include <syndication/rss2/item.h>
0017 #include <syndication/rss2/parser.h>
0018 #include <syndication/rss2/source.h>
0019 #include <syndication/rss2/textinput.h>
0020 
0021 namespace Syndication
0022 {
0023 /**
0024  * A parser and model classes for RSS 0.91 (Userland and Netscape flavor), 0.92, 0.93, 0.94
0025  * and 2.0(.1)
0026  */
0027 namespace RSS2
0028 {
0029 }
0030 
0031 } // namespace Syndication
0032 
0033 #endif // SYNDICATION_RSS2_RSS2_H