Extension Dataset Custom Fields


Extension Basics

Title
Dataset Custom Fields
Name
ckanext-dataset
Type
Public extension
Description
CKAN extension that provides custom fields and behaviour for datasets, with translatable content support.
CKAN versions
Download-Url (zip)
Last commit
11 years ago (2015-02-23 15:35:08)
Url to repo
Category
Data Management & Quality


Background Infos

Description (long)
Show details

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

  1. Clone the repository:
cd /usr/lib/ckan/default/src
git clone https://github.com/kapucko/ckanext-dataset.git
cd ckanext-dataset
  1. Install the extension:
python setup.py develop
  1. Add dataset to the ckan.plugins setting in your CKAN config file.

  2. 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%)
Version
Version release date
(not set)
Contact name
kapucko
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

Configuration hints

Very old extension from 2015, compatibility with newer CKAN versions not verified.

Plugins to configure (ckan.ini)
dataset
CKAN Settings (ckan.ini)
DB migration to be executed
(not set)
<< back to Extensions