Merge branch 'tomkralidis-master'

This commit is contained in:
amercader 2014-01-24 18:15:52 +00:00
commit e3c35e9927
2 changed files with 2 additions and 2 deletions

View File

@ -55,7 +55,7 @@ option:
if cmd == 'setup':
ckan_pycsw.setup_db(config)
elif cmd in ['load', 'set_keywords']:
ckan_url = self.options.ckan_url
ckan_url = self.options.ckan_url.rstrip('/') + '/'
if cmd == 'load':
ckan_pycsw.load(config, ckan_url)
else:

View File

@ -160,7 +160,7 @@ Setting Service Metadata Keywords
The CSW standard allows for administrators to set CSW service metadata. These
values can be set in the pycsw configuration ``metadata:main`` section. If you
would like the CSW service metadata keywords to be reflective of the CKAN
tags, run the following convenience command:
tags, run the following convenience command::
paster ckan-pycsw set_keywords -p /etc/ckan/default/pycsw.cfg