Skip to content

Commit

Permalink
Rename GitHub repository
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-meyer committed Sep 29, 2023
1 parent b5ec6ea commit 6cf4b53
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Resources/Stylesheet.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 6cf4b53

Please sign in to comment.