X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=README;h=eae60c362130185cf8774de80fa046c34218963c;hp=bc2f56b98c47e88a7ce44160f9a5437d317250da;hb=a040a2caa54445509bb70c14b57dffe3bbd0fcf4;hpb=8b934374217ed1225466246ffa948e182124156e diff --git a/README b/README index bc2f56b..eae60c3 100644 --- a/README +++ b/README @@ -1,11 +1,11 @@ -YAZ toolkit - $Id: README,v 1.41 2002-08-27 13:30:18 adam Exp $ +YAZ toolkit - $Id: README,v 1.43 2003-02-20 21:23:47 adam Exp $ -Copyright (C) 1995-2002, Index Data ApS. +Copyright (C) 1995-2003, Index Data ApS. See the file LICENSE for details. The primary output of the source here is the YAZ library, which contains support functions for implementing the server or client -role of Z39.50. +role of Z39.50 and SRW. Windows programmers: refer to the file windows.txt which describes how to build the software using Microsoft Visual C++. @@ -35,8 +35,8 @@ z39.50 codecs for the Z39.50 protocol. This module does the same job as the old 'asn' module except that the source files are auto-generated using an YAZ' ASN.1 Compiler (yaz-comp). -zutil This module implements a collection of Z39.50 utilities, such - as query parsing, etc. +zutil This module implements a collection of Z39.50 and SRW utilities, + such as query parsing, etc. ill Codecs for the ISO ILL protocol. @@ -52,11 +52,15 @@ zoom An implementation of Mike Taylors Z39.50 Object Oriented in C this may be good start. You'll find example programs in this directory too. -server This is the implementation of the server frontend. It +server This is the implementation of the Z39.50 server frontend. It provides event-handling and server managament functions, and calls the backend primitives (best documentation of these is in the file include/yaz/backend.h). +ccl CCL parser. + +cql CQL parser. + client A demonstration client for testing the protocol. It's bug'n ugly. But, it supports many features.