Use AM_LDFLAGS instead of LDFLAGS
[yazpp-moved-to-github.git] / etc / config.xml
index c4992b2..9e71d4c 100644 (file)
@@ -1,9 +1,8 @@
 <?xml version="1.0"?>
-<!-- $Id: config.xml,v 1.2 2003-12-16 14:17:00 adam Exp $ -->
+<!-- $Id: config.xml,v 1.8 2004-01-15 23:44:58 adam Exp $ -->
 <proxy>
-  <target default="1" name="voyager">
-    <!-- default target -->
-    <url>bagel.indexdata.dk</url>
+  <target name="bagel">
+    <url>indexdata.dk</url>
     <target-timeout>240</target-timeout>
     <client-timeout>180</client-timeout>
     <keepalive>
     <syntax type="xml" marcxml="1"/>
     <syntax type="*" error="238"/>
     <preinit>0</preinit>
+    <cql2rpn>pqf.properties</cql2rpn>
+    <zeerex>zeerex.xml</zeerex>
   </target>
-  <target name="localhost">
+  <target default="1" name="localhost">
     <url>localhost:9999</url>
-    <url>localhost:9998</url>
     <target-timeout>300</target-timeout>
     <client-timeout>180</client-timeout>
     <keepalive/> <!-- keepalive enabled -->
     <limit><!-- limits .. -->
       <bandwidth>50000</bandwidth>
       <pdu>60</pdu>
-      <retrieve>10</retrieve>
+      <retrieve>50</retrieve>
     </limit>
     <attribute type="1" value="1-1023"/>
     <attribute type="1" value="*" error="114"/>
     <syntax type="usmarc"/>
     <syntax type="grs1"/>
-    <syntax type="xml" marcxml="1"/>
+    <syntax type="xml" marcxml="1" stylesheet="MARC21slim2DC.xsl"
+      identifier="http://www.loc.gov/zing/srw/dcschema/v1.0/"
+       >
+      <name>dc</name>
+    </syntax>
+    <syntax type="xml" marcxml="1"
+      identifier="http://www.loc.gov/marcxml/"
+      >
+      <name>marcxml</name>
+    </syntax>
+    <syntax type="xml" marcxml="1" stylesheet="MARC21slim2MODS.xsl"
+      identifier="http://www.loc.gov/mods/v3"
+      >
+      <name>mods</name>
+    </syntax>
     <syntax type="none"/>
     <syntax type="*" error="238"/>
     <preinit>2</preinit>
-    <cql2rpn>pqf.properties</cql2pqf>
+    <cql2rpn>pqf.properties</cql2rpn>
+    <explain>
+      <serverInfo>
+       <host>indexdata.dk</host>
+       <port>9000</port>
+       <database>Default</database>
+      </serverInfo>
+    </explain>
+    <explain>
+      <serverInfo>
+       <host>indexdata.dk</host>
+       <port>9000</port>
+       <database>gils</database>
+      </serverInfo>
+    </explain>
   </target>
   <target name="*">
     <!-- everything else -->
   </target>
   <max-clients>50</max-clients>
-  <log>client-apdu server-apdu</log>
+  <log>client-requests server-requests</log>
 </proxy>