Skip to content
Snippets Groups Projects
Commit b78d066c authored by Luis Guzmán's avatar Luis Guzmán
Browse files

liferea: remove fsdaily.com as no feed since 2014.

parent d76c85c7
No related branches found
No related tags found
1 merge request!1205liferea: remove fsdaily.com as no feed since 2014.
Pipeline #1106 passed
......@@ -17,17 +17,16 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
VERSION=7
VERSION=8
. ./config
rm debian/patches/debian-example-feeds.patch
sed '/debian-example-feeds/d;' debian/patches/series -i
remove_patch debian-example-feeds.patch
cat << EOF > opml/feedlist
<?xml version="1.0"?>
<opml version="1.0">
<head>
<head>
<title>Liferea Default Feed List</title> <!-- translate this for localized feed list -->
</head>
<body>
......@@ -42,7 +41,6 @@ cat << EOF > opml/feedlist
<outline text="FSF News" htmlUrl="https://www.fsf.org/" xmlUrl="https://static.fsf.org/fsforg/rss/news.xml" />
<outline text="FSF Events" htmlUrl="https://www.fsf.org/" xmlUrl="https://static.fsf.org/fsforg/rss/events.xml" />
<outline text="FSF Blogs" htmlUrl="https://www.fsf.org/" xmlUrl="https://static.fsf.org/fsforg/rss/blogs.xml" />
<outline text="fsdaily.com - Free Software News" htmlUrl="https://www.fsdaily.com/" xmlUrl="https://www.fsdaily.com/feed/published/All" />
<outline text="GNU at Reddit" htmlUrl="https://www.reddit.com/r/gnu" xmlUrl="https://www.reddit.com/r/gnu/.rss" />
</outline>
......@@ -83,7 +81,6 @@ cat << EOF > opml/feedlist_es.opml
<outline text="FSF News" htmlUrl="https://www.fsf.org/" xmlUrl="https://static.fsf.org/fsforg/rss/news.xml" />
<outline text="FSF Events" htmlUrl="https://www.fsf.org/" xmlUrl="https://static.fsf.org/fsforg/rss/events.xml" />
<outline text="FSF Blogs" htmlUrl="https://www.fsf.org/" xmlUrl="https://static.fsf.org/fsforg/rss/blogs.xml" />
<outline text="fsdaily.com - Free Software News" htmlUrl="https://www.fsdaily.com/" xmlUrl="https://www.fsdaily.com/feed/published/All" />
<outline text="GNU en Reddit" htmlUrl="https://www.reddit.com/r/gnu" xmlUrl="https://www.reddit.com/r/gnu/.rss" />
</outline>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment