Skip to content

Commit

Permalink
[#1359,doc][xs]: minor updates to docs re license_group_url to reflec…
Browse files Browse the repository at this point in the history
…t new setup.
  • Loading branch information
rufuspollock committed Feb 13, 2012
1 parent 19fc61a commit 8b89ced
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions ckan/config/deployment.ini_tmpl
Expand Up @@ -52,8 +52,8 @@ who.log_file = %(cache_dir)s/who_log.ini
# Location of RDF versions of datasets
#rdf_packages = http://semantic.ckan.net/record/

# Location of licenses group (defaults to local Python licenses dataset)
#licenses_group_url = http://licenses.opendefinition.org/2.0/ckan_original
# Location of licenses group (defaults to cached local version of ckan group)
#licenses_group_url = http://licenses.opendefinition.org/licenses/groups/ckan.json

# Dataset form to use
package_form = standard
Expand Down
11 changes: 6 additions & 5 deletions doc/configuration.rst
Expand Up @@ -392,17 +392,18 @@ A url pointing to a JSON file containing a list of licence objects. This list
determines the licences offered by the system to users, for example when
creating or editing a dataset.

This is entirely optional - by default, the system will use the CKAN list of
licences available in the `Python licenses package <http://pypi.python.org/pypi/licenses>`_.
This is entirely optional - by default, the system will use an internal cached
version of the CKAN list of licences available from the
http://licenses.opendefinition.org/licenses/groups/ckan.json.

More details about the CKAN license objects - including the licence format and some
More details about the license objects - including the licence format and some
example licence lists - can be found at the `Open Licenses Service
<http://licenses.opendefinition.org/>`_.

Examples::
licenses_group_url = file:///path/to/my/local/json-list-of-licenses.js
licenses_group_url = http://licenses.opendefinition.org/2.0/ckan_original
licenses_group_url = file:///path/to/my/local/json-list-of-licenses.json
licenses_group_url = http://licenses.opendefinition.org/licenses/groups/od.json


Messaging Settings
Expand Down

0 comments on commit 8b89ced

Please sign in to comment.