Minor changes.
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 18 Jan 1996 16:07:57 +0000 (16:07 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 18 Jan 1996 16:07:57 +0000 (16:07 +0000)
doc/Makefile
doc/egate.sgml

index fba62fc..19aa500 100644 (file)
@@ -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 <tmp.html >egate.html
-       rm tmp.html
+       sgml2html zebra.sgml
 
 clean:
        rm -f [0-9]* *.bak
index 5c3704c..7eac1a5 100644 (file)
@@ -1,13 +1,13 @@
 <!doctype linuxdoc system>
 
 <!--
-  $Id: egate.sgml,v 1.7 1995/07/20 08:14:47 adam Exp $
+  $Id: egate.sgml,v 1.8 1996/01/18 16:07:58 adam Exp $
 -->
 
 <article>
 <title>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,