Extension Vocabulary


Extension Basics

Title
Vocabulary
Name
ckanext-vocabulary
Type
Public extension
Description
CKAN extension providing a user interface to manage vocabularies and tags, with views for listing, creating, editing, and deleting vocabularies and their associated tags.
CKAN versions
Download-Url (zip)
Last commit
4 years ago (2022-03-01 13:31:12)
Url to repo
Category
Content Management


Background Infos

Description (long)
Show details

Ckanext-Vocabulary

UI to manage vocabulary and tags

Installation

pip3 install -e git+https://github.com/datopian/ckanext-vocabulary.git#egg=ckanext-vocabulary

After installing the extension, vocabulary should be added to the list of plugins:

CKAN_PLUGIN = vocabulary

USAGE

  • /vocabulary/ : To view all vocabularies available
  • /vocabulary/new: To create new vocabularies and tags
  • /vocabulary/<id>/read: View a vocabulary and its tags
  • /vocabulary/<id>/edit: Edit vocabulary or delete vocabulary
  • /vocabulary/<id>/tags/new: Create new tag(s)
  • /vocabulary/<vocab_id>/tag/<id>/delete: To delete tag
Version
Version release date
(not set)
Contact name
Datopian
Contakt email
(not set)
Contact Url
(not set)


Installation Guide

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