[Kde-pim] KDE/kdepim/akregator/src
Bertjan Broeksema
broeksema at kde.org
Thu Jul 29 12:31:40 BST 2010
SVN commit 1156606 by bbroeksema:
Disable the Akregator feeds that are added for a default installation. That is
don't give people (http://blogs.fsfe.org/adridg/?p=936) the feeling that they
go back in time when starting Akregator for the first time.
Anyone in for taking over Akregator maintainership?!
CCMAIL: kde-pim at kde.org
M +6 -0 akregator_part.cpp
--- trunk/KDE/kdepim/akregator/src/akregator_part.cpp #1156605:1156606
@@ -103,6 +103,11 @@
mainFolder.setAttribute("text","KDE");
body.appendChild(mainFolder);
+ /*
+ // NOTE: If these feeds ever get updated again, reenable them.
+ // For now I (Bertjan, July 2010) just disable them to
+ // make the default feeds non-embarassing (these are
+ // still updated regularly.
QDomElement ak = doc.createElement( "outline" );
ak.setAttribute("text",i18n("Akregator News"));
ak.setAttribute("xmlUrl","http://akregator.sf.net/rss2.php");
@@ -112,6 +117,7 @@
akb.setAttribute("text",i18n("Akregator Blog"));
akb.setAttribute("xmlUrl","http://akregator.pwsp.net/blog/?feed=rss2");
mainFolder.appendChild(akb);
+ */
QDomElement dot = doc.createElement( "outline" );
dot.setAttribute("text",i18n("KDE Dot News"));
_______________________________________________
KDE PIM mailing list kde-pim at kde.org
https://mail.kde.org/mailman/listinfo/kde-pim
KDE PIM home page at http://pim.kde.org/
More information about the kde-pim
mailing list