harvester-d4science/ckanext/harvest/logic
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
..
action [#5] Add method for returning the original URL for a document 2013-01-24 18:35:43 +00:00
auth Add command for reindex all harvest sources 2013-01-22 16:43:36 +00:00
__init__.py add jobs at certain frequencies 2012-10-29 17:15:02 +00:00
dictization.py [#5] Add error summary to harvest_job_dictize 2013-01-22 13:13:24 +00:00
schema.py [#4] Add owner_org field to schema and form 2013-01-10 12:23:01 +00:00
validators.py Fix config validator and add tests 2012-11-30 17:02:06 +00:00