Remove RSS feeds (and Google scripts) from Sahana Spotter template, closes #475

This commit is contained in:
Disassembler 2020-05-02 19:28:01 +02:00
parent eb5b8365c3
commit 001faa160e
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499

View File

@ -111,21 +111,6 @@ settings.mail.approver = "${SAHANA_ADMIN_USER}"
#settings.mail.limit = 1000
# Frontpage settings
# RSS feeds
settings.frontpage.rss = [
{"title": "Eden",
# Trac timeline
"url": "http://eden.sahanafoundation.org/timeline?ticket=on&changeset=on&milestone=on&wiki=on&max=50&daysback=90&format=rss"
},
{"title": "Twitter",
# @SahanaFOSS
#"url": "https://search.twitter.com/search.rss?q=from%3ASahanaFOSS" # API v1 deprecated, so doesn't work, need to use 3rd-party service, like:
"url": "http://www.rssitfor.me/getrss?name=@SahanaFOSS"
# Hashtag
#url: "http://search.twitter.com/search.atom?q=%23eqnz" # API v1 deprecated, so doesn't work, need to use 3rd-party service, like:
#url: "http://api2.socialmention.com/search?q=%23eqnz&t=all&f=rss"
}
]
# Uncomment to restrict to specific country/countries
#settings.gis.countries= ("LK",)