Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
Omeka-S-module-OaiPmhRepository
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CORDEL Yannick
Omeka-S-module-OaiPmhRepository
Commits
b6b35446
Commit
b6b35446
authored
4 years ago
by
Daniel Berthereau
Browse files
Options
Downloads
Patches
Plain Diff
Updated readme.
parent
5ee4dd06
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+23
-12
23 additions, 12 deletions
README.md
with
23 additions
and
12 deletions
README.md
+
23
−
12
View file @
b6b35446
...
...
@@ -2,16 +2,14 @@ OAI-PMH Repository (module for Omeka S)
=======================================
> __New versions of this module and support for Omeka S version 3.0 and above
> are available on [GitLab], which seems to respect users and privacy better.__
> are available on [GitLab], which seems to respect users and privacy better
> than the previous repository.__
[OAI-PMH Repository] is a module for [Omeka S] that implements an Open Archives
Initiative Protocol for Metadata Harvesting ([OAI-PMH]) repository for Omeka S,
allowing Omeka S items, item sets, and media to be harvested by OAI-PMH
harvesters. The module implements version 2.0 of the protocol.
This [Omeka S] module is a rewrite of the [OAI-PMH Repository plugin] for [Omeka]
by [BibLibre] and intends to provide the same features as the original plugin.
Installation
------------
...
...
@@ -99,9 +97,15 @@ the resource have a unique standard identifier.
This option allows to expose all metadata in the standard oai_dc and use refined
terms for Dublin Core elements, for example "dcterms:abstract" will be merged
with "dc:description". For other merges, the event
`oaipmhrepository.values`
can
be used. For a quick hack, the file
`data/mapping/generic_dcterms.php`
can be
used.
with "dc:description". For other merges, the event
`oaipmhrepository.values.pre`
can be used. For a quick hack, the file
`data/mapping/generic_dcterms.php`
can
be updated.
### Map properties
This option allows to expose any metadata as another one. The default mapping
maps Bibliographic Ontology into Dublin Core. It can be improved or adapter if
needed.
### Metadata for mets (item and media)
...
...
@@ -202,15 +206,18 @@ Other formats can be added or replace an existing one via a key in the config
#### [EAD]
The format EAD, designed to d
i
scribe archives, is available through the module
The format EAD, designed to d
e
scribe archives, is available through the module
[
`EAD`
].
### Customization
The output can be customized via the filter
`oaipmhrepository.values`
, that is
triggered for each term. So it is possible to remove, to update or to append
some values, or to convert some properties from other vocabularies into the
standard formats.
The output can be customized via the filter
`oaipmhrepository.values.pre`
, that
is triggered before processing and that contains all the values of the current
resource, so it is possible to remove, to update or to append some values, or to
convert some properties from other vocabularies into the standard formats.
The old event
`oaipmhrepository.values`
called for each value is deprecated
since version 3.3.5.2 and will be removed in a future version.
Warning
...
...
@@ -263,6 +270,10 @@ See commits for full list of contributors.
*
Copyright Julian Maurice for BibLibre, 2016-2017
*
Copyright Daniel Berthereau, 2014-2020 (see [Daniel-KM])
This [Omeka S] module is based on the rewrite of the [OAI-PMH Repository plugin]
for [Omeka] by [BibLibre] and provide the same features as the original plugin
and many more.
[
OAI-PMH Repository
]:
https://gitlab.com/Daniel-KM/Omeka-S-module-OaiPmhRepository
[
Omeka S
]:
https://omeka.org/s
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment