Use AM_LDFLAGS instead of LDFLAGS
[yazpp-moved-to-github.git] / etc / voyager.xml
index b604cb7..28fa9a4 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<!-- $Id: voyager.xml,v 1.2 2004-01-05 09:31:09 adam Exp $ -->
+<!-- $Id: voyager.xml,v 1.9 2004-01-09 14:04:43 adam Exp $ -->
 <proxy>
   <!-- define default target and name it voyager -->
   <target default="1" name="voyager">
     <syntax type="opac"/>
     <syntax type="usmarc"/>
     <syntax type="none"/>
-
-    <syntax type="xml" marcxml="1" stylesheet="MARC21slim2DC.xsl">
-      dc
-      http://www.loc.gov/zing/srw/dcschema/v1.0/
+    
+    <syntax type="xml" marcxml="1"
+      identifier="http://www.loc.gov/marcxml/"
+      >
+      <title>MARCXML</title>
+      <name>marcxml</name>
     </syntax>
-    <syntax type="xml" marcxml="1">
-      marcxml
-      http://www.loc.gov/marcxml/
+    <syntax type="xml" marcxml="1" stylesheet="MARC21slim2DC.xsl"
+      identifier="http://www.loc.gov/zing/srw/dcschema/v1.0/"
+      >
+      <title>Dublin Core</title>
+      <name>dc</name>
     </syntax>
-    <syntax type="xml" marcxml="1" stylesheet="MARC21slim2MODS.xsl">
-      mods
-      http://www.loc.gov/mods/v3
+    <syntax type="xml" marcxml="1" stylesheet="MARC21slim2MODS.xsl"
+      identifier="http://www.loc.gov/mods/v3"
+      >
+      <title>MODS</title>
+      <name>mods</name>
     </syntax>
 
     <syntax type="*" error="238"/>
     <!-- keep this number of spare sessions for future sessions -->
     <preinit>2</preinit>
 
-    <explain>
+    <explain xmlns="http://explain.z3950.org/dtd/2.0/">
       <serverInfo>
        <host>indexdata.dk</host>
        <port>9000</port>
+       <database>voyager</database>
       </serverInfo>
+      
+      <databaseInfo>
+       <title>LoC gateway</title>
+       <description lang="en" primary="true">
+         SRW/SRU/Z39.50 Gateway to Library of Congress' Z39.50 server
+       </description>
+      </databaseInfo>
+      
+      <indexInfo>
+       <set identifier="http://www.loc.gov/zing/cql/context-sets/cql/v1.1/"
+         name="cql"/>
+       <set identifier="http://www.loc.gov/zing/cql/dc-indexes/v1.0/"
+         name="dc"/>
+       <set identifier="http://www.loc.gov/zing/cql/context-sets/bath/v1.1/"
+         name="bath"/>
+       
+       <index id="4">
+         <title>title</title>
+         <map><name set="dc">title</name></map>
+       </index>
+       <index id="21">
+         <title>subject</title>
+         <map><name set="dc">subject</name></map>
+       </index>
+       <index id="1003">
+         <title>creator</title>
+         <map><name set="dc">creator</name></map>
+         <map><name set="dc">author</name></map>
+       </index>
+       
+       <index id="1020">
+         <title>editor</title>
+         <map><name set="dc">editor</name></map>
+       </index>
+       
+       <index id="1018">
+         <title>publisher</title>
+         <map><name set="dc">publisher</name></map>
+       </index>
+       
+       <index id="62">
+         <title>description</title>
+         <map><name set="dc">description</name></map>
+       </index>
+       
+       <index id="30">
+         <title>date</title>
+         <map><name set="dc">date</name></map>
+       </index>
+       
+       <index id="1002">
+         <title>name</title>
+         <map><name set="bath">name</name></map>
+       </index>
+       
+       <index id="7">
+         <title>isbn</title>
+         <map><name set="bath">isbn</name></map>
+       </index>
+       <index id="8">
+         <title>issn</title>
+         <map><name set="bath">issn</name></map>
+       </index>
+      </indexInfo>
+
+      <schemaInfo>
+       <schema identifier="http://www.loc.gov/marcxml/"
+         sort="false" name="marcxml">
+         <title>MARCXML</title>
+       </schema>
+       
+       <schema identifier="http://www.loc.gov/zing/srw/dcschema/v1.0"
+         sort="false" name="dc">
+         <title>Dublin Core</title>
+       </schema>
+       
+       <schema identifier="http://www.loc.gov/mods/v3"
+         sort="false" name="mods">
+         <title>MODS</title>
+       </schema>
+      </schemaInfo>
+      
     </explain>
+   <cql2rpn>pqf.properties</cql2rpn>
   </target>
 
+
   <!-- maximum number of client sessions. Remember to allow for
      at least max-clients*2+5 sockets. Use 'ulimit -n 1040' on bash -->
   <max-clients>500</max-clients>