Replace indexdata.dk/gils with z3950.indexdata.com MP-624
[metaproxy-moved-to-github.git] / doc / virt_db.xml
index d662688..52f578e 100644 (file)
@@ -1,4 +1,4 @@
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.4//EN" 
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.4//EN"
     "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
  <!ENTITY copyright SYSTEM "copyright.xml">
  <!ENTITY % idcommon SYSTEM "common/common.ent">
   <manvolnum>3mp</manvolnum>
   <refmiscinfo class="manual">Metaproxy Module</refmiscinfo>
  </refmeta>
+
  <refnamediv>
   <refname>virt_db</refname>
   <refpurpose>Metaproxy Virtual Databases Module</refpurpose>
  </refnamediv>
+
  <refsect1><title>DESCRIPTION</title>
   <para>
    This filter allows one Z39.50 database to be me mapped to
    another target; or even multiple targets.
   </para>
   <para>
-   The configuration of virt_db consists of zero or more 
+   The configuration of virt_db consists of zero or more
    <literal>&lt;virtual&gt;</literal> elements each describing the
    Z39.50 virtual database recognized.
    The name of the database is the text content of the
    <literal>&lt;database&gt;</literal> element which should be
-   first element inside the virtual section. 
+   first element inside the virtual section.
   </para>
   <para>
    For Metaproxy 1.0.20 and later, the database is treated as a glob pattern.
-   This allows operators * (any number of any character) and 
+   This allows operators * (any number of any character) and
    ? (any single character). The virtual sections are inspected in
    the order given. The first matching virtual database is used.
   </para>
    databases do not result in the same routing.
   </para>
  </refsect1>
+
  <refsect1><title>SCHEMA</title>
    <literallayout><xi:include
                     xi:href="../xml/schema/filter_virt_db.rnc" xi:parse="text"
                     xmlns:xi="http://www.w3.org/2001/XInclude" />
    </literallayout>
  </refsect1>
+
  <refsect1><title>EXAMPLES</title>
   <para>
    Consider this virt_db configuration:
       </virtual>
       <virtual>
         <database>db2</database>
-        <target>indexdata.com/gils</target>
+        <target>z3950.indexdata.com/gils</target>
       </virtual>
       <virtual>
         <database>combined</database>
-        <target>indexdata.com/gils</target>
+        <target>z3950.indexdata.com/gils</target>
         <target>localhost:9999/Default</target>
       </virtual>
       <virtual route="special">
         <database>db3</database>
-        <target>indexdata.com/special</target>
+        <target>z3950.indexdata.com/special</target>
       </virtual>
       <virtual>
         <database>*</database><!-- default -->
     </filter>
 ]]>
    </screen>
-   This will offer 4 databases, <literal>db1</literal>, 
+   This will offer 4 databases, <literal>db1</literal>,
    <literal>db2</literal>, <literal>combined</literal> and
    <literal>db3</literal>. If a Z39.50 specifies <literal>db1</literal>
    and <literal>db2</literal> that will have same effect as specifying
    Since <literal>db3</literal> routes differently from the other databases,
    this database may not be combined with the others.
   </para>
- </refsect1> 
+ </refsect1>
+
  <refsect1><title>SEE ALSO</title>
   <para>
    <citerefentry>
    </citerefentry>
   </para>
  </refsect1>
+
  &copyright;
 </refentry>
 
 <!-- Keep this comment at the end of the file
 Local variables:
-mode: sgml
-sgml-omittag:t
-sgml-shorttag:t
-sgml-minimize-attributes:nil
-sgml-always-quote-attributes:t
-sgml-indent-step:1
-sgml-indent-data:t
-sgml-parent-document:nil
-sgml-local-catalogs: nil
-sgml-namecase-general:t
+mode: nxml
+nxml-child-indent: 1
 End:
 -->