Extension CKAN Feed Content


Extension Basics


Background Infos

Description (long)
Show details

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

  • CKAN >= 1.7

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).

Version
Version release date
(not set)
Contact name
OKFN (Open Knowledge Foundation)
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

Includes RSS/Atom feed entries in CKAN templates. Requires CKAN 1.7+. Admin manages feeds via /feed/ URL. Config: ckan.feed.demo, ckan.feeds.default.snippet, ckan.feeds.short_description.size. 3 stars, 1 fork.

Plugins to configure (ckan.ini)
feed_content
CKAN Settings (ckan.ini)
# ckan.feed.demo = 
# ckan.feeds.default.snippet = 
# ckan.feeds.short_description.size = 
DB migration to be executed
(not set)
<< back to Extensions