Extension Follower


Extension Basics

Title
Follower
Name
ckanext-follower
Type
Public extension
Description
CKAN Follower Extension
CKAN versions
Download-Url (zip)
Last commit
14 years ago (2011-06-01 09:58:11)
Url to repo
Category
Content Management


Background Infos

Description (long)
Show details

CKAN Follower Extension

The Follower extension for CKAN adds the ability for users to follow data packages.

Current Status: Beta

Installation and Activation

To install the plugin, enter your virtualenv and install the source:

$ pip install hg+http://bitbucket.org/johnglover/ckanext-follower

This will also register a plugin entry point, so you now should be able to add the following to your CKAN .ini file:

ckan.plugins = follower

After you clear your cache and reload the site, the Follower plugin and should be available. A follower count and a button to follow/unfollow packages should be available beside the RSS subscribe link on all package pages.

Tests

From the ckanext-follower directory, run:

$ nosetests --ckan

Feedback

Send any comments, queries, suggestions or bug reports to: j @ johnglover dot net.

Version
Version release date
(not set)
Contact name
(not set)
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints
Plugins to configure (ckan.ini)
follower After you clear your cache and reload the site
CKAN Settings (ckan.ini)
DB migration to be executed
(not set)
<< back to Extensions