ckanext-feedcontent
The Feed Content extension allows site administrators to include blog entries from RSS/Atom feeds in the main content of CKAN templates using named references.
Requirements
Installation
pip install -e git+https://github.com/okfn/ckanext-feedcontent#egg=ckanext-feedcontent
Add feed_content to the ckan.plugins setting in your CKAN config file.
Usage
Adding feeds
Log on as a system administrator and visit /feed/ to add or edit feeds.
Using feeds in templates
Use the feed_entry helper in templates:
${h.feed_entry("ckan", ".*watch the data$")}
Configuration
# ckan.feed.demo = yes
# ckan.feeds.default.snippet = feeditem.html
# ckan.feeds.short_description.size = 200
Info
3 stars, 1 fork. By Ross Jones (OKFN).