/*
- * Copyright (c) 1995, the EUROPAGATE consortium (see below).
+ * Copyright (c) 1995-1996, the EUROPAGATE consortium (see below).
*
* The EUROPAGATE consortium members are:
*
-# 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
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:
cp $$i $(EMAILLIBDIR);\
done
-install.egw:
+install.web:
cd www; $(MAKE) HTTPDDIR="$(HTTPDDIR)" CGIDIR="$(CGIDIR)" HTDOCS="$(HTDOCS)" EGWDIR="$(EGWDIR)" GIFDIR="$(GIFDIR)" install
clean:
-$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
+
<!doctype linuxdoc system>
<!--
- $Id: web.sgml,v 1.1 1996/06/06 10:24:58 adam Exp $
+ $Id: web.sgml,v 1.2 1996/06/06 10:34:34 adam Exp $
-->
<article>
<title>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.
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