2013-05-15 04:05:24 +02:00
<!DOCTYPE html>
< html lang = "en" >
2017-05-12 18:12:31 +02:00
<!--
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 / > .
-->
2013-05-15 04:05:24 +02:00
< head >
< meta charset = "UTF-8" >
2017-05-12 18:12:31 +02:00
< title > Simple OAI-PMH 2.0 Data Provider< / title >
2013-05-15 04:05:24 +02:00
< / head >
< body >
2017-05-12 18:12:31 +02:00
< h1 > Simple OAI-PMH 2.0 Data Provider< / h1 >
2013-05-15 04:05:24 +02:00
2017-05-12 18:12:31 +02:00
< 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 >
2013-05-15 04:05:24 +02:00
2017-05-12 18:12:31 +02:00
< 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 >
2013-05-15 04:05:24 +02:00
< / body >
< / html >