X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fintroduction.xml;h=836a43cbc7b9d271848d6fe544e73a97fa19e889;hb=f9828584ad6d0f66eb85b2e6d8bca5a29d569dcb;hp=a2fb762dcd20deb24181c3f7345216a727ee3aff;hpb=a4500a53ecbff46db730bcaa8703d2c9a0e6328b;p=yaz-moved-to-github.git diff --git a/doc/introduction.xml b/doc/introduction.xml index a2fb762..836a43c 100644 --- a/doc/introduction.xml +++ b/doc/introduction.xml @@ -1,11 +1,11 @@ - + Introduction &yaz; is a C/C++ library for information retrieval applications using the Z39.50/SRW/SRU protocols for information retrieval. - + Properties of &yaz;: @@ -18,7 +18,7 @@ Supports SRW/SRU - version 1.0 (over HTTP and HTTPS). + version 1.1 (over HTTP and HTTPS). Includes BER encoders/decoders for the @@ -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 + .