Check for HTMLFILES
[yazproxy-moved-to-github.git] / doc / introduction.xml
1 <!-- $Id: introduction.xml,v 1.4 2004-04-21 08:16:42 adam Exp $ -->
2  <chapter id="introduction"><title>Introduction</title>
3   <para>
4    The <ulink url="http://www.indexdata.dk/yazproxy/">YAZ Proxy</ulink> is
5    highly configurable and can be used in a number of different
6    applications, ranging from debugging Z39.50-based applications
7    and protecting overworked servers, to improving the performance of
8    stateless WWW/Z39.50 gateways. Among other features, it includes:
9    <itemizedlist>
10     <listitem>
11      <para>
12       Configurable logging
13      </para>
14     </listitem>
15
16     <listitem>
17      <para>
18       SRU/SRW server function, to allow any Z39.50 server to also support
19       the <ulink url="http://www.loc.gov/z3950/agency/zing/">ZiNG</ulink>
20       protocols
21      </para>
22     </listitem>
23
24     <listitem>
25      <para>
26       Load balancing across multiple backend servers
27      </para>
28     </listitem>
29
30     <listitem>
31      <para>
32       Session-sharing and pre-initialization to improve performance
33       in servers with expensive session initialization
34      </para>
35     </listitem>
36     
37     <listitem>
38      <para>
39       Configurable request filtering, to keep bad requests from
40       reaching the server
41      </para>
42     </listitem>
43
44     <listitem>
45      <para>
46       XML support -- MARC records can be converted to MARCXML, and
47       XSLT-transformations allow the proxy to support arbitrary
48       retrieval schemas in XML
49      </para>
50     </listitem>
51
52     <listitem>
53      <para>
54       Load governor function limits requests from aggressive
55       batch-mode clients
56      </para>
57     </listitem>
58
59     <listitem>
60      <para>
61       Efficient multiplexing software enables small memory footprint
62       and very high performance
63      </para>
64     </listitem>
65     
66    </itemizedlist>
67   </para>
68   <section>
69    <title>Licensing</title>
70    <para>
71     The proxy application and the proxy library is covered by the 
72     <link linkend="gpl">GPL</link>.
73    </para>
74   </section>
75
76   <section id="support">
77    <title>Support</title>
78    <para>
79     Configuration and installation assistance and ongoing support is
80     available for the YAZ Proxy.
81     For further information about support or licensing options, please
82     contact David Dorman in the
83     US (dorman at indexdata.com, 860-346-1237 or toll free 866-489-1568)
84     or Sebastian Hammer in Denmark (quinn a indexdata.com, or +45 3341 0100)   
85    </para>
86    
87   </section>
88  </chapter>
89
90  <!-- Keep this comment at the end of the file
91  Local variables:
92  mode: sgml
93  sgml-omittag:t
94  sgml-shorttag:t
95  sgml-minimize-attributes:nil
96  sgml-always-quote-attributes:t
97  sgml-indent-step:1
98  sgml-indent-data:t
99  sgml-parent-document:"yazproxy.xml"
100  sgml-local-catalogs: nil
101  sgml-namecase-general:t
102  End:
103  -->