From abfd394f0bf0e4fccf9ed2b26c04af619b09140c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A0=20Mercader?= Date: Fri, 11 Mar 2011 09:49:28 +0000 Subject: [PATCH] Update README --- README.rst | 33 ++++++++++++++++++++++++++++++--- 1 file changed, 30 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index e0c4989..5507ee4 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,31 @@ -CSW harvesting extension -======================== +============================================= +ckanext-harvesting - CSW harvesting extension +============================================= + +This extension will contain all harvesting related code, now present +in ckan core, ckanext-dgu and ckanext-csw. + +Dependencies +============ + +You will need ckan installed, as well as the ckanext-dgu and ckanext-csw +plugins activated. + + +Configuration +============= + +The extension needs a user with sysadmin privileges to perform the +harvesting jobs. The user's API key must be defined in the CKAN +configuration file (.ini) in the [app:main] section. + +ckan.harvesting.api_key = 4e1dac58-f642-4e54-bbc4-3ea262271fe2 + +The API URL used can be also defined in the ini file (it defaults to +http://localhost:5000/). + +ckan.api_url = + + + -TODO