Extension EDI Theme


Extension Basics

Title
EDI Theme
Name
ckanext-edi_theme
Type
Public extension
Description
Custom theme extension for the EDI (European Data Incubator) project's CKAN installation with cookie consent functionality.
CKAN versions
Download-Url (zip)
Last commit
7 years ago (2018-07-17 11:42:04)
Url to repo
Category
Regional Government Themes


Background Infos

Description (long)
Show details

ckanext-edi_theme

Theme for EDI (European Data Incubator) project’s CKAN. This extension provides custom theming and styling for the EDI data portal.

Features

  • Custom theme for EDI project branding
  • Cookie consent functionality
  • EDI-specific styling and layout

Installation

To install ckanext-edi_theme:

  1. Activate your CKAN virtual environment, for example:

    . /usr/lib/ckan/default/bin/activate
    
  2. Install the ckanext-edi_theme Python package into your virtual environment:

    pip install ckanext-edi_theme
    
  3. Add edi_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.

Development Installation

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

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

Running the Tests

To run the tests, do:

nosetests --nologcapture --with-pylons=test.ini

License

AGPL-3.0 license

Version
0.0.1
Version release date
2018-07-17
Contact name
EDI Incubator
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

Add ‘edi_theme’ to ckan.plugins. Provides custom theming for the European Data Incubator project portal including cookie consent functionality.

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