Removed references to url.srw.
[metaproxy-moved-to-github.git] / doc / book.xml
1 <?xml version="1.0" standalone="no"?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1//EN"
3     "http://www.oasis-open.org/docbook/xml/4.1/docbookx.dtd" 
4 [
5      <!ENTITY % local SYSTEM "local.ent">
6      %local;
7      <!ENTITY manref SYSTEM "manref.xml">
8      <!ENTITY progref SYSTEM "progref.xml">
9      <!ENTITY % idcommon SYSTEM "common/common.ent">
10      %idcommon;
11      <!-- Next line allows imagedata/@format="PDF" and is taken from 
12          http://lists.oasis-open.org/archives/docbook/200303/msg00163.html
13      -->
14      <!ENTITY % local.notation.class "| PDF">
15      <!-- Next line is necessary for some XML parsers, for reasons I
16           don't understand.  I got this from
17          http://lists.oasis-open.org/archives/docbook/200303/msg00180.html
18      -->
19      <!NOTATION PDF SYSTEM "PDF">
20 ]>
21 <!-- $Id: book.xml,v 1.62 2007-09-18 19:15:53 adam Exp $ -->
22 <book id="metaproxy">
23  <bookinfo>
24   <title>Metaproxy - User's Guide and Reference</title>
25   <authorgroup>
26    <author>
27     <firstname>Adam</firstname><surname>Dickmeiss</surname>
28    </author>
29    <author>
30     <firstname>Marc</firstname><surname>Cromme</surname>
31    </author>
32    <author>
33     <firstname>Mike</firstname><surname>Taylor</surname>
34    </author>
35   </authorgroup>
36   <releaseinfo>&version;</releaseinfo>
37   <copyright>
38    <year>2005-2007</year>
39    <holder>Index Data ApS</holder>
40   </copyright>
41   <abstract>
42    <simpara>
43     This manual is part of Metaproxy version &version;.
44     </simpara>
45    <simpara>
46     Metaproxy is a universal router, proxy and encapsulated
47     metasearcher for information retrieval protocols.  It accepts,
48     processes, interprets and redirects requests from IR clients using
49     standard protocols such as the binary
50     <ulink url="&url.z39.50;">ANSI/NISO Z39.50</ulink>
51     and  the information search and retrieval 
52     web service <ulink url="&url.sru;">SRU</ulink>
53     as well as functioning as a limited
54     <ulink url="&url.http;">HTTP</ulink> server. 
55    </simpara>
56    <simpara>
57     Metaproxy is configured by an XML file which
58     specifies how the software should function in terms of routes that
59     the request packets can take through the proxy, each step on a
60     route being an instantiation of a filter.  Filters come in many
61     types, one for each operation: accepting Z39.50 packets, logging,
62     query transformation, multiplexing, etc.  Further filter-types can
63     be added as loadable modules to extend Metaproxy functionality,
64     using the filter API.
65    </simpara>
66    <simpara>
67     Metaproxy is covered by the GNU General Public License version 2.
68    </simpara>
69    <simpara>
70     <inlinemediaobject>
71      <imageobject>
72       <imagedata fileref="common/id.png" format="PNG"/>
73      </imageobject>
74      <imageobject>
75       <imagedata fileref="common/id.eps" format="EPS"/>
76      </imageobject>
77     </inlinemediaobject>
78    </simpara>
79   </abstract>
80  </bookinfo>
81
82  <chapter id="introduction">
83   <title>Introduction</title>
84   
85   <para>
86    <ulink url="&url.metaproxy;">Metaproxy</ulink>
87    is a stand alone program that acts as a universal router, proxy and
88    encapsulated metasearcher for information retrieval protocols such
89    as <ulink url="&url.z39.50;">Z39.50</ulink> and
90    <ulink url="&url.sru;">SRU</ulink>.
91    To clients, it acts as a server of these protocols: it can be searched,
92    records can be retrieved from it, etc. 
93    To servers, it acts as a client: it searches in them,
94    retrieves records from them, etc.  it satisfies its clients'
95    requests by transforming them, multiplexing them, forwarding them
96    on to zero or more servers, merging the results, transforming
97    them, and delivering them back to the client.  In addition, it
98    acts as a simple <ulink url="&url.http;">HTTP</ulink> server; support
99    for further protocols can be added in a modular fashion, through the
100    creation of new filters.
101   </para>
102   <screen>
103    Anything goes in!
104    Anything goes out!
105    Fish, bananas, cold pyjamas,
106    Mutton, beef and trout!
107         - attributed to Cole Porter.
108   </screen>
109   <para>
110    Metaproxy is a more capable alternative to
111    <ulink url="&url.yazproxy;">YAZ Proxy</ulink>,
112    being more powerful, flexible, configurable and extensible.  Among
113    its many advantages over the older, more pedestrian work are
114    support for multiplexing (encapsulated metasearching), routing by
115    database name, authentication and authorization and serving local
116    files via HTTP.  Equally significant, its modular architecture
117    facilitites the creation of pluggable modules implementing further
118    functionality.
119   </para>
120   <para>
121    This manual will describe how to install Metaproxy
122    before giving an overview of its architecture, then discussing the
123    key concept of a filter in some depth and giving an overview of
124    the various filter types, then discussing the configuration file
125    format.  After this come several optional chapters which may be
126    freely skipped: a detailed discussion of virtual databases and
127    multi-database searching, some notes on writing extensions
128    (additional filter types) and a high-level description of the
129    source code.  Finally comes the reference guide, which contains
130    instructions for invoking the <command>metaproxy</command>
131    program, and detailed information on each type of filter,
132    including examples.
133   </para>
134  </chapter>
135  
136  <chapter id="installation">
137   <title>Installation</title>
138   <para>
139    Metaproxy depends on the following tools/libraries:
140    <variablelist>
141     <varlistentry><term><ulink url="&url.yazplusplus;">YAZ++</ulink></term>
142      <listitem>
143       <para>
144        This is a C++ library based on <ulink url="&url.yaz;">YAZ</ulink>.
145       </para>
146      </listitem>
147     </varlistentry>
148     <varlistentry><term><ulink url="&url.libxslt;">Libxslt</ulink></term>
149      <listitem>
150       <para>This is an XSLT processor - based on 
151        <ulink url="&url.libxml2;">Libxml2</ulink>. Both Libxml2 and
152        Libxslt must be installed with the development components
153        (header files, etc.) as well as the run-time libraries.
154       </para>
155      </listitem>
156     </varlistentry>
157     <varlistentry><term><ulink url="&url.boost;">Boost</ulink></term>
158      <listitem>
159       <para>
160        The popular C++ library. Initial versions of Metaproxy
161        was built with 1.33.0. Version 1.33.1 works too. Metaproxy
162        also compiles with Boost 1.34.1 but the tests do
163        <emphasis>not</emphasis> compile, because the Test API
164        of Boost has changed.
165       </para>
166      </listitem>
167     </varlistentry>
168    </variablelist>
169   </para>
170   <para>
171    In order to compile Metaproxy a modern C++ compiler is
172    required. Boost, in particular, requires the C++ compiler
173    to facilitate the newest features. Refer to Boost
174    <ulink url="&url.boost.compilers.status;">Compiler Status</ulink>
175    for more information.
176   </para>
177   <para>
178    We have successfully built Metaproxy using the compilers
179    <ulink url="&url.gcc;">GCC</ulink> version 4.0 and
180    <ulink url="&url.vstudio;">Microsoft Visual Studio</ulink> 2003/2005.
181   </para>
182
183   <section id="installation.unix">
184    <title>Installation on Unix (from Source)</title>
185    <para>
186     Here is a quick step-by-step guide on how to compile all the
187     tools that Metaproxy uses. Only few systems have none of the required
188     tools binary packages. If, for example, Libxml2/libxslt are already
189     installed as development packages use those (and omit compilation).
190    </para>
191    
192    <para>
193     Libxml2/libxslt:
194    </para>
195    <screen>
196     gunzip -c libxml2-version.tar.gz|tar xf -
197     cd libxml2-version
198     ./configure
199     make
200     su
201     make install
202    </screen>
203    <screen>
204     gunzip -c libxslt-version.tar.gz|tar xf -
205     cd libxslt-version
206     ./configure
207     make
208     su
209     make install
210    </screen>
211    <para>
212     YAZ/YAZ++:
213    </para>
214    <screen>
215     gunzip -c yaz-version.tar.gz|tar xf -
216     cd yaz-version
217     ./configure
218     make
219     su
220     make install
221    </screen>
222    <screen>
223     gunzip -c yazpp-version.tar.gz|tar xf -
224     cd yazpp-version
225     ./configure
226     make
227     su
228     make install
229    </screen>
230    <para>
231     Boost:
232    </para>
233    <screen>
234     gunzip -c boost-version.tar.gz|tar xf -
235     cd boost-version
236     ./configure
237     make
238     su
239     make install
240    </screen>
241    <para>
242     Metaproxy:
243    </para>
244    <screen>
245     gunzip -c metaproxy-version.tar.gz|tar xf -
246     cd metaproxy-version
247     ./configure
248     make
249     su
250     make install
251    </screen>
252   </section>
253
254   <section id="installation.debian">
255    <title>Installation on Debian GNU/Linux</title>
256    <para>
257     All dependencies for Metaproxy are available as 
258     <ulink url="&url.debian;">Debian</ulink>
259     packages for the sarge (stable in 2005) and etch (testing in 2005)
260     distributions.
261    </para>
262    <para>
263     The procedures for Debian based systems, such as
264     <ulink url="&url.ubuntu;">Ubuntu</ulink> is probably similar
265    </para>
266    <para>
267     There is currently no official Debian package for YAZ++.
268     And the official Debian package for YAZ is probably too old.
269     But Index Data bulds "new" versions of those for Debian (i386 only).
270    </para>
271    <para>
272     Update the <filename>/etc/apt/sources.list</filename>
273     to include the Index Data repository.
274     See YAZ' <ulink url="&url.yaz.download.debian;">Download Debian</ulink>
275     for more information.
276    </para>
277    <screen>
278     apt-get install libxslt1-dev
279     apt-get install libyazpp2-dev
280     apt-get install libboost-dev
281     apt-get install libboost-thread-dev
282     apt-get install libboost-date-time-dev
283     apt-get install libboost-program-options-dev
284     apt-get install libboost-test-dev
285    </screen>
286    <para>
287     With these packages installed, the usual configure + make
288     procedure can be used for Metaproxy as outlined in
289     <xref linkend="installation.unix"/>.
290    </para>
291   </section>
292
293   <section id="installation.rpm">
294    <title>Installation on RPM based Linux Systems</title>
295    <para>
296     All external dependencies for Metaproxy are available as 
297     RPM packages, either from your distribution site, or from the 
298     <ulink url="http://fr.rpmfind.net/">RPMfind</ulink> site.
299    </para>
300    <para>
301     For example, an installation of the requires Boost C++ development 
302     libraries on RedHat Fedora C4 and C5 can be done like this:
303     <screen> 
304     wget ftp://fr.rpmfind.net/wlinux/fedora/core/updates/testing/4/SRPMS/boost-1.33.0-3.fc4.src.rpm
305     sudo rpmbuild --buildroot src/ --rebuild -p fc4/boost-1.33.0-3.fc4.src.rpm
306     sudo rpm -U /usr/src/redhat/RPMS/i386/boost-*rpm
307     </screen>
308    </para>
309    <para>
310     The  <ulink url="&url.yaz;">YAZ</ulink> library is needed to
311     compile &metaproxy;, see there
312     for more information on available RPM packages.
313    </para>
314    <para>
315     There is currently no official RPM package for YAZ++.
316     See the <ulink url="&url.yazplusplus;">YAZ++</ulink> pages 
317     for more information on a Unix tarball install.
318    </para>
319    <para>
320     With these packages installed, the usual configure + make
321     procedure can be used for Metaproxy as outlined in
322     <xref linkend="installation.unix"/>.
323    </para>
324   </section>
325
326   <section id="installation.windows">
327    <title>Installation on Windows</title>
328    <para>
329     Metaproxy can be compiled with Microsoft
330     <ulink url="&url.vstudio;">Visual Studio</ulink>.
331     Version 2003 (C 7.1) and 2005 (C 8.0) is known to work.
332    </para>
333    <section id="installation.windows.boost">
334     <title>Boost</title>
335     <para>
336      For Windows, it's easiest to get the precompiled Boost
337      package from <ulink url="&url.boost.windows.download;">here</ulink>.
338      Several versions of the Boost libraries may be selected when
339      installing Boost for windows. Please choose at least the
340      <emphasis>multithreaded</emphasis> (non-DLL) version because
341      the Metaproxy makefile uses that.
342     </para>
343     <para>
344      For more information about installing Boost refer to the
345      <ulink url="&url.boost.getting.started;">getting started</ulink>
346      pages.
347     </para>
348    </section>
349
350    <section id="installation.windows.libxslt">
351     <title>Libxslt</title>
352     <para>
353      <ulink url="&url.libxslt;">Libxslt</ulink> can be downloaded
354      for Windows from
355      <ulink url="&url.libxml2.download.win32;">here</ulink>.
356     </para>
357     <para>
358      Libxslt has other dependencies, but these can all be downloaded
359      from the same site. Get the following package:
360      iconv, zlib, libxml2, libxslt.
361     </para>
362    </section>
363
364    <section id="installation.windows.yaz">
365     <title>YAZ</title>
366     <para>
367      <ulink url="&url.yaz;">YAZ</ulink> can be downloaded
368      for Windows from
369      <ulink url="&url.yaz.download.win32;">here</ulink>.
370     </para>
371    </section>
372
373    <section id="installation.windows.yazplusplus">
374     <title>YAZ++</title>
375     <para>
376      Get <ulink url="&url.yazplusplus;">YAZ++</ulink> as well.
377      Version 1.0.3 or later is required.
378     </para>
379     <para>
380      YAZ++ includes NMAKE makefiles, similar to those found in the
381      YAZ package.
382     </para>
383    </section>
384
385    <section id="installation.windows.metaproxy">
386     <title>Metaproxy</title>
387     <para>
388      Metaproxy is shipped with NMAKE makefiles as well - similar
389      to those found in the YAZ++/YAZ packages. Adjust this Makefile
390      to point to the proper locations of Boost, Libxslt, Libxml2,
391      zlib, iconv, yaz and yazpp.
392     </para>
393
394     <variablelist>
395      <varlistentry><term><literal>DEBUG</literal></term>
396       <listitem><para>
397         If set to 1, the software is
398         compiled with debugging libraries (code generation is
399         multi-threaded debug DLL).
400         If set to 0, the software is compiled with release libraries
401         (code generation is multi-threaded DLL).
402        </para></listitem>
403      </varlistentry>
404
405      <varlistentry>
406       <term><literal>BOOST</literal></term>
407       <listitem>
408        <para>
409         Boost install location
410        </para>
411       </listitem>
412      </varlistentry>
413
414      <varlistentry>
415       <term><literal>BOOST_VERSION</literal></term>
416       <listitem>
417        <para>
418         Boost version (replace . with _).
419        </para>
420       </listitem>
421      </varlistentry>
422
423      <varlistentry>
424       <term><literal>BOOST_TOOLSET</literal></term>
425       <listitem>
426        <para>
427         Boost toolset.
428        </para>
429       </listitem>
430      </varlistentry>
431
432      <varlistentry>
433       <term><literal>LIBXSLT_DIR</literal>,
434        <literal>LIBXML2_DIR</literal> ..</term>
435       <listitem>
436        <para>
437         Specify the locations of Libxslt, libiconv, libxml2 and
438         libxslt.
439        </para>
440       </listitem>
441      </varlistentry>
442       
443     </variablelist>
444     
445     <para>
446      After successful compilation you'll find
447      <literal>metaproxy.exe</literal> in the
448      <literal>bin</literal> directory.
449     </para>
450    </section>
451
452
453   </section>
454  </chapter>
455  
456 <chapter id="yazproxy-comparison">
457  <title>YAZ Proxy Comparison</title>
458  <para>
459   The table below lists facilities either supported by either
460    <ulink url="&url.yazproxy;">YAZ Proxy</ulink> or Metaproxy.
461  </para>
462 <table id="yazproxy-comparison-table">
463  <title>Metaproxy / YAZ Proxy comparison</title>
464  <tgroup cols="3">
465   <thead>
466    <row>
467     <entry>Facility</entry>
468     <entry>Metaproxy</entry>
469     <entry>YAZ Proxy</entry>
470    </row>
471   </thead>
472   <tbody>
473    <row>
474     <entry>Z39.50 server</entry>
475     <entry>Using filter <literal>frontend_net</literal></entry>
476     <entry>Supported</entry>
477    </row>
478    <row>
479     <entry>SRU server</entry>
480     <entry>Supported with filter <literal>sru_z3950</literal></entry>
481     <entry>Supported</entry>
482    </row>
483    <row>
484     <entry>Z39.50 client</entry>
485     <entry>Supported with filter <literal>z3950_client</literal></entry>
486     <entry>Supported</entry>
487    </row>
488    <row>
489     <entry>SRU client</entry>
490     <entry>Unsupported</entry>
491     <entry>Unsupported</entry>
492    </row>
493    <row>
494     <entry>Connection reuse</entry>
495     <entry>Supported with filter <literal>session_shared</literal></entry>
496     <entry>Supported</entry>
497    </row>
498    <row>
499     <entry>Connection share</entry>
500     <entry>Supported with filter <literal>session_shared</literal></entry>
501     <entry>Unsupported</entry>
502    </row>
503    <row>
504     <entry>Result set reuse</entry>
505     <entry>Supported with filter <literal>session_shared</literal></entry>
506     <entry>Within one Z39.50 session / HTTP keep-alive</entry>
507    </row>
508    <row>
509     <entry>Record cache</entry>
510     <entry>Unsupported</entry>
511     <entry>Supported for last result set within one Z39.50/HTTP-keep alive session</entry>
512    </row>
513    <row>
514     <entry>Z39.50 Virtual database, i.e. select any Z39.50 target for database</entry>
515     <entry>Supported with filter <literal>virt_db</literal></entry>
516     <entry>Unsupported</entry>
517    </row>
518    <row>
519     <entry>SRU Virtual database, i.e. select any Z39.50 target for path</entry>
520     <entry>Supported with filter <literal>virt_db</literal>, 
521      <literal>sru_z3950</literal></entry>
522     <entry>Supported</entry>
523    </row>
524    <row>
525     <entry>Multi target search</entry>
526     <entry>Supported with filter <literal>multi</literal> (round-robin)</entry>
527     <entry>Unsupported</entry>
528    </row>
529    <row>
530     <entry>Retrieval and search limits</entry>
531     <entry>Unsupported</entry>
532     <entry>Supported</entry>
533    </row>
534    <row>
535     <entry>Bandwidth limits</entry>
536     <entry>Unsupported</entry>
537     <entry>Supported</entry>
538    </row>
539    <row>
540     <entry>Connect limits</entry>
541     <entry>Unsupported</entry>
542     <entry>Supported</entry>
543    </row>
544    <row>
545     <entry>Retrieval sanity check and conversions</entry>
546     <entry>Supported using filter <literal>record_transform</literal></entry>
547     <entry>Supported</entry>
548    </row>
549    <row>
550     <entry>Query check</entry>
551     <entry>
552      Supported in a limited way using <literal>query_rewrite</literal>
553     </entry>
554     <entry>Supported</entry>
555    </row>
556    <row>
557     <entry>Query rewrite</entry>
558     <entry>Supported with <literal>query_rewrite</literal></entry>
559     <entry>Unsupported</entry>
560    </row>
561    <row>
562     <entry>Session invalidate for -1 hits</entry>
563     <entry>Unsupported</entry>
564     <entry>Supported</entry>
565    </row>
566    <row>
567     <entry>Architecture</entry>
568     <entry>Multi-threaded + select for networked modules such as
569       <literal>frontend_net</literal>)</entry>
570     <entry>Single-threaded using select</entry>
571    </row>
572
573    <row>
574     <entry>Extensability</entry>
575     <entry>Most functionality implemented as loadable modules</entry>
576     <entry>Unsupported and experimental</entry>
577    </row>
578
579    <row>
580     <entry><ulink url="&url.usemarcon;">USEMARCON</ulink></entry>
581     <entry>Unsupported</entry>
582     <entry>Supported</entry>
583    </row>
584
585    <row>
586     <entry>Portability</entry>
587     <entry>
588      Requires YAZ, YAZ++ and modern C++ compiler supporting
589      <ulink url="&url.boost;">Boost</ulink>.
590     </entry>
591     <entry>
592      Requires YAZ and YAZ++.
593      STL is not required so pretty much any C++ compiler out there should work.
594     </entry>
595    </row>
596
597   </tbody>
598  </tgroup>
599 </table>
600 </chapter>
601
602  <chapter id="architecture">
603   <title>The Metaproxy Architecture</title>
604   <para>
605    The Metaproxy architecture is based on three concepts:
606    the <emphasis>package</emphasis>,
607    the <emphasis>route</emphasis>
608    and the <emphasis>filter</emphasis>.
609   </para>
610   <variablelist>
611    <varlistentry>
612     <term>Packages</term>
613     <listitem>
614      <para>
615       A package is request or response, encoded in some protocol,
616       issued by a client, making its way through Metaproxy, send to or
617       received from a server, or sent back to the client.
618      </para>
619      <para>
620       The core of a package is the protocol unit - for example, a
621       Z39.50 Init Request or Search Response, or an SRU searchRetrieve
622       URL or Explain Response.  In addition to this core, a package
623       also carries some extra information added and used by Metaproxy
624       itself.
625      </para>
626      <para>
627       In general, packages are doctored as they pass through
628       Metaproxy.  For example, when the proxy performs authentication
629       and authorization on a Z39.50 Init request, it removes the
630       authentication credentials from the package so that they are not
631       passed onto the back-end server; and when search-response
632       packages are obtained from multiple servers, they are merged
633       into a single unified package that makes its way back to the
634       client.
635      </para>
636     </listitem>
637    </varlistentry>
638    <varlistentry>
639     <term>Routes</term>
640     <listitem>
641      <para>
642       Packages make their way through routes, which can be thought of
643       as programs that operate on the package data-type.  Each
644       incoming package initially makes its way through a default
645       route, but may be switched to a different route based on various
646       considerations.  Routes are made up of sequences of filters (see
647       below).
648      </para>
649     </listitem>
650    </varlistentry>
651    <varlistentry>
652     <term>Filters</term>
653     <listitem>
654      <para>
655       Filters provide the individual instructions within a route, and
656       effect the necessary transformations on packages.  A particular
657       configuration of Metaproxy is essentially a set of filters,
658       described by configuration details and arranged in order in one
659       or more routes.  There are many kinds of filter - about a dozen
660       at the time of writing with more appearing all the time - each
661       performing a specific function and configured by different
662       information.
663      </para>
664      <para>
665       The word ``filter'' is sometimes used rather loosely, in two
666       different ways: it may be used to mean a particular
667       <emphasis>type</emphasis> of filter, as when we speak of ``the
668       auth_simple filter'' or ``the multi filter''; or it may be used
669       to be a specific <emphasis>instance</emphasis> of a filter
670       within a Metaproxy configuration.  For example, a single
671       configuration will often contain multiple instances of the
672       <literal>z3950_client</literal> filter.  In
673       operational terms, of these is a separate filter.  In practice,
674       context always make it clear which sense of the word ``filter''
675       is being used.
676      </para>
677      <para>
678       Extensibility of Metaproxy is primarily through the creation of
679       plugins that provide new filters.  The filter API is small and
680       conceptually simple, but there are many details to master.  See
681       the section below on
682       <link linkend="filters">Filters</link>.
683      </para>
684     </listitem>
685    </varlistentry>
686   </variablelist>
687   <para>
688    Since packages are created and handled by the system itself, and
689    routes are conceptually simple, most of the remainder of this
690    document concentrates on filters.  After a brief overview of the
691    filter types follows, along with some thoughts on possible future
692    directions.
693   </para>
694  </chapter>
695
696
697
698  <chapter id="filters">
699   <title>Filters</title>
700   
701   
702   <section id="filters-introductory-notes">
703    <title>Introductory notes</title>
704    <para>
705     It's useful to think of Metaproxy as an interpreter providing a small
706     number of primitives and operations, but operating on a very
707     complex data type, namely the ``package''.
708    </para>
709    <para>
710     A package represents a Z39.50 or SRU/W request (whether for Init,
711     Search, Scan, etc.)  together with information about where it came
712     from.  Packages are created by front-end filters such as
713     <literal>frontend_net</literal> (see below), which reads them from
714     the network; other front-end filters are possible.  They then pass
715     along a route consisting of a sequence of filters, each of which
716     transforms the package and may also have side-effects such as
717     generating logging.  Eventually, the route will yield a response,
718     which is sent back to the origin.
719    </para>
720    <para>
721     There are many kinds of filter: some that are defined statically
722     as part of Metaproxy, and others may be provided by third parties
723     and dynamically loaded.  They all conform to the same simple API
724     of essentially two methods: <function>configure()</function> is
725     called at startup time, and is passed an XML DOM tree representing that
726     part of the configuration file that pertains to this filter
727     instance: it is expected to walk that tree extracting relevant
728     information; and <function>process()</function> is called every
729     time the filter has to processes a package.
730    </para>
731    <para>
732     While all filters provide the same API, there are different modes
733     of functionality.  Some filters are sources: they create
734     packages
735     (<literal>frontend_net</literal>);
736     others are sinks: they consume packages and return a result
737     (<literal>backend_test</literal>,
738     <literal>bounce</literal>,
739     <literal>http_file</literal>, 
740     <literal>z3950_client</literal>);
741     the others are true filters, that read, process and pass on the
742     packages they are fed
743     (<literal>auth_simple</literal>,
744     <literal>log</literal>,
745     <literal>multi</literal>,
746     <literal>query_rewrite</literal>,
747     <literal>record_transform</literal>,
748     <literal>session_shared</literal>,
749     <literal>sru_z3950</literal>,
750     <literal>template</literal>,
751     <literal>virt_db</literal>).
752    </para>
753  </section>
754   
755   
756   <section id="overview.filter.types">
757    <title>Overview of filter types</title>
758    <para>
759     We now briefly consider each of the types of filter supported by
760     the core Metaproxy binary.  This overview is intended to give a
761     flavor of the available functionality; more detailed information
762     about each type of filter is included below in
763     <xref linkend="reference"/>.
764    </para>
765    <para>
766     The filters are here named by the string that is used as the
767     <literal>type</literal> attribute of a
768     <literal>&lt;filter&gt;</literal> element in the configuration
769     file to request them, with the name of the class that implements
770     them in parentheses.  (The classname is not needed for normal
771     configuration and use of Metaproxy; it is useful only to
772     developers.)
773    </para>
774    <para>
775     The filters are here listed in alphabetical order:
776    </para>
777    
778 <!--
779
780 ### New filters:
781
782 New virt_db-alike that does inteligent peer choice, explain merging,
783 adds FD&N to explain.  Keeps init responses (like "virt_db Classic"),
784 makes routing choices based on local explain knowledge.  Ref IDDI
785 paper.
786
787 Filter to convert Explain Classic to ZeeRex.
788
789 CQL2PQF (which needs augmented ZeeRex) - MARC for Talis.
790
791 SRU2Z39.50 (ditto).
792
793 Figure out what additional information we need in:
794         ZeeRex (check against D3.1)
795         Init request (e.g. loop detection)
796         Query package (e.g. number of hops)
797         Query response (e.g. record source)
798
799 -->
800
801    <section id="auth_simple">
802     <title><literal>auth_simple</literal>
803      (mp::filter::AuthSimple)</title>
804     <para>
805      Simple authentication and authorization.  The configuration
806      specifies the name of a file that is the user register, which
807      lists <varname>username</varname>:<varname>password</varname>
808      pairs, one per line, colon separated. When a session begins, it
809      is rejected unless username and passsword are supplied, and match
810      a pair in the register.  The configuration file may also specific
811      the name of another file that is the target register: this lists
812      lists <varname>username</varname>:<varname>dbname</varname>,<varname>dbname</varname>...
813      sets, one per line, with multiple database names separated by
814      commas.  When a search is processed, it is rejected unless the
815      database to be searched is one of those listed as available to
816      the user.
817     </para>
818    </section>
819    
820    <section id="backend_test">
821     <title><literal>backend_test</literal>
822     (mp::filter::Backend_test)</title>
823     <para>
824      A partial sink that provides dummy responses in the manner of the
825      <literal>yaz-ztest</literal> Z39.50 server.  This is useful only
826      for testing.  Seriously, you don't need this.  Pretend you didn't
827      even read this section.
828     </para>
829    </section>
830    
831    <section id="bounce">
832     <title><literal>bounce</literal>
833     (mp::filter::Bounce)</title>
834     <para>
835      A sink that swallows <emphasis>all packages</emphasis>, 
836      and returns them almost unprocessed.
837      It never sends any package of any type further down the row, but
838      sets Z39.50 packages to Z_Close, and HTTP_Request packages to
839      HTTP_Response err code 400 packages, and adds a suitable bounce
840      message. 
841      The bounce filter is usually added at end of each filter chain route
842      to prevent infinite hanging of for example HTTP
843      requests packages when only the Z39.50 client partial sink 
844      filter is found in the
845      route.  
846     </para>
847    </section>
848    
849    <section id="cql_rpn">
850     <title><literal>cql_rpn</literal>
851     (mp::filter::CQLtoRPN)</title>
852     <para>
853      A query language transforming filter which catches Z39.50 
854      <literal>searchRequest</literal>
855      packages containing <literal>CQL</literal> queries, transforms
856      those to <literal>RPN</literal> queries,
857      and sends the <literal>searchRequests</literal> on to the next
858      filters. It is among other things useful in a SRU context. 
859     </para>
860    </section>
861    
862    <section id="frontend_net">
863     <title><literal>frontend_net</literal>
864      (mp::filter::FrontendNet)</title>
865     <para>
866      A source that accepts Z39.50 connections from a port
867      specified in the configuration, reads protocol units, and
868      feeds them into the next filter in the route.  When the result is
869      received, it is returned to the original origin.
870     </para>
871    </section>
872
873    <section id="http_file">
874     <title><literal>http_file</literal>
875      (mp::filter::HttpFile)</title>
876     <para>
877      A partial sink which swallows only 
878      <literal>HTTP_Request</literal> packages, and 
879      returns the contents of files from the local
880      filesystem in response to HTTP requests.  
881      It lets Z39.50 packages and all other forthcoming package types
882      pass untouched. 
883      (Yes, Virginia, this
884      does mean that Metaproxy is also a Web-server in its spare time.  So
885      far it does not contain either an email-reader or a Lisp
886      interpreter, but that day is surely coming.)
887     </para>
888    </section>
889    
890    <section id="load_balance">
891     <title><literal>load_balance</literal>
892      (mp::filter::LoadBalance)</title>
893     <para>
894      Performs load balancing for incoming Z39.50 init requests.
895      It is used together with the <literal>virt_db</literal> filter,
896      but unlike the <literal>multi</literal> filter it does send an
897      entire session to only one of the virtual backends. The 
898      <literal>load_balance</literal> filter is assuming that
899      all backend targets have equal content, and chooses the backend
900      with least load cost for a new session.
901     <warning>
902      <para>
903       This filter is experimental and yet not mature for heavy load
904       production sites.
905      </para>
906     </warning>
907    </para>
908    </section>
909       
910    <section id="log">
911     <title><literal>log</literal>
912      (mp::filter::Log)</title>
913     <para>
914      Writes logging information to standard output, and passes on
915      the package unchanged. A log file name can be specified, as well
916      as multiple different logging formats.
917    </para>
918    </section>
919
920    <section id="multi">
921    <title><literal>multi</literal>
922      (mp::filter::Multi)</title>
923     <para>
924      Performs multi-database searching.
925      See
926      <link linkend="multidb">the extended discussion</link>
927      of virtual databases and multi-database searching below.
928     </para>
929    </section>
930    
931    <section id="query_rewrite">
932    <title><literal>query_rewrite</literal>
933      (mp::filter::QueryRewrite)</title>
934     <para>
935      Rewrites Z39.50 <literal>Type-1</literal> 
936      and <literal>Type-101</literal> (``<literal>RPN</literal>'') 
937      queries by a
938      three-step process: the query is transliterated from Z39.50
939      packet structures into an XML representation; that XML
940      representation is transformed by an XSLT stylesheet; and the
941      resulting XML is transliterated back into the Z39.50 packet
942      structure.
943     </para>
944    </section>
945    
946    
947    <section id="record_transform">
948     <title><literal>record_transform</literal>
949     (mp::filter::RecordTransform)</title>
950     <para>
951      This filter acts only on Z3950 present requests, and let all
952      other types of packages and requests pass untouched. It's use is
953      twofold: blocking Z3950  present requests, which the backend
954      server does not understand and can not honor, and transforming
955      the present syntax and elementset name according to the rules
956      specified, to fetch only existing record formats, and transform
957      them on the fly to requested record syntaxes.
958     </para>
959    </section>
960
961    <section id="session_shared">
962     <title><literal>session_shared</literal>
963      (mp::filter::SessionShared)</title>
964     <para>
965      This filter implements global sharing of
966      result sets (i.e. between threads and therefore between
967      clients), yielding performance improvements by clever resource
968      pooling. 
969     </para>
970    </section>
971
972    <section id="sru_z3950">
973     <title><literal>sru_z3950</literal>
974     (mp::filter::SRUtoZ3950)</title>
975     <para>
976      This filter transforms valid
977      SRU GET/POST/SOAP searchRetrieve requests to Z3950 init, search,
978      and present requests, and wraps the
979      received hit counts and XML records into suitable SRU response
980      messages.
981      The <literal>sru_z3950</literal> filter  processes also  SRU
982      GET/POST/SOAP explain requests, returning
983      either the absolute minimum required by the standard, or a  full 
984      pre-defined ZeeReX explain record.
985      See the 
986      <ulink url="&url.zeerex.explain;">ZeeReX Explain</ulink>
987      standard pages and the 
988      <ulink url="&url.sru.explain;">SRU Explain</ulink> pages
989      for more information on the correct explain syntax.
990      SRU scan requests are not supported yet.
991     </para>
992    </section>
993    
994    <section id="template">
995     <title><literal>template</literal>
996      (mp::filter::Template)</title>
997     <para>
998      Does nothing at all, merely passing the packet on.  (Maybe it
999      should be called <literal>nop</literal> or
1000      <literal>passthrough</literal>?)  This exists not to be used, but
1001      to be copied - to become the skeleton of new filters as they are
1002      written.  As with <literal>backend_test</literal>, this is not
1003      intended for civilians.
1004     </para>
1005    </section>
1006    
1007    <section id="virt_db">
1008     <title><literal>virt_db</literal>
1009      (mp::filter::VirtualDB)</title>
1010     <para>
1011      Performs virtual database selection: based on the name of the
1012      database in the search request, a server is selected, and its
1013      address added to the request in a <literal>VAL_PROXY</literal>
1014      otherInfo packet.  It will subsequently be used by a
1015      <literal>z3950_client</literal> filter.
1016      See
1017      <link linkend="multidb">the extended discussion</link>
1018      of virtual databases and multi-database searching below.
1019     </para>
1020    </section>
1021    
1022    <section id="z3950_client">
1023     <title><literal>z3950_client</literal>
1024      (mp::filter::Z3950Client)</title>
1025     <para>
1026      A partial sink which swallows only Z39.50 packages.
1027      It performs Z39.50 searching and retrieval by proxying the
1028      packages that are passed to it.  Init requests are sent to the
1029      address specified in the <literal>VAL_PROXY</literal> otherInfo
1030      attached to the request: this may have been specified by client,
1031      or generated by a <literal>virt_db</literal> filter earlier in
1032      the route.  Subsequent requests are sent to the same address,
1033      which is remembered at Init time in a Session object.
1034      HTTP_Request packages and all other forthcoming package types
1035      are passed untouched. 
1036     </para>
1037   </section>
1038
1039
1040    <section id="zeerex_explain">
1041     <title><literal>zeerex_explain</literal>
1042      (mp::filter::ZeerexExplain)</title>
1043     <para>
1044      This filter acts as a sink for
1045      Z39.50 explain requests, returning a static ZeeReX
1046      Explain XML record from the config section. All other packages
1047      are passed through.
1048      See the 
1049      <ulink url="&url.zeerex.explain;">ZeeReX Explain</ulink>
1050      standard pages
1051      for more information on the correct explain syntax.
1052     </para>
1053     <warning>
1054      <para>
1055       This filter is not yet completed.
1056      </para>
1057     </warning>
1058    </section>
1059    
1060
1061   </section>
1062   
1063   
1064   <section id="future.directions">
1065    <title>Future directions</title>
1066   <para>
1067     Some other filters that do not yet exist, but which would be
1068     useful, are briefly described.  These may be added in future
1069     releases (or may be created by third parties, as loadable
1070     modules).
1071    </para>
1072
1073    <variablelist>
1074     <varlistentry>
1075      <term><literal>frontend_cli</literal> (source)</term>
1076     <listitem>
1077       <para>
1078        Command-line interface for generating requests.
1079       </para>
1080      </listitem>
1081     </varlistentry>
1082     <varlistentry>
1083      <term><literal>sru_client</literal> (sink)</term>
1084      <listitem>
1085       <para>
1086        SRU/GET and SRU/SOAP searching and retrieval.
1087       </para>
1088      </listitem>
1089     </varlistentry>
1090     <varlistentry>
1091      <term><literal>opensearch_client</literal> (sink)</term>
1092      <listitem>
1093       <para>
1094        A9 OpenSearch searching and retrieval.
1095       </para>
1096      </listitem>
1097     </varlistentry>
1098    </variablelist>
1099   </section>
1100  </chapter>
1101  
1102  
1103  
1104  <chapter id="configuration">
1105   <title>Configuration: the Metaproxy configuration file format</title>
1106   
1107   
1108   <section id="configuration-introductory-notes">
1109    <title>Introductory notes</title>
1110    <para>
1111     If Metaproxy is an interpreter providing operations on packages, then
1112     its configuration file can be thought of as a program for that
1113     interpreter.  Configuration is by means of a single XML file, the name
1114     of which is supplied as the sole command-line argument to the
1115     <command>metaproxy</command> program.  (See
1116     <xref linkend="reference"/> below for more information on invoking
1117     Metaproxy.)
1118    </para>
1119   </section>
1120   
1121   <section id="overview.xml.structure">
1122    <title>Overview of the config file XML structure</title>
1123    <para>
1124     All elements and attributes are in the namespace
1125     <ulink url="http://indexdata.com/metaproxy"/>.
1126      This is most easily achieved by setting the default namespace on
1127      the top-level element, as here:
1128    </para>
1129    <screen>
1130     &lt;metaproxy xmlns="http://indexdata.com/metaproxy" version="1.0"&gt;
1131    </screen>
1132    <para>
1133     The top-level element is &lt;metaproxy&gt;.  This contains a
1134     &lt;start&gt; element, a &lt;filters&gt; element and a
1135     &lt;routes&gt; element, in that order.  &lt;filters&gt; is
1136     optional; the other two are mandatory.  All three are
1137     non-repeatable.
1138    </para>
1139   <para>
1140     The &lt;start&gt; element is empty, but carries a
1141     <literal>route</literal> attribute, whose value is the name of
1142     route at which to start running - analogous to the name of the
1143     start production in a formal grammar.
1144    </para>
1145   <para>
1146     If present, &lt;filters&gt; contains zero or more &lt;filter&gt;
1147     elements.  Each filter carries a <literal>type</literal> attribute
1148     which specifies what kind of filter is being defined
1149     (<literal>frontend_net</literal>, <literal>log</literal>, etc.)
1150     and contain various elements that provide suitable configuration
1151     for a filter of its type.  The filter-specific elements are
1152     described in
1153     <xref linkend="reference"/>.
1154     Filters defined in this part of the file must carry an
1155     <literal>id</literal> attribute so that they can be referenced
1156     from elsewhere.
1157    </para>
1158    <para>
1159     &lt;routes&gt; contains one or more &lt;route&gt; elements, each
1160     of which must carry an <literal>id</literal> element.  One of the
1161     routes must have the ID value that was specified as the start
1162     route in the &lt;start&gt; element's <literal>route</literal>
1163     attribute.  Each route contains zero or more &lt;filter&gt;
1164     elements.  These are of two types.  They may be empty, but carry a
1165     <literal>refid</literal> attribute whose value is the same as the
1166     <literal>id</literal> of a filter previously defined in the
1167     &lt;filters&gt; section.  Alternatively, a route within a filter
1168     may omit the <literal>refid</literal> attribute, but contain
1169     configuration elements similar to those used for filters defined
1170     in the &lt;filters&gt; section.  (In other words, each filter in a
1171     route may be included either by reference or by physical
1172     inclusion.)
1173    </para>
1174   </section>
1175
1176
1177   <section id="example.configuration">
1178    <title>An example configuration</title>
1179    <para>
1180     The following is a small, but complete, Metaproxy configuration
1181     file (included in the distribution as
1182     <literal>metaproxy/etc/config1.xml</literal>).
1183     This file defines a very simple configuration that simply proxies
1184     to whatever back-end server the client requests, but logs each
1185     request and response.  This can be useful for debugging complex
1186     client-server dialogues.
1187    </para>
1188    <screen><![CDATA[<?xml version="1.0"?>
1189 <metaproxy xmlns="http://indexdata.com/metaproxy" version="1.0">
1190   <start route="start"/>
1191   <filters>
1192     <filter id="frontend" type="frontend_net">
1193       <port>@:9000</port>
1194     </filter>
1195     <filter id="backend" type="z3950_client">
1196     </filter>
1197   </filters>
1198   <routes>  
1199     <route id="start">
1200       <filter refid="frontend"/>
1201       <filter type="log"/>
1202       <filter refid="backend"/>
1203       <filter type="bounce"/>
1204     </route>
1205   </routes>
1206 </metaproxy>
1207 ]]></screen>
1208    <para>
1209     It works by defining a single route, called
1210     <literal>start</literal>, which consists of a sequence of four
1211     filters.  The first and last of these are included by reference:
1212     their <literal>&lt;filter&gt;</literal> elements have
1213     <literal>refid</literal> attributes that refer to filters defined
1214     within the prior <literal>&lt;filters&gt;</literal> section.  The
1215     middle filter is included inline in the route.
1216    </para>
1217    <para>
1218     The four filters in the route are as follows: first, a
1219     <literal>frontend_net</literal> filter accepts Z39.50 requests
1220     from any host on port 9000; then these requests are passed through
1221     a <literal>log</literal> filter that emits a message for each
1222     request; they are then fed into a <literal>z3950_client</literal>
1223     filter, which forwards all Z39.50 requests to the client-specified
1224     back-end Z39.509 server. Those Z39.50 packages are returned by the
1225     <literal>z3950_client</literal> filter, with the response data
1226     filled by the external Z39.50 server targeted.
1227     All non-Z39.50 packages are passed through to the
1228     <literal>bounce</literal> filter, which definitely bounces
1229     everything, including fish, bananas, cold pyjamas,
1230     mutton, beef and trout packages.
1231     When the response arrives, it is handed
1232     back to the <literal>log</literal> filter, which emits another
1233     message; and then to the <literal>frontend_net</literal> filter, 
1234     which returns the response to the client.
1235    </para>
1236   </section>
1237
1238   <section id="config-file-modularity">
1239    <title>Config file modularity</title>
1240    <para>
1241     Metaproxy XML configuration snippets can be reused by other
1242     filters using the <literal>XInclude</literal> standard, as seen in
1243     the <literal>/etc/config-sru-to-z3950.xml</literal> example SRU 
1244     configuration.
1245    <screen><![CDATA[
1246     <filter id="sru" type="sru_z3950">
1247       <database name="Default">
1248        <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
1249                     href="explain.xml"/>
1250       </database>
1251     </filter>
1252 ]]></screen>
1253     </para>
1254   </section>
1255
1256   <section id="config-file-syntax-check">
1257    <title>Config file syntax checking</title>
1258    <para>
1259     The distribution contains RelaxNG Compact and XML syntax checking
1260     files, as well as XML Schema files. These are found in the
1261     distribution paths 
1262    <screen>
1263     xml/schema/metaproxy.rnc
1264     xml/schema/metaproxy.rng
1265     xml/schema/metaproxy.xsd
1266    </screen>
1267     and can be used to verify or debug the XML structure of
1268     configuration files. For example, using the utility
1269     <filename>xmllint</filename>, syntax checking is done like this:
1270    <screen>
1271     xmllint --noout --schema xml/schema/metaproxy.xsd etc/config-local.xml 
1272     xmllint --noout --relaxng xml/schema/metaproxy.rng etc/config-local.xml 
1273    </screen>
1274     (A recent version of <literal>libxml2</literal> is required, as
1275     support for XML Schemas is a relatively recent addition.)
1276    </para>
1277    <para>
1278     You can of course use any other RelaxNG or XML Schema compliant tool
1279     you wish.
1280    </para>
1281    </section>
1282  </chapter>
1283
1284
1285
1286  <chapter id="multidb">
1287   <title>Virtual databases and multi-database searching</title>
1288
1289
1290   <section id="multidb-introductory-notes">
1291    <title>Introductory notes</title>
1292    <para>
1293     Two of Metaproxy's filters are concerned with multiple-database
1294     operations.  Of these, <literal>virt_db</literal> can work alone
1295     to control the routing of searches to one of a number of servers,
1296     while <literal>multi</literal> can work together with
1297     <literal>virt_db</literal> to perform multi-database searching, merging
1298     the results into a unified result-set - ``metasearch in a box''.
1299    </para>
1300    <para>
1301     The interaction between
1302     these two filters is necessarily complex: it reflects the real,
1303     irreducible complexity of multi-database searching in a protocol such
1304     as Z39.50 that separates initialization from searching, and in
1305     which the database to be searched is not known at initialization
1306     time.
1307    </para>
1308    <para>
1309     It's possible to use these filters without understanding the
1310     details of their functioning and the interaction between them; the
1311     next two sections of this chapter are ``HOW-TO'' guides for doing
1312     just that.  However, debugging complex configurations will require
1313     a deeper understanding, which the last two sections of this
1314     chapters attempt to provide.
1315    </para>
1316   </section>
1317
1318
1319   <section id="multidb.virt_db">
1320    <title>Virtual databases with the <literal>virt_db</literal> filter</title>
1321    <para>
1322     Working alone, the purpose of the
1323     <literal>virt_db</literal>
1324     filter is to route search requests to one of a selection of
1325     back-end databases.  In this way, a single Z39.50 endpoint
1326     (running Metaproxy) can provide access to several different
1327     underlying services, including those that would otherwise be
1328     inaccessible due to firewalls.  In many useful configurations, the
1329     back-end databases are local to the Metaproxy installation, but
1330     the software does not enforce this, and any valid Z39.50 servers
1331     may be used as back-ends.
1332    </para>
1333    <para>
1334     For example, a <literal>virt_db</literal>
1335     filter could be set up so that searches in the virtual database
1336     ``lc'' are forwarded to the Library of Congress bibliographic
1337     catalogue server, and searches in the virtual database ``marc''
1338     are forwarded to the toy database of MARC records that Index Data
1339     hosts for testing purposes.  A <literal>virt_db</literal>
1340     configuration to make this switch would look like this:
1341    </para>
1342    <screen><![CDATA[<filter type="virt_db">
1343   <virtual>
1344     <database>lc</database>
1345     <target>z3950.loc.gov:7090/voyager</target>
1346   </virtual>
1347   <virtual>
1348     <database>marc</database>
1349     <target>indexdata.com/marc</target>
1350   </virtual>
1351 </filter>]]></screen>
1352    <para>
1353     As well as being useful in it own right, this filter also provides
1354     the foundation for multi-database searching.
1355    </para>
1356   </section>
1357
1358
1359   <section id="multidb.multi">
1360    <title>Multi-database search with the <literal>multi</literal> filter</title>
1361    <para>
1362     To arrange for Metaproxy to broadcast searches to multiple back-end
1363     servers, the configuration needs to include two components: a
1364     <literal>virt_db</literal>
1365     filter that specifies multiple
1366     <literal>&lt;target&gt;</literal>
1367     elements, and a subsequent
1368     <literal>multi</literal>
1369     filter.  Here, for example, is a complete configuration that
1370     broadcasts searches to both the Library of Congress catalogue and
1371     Index Data's tiny testing database of MARC records:
1372    </para>
1373    <screen><![CDATA[<?xml version="1.0"?>
1374 <metaproxy xmlns="http://indexdata.com/metaproxy" version="1.0">
1375   <start route="start"/>
1376   <routes>
1377     <route id="start">
1378       <filter type="frontend_net">
1379         <threads>10</threads>
1380         <port>@:9000</port>
1381       </filter>
1382       <filter type="virt_db">
1383         <virtual>
1384           <database>lc</database>
1385           <target>z3950.loc.gov:7090/voyager</target>
1386         </virtual>
1387         <virtual>
1388           <database>marc</database>
1389           <target>indexdata.com/marc</target>
1390         </virtual>
1391         <virtual>
1392           <database>all</database>
1393           <target>z3950.loc.gov:7090/voyager</target>
1394           <target>indexdata.com/marc</target>
1395         </virtual>
1396       </filter>
1397       <filter type="multi"/>
1398       <filter type="z3950_client">
1399         <timeout>30</timeout>
1400       </filter>
1401       <filter type="bounce"/>
1402     </route>
1403   </routes>
1404 </metaproxy>]]></screen>
1405    <para>
1406     (Using a
1407     <literal>virt_db</literal>
1408     filter that specifies multiple
1409     <literal>&lt;target&gt;</literal>
1410     elements but without a subsequent
1411     <literal>multi</literal>
1412     filter yields surprising and undesirable results, as will be
1413     described below.  Don't do that.)
1414    </para>
1415    <para>
1416     Metaproxy can be invoked with this configuration as follows:
1417    </para>
1418    <screen>../src/metaproxy --config config-simple-multi.xml</screen>
1419    <para>
1420     And thereafter, Z39.50 clients can connect to the running server
1421     (on port 9000, as specified in the configuration) and search in
1422     any of the databases
1423     <literal>lc</literal> (the Library of Congress catalogue),
1424     <literal>marc</literal> (Index Data's test database of MARC records)
1425     or
1426     <literal>all</literal> (both of these).  As an example, a session
1427     using the YAZ command-line client <literal>yaz-client</literal> is
1428     here included (edited for brevity and clarity):
1429    </para>
1430    <screen><![CDATA[$ yaz-client @:9000
1431 Connecting...OK.
1432 Z> base lc
1433 Z> find computer
1434 Search was a success.
1435 Number of hits: 10000, setno 1
1436 Elapsed: 5.521070
1437 Z> base marc
1438 Z> find computer
1439 Search was a success.
1440 Number of hits: 10, setno 3
1441 Elapsed: 0.060187
1442 Z> base all
1443 Z> find computer
1444 Search was a success.
1445 Number of hits: 10010, setno 4
1446 Elapsed: 2.237648
1447 Z> show 1
1448 [marc]Record type: USmarc
1449 001    11224466
1450 003 DLC
1451 005 00000000000000.0
1452 008 910710c19910701nju           00010 eng
1453 010    $a 11224466
1454 040    $a DLC $c DLC
1455 050 00 $a 123-xyz
1456 100 10 $a Jack Collins
1457 245 10 $a How to program a computer
1458 260 1  $a Penguin
1459 263    $a 8710
1460 300    $a p. cm.
1461 Elapsed: 0.119612
1462 Z> show 2
1463 [VOYAGER]Record type: USmarc
1464 001 13339105
1465 005 20041229102447.0
1466 008 030910s2004    caua          000 0 eng
1467 035    $a (DLC)  2003112666
1468 906    $a 7 $b cbc $c orignew $d 4 $e epcn $f 20 $g y-gencatlg
1469 925 0  $a acquire $b 1 shelf copy $x policy default
1470 955    $a pc10 2003-09-10 $a pv12 2004-06-23 to SSCD; $h sj05 2004-11-30 $e sj05 2004-11-30 to Shelf.
1471 010    $a   2003112666
1472 020    $a 0761542892
1473 040    $a DLC $c DLC $d DLC
1474 050 00 $a MLCM 2004/03312 (G)
1475 245 10 $a 007, everything or nothing : $b Prima's official strategy guide / $c created by Kaizen Media Group.
1476 246 3  $a Double-O-seven, everything or nothing
1477 246 30 $a Prima's official strategy guide
1478 260    $a Roseville, CA : $b Prima Games, $c c2004.
1479 300    $a 161 p. : $b col. ill. ; $c 28 cm.
1480 500    $a "Platforms: Nintendo GameCube, Macintosh, PC, PlayStation 2 computer entertainment system, Xbox"--P. [4] of cover.
1481 650  0 $a Video games.
1482 710 2  $a Kaizen Media Group.
1483 856 42 $3 Publisher description $u http://www.loc.gov/catdir/description/random052/2003112666.html
1484 Elapsed: 0.150623
1485 Z>
1486 ]]></screen>
1487    <para>
1488     As can be seen, the first record in the result set is from the
1489     Index Data test database, and the second from the Library of
1490     Congress database.  The result-set continues alternating records
1491     round-robin style until the point where one of the databases'
1492     records are exhausted.
1493    </para>
1494    <para>
1495     This example uses only two back-end databases; more may be used.
1496     There is no limitation imposed on the number of databases that may
1497     be metasearched in this way: issues of resource usage and
1498     administrative complexity dictate the practical limits.
1499    </para>
1500    <para>
1501     What happens when one of the databases doesn't respond?  By default,
1502     the entire multi-database search fails, and the appropriate
1503     diagnostic is returned to the client.  This is usually appropriate
1504     during development, when technicians need maximum information, but
1505     can be inconvenient in deployment, when users typically don't want
1506     to be bothered with problems of this kind and prefer just to get
1507     the records from the databases that are available.  To obtain this
1508     latter behavior add an empty
1509     <literal>&lt;hideunavailable&gt;</literal>
1510     element inside the
1511     <literal>multi</literal> filter:
1512    </para>
1513    <screen><![CDATA[      <filter type="multi">
1514         <hideunavailable/>
1515       </filter>]]></screen>
1516    <para>
1517     Under this regime, an error is reported to the client only if
1518     <emphasis>all</emphasis> the databases in a multi-database search
1519     are unavailable.
1520    </para>
1521   </section>
1522
1523
1524   <section id="multidb.what">
1525    <title>What's going on?</title>
1526    <warning>
1527     <title>Lark's vomit</title>
1528     <para>
1529      This section goes into a level of technical detail that is
1530      probably not necessary in order to configure and use Metaproxy.
1531      It is provided only for those who like to know how things work.
1532      You should feel free to skip on to the next section if this one
1533      doesn't seem like fun.
1534     </para>
1535    </warning>
1536    <para>
1537     Hold on tight - this may get a little hairy.
1538    </para>
1539    <para>
1540     In the general course of things, a Z39.50 Init request may carry
1541     with it an otherInfo packet of type <literal>VAL_PROXY</literal>,
1542     whose value indicates the address of a Z39.50 server to which the
1543     ultimate connection is to be made.  (This otherInfo packet is
1544     supported by YAZ-based Z39.50 clients and servers, but has not yet
1545     been ratified by the Maintenance Agency and so is not widely used
1546     in non-Index Data software.  We're working on it.)
1547     The <literal>VAL_PROXY</literal> packet functions
1548     analogously to the absoluteURI-style Request-URI used with the GET
1549     method when a web browser asks a proxy to forward its request: see
1550     the
1551     <ulink url="http://www.w3.org/Protocols/rfc2616/rfc2616-sec5.html#sec5.1.2"
1552            >Request-URI</ulink>
1553     section of
1554     <ulink url="http://www.w3.org/Protocols/rfc2616/rfc2616.html"
1555            >the HTTP 1.1 specification</ulink>.
1556    </para>
1557    <para>
1558     Within Metaproxy, Search requests that are part of the same
1559     session as an Init request that carries a
1560     <literal>VAL_PROXY</literal> otherInfo are also annotated with the
1561     same information.  The role of the <literal>virt_db</literal>
1562     filter is to rewrite this otherInfo packet dependent on the
1563     virtual database that the client wants to search.
1564    </para>
1565    <para>
1566     When Metaproxy receives a Z39.50 Init request from a client, it
1567     doesn't immediately forward that request to the back-end server.
1568     Why not?  Because it doesn't know <emphasis>which</emphasis>
1569     back-end server to forward it to until the client sends a Search
1570     request that specifies the database that it wants to search in.
1571     Instead, it just treasures the Init request up in its heart; and,
1572     later, the first time the client does a search on one of the
1573     specified virtual databases, a connection is forged to the
1574     appropriate server and the Init request is forwarded to it.  If,
1575     later in the session, the same client searches in a different
1576     virtual database, then a connection is forged to the server that
1577     hosts it, and the same cached Init request is forwarded there,
1578     too.
1579    </para>
1580    <para>
1581     All of this clever Init-delaying is done by the
1582     <literal>frontend_net</literal> filter.  The
1583     <literal>virt_db</literal> filter knows nothing about it; in
1584     fact, because the Init request that is received from the client
1585     doesn't get forwarded until a Search request is received, the
1586     <literal>virt_db</literal> filter (and the
1587     <literal>z3950_client</literal> filter behind it) doesn't even get
1588     invoked at Init time.  The <emphasis>only</emphasis> thing that a
1589     <literal>virt_db</literal> filter ever does is rewrite the
1590     <literal>VAL_PROXY</literal> otherInfo in the requests that pass
1591     through it.
1592    </para>
1593    <para>
1594     It is possible for a <literal>virt_db</literal> filter to contain
1595     multiple
1596     <literal>&lt;target&gt;</literal>
1597     elements.  What does this mean?  Only that the filter will add
1598     multiple <literal>VAL_PROXY</literal> otherInfo packets to the
1599     Search requests that pass through it.  That's because the virtual
1600     DB filter is dumb, and does exactly what it's told - no more, no
1601     less.
1602     If a Search request with multiple <literal>VAL_PROXY</literal>
1603     otherInfo packets reaches a <literal>z3950_client</literal>
1604     filter, this is an error.  That filter doesn't know how to deal
1605     with multiple targets, so it will either just pick one and search
1606     in it, or (better) fail with an error message.
1607    </para>
1608    <para>
1609     The <literal>multi</literal> filter comes to the rescue!  This is
1610     the only filter that knows how to deal with multiple
1611     <literal>VAL_PROXY</literal> otherInfo packets, and it does so by
1612     making multiple copies of the entire Search request: one for each
1613     <literal>VAL_PROXY</literal>.  Each of these new copies is then
1614     passed down through the remaining filters in the route.  (The
1615     copies are handled in parallel though the
1616     spawning of new threads.)  Since the copies each have only one
1617     <literal>VAL_PROXY</literal> otherInfo, they can be handled by the
1618     <literal>z3950_client</literal> filter, which happily deals with
1619     each one individually.  When the results of the individual
1620     searches come back up to the <literal>multi</literal> filter, it
1621     merges them into a single Search response, which is what
1622     eventually makes it back to the client.
1623    </para>
1624   </section>
1625
1626
1627   <section id="multidb.picture">
1628    <title>A picture is worth a thousand words (but only five hundred on 64-bit architectures)</title>
1629    <simpara>
1630     <inlinemediaobject>
1631      <imageobject>
1632       <imagedata fileref="multi.pdf" format="PDF" scale="50"/>
1633      </imageobject>
1634      <imageobject>
1635       <imagedata fileref="multi.png" format="PNG"/>
1636      </imageobject>
1637      <textobject>
1638       <!-- Fall back if none of the images can be used -->
1639       <phrase>
1640        [Here there should be a diagram showing the progress of
1641        packages through the filters during a simple virtual-database
1642        search and a multi-database search, but is seems that your
1643        tool chain has not been able to include the diagram in this
1644        document.]
1645       </phrase>
1646      </textobject>
1647 <!-- ### This used to work with an older version of DocBook
1648      <caption>
1649       <para>Caption: progress of packages through filters.</para>
1650      </caption>
1651 -->
1652     </inlinemediaobject>
1653    </simpara>
1654   </section>
1655  </chapter>
1656
1657
1658  <chapter id="sru-server">
1659   <title>Combined SRU webservice and Z39.50 server configuration</title>
1660   <para>
1661    Metaproxy can act as 
1662    <ulink url="&url.sru;">SRU</ulink> and 
1663    web service server, which translates web service requests to 
1664    <ulink url="&url.z39.50;">ANSI/NISO Z39.50</ulink> packages and
1665    sends them off to common available targets.
1666   </para>
1667   <para>
1668   A typical setup for this operation needs a filter route including the
1669   following modules: 
1670   </para>
1671    
1672   <table id="sru-server-table-config" frame="top">
1673    <title>SRU/Z39.50 Server Filter Route Configuration</title>
1674    <tgroup cols="3">
1675     <thead>
1676      <row>
1677       <entry>Filter</entry>
1678       <entry>Importance</entry>
1679       <entry>Purpose</entry>
1680      </row>
1681     </thead>
1682     
1683     <tbody>
1684      <row>
1685       <entry><literal>frontend_net</literal></entry>
1686       <entry>required</entry>
1687       <entry>Accepting HTTP connections and passing them to following
1688       filters. Since this filter also accepts Z39.50 connections, the
1689       server works as SRU and Z39.50 server on the same port.</entry>
1690      </row>
1691      <row>
1692       <entry><literal>sru_z3950</literal></entry>
1693       <entry>required</entry>
1694       <entry>Accepting SRU GET/POST/SOAP explain and
1695        searchRetrieve requests for the the configured databases.
1696        Explain requests are directly served from the static XML configuration.
1697        SearchRetrieve requests are
1698        transformed  to Z39.50 search and present packages.
1699        All other HTTP and Z39.50 packages are passed unaltered.</entry>
1700      </row>
1701      <row>
1702       <entry><literal>http_file</literal></entry>
1703       <entry>optional</entry>
1704       <entry>Serving HTTP requests from the filesystem. This is only
1705       needed if the server should serve XSLT stylesheets, static HTML
1706       files or Java Script for thin browser based clients.
1707        Z39.50 packages are passed unaltered.</entry>
1708      </row>
1709      <row>
1710       <entry><literal>cql_rpn</literal></entry>
1711       <entry>required</entry>
1712       <entry>Usually, Z39.50 servers do not talk CQL, hence the
1713       translation of the CQL query language to RPN is mandatory in
1714       most cases. Affects only  Z39.50 search packages.</entry>
1715      </row>
1716      <row>
1717       <entry><literal>record_transform</literal></entry>
1718       <entry>optional</entry>
1719       <entry>Some Z39.50 backend targets can not present XML record
1720       syntaxes in common wanted element sets. using this filter, one
1721       can transform binary MARC records to MARCXML records, and
1722       further transform those to any needed XML schema/format by XSLT
1723       transformations. Changes only  Z39.50 present packages.</entry>
1724      </row>
1725      <row>
1726       <entry><literal>session_shared</literal></entry>
1727       <entry>optional</entry>
1728       <entry>The stateless nature of web services requires frequent
1729       re-searching of the same targets for display of paged result set
1730       records. This might be an unacceptable burden for the accessed
1731       backend Z39.50 targets, and this mosule can be added for
1732       efficient backend target resource pooling.</entry>
1733      </row>
1734      <row>
1735       <entry><literal>z3950_client</literal></entry>
1736       <entry>required</entry>
1737       <entry>Finally, a Z39.50 package sink is needed in the filter
1738       chain to provide the response packages. The Z39.50 client module
1739       is used to access external targets over the network, but any
1740       coming local Z39.50 package sink could be used instead of.</entry>
1741      </row>
1742      <row>
1743       <entry><literal>bounce</literal></entry>
1744       <entry>required</entry>
1745       <entry>Any Metaproxy package arriving here did not do so by
1746       purpose, and is bounced back with connection closure. this
1747       prevents inifinite package hanging inside the SRU server.</entry>
1748      </row>
1749     </tbody>
1750    </tgroup>
1751   </table>
1752   <para> 
1753    A typical minimal example <ulink url="&url.sru;">SRU</ulink>
1754    server configuration file is found in the tarball distribution at 
1755    <literal>etc/config-sru-to-z3950.xml</literal>.
1756   </para> 
1757   <para>
1758    Off course, any other metaproxy modules can be integrated into a
1759    SRU server solution, including, but not limited to, load balancing, 
1760    multiple target querying 
1761    (see  <xref linkend="multidb"/>), and complex RPN query rewrites. 
1762   </para>
1763
1764
1765  </chapter>
1766
1767  <!--
1768  <chapter id="extensions">
1769   <title>Writing extensions for Metaproxy</title>
1770   <para>### To be written</para>
1771  </chapter>
1772  -->
1773
1774
1775
1776  <chapter id="classes">
1777   <title>Classes in the Metaproxy source code</title>
1778
1779
1780   <section id="classes-introductory-notes">
1781    <title>Introductory notes</title>
1782    <para>
1783     <emphasis>Stop!  Do not read this!</emphasis>
1784     You won't enjoy it at all.  You should just skip ahead to
1785     <xref linkend="reference"/>,
1786     which tells
1787     <!-- The remainder of this paragraph is lifted verbatim from
1788     Douglas Adams' _Hitch Hiker's Guide to the Galaxy_, chapter 8 -->
1789     you things you really need to know, like the fact that the
1790     fabulously beautiful planet Bethselamin is now so worried about
1791     the cumulative erosion by ten billion visiting tourists a year
1792     that any net imbalance between the amount you eat and the amount
1793     you excrete whilst on the planet is surgically removed from your
1794     bodyweight when you leave: so every time you go to the lavatory it
1795     is vitally important to get a receipt.
1796    </para>
1797    <para>
1798     This chapter contains documentation of the Metaproxy source code, and is
1799     of interest only to maintainers and developers.  If you need to
1800     change Metaproxy's behavior or write a new filter, then you will most
1801     likely find this chapter helpful.  Otherwise it's a waste of your
1802     good time.  Seriously: go and watch a film or something.
1803     <citetitle>This is Spinal Tap</citetitle> is particularly good.
1804    </para>
1805    <para>
1806     Still here?  OK, let's continue.
1807    </para>
1808    <para>
1809     In general, classes seem to be named big-endianly, so that
1810     <literal>FactoryFilter</literal> is not a filter that filters
1811     factories, but a factory that produces filters; and
1812     <literal>FactoryStatic</literal> is a factory for the statically
1813     registered filters (as opposed to those that are dynamically
1814     loaded).
1815    </para>
1816   </section>
1817
1818   <section id="individual.classes">
1819    <title>Individual classes</title>
1820    <para>
1821     The classes making up the Metaproxy application are here listed by
1822     class-name, with the names of the source files that define them in
1823     parentheses.
1824    </para>
1825
1826    <section id="class-FactoryFilter">
1827     <title><literal>mp::FactoryFilter</literal>
1828      (<filename>factory_filter.cpp</filename>)</title>
1829     <para>
1830      A factory class that exists primarily to provide the
1831      <literal>create()</literal> method, which takes the name of a
1832      filter class as its argument and returns a new filter of that
1833      type.  To enable this, the factory must first be populated by
1834      calling <literal>add_creator()</literal> for static filters (this
1835      is done by the <literal>FactoryStatic</literal> class, see below)
1836      and <literal>add_creator_dyn()</literal> for filters loaded
1837      dynamically.
1838     </para>
1839    </section>
1840
1841    <section id="class-FactoryStatic">
1842     <title><literal>mp::FactoryStatic</literal>
1843      (<filename>factory_static.cpp</filename>)</title>
1844     <para>
1845      A subclass of <literal>FactoryFilter</literal> which is
1846      responsible for registering all the statically defined filter
1847      types.  It does this by knowing about all those filters'
1848      structures, which are listed in its constructor.  Merely
1849      instantiating this class registers all the static classes.  It is
1850      for the benefit of this class that <literal>struct
1851       metaproxy_1_filter_struct</literal> exists, and that all the filter
1852      classes provide a static object of that type.
1853     </para>
1854    </section>
1855
1856    <section id="class-filter-Base">
1857     <title><literal>mp::filter::Base</literal>
1858      (<filename>filter.cpp</filename>)</title>
1859     <para>
1860      The virtual base class of all filters.  The filter API is, on the
1861      surface at least, extremely simple: two methods.
1862      <literal>configure()</literal> is passed an XML DOM tree representing
1863      that part of the configuration file that pertains to this filter
1864      instance, and is expected to walk that tree extracting relevant
1865      information.  And <literal>process()</literal> processes a
1866      package (see below).  That surface simplicity is a bit
1867      misleading, as <literal>process()</literal> needs to know a lot
1868      about the <literal>Package</literal> class in order to do
1869      anything useful.
1870     </para>
1871    </section>
1872
1873    <section id="class-AuthSimple">
1874     <title><literal>mp::filter::AuthSimple</literal>,
1875      <literal>Backend_test</literal>, etc.
1876      (<filename>filter_auth_simple.cpp</filename>,
1877      <filename>filter_backend_test.cpp</filename>, etc.)</title>
1878     <para>
1879      Individual filters.  Each of these is implemented by a header and
1880      a source file, named <filename>filter_*.hpp</filename> and
1881      <filename>filter_*.cpp</filename> respectively.  All the header
1882      files should be pretty much identical, in that they declare the
1883      class, including a private <literal>Rep</literal> class and a
1884      member pointer to it, and the two public methods.
1885     </para>
1886     <para>
1887      The source file for each filter needs to supply:
1888     </para>
1889     <itemizedlist>
1890      <listitem>
1891       <para>
1892        A definition of the private <literal>Rep</literal> class.
1893       </para>
1894      </listitem>
1895      <listitem>
1896       <para>
1897        Some boilerplate constructors and destructors.
1898       </para>
1899      </listitem>
1900      <listitem>
1901       <para>
1902        A <literal>configure()</literal> method that uses the
1903        appropriate XML fragment.
1904       </para>
1905      </listitem>
1906      <listitem>
1907       <para>
1908        Most important, the <literal>process()</literal> method that
1909        does all the actual work.
1910       </para>
1911      </listitem>
1912     </itemizedlist>
1913    </section>
1914
1915    <section id="class-Package">
1916     <title><literal>mp::Package</literal>
1917      (<filename>package.cpp</filename>)</title>
1918     <para>
1919      Represents a package on its way through the series of filters
1920      that make up a route.  This is essentially a Z39.50 or SRU APDU
1921      together with information about where it came from, which is
1922      modified as it passes through the various filters.
1923     </para>
1924    </section>
1925
1926    <section id="class-Pipe">
1927     <title><literal>mp::Pipe</literal>
1928      (<filename>pipe.cpp</filename>)</title>
1929     <para>
1930      This class provides a compatibility layer so that we have an IPC
1931      mechanism that works the same under Unix and Windows.  It's not
1932      particularly exciting.
1933     </para>
1934    </section>
1935
1936    <section id="class-RouterChain">
1937     <title><literal>mp::RouterChain</literal>
1938      (<filename>router_chain.cpp</filename>)</title>
1939     <para>
1940      ### to be written
1941     </para>
1942    </section>
1943
1944    <section id="class-RouterFleXML">
1945     <title><literal>mp::RouterFleXML</literal>
1946      (<filename>router_flexml.cpp</filename>)</title>
1947     <para>
1948      ### to be written
1949     </para>
1950    </section>
1951
1952    <section id="class-Session">
1953     <title><literal>mp::Session</literal>
1954      (<filename>session.cpp</filename>)</title>
1955     <para>
1956      ### to be written
1957     </para>
1958    </section>
1959
1960    <section id="class-ThreadPoolSocketObserver">
1961     <title><literal>mp::ThreadPoolSocketObserver</literal>
1962      (<filename>thread_pool_observer.cpp</filename>)</title>
1963     <para>
1964      ### to be written
1965     </para>
1966    </section>
1967
1968    <section id="class-util">
1969     <title><literal>mp::util</literal>
1970      (<filename>util.cpp</filename>)</title>
1971     <para>
1972      A namespace of various small utility functions and classes,
1973      collected together for convenience.  Most importantly, includes
1974      the <literal>mp::util::odr</literal> class, a wrapper for YAZ's
1975      ODR facilities.
1976     </para>
1977    </section>
1978
1979    <section id="class-xml">
1980     <title><literal>mp::xml</literal>
1981      (<filename>xmlutil.cpp</filename>)</title>
1982     <para>
1983      A namespace of various XML utility functions and classes,
1984      collected together for convenience.
1985     </para>
1986    </section>
1987   </section>
1988
1989
1990   <section id="other.source.files">
1991    <title>Other Source Files</title>
1992    <para>
1993     In addition to the Metaproxy source files that define the classes
1994     described above, there are a few additional files which are
1995     briefly described here:
1996    </para>
1997    <variablelist>
1998     <varlistentry>
1999      <term><literal>metaproxy_prog.cpp</literal></term>
2000      <listitem>
2001       <para>
2002        The main function of the <command>metaproxy</command> program.
2003       </para>
2004      </listitem>
2005     </varlistentry>
2006     <varlistentry>
2007      <term><literal>ex_router_flexml.cpp</literal></term>
2008      <listitem>
2009       <para>
2010        Identical to <literal>metaproxy_prog.cpp</literal>: it's not clear why.
2011       </para>
2012      </listitem>
2013     </varlistentry>
2014     <varlistentry>
2015      <term><literal>test_*.cpp</literal></term>
2016      <listitem>
2017       <para>
2018        Unit-tests for various modules.
2019       </para>
2020      </listitem>
2021     </varlistentry>
2022    </variablelist>
2023    <para>
2024     ### Still to be described:
2025     <literal>ex_filter_frontend_net.cpp</literal>,
2026     <literal>filter_dl.cpp</literal>,
2027     <literal>plainfile.cpp</literal>,
2028     <literal>tstdl.cpp</literal>.
2029    </para>
2030   </section>
2031  </chapter>
2032  
2033  
2034  <reference id="reference">
2035   <title>Reference</title>
2036    <partintro id="reference-introduction">
2037     <para>
2038      The material in this chapter is drawn directly from the individual
2039      manual entries.  In particular, the Metaproxy invocation section is
2040      available using <command>man metaproxy</command>, and the section
2041      on each individual filter is available using the name of the filter
2042      as the argument to the <command>man</command> command.
2043     </para>
2044    </partintro>
2045    &manref;
2046  </reference>
2047
2048 <appendix id="license">
2049  <title>License</title>
2050
2051   <para>
2052    Metaproxy, Copyright &copy; 1995-2007 Index Data ApS.
2053  </para>
2054
2055   <para>
2056    Metaproxy is free software; you can redistribute it and/or modify it under
2057    the terms of the GNU General Public License as published by the Free
2058    Software Foundation; either version 2, or (at your option) any later
2059    version.
2060    </para>
2061
2062   <para>
2063    Metaproxy is distributed in the hope that it will be useful, but WITHOUT ANY
2064    WARRANTY; without even the implied warranty of MERCHANTABILITY or
2065    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
2066    for more details.
2067   </para>
2068   
2069   <para>
2070    You should have received a copy of the GNU General Public License
2071    along with Metaproxy; see the file LICENSE.  If not, write to the
2072    Free Software Foundation, 
2073    51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
2074    </para>
2075   
2076   <sect1 id="gpl">
2077    <title>GNU General Public License</title>
2078    <screen>
2079                     GNU GENERAL PUBLIC LICENSE
2080                        Version 2, June 1991
2081
2082  Copyright (C) 1989, 1991 Free Software Foundation, Inc.
2083                        51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
2084 w Everyone is permitted to copy and distribute verbatim copies
2085  of this license document, but changing it is not allowed.
2086
2087                             Preamble
2088
2089   The licenses for most software are designed to take away your
2090 freedom to share and change it.  By contrast, the GNU General Public
2091 License is intended to guarantee your freedom to share and change free
2092 software--to make sure the software is free for all its users.  This
2093 General Public License applies to most of the Free Software
2094 Foundation's software and to any other program whose authors commit to
2095 using it.  (Some other Free Software Foundation software is covered by
2096 the GNU Library General Public License instead.)  You can apply it to
2097 your programs, too.
2098
2099   When we speak of free software, we are referring to freedom, not
2100 price.  Our General Public Licenses are designed to make sure that you
2101 have the freedom to distribute copies of free software (and charge for
2102 this service if you wish), that you receive source code or can get it
2103 if you want it, that you can change the software or use pieces of it
2104 in new free programs; and that you know you can do these things.
2105
2106   To protect your rights, we need to make restrictions that forbid
2107 anyone to deny you these rights or to ask you to surrender the rights.
2108 These restrictions translate to certain responsibilities for you if you
2109 distribute copies of the software, or if you modify it.
2110
2111   For example, if you distribute copies of such a program, whether
2112 gratis or for a fee, you must give the recipients all the rights that
2113 you have.  You must make sure that they, too, receive or can get the
2114 source code.  And you must show them these terms so they know their
2115 rights.
2116
2117   We protect your rights with two steps: (1) copyright the software, and
2118 (2) offer you this license which gives you legal permission to copy,
2119 distribute and/or modify the software.
2120
2121   Also, for each author's protection and ours, we want to make certain
2122 that everyone understands that there is no warranty for this free
2123 software.  If the software is modified by someone else and passed on, we
2124 want its recipients to know that what they have is not the original, so
2125 that any problems introduced by others will not reflect on the original
2126 authors' reputations.
2127
2128   Finally, any free program is threatened constantly by software
2129 patents.  We wish to avoid the danger that redistributors of a free
2130 program will individually obtain patent licenses, in effect making the
2131 program proprietary.  To prevent this, we have made it clear that any
2132 patent must be licensed for everyone's free use or not licensed at all.
2133
2134   The precise terms and conditions for copying, distribution and
2135 modification follow.
2136
2137                     GNU GENERAL PUBLIC LICENSE
2138    TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
2139
2140   0. This License applies to any program or other work which contains
2141 a notice placed by the copyright holder saying it may be distributed
2142 under the terms of this General Public License.  The "Program", below,
2143 refers to any such program or work, and a "work based on the Program"
2144 means either the Program or any derivative work under copyright law:
2145 that is to say, a work containing the Program or a portion of it,
2146 either verbatim or with modifications and/or translated into another
2147 language.  (Hereinafter, translation is included without limitation in
2148 the term "modification".)  Each licensee is addressed as "you".
2149
2150 Activities other than copying, distribution and modification are not
2151 covered by this License; they are outside its scope.  The act of
2152 running the Program is not restricted, and the output from the Program
2153 is covered only if its contents constitute a work based on the
2154 Program (independent of having been made by running the Program).
2155 Whether that is true depends on what the Program does.
2156
2157   1. You may copy and distribute verbatim copies of the Program's
2158 source code as you receive it, in any medium, provided that you
2159 conspicuously and appropriately publish on each copy an appropriate
2160 copyright notice and disclaimer of warranty; keep intact all the
2161 notices that refer to this License and to the absence of any warranty;
2162 and give any other recipients of the Program a copy of this License
2163 along with the Program.
2164
2165 You may charge a fee for the physical act of transferring a copy, and
2166 you may at your option offer warranty protection in exchange for a fee.
2167
2168   2. You may modify your copy or copies of the Program or any portion
2169 of it, thus forming a work based on the Program, and copy and
2170 distribute such modifications or work under the terms of Section 1
2171 above, provided that you also meet all of these conditions:
2172
2173     a) You must cause the modified files to carry prominent notices
2174     stating that you changed the files and the date of any change.
2175
2176     b) You must cause any work that you distribute or publish, that in
2177     whole or in part contains or is derived from the Program or any
2178     part thereof, to be licensed as a whole at no charge to all third
2179     parties under the terms of this License.
2180
2181     c) If the modified program normally reads commands interactively
2182     when run, you must cause it, when started running for such
2183     interactive use in the most ordinary way, to print or display an
2184     announcement including an appropriate copyright notice and a
2185     notice that there is no warranty (or else, saying that you provide
2186     a warranty) and that users may redistribute the program under
2187     these conditions, and telling the user how to view a copy of this
2188     License.  (Exception: if the Program itself is interactive but
2189     does not normally print such an announcement, your work based on
2190     the Program is not required to print an announcement.)
2191
2192 These requirements apply to the modified work as a whole.  If
2193 identifiable sections of that work are not derived from the Program,
2194 and can be reasonably considered independent and separate works in
2195 themselves, then this License, and its terms, do not apply to those
2196 sections when you distribute them as separate works.  But when you
2197 distribute the same sections as part of a whole which is a work based
2198 on the Program, the distribution of the whole must be on the terms of
2199 this License, whose permissions for other licensees extend to the
2200 entire whole, and thus to each and every part regardless of who wrote it.
2201
2202 Thus, it is not the intent of this section to claim rights or contest
2203 your rights to work written entirely by you; rather, the intent is to
2204 exercise the right to control the distribution of derivative or
2205 collective works based on the Program.
2206
2207 In addition, mere aggregation of another work not based on the Program
2208 with the Program (or with a work based on the Program) on a volume of
2209 a storage or distribution medium does not bring the other work under
2210 the scope of this License.
2211
2212   3. You may copy and distribute the Program (or a work based on it,
2213 under Section 2) in object code or executable form under the terms of
2214 Sections 1 and 2 above provided that you also do one of the following:
2215
2216     a) Accompany it with the complete corresponding machine-readable
2217     source code, which must be distributed under the terms of Sections
2218     1 and 2 above on a medium customarily used for software interchange; or,
2219
2220     b) Accompany it with a written offer, valid for at least three
2221     years, to give any third party, for a charge no more than your
2222     cost of physically performing source distribution, a complete
2223     machine-readable copy of the corresponding source code, to be
2224     distributed under the terms of Sections 1 and 2 above on a medium
2225     customarily used for software interchange; or,
2226
2227     c) Accompany it with the information you received as to the offer
2228     to distribute corresponding source code.  (This alternative is
2229     allowed only for noncommercial distribution and only if you
2230     received the program in object code or executable form with such
2231     an offer, in accord with Subsection b above.)
2232
2233 The source code for a work means the preferred form of the work for
2234 making modifications to it.  For an executable work, complete source
2235 code means all the source code for all modules it contains, plus any
2236 associated interface definition files, plus the scripts used to
2237 control compilation and installation of the executable.  However, as a
2238 special exception, the source code distributed need not include
2239 anything that is normally distributed (in either source or binary
2240 form) with the major components (compiler, kernel, and so on) of the
2241 operating system on which the executable runs, unless that component
2242 itself accompanies the executable.
2243
2244 If distribution of executable or object code is made by offering
2245 access to copy from a designated place, then offering equivalent
2246 access to copy the source code from the same place counts as
2247 distribution of the source code, even though third parties are not
2248 compelled to copy the source along with the object code.
2249
2250   4. You may not copy, modify, sublicense, or distribute the Program
2251 except as expressly provided under this License.  Any attempt
2252 otherwise to copy, modify, sublicense or distribute the Program is
2253 void, and will automatically terminate your rights under this License.
2254 However, parties who have received copies, or rights, from you under
2255 this License will not have their licenses terminated so long as such
2256 parties remain in full compliance.
2257
2258   5. You are not required to accept this License, since you have not
2259 signed it.  However, nothing else grants you permission to modify or
2260 distribute the Program or its derivative works.  These actions are
2261 prohibited by law if you do not accept this License.  Therefore, by
2262 modifying or distributing the Program (or any work based on the
2263 Program), you indicate your acceptance of this License to do so, and
2264 all its terms and conditions for copying, distributing or modifying
2265 the Program or works based on it.
2266
2267   6. Each time you redistribute the Program (or any work based on the
2268 Program), the recipient automatically receives a license from the
2269 original licensor to copy, distribute or modify the Program subject to
2270 these terms and conditions.  You may not impose any further
2271 restrictions on the recipients' exercise of the rights granted herein.
2272 You are not responsible for enforcing compliance by third parties to
2273 this License.
2274
2275   7. If, as a consequence of a court judgment or allegation of patent
2276 infringement or for any other reason (not limited to patent issues),
2277 conditions are imposed on you (whether by court order, agreement or
2278 otherwise) that contradict the conditions of this License, they do not
2279 excuse you from the conditions of this License.  If you cannot
2280 distribute so as to satisfy simultaneously your obligations under this
2281 License and any other pertinent obligations, then as a consequence you
2282 may not distribute the Program at all.  For example, if a patent
2283 license would not permit royalty-free redistribution of the Program by
2284 all those who receive copies directly or indirectly through you, then
2285 the only way you could satisfy both it and this License would be to
2286 refrain entirely from distribution of the Program.
2287
2288 If any portion of this section is held invalid or unenforceable under
2289 any particular circumstance, the balance of the section is intended to
2290 apply and the section as a whole is intended to apply in other
2291 circumstances.
2292
2293 It is not the purpose of this section to induce you to infringe any
2294 patents or other property right claims or to contest validity of any
2295 such claims; this section has the sole purpose of protecting the
2296 integrity of the free software distribution system, which is
2297 implemented by public license practices.  Many people have made
2298 generous contributions to the wide range of software distributed
2299 through that system in reliance on consistent application of that
2300 system; it is up to the author/donor to decide if he or she is willing
2301 to distribute software through any other system and a licensee cannot
2302 impose that choice.
2303
2304 This section is intended to make thoroughly clear what is believed to
2305 be a consequence of the rest of this License.
2306
2307   8. If the distribution and/or use of the Program is restricted in
2308 certain countries either by patents or by copyrighted interfaces, the
2309 original copyright holder who places the Program under this License
2310 may add an explicit geographical distribution limitation excluding
2311 those countries, so that distribution is permitted only in or among
2312 countries not thus excluded.  In such case, this License incorporates
2313 the limitation as if written in the body of this License.
2314
2315   9. The Free Software Foundation may publish revised and/or new versions
2316 of the General Public License from time to time.  Such new versions will
2317 be similar in spirit to the present version, but may differ in detail to
2318 address new problems or concerns.
2319
2320 Each version is given a distinguishing version number.  If the Program
2321 specifies a version number of this License which applies to it and "any
2322 later version", you have the option of following the terms and conditions
2323 either of that version or of any later version published by the Free
2324 Software Foundation.  If the Program does not specify a version number of
2325 this License, you may choose any version ever published by the Free Software
2326 Foundation.
2327
2328   10. If you wish to incorporate parts of the Program into other free
2329 programs whose distribution conditions are different, write to the author
2330 to ask for permission.  For software which is copyrighted by the Free
2331 Software Foundation, write to the Free Software Foundation; we sometimes
2332 make exceptions for this.  Our decision will be guided by the two goals
2333 of preserving the free status of all derivatives of our free software and
2334 of promoting the sharing and reuse of software generally.
2335
2336                             NO WARRANTY
2337
2338   11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
2339 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN
2340 OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
2341 PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
2342 OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
2343 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS
2344 TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE
2345 PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
2346 REPAIR OR CORRECTION.
2347
2348   12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
2349 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
2350 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
2351 INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
2352 OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
2353 TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
2354 YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
2355 PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
2356 POSSIBILITY OF SUCH DAMAGES.
2357
2358                      END OF TERMS AND CONDITIONS
2359
2360    </screen> 
2361   </sect1>
2362  </appendix>
2363 </book>
2364
2365  <!-- Keep this comment at the end of the file
2366  Local variables:
2367  mode: sgml
2368  sgml-omittag:t
2369  sgml-shorttag:t
2370  sgml-minimize-attributes:nil
2371  sgml-always-quote-attributes:t
2372  sgml-indent-step:1
2373  sgml-indent-data:t
2374  sgml-parent-document: nil
2375  sgml-local-catalogs: nil
2376  sgml-namecase-general:t
2377  End:
2378  -->