X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fintroduction.xml;h=cf194278140f90cf39ce4c21770a68d4214b7cec;hb=86385826e403a1e2e194f41657e7e8470c33d4ed;hp=e8150ad2cd320bcf9bbd5b8228417a3278e056b4;hpb=6b3cf0738c53080781fedd852e26b299224af3c3;p=yaz-moved-to-github.git diff --git a/doc/introduction.xml b/doc/introduction.xml index e8150ad..cf19427 100644 --- a/doc/introduction.xml +++ b/doc/introduction.xml @@ -1,9 +1,9 @@ - + Introduction &yaz; is a C/C++ library for information retrieval applications - using the Z39.50/SRW protocols for information retrieval. + using the Z39.50/SRW/SRU protocols for information retrieval. @@ -17,8 +17,8 @@ Supports - SRW - version 1.0 (over HTTP and HTTPS). + SRW/SRU + version 1.1 (over HTTP and HTTPS). Includes BER encoders/decoders for the @@ -82,16 +82,16 @@ - + describes the ZOOM API of &yaz;. This is definitely worth a read if you wish to develop a Z39.50/SRW client. - + - describes the generic frontend server + describes the generic frontend server and explains how to develop server Z39.50/SRW applications for &yaz;. Obviously worth reading if you're to develop a server. @@ -126,7 +126,7 @@ contains sections for the various tools offered by &yaz;. Scan through the material quickly - and see what's relevant to you! SRW implementors + and see what's relevant to you! SRW/SRU implementors might find the CQL section particularly useful. @@ -136,10 +136,11 @@ goes through the details of the ODR module which is the work horse that encodes and decodes - BER packages. Implementors using ZOOM only do not need reading this. + BER packages. Implementors using ZOOM only, do not + need reading this. Most other Z39.50 implementors only need to read the first two - sections Introduction, - Using ODR. + sections ( and + ). @@ -180,8 +181,6 @@ you're going to develop an ILL application you'll have to learn the lower level APIs of &yaz;. - - The YAZ toolkit modules is shown in figure . @@ -267,8 +266,8 @@ If you are using the premade definitions of the &asn; module, and you are not adding new protocol of your own, the only parts of &odr; that you - need to worry about are documented in section - Using ODR. + need to worry about are documented in + .