.. 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:
Activate your CKAN virtual environment, for example::
source /usr/lib/ckan/default/bin/activate
Install the ckanext-esdstandards Python package into your virtual environment::
pip install ckanext-esdstandards
Add esd to the ckan.plugins setting in your CKAN
config file (by default the config fi