Use AM_LDFLAGS instead of LDFLAGS
[yazpp-moved-to-github.git] / etc / config.xml
index 7c8d1ef..9e71d4c 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<!-- $Id: config.xml,v 1.4 2003-12-22 15:16:23 adam Exp $ -->
+<!-- $Id: config.xml,v 1.8 2004-01-15 23:44:58 adam Exp $ -->
 <proxy>
   <target name="bagel">
     <url>indexdata.dk</url>
   </target>
   <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</cql2rpn>
     <explain>
       <serverInfo>
-       <host>myhost</host>
+       <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>
-    <zeerex>zeerex.xml</zeerex>
   </target>
   <target name="*">
     <!-- everything else -->