Minor changes.
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 6 Jun 1996 10:34:30 +0000 (10:34 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 6 Jun 1996 10:34:30 +0000 (10:34 +0000)
LICENSE
Makefile
README
doc/web.sgml

diff --git a/LICENSE b/LICENSE
index 9b7bfdb..13c4ac3 100644 (file)
--- 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:
  *
index 792fe14..fed75db 100644 (file)
--- 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 (file)
--- 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
+
index 442c9ec..d3d48a0 100644 (file)
@@ -1,13 +1,13 @@
 <!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.
@@ -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