/super_simple_oai_harvester

Super simple OAI harvester script.

Primary LanguagePHPThe UnlicenseUnlicense

A very simple OAI harvester script. Meant for quick and dirty test harvests.

System requirements and installation

To install and run this script, you will need:

  • PHP 5.5.0 or higher command-line interface
  • Composer

To install the reporter:

  • Clone the Git repo
  • cd super_simple_oai_harvester
  • php composer.phar install (or equivalent on your system, e.g., ./composer install)

Usage

  • Change any configuration paramters you need to, e.g., the endpoint or the metadata prefix.
  • Run harvester.php.

License

This work is in the Public Domain

Contributing

This script is so simple you probably won't want to contribute to it.