Rename GitHub repository
This commit is contained in:
parent
b5ec6ea083
commit
6cf4b53289
|
@ -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).
|
||||
|
||||
[![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
|
||||
|
||||
|
|
|
@ -164,7 +164,7 @@
|
|||
<xsl:apply-templates select="/oai:OAI-PMH"/>
|
||||
<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">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>
|
||||
</html>
|
||||
</xsl:template>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
"code4lib",
|
||||
"repository"
|
||||
],
|
||||
"homepage": "https://github.com/opencultureconsulting/oai_pmh",
|
||||
"homepage": "https://github.com/opencultureconsulting/simple-oai-pmh",
|
||||
"readme": "README.md",
|
||||
"license": ["GPL-3.0-or-later"],
|
||||
"authors": [
|
||||
|
@ -41,9 +41,9 @@
|
|||
}
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/opencultureconsulting/oai_pmh/issues",
|
||||
"source": "https://github.com/opencultureconsulting/oai_pmh",
|
||||
"docs": "https://github.com/opencultureconsulting/oai_pmh/blob/master/README.md"
|
||||
"issues": "https://github.com/opencultureconsulting/simple-oai-pmh/issues",
|
||||
"source": "https://github.com/opencultureconsulting/simple-oai-pmh",
|
||||
"docs": "https://github.com/opencultureconsulting/simple-oai-pmh/blob/master/README.md"
|
||||
},
|
||||
"require": {
|
||||
"php": "^7.0|^8.0",
|
||||
|
|
Loading…
Reference in New Issue