Skip to content

Feature Release

Compare
Choose a tag to compare
@sebastian-meyer sebastian-meyer released this 12 Dec 15:35
· 51 commits to master since this release
894ed36

This is a stand-alone and easy to install data provider for the Open Archives Initiative's Protocol for Metadata Harvesting (OAI-PMH) written in PHP.

It serves records in any metadata format from directories of XML files using the directory name as metadata prefix, the filename as identifier and the filemtime as datestamp. 0-byte files are considered deleted records and handled accordingly. Resumption tokens are managed using files. Sets are currently not supported.

Changelog:

  • added a command line script for updating the records
  • added community policies for contributions
  • fixed missing URI when giving bad verb
  • improved code quality by following Codacy patterns