Feature #8144
Add digital object URLs to OAI-PMH response
Status: | Verified | Start date: | 11/04/2014 | |
---|---|---|---|---|
Priority: | Medium | Due date: | 12/01/2014 | |
Assignee: | Dan Gillean | % Done: | 0% | |
Category: | OAI-PMH | Estimated time: | 16.00 hours | |
Target version: | Release 2.2.0 | |||
Google Code Legacy ID: | Tested version: | 2.2 | ||
Sponsored: | Yes | Requires documentation: |
Description
In OAI-PMH responses from AtoM, add URL for thumbnail and master representations of digital objects in the <about> element using Atom RSS Feed XML.
To demonstrate this a user could first request a list of OAI identifiers for a record, for example:
http://127.0.0.1:8000/index.php/;oai?verb=ListIdentifiers&metadataPrefix=oai_dc
Then using one of the returned identifiers, a request can be made for the full record, like in this example, where the example identifier is examplecode_1:
http://127.0.0.1:8000/index.php/;oai?verb=GetRecord&metadataPrefix=oai_dc&identifier=examplecode_1
A sample of the returned output for an externally linked resource (with a path to the original source, and the local thumbnail, is attached)
History
#2 Updated by Dan Gillean about 7 years ago
- Requires documentation deleted (
Yes)
Example with digital object added to new OAI docs: