File knewsticker_sources.patch of Package kdenetwork3
Index: knewsticker/common/configaccess.cpp
================================================================================
--- knewsticker/common/configaccess.cpp
+++ knewsticker/common/configaccess.cpp
@@ -47,10 +47,48 @@
NewsSourceBase::Business, 10, false, false),
// Computers ----------
NewsSourceBase::Data(
+ QString::fromLatin1( "openSUSE News" ),
+ QString::fromLatin1( "http://news.opensuse.org/?feed=rss2"),
+ QString::fromLatin1( "http://news.opensuse.org/favicon.ico"),
+ NewsSourceBase::Computers, 10, false, false ),
+
+ NewsSourceBase::Data(
+ QString::fromLatin1( "SUSE Security" ),
+ QString::fromLatin1( "http://www.novell.com/linux/security/suse_security.xml"),
+ QString::fromLatin1( "http://www.novell.com/favicon.ico"),
+ NewsSourceBase::Computers, 10, false, false ),
+
+ NewsSourceBase::Data(
+ QString::fromLatin1( "SUSE Linux Newbie Cool Solutions" ),
+ QString::fromLatin1( "http://www.novell.com/newsfeeds/rss/linuxnewbie.xml"),
+ QString::fromLatin1( "http://www.novell.com/favicon.ico"),
+ NewsSourceBase::Computers, 10, false, false ),
+
+ NewsSourceBase::Data(
+ QString::fromLatin1( "SUSE Linux Professional Cool Solutions" ),
+ QString::fromLatin1( "http://www.novell.com/newsfeeds/rss/slp.xml"),
+ QString::fromLatin1( "http://www.novell.com/favicon.ico"),
+ NewsSourceBase::Computers, 10, false, false ),
+
+ NewsSourceBase::Data(
+ QString::fromLatin1( "SUSE Support articles (German)" ),
+ QString::fromLatin1( "http://portal.suse.com/sdb/de/rss_newsfeed/index.html"),
+ QString::fromLatin1( "http://www.suse.com/favicon.ico"),
+ NewsSourceBase::Computers, 10, false, false ),
+
+ NewsSourceBase::Data(
+ QString::fromLatin1( "SUSE Support articles (English)" ),
+ QString::fromLatin1( "http://portal.suse.com/sdb/en/rss_newsfeed/index.html"),
+ QString::fromLatin1( "http://www.suse.com/favicon.ico"),
+ NewsSourceBase::Computers, 10, false, false ),
+
+ NewsSourceBase::Data(
QString::fromLatin1( "linuxartist.org" ),
QString::fromLatin1( "http://www.linuxartist.org/backend.php"),
QString::fromLatin1( "http://www.linuxartist.org/favicon.ico"),
NewsSourceBase::Computers, 10, false, false ),
+
+
NewsSourceBase::Data(
QString::fromLatin1("KDE Deutschland"),
QString::fromLatin1("http://www.kde.de/nachrichten/nachrichten.rdf"),
--- knewsticker/common/configaccess.h
+++ knewsticker/common/configaccess.h
@@ -21,7 +21,7 @@
#include <qpixmap.h>
#include <qvaluelist.h>
-#define DEFAULT_NEWSSOURCES 63
+#define DEFAULT_NEWSSOURCES 69
#define DEFAULT_SUBJECTS 13
class QColor;