Extension Esdstandards


Extension Basics

Title
Esdstandards
Name
ckanext-esdstandards
Type
Public extension
Description
Helpers for working with LGA's ESD standards on CKAN
CKAN versions
Download-Url (zip)
Last commit
10 years ago (2015-03-18 08:45:52)
Url to repo
Category
Standards Compliance


Background Infos

Description (long)
Show details

.. You should enable this project on travis-ci.org and coveralls.io to make these badges work. The necessary Travis and Coverage config files have been generated for you.

.. image:: https://travis-ci.org/okfn/ckanext-esdstandards.svg?branch=master :target: https://travis-ci.org/okfn/ckanext-esdstandards

.. image:: https://coveralls.io/repos/okfn/ckanext-esdstandards/badge.png?branch=master :target: https://coveralls.io/r/okfn/ckanext-esdstandards?branch=master

.. image:: https://pypip.in/version/ckanext-esdstandards/badge.svg :target: https://pypi.python.org/pypi/ckanext-esdstandards/ :alt: Latest Version

.. image:: https://pypip.in/py_versions/ckanext-esdstandards/badge.svg :target: https://pypi.python.org/pypi/ckanext-esdstandards/ :alt: Supported Python versions

.. image:: https://pypip.in/license/ckanext-esdstandards/badge.svg :target: https://pypi.python.org/pypi/ckanext-esdstandards/ :alt: License

====================

ckanext-esdstandards

Helpers for working with LGA’s ESD standards_ on CKAN.

This extension contains:

  • Action functions for autocomplete lookup for ESD Functions and Services

  • Form widgets and validators for easily integrate ESD Functions and Services fields into custom schemas (adding the la_function and la_service fields, supported when harvesting datasets into http://data.gov.uk)

  • Snippets for rendering the ESD Functions and Services on the dataset page.

For more details, see Integrating it on your own extension_

.. _ESD standards: http://standards.esd.org.uk


Installation

To install ckanext-esdstandards:

  1. Activate your CKAN virtual environment, for example::

    source /usr/lib/ckan/default/bin/activate

  2. Install the ckanext-esdstandards Python package into your virtual environment::

    pip install ckanext-esdstandards

  3. Add esd to the ckan.plugins setting in your CKAN config file (by default the config fi

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


Installation Guide

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