Extension EnviDat Theme


Extension Basics

Title
EnviDat Theme
Name
ckanext-envidat_theme
Type
Public extension
Description
Extension to customize the content and appearance of CKAN for the EnviDat environmental data project operated by WSL (Swiss Federal Institute for Forest, Snow and Landscape Research).
CKAN versions
Download-Url (zip)
Last commit
5 months ago (2025-09-24 12:10:42)
Url to repo
Category
Regional Government Themes


Background Infos

Description (long)
Show details

ckanext-envidat_theme

Extension contains JSON schemas used by ckanext-scheming to customize EnviDat dataset and organization fields. This extension customizes the content and appearance of CKAN for the EnviDat project (WSL).

Requirements

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

Version CKAN Version
1.0.0 2.9.9b
2.0.0 2.11.3

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

Installation

To install ckanext-envidat_theme:

  1. Activate your CKAN virtual environment:

    . /usr/lib/ckan/default/bin/activate
    
  2. Install the ckanext-envidat_theme Python package:

    pip install ckanext-envidat_theme
    
  3. Add envidat_theme to the ckan.plugins setting in your CKAN config file.

  4. Restart CKAN.

Development Installation

To install for development:

git clone https://github.com/espona/ckanext-envidat_theme.git
cd ckanext-envidat_theme
python setup.py develop
pip install -r dev-requirements.txt

License

AGPL-3.0 license

Version
2.0.0
Version release date
2025-09-24
Contact name
EnviDat (WSL)
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

Add ‘envidat_theme’ to ckan.plugins. Uses ckanext-scheming for custom dataset and organization fields. Available on PyPI.

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