ckanext-webview

A CKAN extension that adds a view for displaying generic/arbitrary URLs.
Overview
This extension allows maintainers to add a simple static message to the top of every page by setting a single configuration option. For example, it can be used to notify users of planned downtime, unexpected issues with the site, or new features.
Installation
Path variables used below:
- $INSTALL_FOLDER (i.e. where CKAN is installed), e.g. /usr/lib/ckan/default
- $CONFIG_FILE, e.g. /etc/ckan/default/development.ini
Installing from PyPI
pip install ckanext-webview
Installing from source
- Clone the repository into the
src folder:
“`shell
cd $INSTALL_FOLDER/src
git clone https://github.com