SRU
===
Search and Retrieve by URL (SRU) is a RESTful protocol for providing
a search and retrieval web service. The protocol has been developed
by the Z39.50 International Maintenance Agency to provide a low cost
alternative to Z39.50 for information providers who want to make
their repositories available with a search/retrieval API. For more
information about SRU and its SOAP based sibling (SRW) see:
http://www.loc.gov/z3950/agency/zing/srw/
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires these other modules and libraries:
URI
XML::LibXML
Class::Accessor
THANKYOUS
This software package was developed as a component of a larger project
called Ockham which was funded by the National Science Foundation. For
more information about the Ockham project see:
http://www.ockham.org
COPYRIGHT AND LICENCE
Copyright (C) 2004 Ed Summers <
[email protected]>
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.