X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fintroduction.xml;fp=doc%2Fintroduction.xml;h=18841d388fe968feed86dde13534e783b1b2d7da;hb=b44f9237a703f1f88f0d2768e3e358110751bb5f;hp=73f2747e357b6d03daf97585ed78611dadabc1a6;hpb=18121c0f9e62e59ddf42d295d4e0a9772b06af77;p=yazpp-moved-to-github.git diff --git a/doc/introduction.xml b/doc/introduction.xml index 73f2747..18841d3 100644 --- a/doc/introduction.xml +++ b/doc/introduction.xml @@ -1,11 +1,11 @@ - + Introduction YAZ++ is a C++ layer for YAZ and implements the ANSI Z39.50 protocol for information retrieval (client and server side). While YAZ itself can be used from both C and C++ it is limited by the - common denomiator: C. + common denominator C. The YAZ++ packages also features a ZOOM interface for C++ ( @@ -15,24 +15,19 @@ Later versions (0.7+) of YAZ++ also supports SRW/SRU. - YAZ++ and ZOOM C++ uses the same license as YAZ - see LICENSE file - for details. - - - This package also contains a proxy as well as a proxy library. - The proxy can be used to debug existing Z39.50 implementations, - optimize Z39.50 operation (by caching and other mechanisms), and - offer a SRW/SRU service. - The proxy and the proxy library is covered by the GPL. - See LICENSE.proxy for details. + This package also contains a proxy application and proxy developer + library. + The proxy application can be used to debug existing Z39.50 + implementations, optimize Z39.50 operation (by caching and other + mechanisms), and offer a SRW/SRU service.
Licensing - The Proxy and its companion library is covered by the + The proxy application and the proxy library is covered by the GPL. - The remaning parts: the ZOOM-C++ binding and the YAZ++ library is covered + The remaning parts: the ZOOM-C++ library and the YAZ++ library is covered by the YAZ license.