Skip to content

Feature Release

Compare
Choose a tag to compare
@sebastian-meyer sebastian-meyer released this 24 Jan 00:22
· 23 commits to master since this release

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

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:

  • introduced namespaces and PSR-4 autoloading
  • added support for Composer
  • published as package opencultureconsulting/oai_pmh on Packagist.org
  • improved documentation