Index of /ports_net/p5-Net-Z3950-SimpleServer
Name Last modified Size
Parent Directory -
Makefile 11-Oct-2010 09:37 649
distinfo 28-May-2011 14:08 161
files/ 25-Dec-2006 04:05 -
pkg-descr 11-Mar-2002 00:47 913
pkg-plist 19-Jun-2006 11:44 830
SimpleServer is a Perl module which is intended to make it as simple as
possible to develop new Z39.50 servers over any type of database
imaginable. All you have to do is implement a function for initialising your
database (optional), searching the database, and returning "database
records" on request. The module takes care of everything else and
automatically starts a server for you, listens to incoming connections,
and implements the Z39.50 protocol. It couldn't really be easier.
SimpleServer is based on the popular YAZ toolkit which means it is
robust, efficient, widely portable, and it interoperates with all known
Z39.50 clients.
Use SimpleServer together with other Perl modules to provide gateways
to relational databases, local file stores, SOAP/RDF-servers, etc.
SimpleServer currently supports the Init, Search, Present, Scan and
Close services.
WWW: http://www.indexdata.dk/simpleserver/