mirror of
https://github.com/chylex/Nextcloud-News.git
synced 2025-01-01 17:42:46 +01:00
fix explore feed urls, add feed suggestion (#50)
* fixed feed urls for 'Golem' and 'heise online' * blog suggestion: 'Kuketz IT-Security Blog'
This commit is contained in:
parent
913973e6f1
commit
865cfa566a
@ -10,7 +10,7 @@
|
||||
"title": "Golem.de",
|
||||
"favicon": "http:\/\/golem.de\/favicon.ico",
|
||||
"url": "http:\/\/www.golem.de\/",
|
||||
"feed": "http:\/\/golem.de.dynamic.feedsportal.com\/pf\/578068\/http:\/\/rss.golem.de\/rss.php?feed=RSS1.0",
|
||||
"feed": "http:\/\/rss.golem.de\/rss.php?feed=ATOM1.0",
|
||||
"description": "IT-News fuer Profis",
|
||||
"votes": 100,
|
||||
"image": "http:\/\/www.golem.de\/staticrl\/images\/golem-rss.png"
|
||||
@ -32,28 +32,34 @@
|
||||
}, {
|
||||
"title": "heise online News",
|
||||
"favicon": "https:\/\/www.heise.de\/favicon.ico",
|
||||
"url": "http:\/\/www.heise.de\/newsticker\/",
|
||||
"feed": "http:\/\/heise.de.feedsportal.com\/c\/35207\/f\/653901\/index.rss",
|
||||
"url": "https:\/\/www.heise.de\/newsticker\/classic\/",
|
||||
"feed": "https:\/\/www.heise.de\/newsticker\/heise-atom.xml",
|
||||
"description": "Nachrichten nicht nur aus der Welt der Computer",
|
||||
"votes": 100
|
||||
}],
|
||||
"FOSS": [{
|
||||
"title": "heise open news",
|
||||
"favicon": "https:\/\/www.heise.de\/favicon.ico",
|
||||
"url": "http:\/\/www.heise.de\/open\/news\/",
|
||||
"feed": "http:\/\/heise.de.open.feedsportal.com\/c\/32509\/f\/480599\/index.rss",
|
||||
"description": "Nachrichten zu Open Source",
|
||||
"url": "https:\/\/www.heise.de\/thema\/Linux-und-Open-Source",
|
||||
"feed": "https:\/\/www.heise.de\/thema\/Linux-und-Open-Source?view=atom",
|
||||
"description": "Nachrichten zu Linux und Open Source",
|
||||
"votes": 100
|
||||
}],
|
||||
"Blogs": [{
|
||||
"title": "Fefes Blog",
|
||||
"favicon": "http:\/\/blog.fefe.de\/favicon.ico",
|
||||
"url": "http:\/\/blog.fefe.de\/",
|
||||
"feed": "http:\/\/blog.fefe.de\/rss.xml?html",
|
||||
"description": "Verschw\u00f6rungen und Obskures aus aller Welt",
|
||||
"votes": 100
|
||||
}
|
||||
],
|
||||
"title": "Fefes Blog",
|
||||
"favicon": "http:\/\/blog.fefe.de\/favicon.ico",
|
||||
"url": "http:\/\/blog.fefe.de\/",
|
||||
"feed": "http:\/\/blog.fefe.de\/rss.xml?html",
|
||||
"description": "Verschw\u00f6rungen und Obskures aus aller Welt",
|
||||
"votes": 100
|
||||
}, {
|
||||
"title": "Kuketz IT-Security Blog",
|
||||
"favicon": "https:\/\/www.kuketz-blog.de\/favicon.ico",
|
||||
"url": "https:\/\/www.kuketz-blog.de\/",
|
||||
"feed": "https:\/\/www.kuketz-blog.de\/feed\/",
|
||||
"description": "IT-Sicherheit und Datenschutz",
|
||||
"votes": 100
|
||||
}],
|
||||
"Nachrichten": [{
|
||||
"title": "derStandard.at",
|
||||
"favicon": "https:\/\/derstandard.at\/img\/derstandard.at.ico",
|
||||
|
Loading…
Reference in New Issue
Block a user