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
Admin message
Arrêt du service - 11/07 de 07h30 à 07h45 - Mise à jour de sécurité
Show more breadcrumbs
CORDEL Yannick
Omeka-S-module-OaiPmhRepository
Commits
955d9d19
Commit
955d9d19
authored
6 years ago
by
Daniel Berthereau
Browse files
Options
Downloads
Patches
Plain Diff
Updated readme about themable xslt stylesheet and support of EAD.
parent
e3a73902
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+14
-13
14 additions, 13 deletions
README.md
asset/xsl/oai-pmh-repository.xsl
+4
-1
4 additions, 1 deletion
asset/xsl/oai-pmh-repository.xsl
package-lock.json
+5
-0
5 additions, 0 deletions
package-lock.json
with
23 additions
and
14 deletions
README.md
+
14
−
13
View file @
955d9d19
...
@@ -108,7 +108,9 @@ commonly used are `dc` and `mods` (currently unavailable).
...
@@ -108,7 +108,9 @@ commonly used are `dc` and `mods` (currently unavailable).
### Human interface
### Human interface
The OAI-PMH pages can be displayed and browsed with a themable responsive human
The OAI-PMH pages can be displayed and browsed with a themable responsive human
interface based on [Bootstrap].
interface based on [Bootstrap]. To theme it, create a folder
`asset/xsl`
in your
theme and copy the file [
`oai-pmh-repository.xsl`
] inside it, then edit it. The
css file can be copied and updated as well.
### Global repository redirect route
### Global repository redirect route
...
@@ -195,6 +197,11 @@ implemented in Omeka S.
...
@@ -195,6 +197,11 @@ implemented in Omeka S.
Other formats can be added or replace an existing one via a key in the config
Other formats can be added or replace an existing one via a key in the config
`['oaipmhrepository']['metadata_formats']`
.
`['oaipmhrepository']['metadata_formats']`
.
#### [EAD]
The format EAD, designed to discrive archives, is available through the module
[
`EAD`
].
### Customization
### Customization
The output can be customized via the filter
`oaipmhrepository.values`
, that is
The output can be customized via the filter
`oaipmhrepository.values`
, that is
...
@@ -243,24 +250,15 @@ The human interface is published under the [CeCILL-B] BSD-like licence. See its
...
@@ -243,24 +250,15 @@ The human interface is published under the [CeCILL-B] BSD-like licence. See its
header for other licenses notes.
header for other licenses notes.
Contact
-------
Current maintainers of the module:
*
BibLibre
*
Daniel Berthereau (see [Daniel-KM])
Copyright
Copyright
---------
---------
See commits for full list of contributors.
See commits for full list of contributors.
*
Copyright Daniel Berthereau, 2014-2018
*
Copyright Julian Maurice for BibLibre, 2016-2017
*
Copyright John Flatness, 2009-2016
*
Copyright Yu-Hsun Lin, 2009
*
Copyright Yu-Hsun Lin, 2009
*
Copyright John Flatness, 2009-2016
*
Copyright Julian Maurice for BibLibre, 2016-2017
*
Copyright Daniel Berthereau, 2014-2019 (see [Daniel-KM])
[
OAI-PMH Repository
]:
https://github.com/Daniel-KM/Omeka-S-module-OaiPmhRepository
[
OAI-PMH Repository
]:
https://github.com/Daniel-KM/Omeka-S-module-OaiPmhRepository
...
@@ -271,6 +269,7 @@ See commits for full list of contributors.
...
@@ -271,6 +269,7 @@ See commits for full list of contributors.
[
BibLibre
]:
https://github.com/biblibre
[
BibLibre
]:
https://github.com/biblibre
[
Installing a module
]:
http://dev.omeka.org/docs/s/user-manual/modules/#installing-modules
[
Installing a module
]:
http://dev.omeka.org/docs/s/user-manual/modules/#installing-modules
[
Bootstrap
]:
https://getbootstrap.com
[
Bootstrap
]:
https://getbootstrap.com
[
`oai-pmh-repository.xsl`
]:
https://github.com/Daniel-KM/Omeka-S-module-OaiPmhRepository/blob/master/asset/xsl/oai-pmh-repository.xsl
[
Dublin Core
]:
http://dublincore.org
[
Dublin Core
]:
http://dublincore.org
[
Dublin Core Terms
]:
http://www.dublincore.org/documents/dcmi-terms/
[
Dublin Core Terms
]:
http://www.dublincore.org/documents/dcmi-terms/
[
CDWA Lite
]:
https://www.getty.edu/research/publications/electronic_publications/cdwa/cdwalite.html
[
CDWA Lite
]:
https://www.getty.edu/research/publications/electronic_publications/cdwa/cdwalite.html
...
@@ -279,6 +278,8 @@ See commits for full list of contributors.
...
@@ -279,6 +278,8 @@ See commits for full list of contributors.
[
RDF
]:
https://www.w3.org/TR/rdf-syntax-grammar/
[
RDF
]:
https://www.w3.org/TR/rdf-syntax-grammar/
[
Omeka XML
]:
http://omeka.org/schemas/omeka-xml/v5/omeka-xml-5-0.xsd
[
Omeka XML
]:
http://omeka.org/schemas/omeka-xml/v5/omeka-xml-5-0.xsd
[
schema
]:
http://omeka.org/schemas/omeka-xml/v5/omeka-xml-5-0.xsd
[
schema
]:
http://omeka.org/schemas/omeka-xml/v5/omeka-xml-5-0.xsd
[
EAD
]:
http://www.loc.gov/ead/
[
`EAD`
]:
https://github.com/Daniel-KM/Omeka-S-module-Ead
[
module issues
]:
https://github.com/Daniel-KM/Omeka-S-module-OaiPmhRepository/issues
[
module issues
]:
https://github.com/Daniel-KM/Omeka-S-module-OaiPmhRepository/issues
[
GNU/GPL
]:
https://www.gnu.org/licenses/gpl-3.0.html
[
GNU/GPL
]:
https://www.gnu.org/licenses/gpl-3.0.html
[
CeCILL-B
]:
https://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
[
CeCILL-B
]:
https://www.cecill.info/licences/Licence_CeCILL-B_V1-en.html
...
...
This diff is collapsed.
Click to expand it.
asset/xsl/oai-pmh-repository.xsl
+
4
−
1
View file @
955d9d19
...
@@ -19,7 +19,7 @@ and see http://www2.informatik.hu-berlin.de/~obecker/XSLT/#xmlverbatim),
...
@@ -19,7 +19,7 @@ and see http://www2.informatik.hu-berlin.de/~obecker/XSLT/#xmlverbatim),
Initialy adapted from the stylesheet built by Lyncode for DSpace (http://www.lyncode.com/dspace/addons/xoai/),
Initialy adapted from the stylesheet built by Lyncode for DSpace (http://www.lyncode.com/dspace/addons/xoai/),
published under the DSpace BSD Licence (see http://dspace.org/licence).
published under the DSpace BSD Licence (see http://dspace.org/licence).
Copyright (c) 2015-201
7
Daniel Berthereau (see https://github.com/Daniel-KM)
Copyright (c) 2015-201
9
Daniel Berthereau (see https://github.com/Daniel-KM)
Copyright (c) 2002 Oliver Becker (XML Verbatim)
Copyright (c) 2002 Oliver Becker (XML Verbatim)
Copyright (c) 2002-2015, DuraSpace. All rights reserved.
Copyright (c) 2002-2015, DuraSpace. All rights reserved.
...
@@ -223,6 +223,9 @@ No support (may depend on server):
...
@@ -223,6 +223,9 @@ No support (may depend on server):
.oaipmh-records table table {
.oaipmh-records table table {
table-layout:fixed;
table-layout:fixed;
}
}
.oaipmh-records table tr.collapse.in {
display: table-row;
}
.oaipmh-records table tr.collapse td {
.oaipmh-records table tr.collapse td {
word-wrap: break-word;
word-wrap: break-word;
}
}
...
...
This diff is collapsed.
Click to expand it.
package-lock.json
0 → 100644
+
5
−
0
View file @
955d9d19
{
"name"
:
"omeka-s-module-oai-pmh-repository"
,
"version"
:
"3.2.0"
,
"lockfileVersion"
:
1
}
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