akregator: remove fsdaily.com as no feed since 2014.
This commit is contained in:
parent
ba8a2747a5
commit
6be5f17bc4
2 changed files with 2 additions and 7 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
--- src/akregator_part.cpp 2020-06-05 11:41:23.000000000 -0500
|
--- src/akregator_part.cpp 2020-06-05 11:41:23.000000000 -0500
|
||||||
+++ src/akregator_part_trisquel.cpp 2020-06-05 12:46:05.914051386 -0500
|
+++ src/akregator_part_trisquel.cpp 2020-06-05 12:46:05.914051386 -0500
|
||||||
@@ -189,6 +189,66 @@
|
@@ -189,6 +189,61 @@
|
||||||
wire.setAttribute(QStringLiteral("xmlUrl"), QStringLiteral("http://wire.kubuntu.org/?feed=rss2"));
|
wire.setAttribute(QStringLiteral("xmlUrl"), QStringLiteral("http://wire.kubuntu.org/?feed=rss2"));
|
||||||
kubuntuFolder.appendChild(wire);
|
kubuntuFolder.appendChild(wire);
|
||||||
|
|
||||||
|
|
@ -54,11 +54,6 @@
|
||||||
+ fsfBlog.setAttribute(QStringLiteral("xmlUrl"), QStringLiteral("https://static.fsf.org/fsforg/rss/blogs.xml"));
|
+ fsfBlog.setAttribute(QStringLiteral("xmlUrl"), QStringLiteral("https://static.fsf.org/fsforg/rss/blogs.xml"));
|
||||||
+ fsFolder.appendChild(fsfBlog);
|
+ fsFolder.appendChild(fsfBlog);
|
||||||
+
|
+
|
||||||
+ QDomElement fsDaily = doc.createElement(QStringLiteral("outline"));
|
|
||||||
+ fsDaily.setAttribute(QStringLiteral("text"), i18n("fsdaily.com - Free Software News"));
|
|
||||||
+ fsDaily.setAttribute(QStringLiteral("xmlUrl"), QStringLiteral("https://www.fsdaily.com/feed/published/All"));
|
|
||||||
+ fsFolder.appendChild(fsDaily);
|
|
||||||
+
|
|
||||||
+ QDomElement gnuReddit = doc.createElement(QStringLiteral("outline"));
|
+ QDomElement gnuReddit = doc.createElement(QStringLiteral("outline"));
|
||||||
+ gnuReddit.setAttribute(QStringLiteral("text"), i18n("GNU at Reddit"));
|
+ gnuReddit.setAttribute(QStringLiteral("text"), i18n("GNU at Reddit"));
|
||||||
+ gnuReddit.setAttribute(QStringLiteral("xmlUrl"), QStringLiteral("https://www.reddit.com/r/gnu/.rss"));
|
+ gnuReddit.setAttribute(QStringLiteral("xmlUrl"), QStringLiteral("https://www.reddit.com/r/gnu/.rss"));
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#
|
#
|
||||||
|
|
||||||
VERSION=3
|
VERSION=4
|
||||||
|
|
||||||
. ./config
|
. ./config
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue