Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bondjimbond/islandora_etdms_download
Provides an oai_etdms download link for OAI-PMH results.
https://github.com/bondjimbond/islandora_etdms_download
Last synced: about 2 months ago
JSON representation
Provides an oai_etdms download link for OAI-PMH results.
- Host: GitHub
- URL: https://github.com/bondjimbond/islandora_etdms_download
- Owner: bondjimbond
- License: gpl-3.0
- Created: 2018-12-18T22:02:26.000Z (about 6 years ago)
- Default Branch: 7.x
- Last Pushed: 2019-01-08T16:52:04.000Z (almost 6 years ago)
- Last Synced: 2024-08-05T19:35:28.438Z (5 months ago)
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- islandora_awesome - Islandora ETDMS Download - Provides a download link for Thesis and Citation objects in OAI-PMH requests using the oai_etdms metadataPrefix. This functionality is required by Library and Archives Canada for harvesting theses from IRs. (The Islandora 7.x-1.x List / Utility Modules)
README
# Islandora ETDMS Download
## Introduction
Creates a download link for Thesis and Citation objects in the OAI-PMH results using the oai_etdms metadata prefix.## Requirements
* [Islandora OAI](https://github.com/Islandora/islandora_oai)
## Installation
Install as usual, see [this](https://drupal.org/documentation/install/modules-themes/modules-7) for further information.
## Configuration
Just enable the module. Any OAI-PMH requests with the oai_etdms metadataPrefix will include an `` element with a link to the PDF datastream. This link only appears for Thesis and Citation objects, and only if the PDF exists.
![Screenshot](https://i.imgur.com/0STIZ9z.png)
To confirm the module is working, make a GetRecord request on an object using the oai_etdms metadataPrefix: `(BASE_URL)/oai2?verb=GetRecord&identifier=(YOUR:PID)&metadataPrefix=oai_etdms`
## Maintainer
* [Brandon Weigel](https://github.com/bondjimbond)
## License
* [GPLv3](http://www.gnu.org/licenses/gpl-3.0.txt)