summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <BernhardPosselt@users.noreply.github.com>2016-07-16 12:59:25 +0200
committerGitHub <noreply@github.com>2016-07-16 12:59:25 +0200
commit4cc3563a736ebd118802849d1b7d5030b78bd0f8 (patch)
tree0ffb8c2ec11d47a4cad54d75aa04ad7ea7cd1404
parentf9e862fc38d2f36eed590cd8aa73f342c03eb1ac (diff)
parentfa6e50afc5e0cf5a3e15515094dcf5eed1ad7e6b (diff)
Merge pull request #8 from tflidd/nc_feed
Add Nextcloud soucres to explore feeds
-rw-r--r--explore/feeds/feeds.en.json18
1 files changed, 13 insertions, 5 deletions
diff --git a/explore/feeds/feeds.en.json b/explore/feeds/feeds.en.json
index 556855d40..26f384f40 100644
--- a/explore/feeds/feeds.en.json
+++ b/explore/feeds/feeds.en.json
@@ -1,17 +1,25 @@
{
- "ownCloud": [{
+ "ownCloud": {
"title": "ownCloud Planet",
"favicon": "https://owncloud.org/wp-content/themes/owncloudorgnew/assets/img/common/favicon.png",
"url": "https://owncloud.org/news/",
"feed": "https://owncloud.org/feed/",
"description": "ownCloud Planet is a blog feed aggregator",
"votes": 1000
+ },
+ "Nextcloud": [{
+ "title": "Nextcloud Planet",
+ "favicon": "https://nextcloud.com/contribook/main/images/nextcloud/100.png",
+ "url": "https://nextcloud.com/news/",
+ "feed": "https://nextcloud.com/feed/",
+ "description": "Nextcloud Planet is a blog feed aggregator",
+ "votes": 1000
}, {
"title": "News app releases",
- "favicon": "https://owncloud.org/wp-content/themes/owncloudorgnew/assets/img/common/favicon.png",
- "url": "https://github.com/owncloud/news/releases",
- "feed": "https://github.com/owncloud/news/releases.atom",
- "description": "ownCloud News app releases page. Get notified when a new release comes out",
+ "favicon": "https://nextcloud.com/contribook/main/images/nextcloud/100.png",
+ "url": "https://github.com/nextcloud/news/releases",
+ "feed": "https://github.com/nextcloud/news/releases.atom",
+ "description": "Nextcloud News app releases page. Get notified when a new release comes out",
"votes": 900
}],
"FOSS": [{