ckanext-sokigo
The sokigo extension for CKAN enhances the platform with customized translations, UI adjustments, and features for Sokigo AB / GeoDirekt.
Features:
- Customized EN/SV translations
- Re-ordered dataset/resource templates
- ‘Copy dataset’ feature
- Customized home page with GeoDirekt logo
- Additional metadata fields
Requirements
- Compatible with CKAN version 2.8.5
- Python 2.7
Installation
Activate your CKAN virtualenv:
. /usr/lib/ckan/default/bin/activate
Install the extension:
pip install -e git+https://github.com/keitaroinc/ckanext-sokigo.git#egg=ckanext-sokigo
Add sokigo to ckan.plugins. No additional config settings needed.
Development
i18n workflow: init_catalog, update_catalog, extract_messages, compile_catalog
License
AGPL-3.0