Add css/pdf to mime types
[yazproxy-moved-to-github.git] / etc / voyager.xml
index ef07df2..ce55a62 100644 (file)
@@ -1,6 +1,9 @@
 <?xml version="1.0"?>
-<!-- $Id: voyager.xml,v 1.2 2004-04-19 13:42:52 adam Exp $ -->
-<proxy xmlns="http://indexdata.dk/yazproxy/schema/0.8/">
+<!-- $Id: voyager.xml,v 1.7 2006-04-06 01:16:54 adam Exp $ -->
+<proxy xmlns="http://indexdata.dk/yazproxy/schema/0.9/"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://indexdata.dk/yazproxy/schema/0.9/ yazproxy.xsd"
+>
   <!-- define default target and name it voyager -->
   <target default="1" name="voyager">
     <!-- all backend addresses as seen from this proxy .. -->
@@ -25,6 +28,7 @@
       <bandwidth>200000</bandwidth>
       <pdu>31</pdu>
       <retrieve>50</retrieve>
+      <search>15</search>
     </limit>
 
     <!-- use attributes -->
@@ -58,7 +62,7 @@
     reject all others at the end -->
     <syntax type="opac"/>
     <syntax type="usmarc"/>
-    <syntax type="none"/>
+    <syntax type="none" backendtype="usmarc"/>
     
     <syntax type="xml" marcxml="1"
       identifier="info:srw/schema/1/marcxml-v1.1"
       <name>mods3</name>
       <name>mods</name>
     </syntax>
+    
+    <syntax type="xml" marcxml="1" backendtype="opac"
+      identifier="info:srw/schema/1/opacxml-v1.0"
+      >
+      <title>OPACXML</title>
+      <name>opacxml</name>
+    </syntax>
 
     <syntax type="*" error="238"/>
 
     <!-- keep this number of spare sessions for future sessions -->
-    <preinit>2</preinit>
+    <preinit>0</preinit>
 
     <explain xmlns="http://explain.z3950.org/dtd/2.0/">
       <serverInfo>
   <!-- what we log. Allowed tokens: client-apdu, server-apdu,
   client-requests, server-requests -->
   <log>client-requests server-requests</log>
+  <!-- <xlog></xlog> -->
+  <max-connect>10</max-connect>
+  <limit-connect>5</limit-connect>
 </proxy>