Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update islandora_oaipmh for rest_oai_pmh:alpha-10 #20

Merged
merged 2 commits into from
Jan 21, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion modules/islandora_oaipmh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ currently requires updating the RDF mapping to include a Dublin Core predicate
for that field or any other additional fields. Alternatively, the rest\_oai\_pmh module
also supports defining mappings with the
[metatag module](https://www.drupal.org/project/metatag) or creating a custom
metadata profile using the Twig templating system.
OaiMetadataMap plugin.

## Configuration

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ mapping_source: rdf
repository_name: 'Islandora 8'
repository_email: admin@example.com
expiration: '3600'
metadata_map_plugins:
oai_raw: ''
oai_dc: dublin_core_rdf
Original file line number Diff line number Diff line change
Expand Up @@ -251,4 +251,3 @@ display:
- 'user.node_grants:view'
- user.permissions
tags: { }

8 changes: 6 additions & 2 deletions modules/islandora_oaipmh/islandora_oaipmh.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@ name: 'Islandora OAI-PMH Endpoint'
type: module
description: 'Default configuration for an OAI-PMH Endpoint'
core: 8.x
package: 'Islandora'
package: Islandora
dependencies:
- rest_oai_pmh
- islandora_defaults
- node
- rest_oai_pmh
- taxonomy
- user
- views