ckanext-dataset
This CKAN extension provides custom fields and behaviour for datasets.
Features
- Custom fields for datasets
- Translatable content support (using Babel)
- Custom dataset behaviour modifications
Installation
- Clone the repository:
cd /usr/lib/ckan/default/src
git clone https://github.com/kapucko/ckanext-dataset.git
cd ckanext-dataset
- Install the extension:
python setup.py develop
Add dataset to the ckan.plugins setting in your CKAN config file.
Restart CKAN.
Development
The extension supports internationalization using Babel for translatable strings.
Contributors
- Dominik Kapisinsky (kapucko)
- János Farkas (janosfarkas)
Technical Details
- Languages: JavaScript (59.5%), Python (15.8%), CSS (12.5%), HTML (12.2%)