From 2668941c18596668a2d529f02ef21c0df2983090 Mon Sep 17 00:00:00 2001 From: Sebastian Meyer Date: Fri, 12 May 2017 18:12:31 +0200 Subject: [PATCH] Restructure and update meta files --- COPYRIGHT.txt => LICENSE.txt | 3 --- README.txt => README.md | 14 +------------ index.html | 39 +++++++++++++++++++++--------------- 3 files changed, 24 insertions(+), 32 deletions(-) rename COPYRIGHT.txt => LICENSE.txt (99%) rename README.txt => README.md (66%) diff --git a/COPYRIGHT.txt b/LICENSE.txt similarity index 99% rename from COPYRIGHT.txt rename to LICENSE.txt index 7ca0406..6a44881 100644 --- a/COPYRIGHT.txt +++ b/LICENSE.txt @@ -1,6 +1,3 @@ -Copyright (c) 2011 Jianfeng Li -Copyright (c) 2013 Daniel Neis Araujo - 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 diff --git a/README.txt b/README.md similarity index 66% rename from README.txt rename to README.md index be98d45..178ec22 100644 --- a/README.txt +++ b/README.md @@ -1,4 +1,4 @@ -OAI-PMH (Package Metadata Harvesting) 2.0 Data Provider +Simple OAI-PMH 2.0 Data Provider Overview @@ -30,15 +30,3 @@ correctly formatted data in all cases. Tokens are managed using files. XML Responses are created using the DOMDocument PHP interfaces. - -Package Structure: - -code-coverage-report : Generated by PHPUnit for the last commit -COPYRIGHT.txt : GNU General Public License -index.html : A simpl web interface to oai2.php sample server -oai2exception.php : A class with all error codes for OAI-PMH 2.0 Protocol -oai2.php : A sample server instatiation (unit tests rely on this file) -oai2server.php : The request handling (with input validations) and part of response generation -OAI2ServerTest.php : The unit tests -oai2xml.php : A class responsible to generate the XML Responses -README.tx : This file diff --git a/index.html b/index.html index 394b259..a902a74 100644 --- a/index.html +++ b/index.html @@ -1,26 +1,33 @@ + - OAI-PMH 2.0 Data Provider (written in PHP) + Simple OAI-PMH 2.0 Data Provider +

Simple OAI-PMH 2.0 Data Provider

-

OAI-PMH 2.0 Data Provider (written in PHP)

+

This is a simple implementation of an OAI-PMH 2.0 Data Provider written in PHP.

-

This is an implementation of an OAI-PMH 2.0 Data Provider, written in PHP - -

For more information, take a look at README.txt file

- -

Simple interface to sample server

- - +

For more information take a look at the source code repository on GitHub.