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

feat(data): add OAI XSLT support #15 #62

Merged
merged 1 commit into from
Jul 21, 2022
Merged

Conversation

poikilotherm
Copy link
Member

@poikilotherm poikilotherm commented Jul 18, 2022

Closes #15

Inspired by Zenodo, ePrint and others, this library
may now serve implementing applications an XSLT to
transfrom OAI-PMH responses into nice HTML.

This PR includes a copy of https://github.com/eprints/eprints3.4/blob/2de59384b47d7196ab0e20af68caed45ec38b937/lib/static/oai2.xsl which is licensed under LGPL-3.0. As this library does
not interfere with its content and has not performed
any non-whitespace changes, it should not conflict with
this library shipping under a BSD 3-clause license.

See also: eprints/eprints#521

@poikilotherm poikilotherm added the enhancement New feature or request label Jul 18, 2022
@poikilotherm poikilotherm added this to the 5.0.0 milestone Jul 18, 2022
@poikilotherm poikilotherm requested a review from landreev July 18, 2022 11:25
Inspired by Zenodo, ePrint and others, this library
may now serve implementing applications an XSLT to
transfrom OAI-PMH responses into nice HTML.

Browsing an OAI-PMH endpoint with a cleaner UI makes
way more fun.

This commit includes a copy of
https://github.com/eprints/eprints3.4/blob/2de59384b47d7196ab0e20af68caed45ec38b937/lib/static/oai2.xsl
which is licensed under LGPL-3.0. As this library does
not interfere with its content and has not performed
any non-whitespace changes, it should not conflict with
this library shipping under a BSD 3-clause license.

An issue has been opened to reach out and avoid any
conflicts.

See also: eprints/eprints#521
@sonarqubecloud
Copy link

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

33.3% 33.3% Coverage
0.0% 0.0% Duplication

@poikilotherm poikilotherm merged commit 220eb7b into branch-5.0 Jul 21, 2022
@poikilotherm poikilotherm deleted the 15-oai-xslt branch July 21, 2022 05:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Investigate providing an "OAI to XHTML" XSL
1 participant