summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel S <daniel@while-true-do.org>2017-12-16 12:21:13 +0100
committerBernhard Posselt <BernhardPosselt@users.noreply.github.com>2017-12-16 12:21:13 +0100
commit65dc9f5b563ad5c4f72df11e82619399f51ada70 (patch)
treec880510ca08bc7dda76c75f53fd72151d79bebb7
parentc78017eb7d22e40b9d363369155224dfa2e9ac7f (diff)
Add: German Feeds for t3n.de and netzpolitik.org (#241)
- Add: http://t3n.de/rss.xml as new discoverable source for tech news - Add: https://netzpolitik.org/feed/ as source for network politics / news source - See also: #240
-rw-r--r--lib/Explore/feeds/feeds.de.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/Explore/feeds/feeds.de.json b/lib/Explore/feeds/feeds.de.json
index 59c03b954..c9a297fc5 100644
--- a/lib/Explore/feeds/feeds.de.json
+++ b/lib/Explore/feeds/feeds.de.json
@@ -36,6 +36,13 @@
"feed": "https:\/\/www.heise.de\/newsticker\/heise-atom.xml",
"description": "Nachrichten nicht nur aus der Welt der Computer",
"votes": 100
+ }, {
+ "title": "t3n IT News",
+ "favicon": "http:\/\/t3n.de\/favicon.ico",
+ "url": "http:\/\/t3n.de\/news\/",
+ "feed": "http:\/\/t3n.de\/rss.xml",
+ "description": "Das Magazin für digitales Business",
+ "votes": 100
}],
"FOSS": [{
"title": "heise open news",
@@ -67,5 +74,12 @@
"feed": "http:\/\/derstandard.at\/?page=rss&ressort=seite1",
"description": "Nachrichten in Echtzeit. derStandard.at: Permanent aktualisierte Nachrichten aus aller Welt vom Online-Newsroom der f\u00fchrenden Qualit\u00e4tszeitung \u00d6sterreichs. Plus die ganze Tageszeitung gratis im WWW. News in German, brought to you by the leading quality newspaper from Austria.",
"votes": 100
+ }, {
+ "title": "Netzpolitik.org Nachrichten",
+ "favicon": "https:\/\/netzpolitik.org\/favicon.ico",
+ "url": "https:\/\/netzpolitik.org",
+ "feed": "https:\/\/netzpolitik.org\/feed",
+ "description": "Plattform für digitale Freiheitsrechte",
+ "votes": 100
}]
}