Extension CKAN Extension ONICSE Theme


Extension Basics

Title
CKAN Extension ONICSE Theme
Name
ckanext-onicse-theme
Type
Public extension
Description
Custom CKAN theme extension developed by Keitaro providing custom homepage design and UI customizations
CKAN versions
Download-Url (zip)
Last commit
4 months ago (2025-10-27 00:00:00)
Url to repo
Category
Regional Government Themes


Background Infos

Description (long)
Show details

ckanext-onicse-theme

Custom CKAN theme extension developed by Keitaro Inc. providing custom homepage design and UI customizations.

Features

  • Custom homepage design with featured groups display
  • Translation support with customizable templates
  • Helper functions for group list display
  • Site description and about section customization
  • Login configuration options
  • CSS customizations and styling improvements
  • Responsive design elements

Requirements

Compatibility with CKAN versions: - CKAN 2.9 and later (not tested on earlier versions)

Installation

  1. Activate your CKAN virtual environment:

    . /usr/lib/ckan/default/bin/activate
    
  2. Clone the source and install:

    git clone https://github.com/keitaroinc/ckanext-onicse-theme.git
    cd ckanext-onicse-theme
    pip install -e .
    pip install -r requirements.txt
    
  3. Add onicse-theme to the ckan.plugins setting in your CKAN config file.

  4. Restart CKAN.

Development Installation

git clone https://github.com/keitaroinc/ckanext-onicse-theme.git
cd ckanext-onicse-theme
pip install -e .
pip install -r dev-requirements.txt

Tests

pytest --ckan-ini=test.ini

License

AGPL-3.0

Version
Version release date
(not set)
Contact name
Keitaro Inc
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints
Plugins to configure (ckan.ini)
onicse-theme
CKAN Settings (ckan.ini)
DB migration to be executed
(not set)
<< back to Extensions