X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fintroduction.xml;h=836a43cbc7b9d271848d6fe544e73a97fa19e889;hb=f9828584ad6d0f66eb85b2e6d8bca5a29d569dcb;hp=3fbd789c7a7bdcca6ab5c7f86cf9cdb61a25b890;hpb=83826a4336911dffd420ce9c147156d7c7fbc894;p=yaz-moved-to-github.git diff --git a/doc/introduction.xml b/doc/introduction.xml index 3fbd789..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,7 +136,7 @@ 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 + BER packages. Implementors using ZOOM only, do not need reading this. Most other Z39.50 implementors only need to read the first two sections ( and @@ -181,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 . @@ -268,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 + .