First files of YAZ proxy. split
authorAdam Dickmeiss <adam@indexdata.dk>
Sun, 11 Apr 2004 11:36:46 +0000 (11:36 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Sun, 11 Apr 2004 11:36:46 +0000 (11:36 +0000)
22 files changed:
README
buildconf.sh
doc/Makefile.am
doc/installation.xml
doc/introduction.xml
doc/license.xml
doc/yazhtml.dsl.in
doc/yazphp.dsl.in
doc/yazprint.dsl.in
doc/yazproxy.xml.in
etc/Makefile.am
etc/config.xml
etc/pqf.properties
etc/voyager.xml
include/yazproxy/bw.h
include/yazproxy/proxy.h
src/Makefile.am
src/yaz-bw.cpp
src/yaz-proxy-config.cpp
src/yaz-proxy-main.cpp
src/yaz-proxy.cpp
yazpp.m4

diff --git a/README b/README
index 3a741e1..479cf37 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,6 @@
 YAZ proxy - A Z39.50/SRW/SRU proxy.
 
-$Id: README,v 1.1 2004-04-11 11:36:46 adam Exp $
+$Id: README,v 1.1.1.1 2004-04-11 11:36:46 adam Exp $
 
 Introduction
 ------------
index 17d2eeb..b91be65 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# $Id: buildconf.sh,v 1.1 2004-04-11 11:36:46 adam Exp $
+# $Id: buildconf.sh,v 1.1.1.1 2004-04-11 11:36:46 adam Exp $
 set -x
 dir=`aclocal --print-ac-dir`
 if [ -f $dir/yaz.m4 ]; then
index 7769880..76d9c42 100644 (file)
@@ -1,4 +1,4 @@
-## $Id: Makefile.am,v 1.1 2004-04-11 11:36:53 adam Exp $
+## $Id: Makefile.am,v 1.1.1.1 2004-04-11 11:36:53 adam Exp $
 docdir=$(datadir)/doc/@PACKAGE@
 
 SUPPORTFILES = \
index 683e911..7118bcc 100644 (file)
@@ -1,5 +1,5 @@
 <chapter id="installation">
-  <!-- $Id: installation.xml,v 1.1 2004-04-11 11:36:52 adam Exp $ -->
+  <!-- $Id: installation.xml,v 1.1.1.1 2004-04-11 11:36:52 adam Exp $ -->
   <title>Installation</title>
   <para>
    You need a C++ compiler to compile and use YAZ++.
index 8aa3704..b2ac60d 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $Id: introduction.xml,v 1.1 2004-04-11 11:36:52 adam Exp $ -->
+<!-- $Id: introduction.xml,v 1.1.1.1 2004-04-11 11:36:52 adam Exp $ -->
  <chapter id="introduction"><title>Introduction</title>
   <para>
    <ulink url="http://www.indexdata.dk/yazplusplus/">YAZ++</ulink> 
index 882d025..37a496b 100644 (file)
@@ -1,4 +1,4 @@
-<!-- $Id: license.xml,v 1.1 2004-04-11 11:36:52 adam Exp $ -->
+<!-- $Id: license.xml,v 1.1.1.1 2004-04-11 11:36:52 adam Exp $ -->
  <appendix id="license"><title>License</title>
   
   <section id="gpl"><title>GPL</title>
index 3ac6ed6..302e39b 100644 (file)
@@ -3,7 +3,7 @@
   CDATA DSSSL>
 ]>
 <!--
-  $Id: yazhtml.dsl.in,v 1.1 2004-04-11 11:36:53 adam Exp $
+  $Id: yazhtml.dsl.in,v 1.1.1.1 2004-04-11 11:36:53 adam Exp $
 -->
 <style-sheet>
 <style-specification use="docbook">
index ea769e9..f3903f7 100644 (file)
@@ -3,7 +3,7 @@
   CDATA DSSSL>
 ]>
 <!--
-  $Id: yazphp.dsl.in,v 1.1 2004-04-11 11:36:53 adam Exp $
+  $Id: yazphp.dsl.in,v 1.1.1.1 2004-04-11 11:36:53 adam Exp $
 -->
 <style-sheet>
 <style-specification use="docbook">
index 3ffe3d0..023ee01 100644 (file)
@@ -3,7 +3,7 @@
   CDATA DSSSL>
 ]>
 <!--
-  $Id: yazprint.dsl.in,v 1.1 2004-04-11 11:36:53 adam Exp $
+  $Id: yazprint.dsl.in,v 1.1.1.1 2004-04-11 11:36:53 adam Exp $
 -->
 <style-sheet>
 <style-specification use="docbook">
index 9abbeea..70c61f3 100644 (file)
@@ -7,7 +7,7 @@
      <!ENTITY yaz-proxy-ref SYSTEM "yaz-proxy-ref.xml">
      <!ENTITY app-license SYSTEM "license.xml">
 ]>
-<!-- $Id: yazproxy.xml.in,v 1.1 2004-04-11 11:36:52 adam Exp $ -->
+<!-- $Id: yazproxy.xml.in,v 1.1.1.1 2004-04-11 11:36:52 adam Exp $ -->
 <book id="yazpp">
  <bookinfo>
   <title>YAZ++ User's Guide and Reference</title>
@@ -33,7 +33,7 @@
     This manual covers version @VERSION@.
     </simpara>
    <simpara>
-    CVS ID: $Id: yazproxy.xml.in,v 1.1 2004-04-11 11:36:52 adam Exp $
+    CVS ID: $Id: yazproxy.xml.in,v 1.1.1.1 2004-04-11 11:36:52 adam Exp $
    </simpara>
    <simpara>
     <inlinemediaobject>
index 6d9a8d5..0d0c3b8 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: Makefile.am,v 1.1 2004-04-11 11:37:00 adam Exp $
+# $Id: Makefile.am,v 1.1.1.1 2004-04-11 11:37:00 adam Exp $
 
 proxydatadir=$(datadir)/yazproxy
 proxydata_DATA = \
index f225c3c..041224d 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<!-- $Id: config.xml,v 1.1 2004-04-11 11:37:01 adam Exp $ -->
+<!-- $Id: config.xml,v 1.1.1.1 2004-04-11 11:37:01 adam Exp $ -->
 <proxy>
   <target name="bagel">
     <url>indexdata.dk</url>
index d925b7c..08beee3 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: pqf.properties,v 1.1 2004-04-11 11:36:54 adam Exp $
+# $Id: pqf.properties,v 1.1.1.1 2004-04-11 11:36:54 adam Exp $
 #
 # Propeties file to drive org.z3950.zing.cql.CQLNode's toPQF()
 # back-end and the YAZ CQL-to-PQF converter.  This specifies the
index e59fbd4..8c04f92 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<!-- $Id: voyager.xml,v 1.1 2004-04-11 11:37:01 adam Exp $ -->
+<!-- $Id: voyager.xml,v 1.1.1.1 2004-04-11 11:37:01 adam Exp $ -->
 <proxy>
   <!-- define default target and name it voyager -->
   <target default="1" name="voyager">
index fed467d..b338de6 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: bw.h,v 1.1 2004-04-11 11:37:01 adam Exp $
+/* $Id: bw.h,v 1.1.1.1 2004-04-11 11:37:01 adam Exp $
    Copyright (c) 1998-2004, Index Data.
 
 This file is part of the yaz-proxy.
index 6928ef4..216d88c 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: proxy.h,v 1.1 2004-04-11 11:37:01 adam Exp $
+/* $Id: proxy.h,v 1.1.1.1 2004-04-11 11:37:01 adam Exp $
    Copyright (c) 1998-2004, Index Data.
 
 This file is part of the yaz-proxy.
index 7f36b9b..a827b85 100644 (file)
@@ -1,4 +1,4 @@
-## $Id: Makefile.am,v 1.1 2004-04-11 11:36:46 adam Exp $
+## $Id: Makefile.am,v 1.1.1.1 2004-04-11 11:36:46 adam Exp $
 
 AM_CXXFLAGS = $(YAZINC) -I$(srcdir)/../include $(XSLT_CFLAGS)
 
index ab9547d..7549ce0 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: yaz-bw.cpp,v 1.1 2004-04-11 11:36:46 adam Exp $
+/* $Id: yaz-bw.cpp,v 1.1.1.1 2004-04-11 11:36:46 adam Exp $
    Copyright (c) 1998-2004, Index Data.
 
 This file is part of the yaz-proxy.
index 9e0fbf8..6b9a7b8 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: yaz-proxy-config.cpp,v 1.1 2004-04-11 11:36:47 adam Exp $
+/* $Id: yaz-proxy-config.cpp,v 1.1.1.1 2004-04-11 11:36:47 adam Exp $
    Copyright (c) 1998-2004, Index Data.
 
 This file is part of the yaz-proxy.
index 360135b..bf27f68 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: yaz-proxy-main.cpp,v 1.1 2004-04-11 11:36:47 adam Exp $
+/* $Id: yaz-proxy-main.cpp,v 1.1.1.1 2004-04-11 11:36:47 adam Exp $
    Copyright (c) 1998-2004, Index Data.
 
 This file is part of the yaz-proxy.
index ef6c0cc..c2b8524 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: yaz-proxy.cpp,v 1.1 2004-04-11 11:36:52 adam Exp $
+/* $Id: yaz-proxy.cpp,v 1.1.1.1 2004-04-11 11:36:52 adam Exp $
    Copyright (c) 1998-2004, Index Data.
 
 This file is part of the yaz-proxy.
index 85e8393..6b5a16b 100644 (file)
--- a/yazpp.m4
+++ b/yazpp.m4
@@ -1,4 +1,4 @@
-## $Id: yazpp.m4,v 1.1 2004-04-11 11:36:46 adam Exp $
+## $Id: yazpp.m4,v 1.1.1.1 2004-04-11 11:36:46 adam Exp $
 AC_DEFUN([YAZPP_INIT],
 [
         AC_SUBST(YAZPPLIB)