From ebca0ae675e77526b1c4d11b98b063eca693e4ec Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 6 Jun 1996 10:34:30 +0000 Subject: [PATCH] Minor changes. --- LICENSE | 2 +- Makefile | 10 +++++----- README | 11 +++++++++-- doc/web.sgml | 7 ++++--- 4 files changed, 19 insertions(+), 11 deletions(-) diff --git a/LICENSE b/LICENSE index 9b7bfdb..13c4ac3 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995, the EUROPAGATE consortium (see below). + * Copyright (c) 1995-1996, the EUROPAGATE consortium (see below). * * The EUROPAGATE consortium members are: * diff --git a/Makefile b/Makefile index 792fe14..fed75db 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ -# Top level Makefile for the Z39.50 gateway (WWW and email) -# Europagate, 1994-1995. +# Top level Makefile for the Z39.50 gateway (Web and email) +# Europagate, 1995-1996. # -# $Id: Makefile,v 1.32 1996/05/31 12:14:08 adam Exp $ +# $Id: Makefile,v 1.33 1996/06/06 10:34:31 adam Exp $ # SHELL=/bin/sh MAKE=make @@ -66,7 +66,7 @@ all: email: for i in $(SUBDIREMAIL); do cd $$i; if $(MAKE) CFLAGS="$(CFLAGS)" CC="$(CC)" ZINC="$(ZINC)" ZLIB="$(ZLIB)" CPP="$(CPP)" ELIB="$(ELIB)" REGEXOBJ="$(REGEXOBJ)" REGEXINC="$(REGEXINC)" ZDEFS="$(ZDEFS)"; then cd ..; else exit 1; fi; done -egw: +web: for i in $(SUBDIRWWW); do cd $$i; if $(MAKE) CFLAGS="$(CFLAGS)" CC="$(CC)" ZINC="$(ZINC)" ZLIB="$(ZLIB)" CPP="$(CPP)" ELIB="$(ELIB)" ZDEFS="$(ZDEFS)" TCLLIB="$(TCLLIB)" TCLINC="$(TCLINC)" IRTCLLIB="$(IRTCLLIB)" IRTCLINC="$(IRTCLINC)" EGWDIR="$(EGWDIR)"; then cd ..; else exit 1; fi; done dep depend: @@ -86,7 +86,7 @@ install.email: cp $$i $(EMAILLIBDIR);\ done -install.egw: +install.web: cd www; $(MAKE) HTTPDDIR="$(HTTPDDIR)" CGIDIR="$(CGIDIR)" HTDOCS="$(HTDOCS)" EGWDIR="$(EGWDIR)" GIFDIR="$(GIFDIR)" install clean: diff --git a/README b/README index 6c64b86..b68cdb7 100644 --- a/README +++ b/README @@ -1,12 +1,19 @@ -$Id: README,v 1.2 1996/05/31 12:14:10 adam Exp $ +$Id: README,v 1.3 1996/06/06 10:34:31 adam Exp $ -Europagate Email-Z39.50 gateway & WWW-Z39.50 gateway +Europagate Email/Z39.50 gateway & Web/Z39.50 gateway See LICENSE for details. Documentation can be found in the doc directory. + Email/Z39.50 egate.txt - ascii version egate.ps - postscript version egate.html - HTML version + + Web/Z39.50 + web.txt - ascii version + web.ps - postscript version + web.html - HTML version + diff --git a/doc/web.sgml b/doc/web.sgml index 442c9ec..d3d48a0 100644 --- a/doc/web.sgml +++ b/doc/web.sgml @@ -1,13 +1,13 @@
Web/Z39.50 gateway guide <author>Europagate, 1996 -<date>$Revision: 1.1 $ +<date>$Revision: 1.2 $ <abstract> This document describes a Web server that provides access to the Z39.50 protocol. @@ -65,7 +65,8 @@ If the compilation succeeds, you should install the software in target directories, by issuing: <tt/make install.web/. A HTML file called <tt/egwindex.html/ should be installed in your -<tt/HTDOCS/ directory. Read it with your browser and click on the +<tt/HTDOCS/ directory. The page contains miscellaneous starting links +to the Z39.50 gateway. Read it with your browser and click on the <it>single target</it> button to test it out. <sect>Overview of the system -- 1.7.10.4