X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fbook.xml;h=8eaa1af38abd727c42fabb5a43f0ad24cb4819ab;hb=ff0e884f49cbdede40f98f680fc09cf93c285261;hp=3ada6b7aeeb799d651713225a6765dade37c91ef;hpb=50597d2f7d3607e91c94601eb8eb495d73be3eae;p=metaproxy-moved-to-github.git diff --git a/doc/book.xml b/doc/book.xml index 3ada6b7..8eaa1af 100644 --- a/doc/book.xml +++ b/doc/book.xml @@ -1,6 +1,6 @@ @@ -26,7 +26,7 @@ &version; - 2005-2012 + 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. @@ -169,6 +169,11 @@ Microsoft Visual Studio 2003/2005/2008. + + As an option, Metaproxy may also be compiled with + USEMARCON support which allows for + MARC conversions for the filter. +
Installation on Unix (from Source) @@ -178,6 +183,14 @@ installed as development packages use those (and omit compilation). + + + USEMARCON is not available + as a package at the moment, so Metaproxy must be built from source + if that is to be used. + + +
Libxml2/libxslt @@ -200,6 +213,18 @@ make install
+
+ USEMARCON (optional) + + gunzip -c usemarcon317.tar.gz|tar xf - + cd usemarcon317 + ./configure + make + su + make install + +
+
YAZ/YAZ++ @@ -265,7 +290,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,9 +299,9 @@
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) + packages for the squeeze (stable in 2012) and wheezy (testing in 2012) distributions. @@ -296,7 +321,7 @@ 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 @@ -312,14 +337,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 @@ -332,7 +357,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. @@ -458,9 +483,9 @@ - + - + After successful compilation you'll find metaproxy.exe in the @@ -471,7 +496,7 @@
- + YAZ Proxy Comparison @@ -536,7 +561,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 @@ -598,7 +623,7 @@ USEMARCON - Unsupported + Supported with record_transform Supported @@ -717,8 +742,8 @@ Filters - - + +
Introductory notes @@ -756,7 +781,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 @@ -771,8 +796,8 @@ virt_db).
- - + +
Overview of filter types @@ -794,7 +819,7 @@ The filters are here listed in alphabetical order: - +