Remove RSS feeds (and Google scripts) from Sahana Spotter template, closes #475
This commit is contained in:
parent
eb5b8365c3
commit
001faa160e
@ -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",)
|
||||
|
Loading…
Reference in New Issue
Block a user