simple-oai-pmh/index.html

34 lines
1.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<!--
Simple OAI-PMH 2.0 Data Provider
Copyright (C) 2011 Jianfeng Li
Copyright (C) 2013 Daniel Neis Araujo <danielneis@gmail.com>
Copyright (C) 2017 Sebastian Meyer <sebastian.meyer@opencultureconsulting.com>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<head>
<meta charset="UTF-8">
<title>Simple OAI-PMH 2.0 Data Provider</title>
</head>
<body>
<h1>Simple OAI-PMH 2.0 Data Provider</h1>
<p>This is a simple implementation of an <a href="http://www.openarchives.org/OAI/openarchivesprotocol.html" title="OpenArchives.org">OAI-PMH 2.0 Data Provider</a> written in <a href="http://www.php.net" title="PHP.net">PHP</a>.</p>
<p>For more information take a look at the source code repository on <a href="https://github.com/opencultureconsulting/oai_pmh" title="GitHub.com">GitHub</a>.</p>
</body>
</html>