oai_harvester ============= This is a PHP implementation of an OAIv2 harvester. (C) 2003,2004 Eike Bernhardt Requirements: ------------- - PHP4 - PEAR::DB If you are using a PostgreSQL 7.4 Database, please update your PEAR::DB to at least Version 1.6.0 - A database: MySQL or PostgreSQL supported Changelog: ---------- Version 0.3.0: - Release under GPL - Harvesting Part should now be MySQL and PostgreSQL compatible - Development now mostly focused on PostgreSQL and tseach2 backend Version 0.2.x: - Test runs and small bugfixes Version 0.1.0: - implements basic resumptionToken Handling, at the moment all records are queried sequentially regardless of resumptionToken attributes Version 0.0.2: - this version actually does something, it queries a data provider - parses: Identify, ListMetadataFormats, ListRecords TODO: - implement resumptionTokens - save gained data into DB - implement reaction on various HTTP Return values Version 0.0.1: - internal development Version