Revision history for Perl extension Net::OAI::Harvester
1.14bi Wed May 18 16:29:31 CEST 2011
1.13 Fri May 9 17:34:15 WEDT 2008 (Thomas Berger <THB at cpan dot org>)
new methods: namespaces_byprefix() and schemas_byprefix()
object (in case of HTTP errors only) NOTE: file() now will yield undef in this case (was: name of
non-existing file)
1.12 Tue Aug 7 21:48:50 EDT 2007
1.11 Fri Jul 27 11:47:21 EDT 2007
1.1 Fri Jul 27 09:16:35 EDT 2007
- added the ability to dump xml files to a directory
- trapped xml parsing errors are now always printed to STDERR
- added oai-dump utility
1.0 Wed Jul 27 22:52:42 CDT 2005
- resumption token handling now respects custom metadata handlers
(thanks Thorsten Schwander)
0.991 Thu Feb 24 22:07:05 CST 2005
0.99 Tue Feb 22 21:38:16 CST 2005
0.98 Fri Nov 19 09:41:32 CST 2004
0.97 Tue Aug 30 21:07:05 2004
0.96 Mon Jul 19 22:12:04 2004
0.95 Thu Apr 1 13:48:54 2004
0.94 Thu Dec 11 14:04:12 2003
0.9 Sun Dec 07 08:45:28 2003
- Net::OAI::ListRecords now uses Storable rather than YAML since
YAML cannot handle utf8 at this time. Also Storable is
significantly faster.
- Modified listRecords() to accept metadataHandler parameter for
specifying a custom metadata SAX handler.
- Brought getRecord() into synch with listRecords() so that
metadataHandler specifies the package name of the custom metadata
handler, rather than an actual instance of that class.
0.86 Wed Nov 26 14:01:21 2003
0.85 Wed Nov 26 13:45:23 2003
0.82 Sat Nov 01 07:40:53 2003
0.81 Fri Oct 24 01:51:03 2003
0.8 Fri Oct 24 09:16:12 2003
- better catching of XML errors
- added debug() method
- added --debug switch to oai-listrecords
0.75 Wed Oct 22 21:51:08 2003
0.7 Wed Oct 22 09:58:55 2003
- more doc fixes (thanks Martin)
- resumptionToken() now returns undef when no resumption token
was present in the response.
- modified bin/oai-listrecords to take advantage of the new return
convention of resumptionToken().
- fixed custom userAgent getting/setting (thanks Martin).
0.6 Tue Oct 21 17:12:31 2003
- fixed several doc errors (thanks Martin Emmerich)
- modified list verbs to work with resumption tokens
- modified oai-listrecords utility to automatically fetch all
records using resumption tokens.
0.5 Wed Aug 28 16:57:03 2003
- more doc fixes
0.4 Thu Aug 07 17:22:12 2003
- fixed doc error (thanks Tajoli Zeno)
- fixed warnings that run under new Test::Harness.
- explicitly use IO::File
0.3 Mon Jul 28 11:35:37 2003
- added asString() method to Net::OAI::Record::OAI_DC
- added oai-listrecords utility
- modified Makefile.PL to put oai-listsets and oai-listrecords in bin
0.2 Tue Jul 08 09:59:34 2003
- updated docs
0.1 Thu May 15 22:37:02 2003
- original version