From: Adam Dickmeiss Date: Sun, 11 Apr 2004 11:36:46 +0000 (+0000) Subject: First files of YAZ proxy. X-Git-Tag: split X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=ce85a87127950d73daa1993aadd44d20173f8300;p=yazproxy-moved-to-github.git First files of YAZ proxy. --- diff --git a/README b/README index 3a741e1..479cf37 100644 --- 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 ------------ diff --git a/buildconf.sh b/buildconf.sh index 17d2eeb..b91be65 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -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 diff --git a/doc/Makefile.am b/doc/Makefile.am index 7769880..76d9c42 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -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 = \ diff --git a/doc/installation.xml b/doc/installation.xml index 683e911..7118bcc 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -1,5 +1,5 @@ - + Installation You need a C++ compiler to compile and use YAZ++. diff --git a/doc/introduction.xml b/doc/introduction.xml index 8aa3704..b2ac60d 100644 --- a/doc/introduction.xml +++ b/doc/introduction.xml @@ -1,4 +1,4 @@ - + Introduction YAZ++ diff --git a/doc/license.xml b/doc/license.xml index 882d025..37a496b 100644 --- a/doc/license.xml +++ b/doc/license.xml @@ -1,4 +1,4 @@ - + License
GPL diff --git a/doc/yazhtml.dsl.in b/doc/yazhtml.dsl.in index 3ac6ed6..302e39b 100644 --- a/doc/yazhtml.dsl.in +++ b/doc/yazhtml.dsl.in @@ -3,7 +3,7 @@ CDATA DSSSL> ]> diff --git a/doc/yazphp.dsl.in b/doc/yazphp.dsl.in index ea769e9..f3903f7 100644 --- a/doc/yazphp.dsl.in +++ b/doc/yazphp.dsl.in @@ -3,7 +3,7 @@ CDATA DSSSL> ]> diff --git a/doc/yazprint.dsl.in b/doc/yazprint.dsl.in index 3ffe3d0..023ee01 100644 --- a/doc/yazprint.dsl.in +++ b/doc/yazprint.dsl.in @@ -3,7 +3,7 @@ CDATA DSSSL> ]> diff --git a/doc/yazproxy.xml.in b/doc/yazproxy.xml.in index 9abbeea..70c61f3 100644 --- a/doc/yazproxy.xml.in +++ b/doc/yazproxy.xml.in @@ -7,7 +7,7 @@ ]> - + YAZ++ User's Guide and Reference @@ -33,7 +33,7 @@ This manual covers version @VERSION@. - 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 $ diff --git a/etc/Makefile.am b/etc/Makefile.am index 6d9a8d5..0d0c3b8 100644 --- a/etc/Makefile.am +++ b/etc/Makefile.am @@ -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 = \ diff --git a/etc/config.xml b/etc/config.xml index f225c3c..041224d 100644 --- a/etc/config.xml +++ b/etc/config.xml @@ -1,5 +1,5 @@ - + indexdata.dk diff --git a/etc/pqf.properties b/etc/pqf.properties index d925b7c..08beee3 100644 --- a/etc/pqf.properties +++ b/etc/pqf.properties @@ -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 diff --git a/etc/voyager.xml b/etc/voyager.xml index e59fbd4..8c04f92 100644 --- a/etc/voyager.xml +++ b/etc/voyager.xml @@ -1,5 +1,5 @@ - + diff --git a/include/yazproxy/bw.h b/include/yazproxy/bw.h index fed467d..b338de6 100644 --- a/include/yazproxy/bw.h +++ b/include/yazproxy/bw.h @@ -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. diff --git a/include/yazproxy/proxy.h b/include/yazproxy/proxy.h index 6928ef4..216d88c 100644 --- a/include/yazproxy/proxy.h +++ b/include/yazproxy/proxy.h @@ -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. diff --git a/src/Makefile.am b/src/Makefile.am index 7f36b9b..a827b85 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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) diff --git a/src/yaz-bw.cpp b/src/yaz-bw.cpp index ab9547d..7549ce0 100644 --- a/src/yaz-bw.cpp +++ b/src/yaz-bw.cpp @@ -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. diff --git a/src/yaz-proxy-config.cpp b/src/yaz-proxy-config.cpp index 9e0fbf8..6b9a7b8 100644 --- a/src/yaz-proxy-config.cpp +++ b/src/yaz-proxy-config.cpp @@ -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. diff --git a/src/yaz-proxy-main.cpp b/src/yaz-proxy-main.cpp index 360135b..bf27f68 100644 --- a/src/yaz-proxy-main.cpp +++ b/src/yaz-proxy-main.cpp @@ -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. diff --git a/src/yaz-proxy.cpp b/src/yaz-proxy.cpp index ef6c0cc..c2b8524 100644 --- a/src/yaz-proxy.cpp +++ b/src/yaz-proxy.cpp @@ -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. diff --git a/yazpp.m4 b/yazpp.m4 index 85e8393..6b5a16b 100644 --- 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)