Rename GitHub repository

This commit is contained in:
Sebastian Meyer 2023-09-29 21:08:00 +02:00
parent b5ec6ea083
commit 6cf4b53289
3 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@ Just put the records as XML files in the data directory, adjust a few configurat
A demo installation can be found [here](https://demo.opencultureconsulting.com/oai_pmh/?verb=Identify). A demo installation can be found [here](https://demo.opencultureconsulting.com/oai_pmh/?verb=Identify).
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/7a12022611d047ad9ef9a0c3aadb986a)](https://www.codacy.com/gh/opencultureconsulting/oai_pmh) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/7a12022611d047ad9ef9a0c3aadb986a)](https://www.codacy.com/gh/opencultureconsulting/simple-oai-pmh)
## Installation ## Installation

View File

@ -164,7 +164,7 @@
<xsl:apply-templates select="/oai:OAI-PMH"/> <xsl:apply-templates select="/oai:OAI-PMH"/>
<xsl:call-template name="quicklinks"/> <xsl:call-template name="quicklinks"/>
<p class="info">You are viewing an HTML version of the XML OAI-PMH response. To see the underlying XML as it appears to any OAI-PMH harvester use your web browser's <em>view source</em> option or disable XSLT processing.</p> <p class="info">You are viewing an HTML version of the XML OAI-PMH response. To see the underlying XML as it appears to any OAI-PMH harvester use your web browser's <em>view source</em> option or disable XSLT processing.</p>
<p class="info">This XSL script was originally written by Christopher Gutteridge at <a href="https://www.southampton.ac.uk/">University of Southampton</a> for the <a href="https://www.eprints.org/">EPrints</a> project and was later adapted by Sebastian Meyer at <a href="https://www.opencultureconsulting.com/">Open Culture Consulting</a> to be more generally applicable to other OAI-PMH interfaces. It is available on <a href="https://github.com/opencultureconsulting/oai_pmh">GitHub</a> for free!</p> <p class="info">This XSL script was originally written by Christopher Gutteridge at <a href="https://www.southampton.ac.uk/">University of Southampton</a> for the <a href="https://www.eprints.org/">EPrints</a> project and was later adapted by Sebastian Meyer at <a href="https://www.opencultureconsulting.com/">Open Culture Consulting</a> to be more generally applicable to other OAI-PMH interfaces. It is available on <a href="https://github.com/opencultureconsulting/simple-oai-pmh">GitHub</a> for free!</p>
</body> </body>
</html> </html>
</xsl:template> </xsl:template>

View File

@ -9,7 +9,7 @@
"code4lib", "code4lib",
"repository" "repository"
], ],
"homepage": "https://github.com/opencultureconsulting/oai_pmh", "homepage": "https://github.com/opencultureconsulting/simple-oai-pmh",
"readme": "README.md", "readme": "README.md",
"license": ["GPL-3.0-or-later"], "license": ["GPL-3.0-or-later"],
"authors": [ "authors": [
@ -41,9 +41,9 @@
} }
], ],
"support": { "support": {
"issues": "https://github.com/opencultureconsulting/oai_pmh/issues", "issues": "https://github.com/opencultureconsulting/simple-oai-pmh/issues",
"source": "https://github.com/opencultureconsulting/oai_pmh", "source": "https://github.com/opencultureconsulting/simple-oai-pmh",
"docs": "https://github.com/opencultureconsulting/oai_pmh/blob/master/README.md" "docs": "https://github.com/opencultureconsulting/simple-oai-pmh/blob/master/README.md"
}, },
"require": { "require": {
"php": "^7.0|^8.0", "php": "^7.0|^8.0",