From b4370f35b785fbe98ed7c4ae2149c358a0fdbdd2 Mon Sep 17 00:00:00 2001 From: David Read Date: Thu, 10 Dec 2015 16:02:07 +0000 Subject: [PATCH] Note that CKAN 2 is the minimum version now genshi is removed. --- README.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index d851b64..b3263d3 100644 --- a/README.rst +++ b/README.rst @@ -8,6 +8,9 @@ ckanext-harvest - Remote harvesting extension This extension provides a common harvesting framework for ckan extensions and adds a CLI and a WUI to CKAN to manage harvesting sources and jobs. +Requires CKAN 2.0 or later. + + Installation ============ @@ -192,8 +195,7 @@ Authorization Starting from CKAN 2.0, harvest sources behave exactly the same as datasets (they are actually internally implemented as a dataset type). That means they can be searched and faceted, and that the same authorization rules can be -applied to them. The default authorization settings are based on organizations -(equivalent to the `publisher profile` found in old versions). +applied to them. The default authorization settings are based on organizations. Have a look at the `Authorization `_ documentation on CKAN core to see how to configure your instance depending on @@ -231,7 +233,7 @@ field. The currently supported configuration options are: * {dataset_id} * {harvest_source_id} * {harvest_source_url} # Will be stripped of trailing forward slashes (/) - * {harvest_source_title} # Requires CKAN 1.6 + * {harvest_source_title} * {harvest_job_id} * {harvest_object_id}