Extension Subscribe


Extension Basics

Title
Subscribe
Name
ckanext-subscribe
Type
Public extension
Description
CKAN extension that allows users to subscribe to updates WITHOUT requiring login
CKAN versions
Download-Url (zip)
Last commit
a month ago (2025-12-03 10:16:48)
Url to repo
Category
Authentication & Security


Background Infos

Description (long)
Show details

.. You should enable this project on travis-ci.org and coveralls.io to make these badges work. The necessary Travis and Coverage config files have been generated for you. .. image:: https://github.com/bellisk/ckanext-subscribe/actions/workflows/test.yml/badge.svg :target: https://github.com/bellisk/ckanext-subscribe/actions/workflows/test.yml

.. image:: https://coveralls.io/repos/github/bellisk/ckanext-subscribe/badge.svg?branch=master :target: https://coveralls.io/github/bellisk/ckanext-subscribe?branch=master

.. image:: https://img.shields.io/pypi/v/ckanext-subscribe.svg :target: https://pypi.org/project/ckanext-subscribe/ :alt: Latest Version

.. image:: https://img.shields.io/pypi/pyversions/ckanext-subscribe.svg :target: https://pypi.org/project/ckanext-subscribe/ :alt: Supported Python versions

.. image:: https://img.shields.io/pypi/status/ckanext-subscribe.svg :target: https://pypi.org/project/ckanext-subscribe/ :alt: Development Status

.. image:: https://img.shields.io/pypi/l/ckanext-subscribe.svg :target: https://pypi.org/project/ckanext-subscribe/ :alt: License

=================

ckanext-subscribe

CKAN extension that allows users to subscribe to dataset/organization/group updates WITHOUT requiring them to login.

This feature is complementary to CKAN’s existing “Follow” feature, which allows logged in users to subscribe to get update emails. Log-in can be a barrier to casual interest in say a handful of datasets. Generating and storing a password is a burden on the user, and for casual use just using temporary email links, as in this extension, is more appropriate.

.. image:: doc/sign-up.png

More screenshots: https://github.com/bellisk/ckanext-subscribe/tree/master/doc


Requirements

Compatibility with core CKAN versions:

=============== ============= CKAN version Compatibility =============== ============= 2.9 and earlier no 2.10 yes 2.11

Version
1.2.0
Version release date
2025-07-02
Contact name
Rae Knowler
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints
Plugins to configure (ckan.ini)
subscribe
CKAN Settings (ckan.ini)
# ckanext.subscribe.daily_and_weekly_notification_time = 09:00
# ckanext.subscribe.weekly_notification_day = friday
# ckanext.subscribe.recaptcha.privatekey = [Your_Private_Key]
# ckanext.subscribe.recaptcha.publickey = [Your_Public_Key]
# ckanext.subscribe.recaptcha.api_url = [Your_API_URL], e.g., https://www.google.com/recaptcha/api/siteverify
# ckanext.subscribe.apply_recaptcha = false
DB migration to be executed
(not set)
<< back to Extensions