s/__DB_HOST__/__WEBSERVER_HOST__/
authorJoshua Ferraro <jmf@liblime.com>
Thu, 3 Jan 2008 08:09:23 +0000 (03:09 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Thu, 3 Jan 2008 08:10:13 +0000 (02:10 -0600)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>

etc/koha-conf.xml
etc/zebradb/explain-authorities.xml
etc/zebradb/explain-biblios.xml

index 70a989f..901aaef 100644 (file)
@@ -61,7 +61,7 @@
       <xi:fallback>
       <explain xmlns="http://explain.z3950.org/dtd/2.0/">
           <serverInfo>
-            <host>__DB_HOST__</host>
+            <host>__WEBSERVER_HOST__</host>
             <port>9999</port>
             <database>biblios</database>
           </serverInfo>
       <xi:fallback>
       <explain xmlns="http://explain.z3950.org/dtd/2.0/">
           <serverInfo>
-            <host>__DB_HOST__</host>
+            <host>__WEBSERVER_HOST__</host>
             <port>9999</port>
             <database>authorities</database>
           </serverInfo>
index 475b23a..c6d5fcc 100644 (file)
@@ -12,7 +12,7 @@
   <!-- try stylesheet url: http://./?stylesheet=docpath/sru2.xsl -->
   <serverInfo protocol="SRW/SRU/Z39.50">
 
-    <host>__DB_HOST__</host>
+    <host>__WEBSERVER_HOST__</host>
 
     <port>9999</port>
     <!-- <database numRecs="1314" lastUpdate="2006-03-15 09-05-33">
@@ -55,9 +55,9 @@
     
     <links> 
       <!--<link type="www">http://foo.indexdata.dk:80</link>-->
-      <link type="z39.50">http://__DB_HOST__:9999</link>
-      <link type="srw">http://__DB_HOST__:9999</link>
-      <link type="sru">http://__DB_HOST__:9999</link>
+      <link type="z39.50">http://__WEBSERVER_HOST__:9999</link>
+      <link type="srw">http://__WEBSERVER_HOST__:9999</link>
+      <link type="sru">http://__WEBSERVER_HOST__:9999</link>
       <!--<link type="oai"></link>
       <link type="rss"></link>
       <link type="icon"></link> -->
index db802b2..e883e38 100644 (file)
@@ -12,7 +12,7 @@
   <!-- try stylesheet url: http://./?stylesheet=docpath/sru2.xsl -->
   <serverInfo protocol="SRW/SRU/Z39.50">
 
-    <host>__DB_HOST__</host>
+    <host>__WEBSERVER_HOST__</host>
 
     <port>9999</port>
     <!-- <database numRecs="1314" lastUpdate="2006-03-15 09-05-33">
@@ -55,9 +55,9 @@
     
     <links> 
       <!--<link type="www">http://foo.indexdata.dk:80</link>-->
-      <link type="z39.50">http://__DB_HOST__:9999</link>
-      <link type="srw">http://__DB_HOST__:9999</link>
-      <link type="sru">http://__DB_HOST__:9999</link>
+      <link type="z39.50">http://__WEBSERVER_HOST__:9999</link>
+      <link type="srw">http://__WEBSERVER_HOST__:9999</link>
+      <link type="sru">http://__WEBSERVER_HOST__:9999</link>
       <!--<link type="oai"></link>
       <link type="rss"></link>
       <link type="icon"></link> -->