Do not build for Ubuntu Lucid anymore
[metaproxy-moved-to-github.git] / etc / explain.xml
index 8564e5d..f98b3a2 100644 (file)
@@ -1,6 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
-<!-- $Id: explain.xml,v 1.2 2007-01-08 13:07:38 marc Exp $ -->
 
 <!-- this file configures the SRU/SRW explain response -->
 <!-- see: http://explain.z3950.org/dtd/commentary.html -->
 
   <schemaInfo>
     <schema identifier="http://www.loc.gov/zing/srw/dcschema/v1.0/"
-            location="http://www.loc.gov/zing/srw/dc.xsd" 
+            location="http://www.loc.gov/zing/srw/dc.xsd"
             name="dc"
             retrieve="true">
       <title lang="en">Dublin Core</title>
     </schema>
     <!--
     <schema identifier="http://indexdata.dk/dc-short"
-            location="" 
+            location=""
             name="dc-short"
             retrieve="true">
       <title lang="en">Dublin Core Short Form</title>
     -->
   </schemaInfo>
 
+
   <configInfo>
 
     <!-- searchRetrieve settings -->
     <!--<supports type="relationModifier">phonetic</supports> --><!-- 2=100 -->
     <!--<supports type="relationModifier">stem</supports> --><!-- 2=101  -->
 
-    <!-- <supports type="proximity"></supports> --> 
+    <!-- <supports type="proximity"></supports> -->
           <!-- title = (house prox/distance=1/unit=word  the) -->
-    <!-- proximity modifier supported by the server or index 
+    <!-- proximity modifier supported by the server or index
          (relation, distance, unit, ordering) -->
     <!-- <supports type="proximityModifier"></supports> -->
     <!-- boolean modifier supported by the server or index -->
     <!-- supported sortmodifier (ascending, missingValue, caseSensitive) -->
     <!-- <supports type="sortModifier"></supports> -->
 
-    <!-- presentation settings --> 
+    <!-- presentation settings -->
     <default type="numberOfRecords">0</default>
     <default type="retrieveSchema">dc</default>
     <default type="recordPacking">xml</default>
 
     <setting type="stylesheet">docpath/sru.xsl</setting>
     <!-- <setting type="maximumRecords">1000</setting> -->
-    <!-- <supports type="resultSets"></supports>  --> 
+    <!-- <supports type="resultSets"></supports>  -->
 
     <!-- scan settings -->
 
     <!-- <supports type="extraExplainData"></supports> -->
     <!-- <supports type="profile"></supports> -->
   </configInfo>
-   
+
 </explain>