Extension Envidat Theme


Extension Basics

Title
Envidat Theme
Name
ckanext-envidat_theme
Type
Public extension
Description
Extension to to customize the content and appearance of CKAN for the Envidat project (WSL)
CKAN versions
Download-Url (zip)
Last commit
3 months ago (2025-09-24 10:10:42)
Url to repo
Category
Standards Compliance


Background Infos

Description (long)
Show details

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

ckanext-envidat_theme

Extension contains JSON schemas used by ckanext-scheming to customize EnviDat dataset and organization fields.


Requirements

The table below shows which version tags for the extension are compatible with which CKAN versions.

Other CKAN versions may be possibly compatible but have not been tested.

+—————+————————-+ | Version Tag | CKAN Compatible Version | +===============+=========================+ | 1.0.0 | 2.9.9b | +—————+————————-+ | 2.0.0 | 2.11.3 | +—————+————————-+


Installation

.. Add any additional install steps to the list below. For example installing any non-Python dependencies or adding any required config settings.

To install ckanext-envidat_theme:

  1. Activate your CKAN virtual environment, for example::

    . /usr/lib/ckan/default/bin/activate

  2. Install the ckanext-envidat_theme Python package into your virtual environment::

    pip install ckanext-envidat_theme

  3. Add envidat_theme to the ckan.plugins setting in your CKAN config file (by default the config file is located at /etc/ckan/default/production.ini).

  4. Restart CKAN. For example if you’ve deployed CKAN with Apache on Ubuntu::

    sudo service apache2 reload


Config Settings

Document any optional config settings here. For example::

# The minimum number of hours to wait before re-checking a resource
# (optional, default: 24).
ckanext.envidat_theme.some_setting = some_default_value

Development Installation

To install ckanext-envidat_theme for development, activate your CKAN virtualenv and do::

git clone https://github.com/espona/ckanext-envidat_theme.git
cd ckanext-envidat_theme
python setup.py develop
pip in
Version
Version release date
(not set)
Contact name
EnviDat
Contakt email
Contact Url
(not set)


Installation Guide

Configuration hints
Plugins to configure (ckan.ini)
envidat_theme
CKAN Settings (ckan.ini)
# ckanext.envidat_theme.some_setting = some_default_value
DB migration to be executed
(not set)
<< back to Extensions