X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fbook.xml;h=cdc545c2949ac1df5dab7985c44e199a2cc8e6a6;hb=8ced8e7b5de3ecba12ac68ce5c5e8cddf40d800f;hp=566a9ee29f2189ab42700ea0a3ae29c8bddc405a;hpb=c1d953eee6c00432493bc364da6284704ccd9cc2;p=metaproxy-moved-to-github.git diff --git a/doc/book.xml b/doc/book.xml index 566a9ee..cdc545c 100644 --- a/doc/book.xml +++ b/doc/book.xml @@ -1,6 +1,6 @@ @@ -26,7 +26,7 @@ &version; - 2005-2011 + 2005-2013 Index Data @@ -39,10 +39,10 @@ processes, interprets and redirects requests from IR clients using standard protocols such as the binary ANSI/NISO Z39.50 - and the information search and retrieval + and the information search and retrieval web service SRU as well as functioning as a limited - HTTP server. + HTTP server. Metaproxy is configured by an XML file which @@ -72,7 +72,7 @@ Introduction - + Metaproxy is a stand alone program that acts as a universal router, proxy and @@ -80,7 +80,7 @@ as Z39.50 and SRU. To clients, it acts as a server of these protocols: it can be searched, - records can be retrieved from it, etc. + records can be retrieved from it, etc. To servers, it acts as a client: it searches in them, retrieves records from them, etc. it satisfies its clients' requests by transforming them, multiplexing them, forwarding them @@ -123,7 +123,7 @@ including examples. - + Installation @@ -138,7 +138,7 @@ Libxslt - This is an XSLT processor - based on + This is an XSLT processor - based on Libxml2. Both Libxml2 and Libxslt must be installed with the development components (header files, etc.) as well as the run-time libraries. @@ -150,7 +150,7 @@ The popular C++ library. Initial versions of Metaproxy was built with 1.32 but this is no longer supported. - Metaproxy is known to work with Boost version 1.33 through 1.38. + Metaproxy is known to work with Boost version 1.33 through 1.46. @@ -166,7 +166,7 @@ We have successfully built Metaproxy using the compilers GCC version 4.0 and - Microsoft Visual Studio 2003/2005. + Microsoft Visual Studio 2003/2005/2008.
@@ -228,7 +228,7 @@ gunzip -c boost-version.tar.gz|tar xf - cd boost-version - ./configure --with-libraries=thread,test --with-toolset=gcc + ./configure --with-libraries=thread,test,regex --with-toolset=gcc make su make install @@ -237,7 +237,7 @@ However, under the hood bjam is used. You can invoke that with - ./bjam --toolset=gcc --with-thread --with-test stage + ./bjam --toolset=gcc --with-thread --with-test --with-regex stage Replace stage with clean / @@ -265,7 +265,7 @@ The latter the compiler toolset (eg. gcc34). - Pass --help to configure to get a list of + Pass --help to configure to get a list of available options.
@@ -274,7 +274,7 @@
Installation on Debian GNU/Linux - All dependencies for Metaproxy are available as + All dependencies for Metaproxy are available as Debian packages for the sarge (stable in 2005) and etch (testing in 2005) distributions. @@ -286,7 +286,7 @@ There is currently no official Debian package for YAZ++. And the official Debian package for YAZ is probably too old. - But Index Data bulds "new" versions of those for Debian (i386 only). + But Index Data builds "new" versions of those for Debian (i386, amd64 only). Update the /etc/apt/sources.list @@ -296,10 +296,11 @@ apt-get install libxslt1-dev - apt-get install libyazpp2-dev + apt-get install libyazpp4-dev apt-get install libboost-dev apt-get install libboost-thread-dev apt-get install libboost-test-dev + apt-get install libboost-regex-dev With these packages installed, the usual configure + make @@ -311,14 +312,14 @@
Installation on RPM based Linux Systems - All external dependencies for Metaproxy are available as - RPM packages, either from your distribution site, or from the + All external dependencies for Metaproxy are available as + RPM packages, either from your distribution site, or from the RPMfind site. - For example, an installation of the requires Boost C++ development + For example, an installation of the requires Boost C++ development libraries on RedHat Fedora C4 and C5 can be done like this: - + wget ftp://fr.rpmfind.net/wlinux/fedora/core/updates/testing/4/SRPMS/boost-1.33.0-3.fc4.src.rpm sudo rpmbuild --buildroot src/ --rebuild -p fc4/boost-1.33.0-3.fc4.src.rpm sudo rpm -U /usr/src/redhat/RPMS/i386/boost-*rpm @@ -331,7 +332,7 @@ There is currently no official RPM package for YAZ++. - See the YAZ++ pages + See the YAZ++ pages for more information on a Unix tarball install. @@ -346,7 +347,7 @@ Metaproxy can be compiled with Microsoft Visual Studio. - Versions 2003 (C 7.1), 2005 (C 8.0) and 2008 (C 9.0) is known to work. + Versions 2003 (C 7.1), 2005 (C 8.0) and 2008 (C 9.0) are known to work.
Boost @@ -392,7 +393,7 @@ YAZ++ Get YAZ++ as well. - Version 1.1.0 or later is required. + Version 1.2.7 or later is required. YAZ++ includes NMAKE makefiles, similar to those found in the @@ -457,9 +458,9 @@ - + - + After successful compilation you'll find metaproxy.exe in the @@ -470,7 +471,7 @@
- + YAZ Proxy Comparison @@ -535,7 +536,7 @@ SRU Virtual database, i.e. select any Z39.50 target for path - Supported with filter virt_db, + Supported with filter virt_db, sru_z3950 Supported @@ -716,8 +717,8 @@ Filters - - + +
Introductory notes @@ -755,7 +756,7 @@ others are sinks: they consume packages and return a result (backend_test, bounce, - http_file, + http_file, z3950_client); the others are true filters, that read, process and pass on the packages they are fed @@ -770,8 +771,8 @@ virt_db).
- - + +
Overview of filter types @@ -793,7 +794,7 @@ The filters are here listed in alphabetical order: - + +