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