X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fintroduction.xml;h=a2fb762dcd20deb24181c3f7345216a727ee3aff;hb=a54c709b3e2feff5762bfa7dfa8ee653b429d369;hp=6d4df12e9d1128a81602853c73adcf067f5a5659;hpb=adae7ab7df270a3187630876b8d4668038a42e88;p=yaz-moved-to-github.git diff --git a/doc/introduction.xml b/doc/introduction.xml index 6d4df12..a2fb762 100644 --- a/doc/introduction.xml +++ b/doc/introduction.xml @@ -1,27 +1,23 @@ - + 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. Properties of &yaz;: - Fast operation. The C based BER encoders/decoders as well - as the server component of &yaz; is very fast. - - Complete Z39.50 - version 3 support. All newer extensions - including Z39.50-2000 have been incorporated. + version 3 support. Amendments and Z39.50-2002 revision is + supported. Supports - SRW + SRW/SRU version 1.0 (over HTTP and HTTPS). @@ -59,6 +55,10 @@ on Windows using Microsoft Visual C++. + Fast operation. The C based BER encoders/decoders as well + as the server component of &yaz; is very fast. + + Liberal license that allows for commercial use of &yaz;. @@ -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.