Schema conversion. Use libxml2 and lots of other updates
[yazpp-moved-to-github.git] / etc / config.xml
1 <?xml version="1.0"?>
2 <!-- $Id: config.xml,v 1.5 2004-01-05 09:31:09 adam Exp $ -->
3 <proxy>
4   <target name="bagel">
5     <url>indexdata.dk</url>
6     <target-timeout>240</target-timeout>
7     <client-timeout>180</client-timeout>
8     <keepalive>
9       <bandwidth>1000000</bandwidth>
10       <pdu>1000</pdu>
11     </keepalive>
12     <limit><!-- per minute limits .. -->
13       <bandwidth>2000000</bandwidth>
14       <pdu>50</pdu>
15       <retrieve>100</retrieve>
16     </limit>
17     <attribute type="1" value="1-11,13-1010"/>
18     <attribute type="1" value="*" error="114"/>
19     <syntax type="opac"/>
20     <syntax type="usmarc"/>
21     <syntax type="none"/>
22     <syntax type="xml" marcxml="1"/>
23     <syntax type="*" error="238"/>
24     <preinit>0</preinit>
25     <cql2rpn>pqf.properties</cql2rpn>
26     <zeerex>zeerex.xml</zeerex>
27   </target>
28   <target default="1" name="localhost">
29     <url>localhost:9999</url>
30     <target-timeout>300</target-timeout>
31     <client-timeout>180</client-timeout>
32     <keepalive/> <!-- keepalive enabled -->
33     <limit><!-- limits .. -->
34       <bandwidth>50000</bandwidth>
35       <pdu>60</pdu>
36       <retrieve>50</retrieve>
37     </limit>
38     <attribute type="1" value="1-1023"/>
39     <attribute type="1" value="*" error="114"/>
40     <syntax type="usmarc"/>
41     <syntax type="grs1"/>
42     <syntax type="xml" marcxml="1" stylesheet="MARC21slim2DC.xsl">
43       dc
44       http://www.loc.gov/zing/srw/dcschema/v1.0/
45     </syntax>
46     <syntax type="xml" marcxml="1">
47       marcxml
48       http://www.loc.gov/marcxml/
49     </syntax>
50     <syntax type="xml" marcxml="1" stylesheet="MARC21slim2MODS.xsl">
51       mods
52       http://www.loc.gov/mods/v3
53     </syntax>
54     <syntax type="none"/>
55     <syntax type="*" error="238"/>
56     <preinit>2</preinit>
57     <cql2rpn>pqf.properties</cql2rpn>
58     <explain>
59       <serverInfo>
60         <host>indexdata.dk</host>
61         <port>9000</port>
62       </serverInfo>
63     </explain>
64   </target>
65   <target name="*">
66     <!-- everything else -->
67   </target>
68   <max-clients>50</max-clients>
69   <log>client-requests server-requests</log>
70 </proxy>