harvester-d4science/ckanext/harvest/logic/action
amercader 676c7d34b6 [#5] Add method for returning the original URL for a document
Harvesters implementing IHarvester can define a `get_original_url`
method that should return a URL pointing to the original location of a
document in the remote server. If present, this URL will be used on the
job reports.

Examples:
* For a CKAN record: http://{ckan-instance}/api/rest/{guid}
* For a WAF record: http://{waf-root}/{file-name}
* For a CSW record: http://{csw-server}/?Request=GetElementById&Id={guid}&...
2013-01-24 18:35:43 +00:00
..
__init__.py [logic] Refactor logic layer to follow CKAN core conventions 2012-02-29 10:59:02 +00:00
create.py Merge branch 'release-v2.0' into 2.0-dataset-sources 2012-12-13 18:33:59 +00:00
delete.py Add copious logging to record what happens in harvesting. 2012-06-08 17:09:22 +01:00
get.py [#5] Add method for returning the original URL for a document 2013-01-24 18:35:43 +00:00
update.py Update job keys changed on 9ba6e8f 2013-01-24 17:36:58 +00:00