From 7f62c3490a9df36b4153d584a571f53d0badfb29 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 18 Jan 1996 16:07:57 +0000 Subject: [PATCH] Minor changes. --- doc/Makefile | 14 +++++--------- doc/egate.sgml | 13 ++++++++----- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index fba62fc..19aa500 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,21 +1,17 @@ -# $Id: Makefile,v 1.1 1995/07/03 12:58:17 adam Exp $ +# $Id: Makefile,v 1.2 1996/01/18 16:07:57 adam Exp $ all: egate.ps egate.txt egate.html egate.txt: egate.sgml - sgml-format -T nroff egate| qroff >egate.txt + sgml2txt egate.sgml egate.dvi: egate.sgml - sgml-format egate| qtex -d >egate.dvi + sgml2ps -d zebra.sgml egate.ps: egate.sgml - sgml-format egate| qtex -x - mv out.ps egate.ps + sgml2ps zebra.sgml egate.html: egate.sgml - sgml-format -T html egate | prehtml | fixref >tmp.html - sgml-format -T html egate | prehtml >>tmp.html - html2html egate egate.html - rm tmp.html + sgml2html zebra.sgml clean: rm -f [0-9]* *.bak diff --git a/doc/egate.sgml b/doc/egate.sgml index 5c3704c..7eac1a5 100644 --- a/doc/egate.sgml +++ b/doc/egate.sgml @@ -1,13 +1,13 @@
Email/Z39.50 gateway guide <author>Europagate, 1995 -<date>$Revision: 1.7 $ +<date>$Revision: 1.8 $ <abstract> This document describes a Email server that provides access to the Z39.50 protocol. @@ -36,7 +36,9 @@ one of these first. The Zdist package can be found in: -<url url="ftp://ftp.cnidr.org/pub/NIDR.tools/zdist/zdist102b1-1.tar.Z" > +<htmlurl +url="ftp://ftp.cnidr.org/pub/NIDR.tools/zdist/zdist102b1-1.tar.Z" + name="ftp://ftp.cnidr.org/pub/NIDR.tools/zdist/zdist102b1-1.tar.Z"> The Zdist package doesn't support result-set references. Also, it has a few bugs. Therefore we've included a patch <tt/zdist.patch/ which fixes @@ -49,9 +51,10 @@ $ patch <zdist.patch The ES server only depends on <tt>libz3950.a</tt> so you only need to build the Zdist software in the directory <tt/libz3950/. -YAZ can be found in: +YAZ can be found at the FTP host: -<url url="ftp://ftp.algonet.se/pub/index/yaz/">. +<htmlurl url="ftp://130.225.252.168/index/yaz" + name="ftp://130.225.252.168/index/yaz"> The ES also use GNU's regex package to parse regular expressions. The ES has been tested with regex-0.12. Some systems, such as Linux, -- 1.7.10.4