X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fweb.sgml;h=c56f1037d82a342f7fb370142721792fcd69ecc5;hb=7f332a840baf336e34d612cdee0ef27901f0dd11;hp=805afc832513c8c782dfc392a371761a87600ef2;hpb=f0e3e1b012eb28daf13e575c5e78e0e5aced3abb;p=egate.git diff --git a/doc/web.sgml b/doc/web.sgml index 805afc8..c56f103 100644 --- a/doc/web.sgml +++ b/doc/web.sgml @@ -1,14 +1,14 @@
Web/Z39.50 gateway guide <author>Europagate, 1996 <htmlurl url="http://europagate.dtv.dk" name="http://europagate.dtv.dk"> -<date>$Revision: 1.4 $ +<date>$Revision: 1.6 $ <abstract> This document describes a Web server that provides access to the Z39.50 protocol. @@ -34,19 +34,24 @@ Z39.50 protocol. YAZ and IrTcl can be found at the FTP host: -<htmlurl url="ftp://ftp.indexdata.dk/index/yaz" - name="ftp://ftp.indexdata.dk/index/yaz"> +<htmlurl url="ftp://ftp.indexdata.dk/pub/yaz/" + name="ftp://ftp.indexdata.dk/pub/yaz/"> + +or via HTTP at: + +<htmlurl url="http://ftp.indexdata.dk/pub/yaz/" + name="http://ftp.indexdata.dk/pub/yaz/"> You also need the Tcl package which can be found at: <htmlurl url="ftp://ftp.sunlabs.com/pub/tcl" - name="ftp://ftp.sunlabs.com/pub/tcl"> + name="http://dev.scriptics.com/"> Unpack <tt>web-z39-...tar.gz</tt> and edit the top level <tt/Makefile/. Specify where the YAZ package can be found by setting the the include path <tt/ZINC/, and the YAZ library <tt/ZLIB/. Some systems need extra socket libraries - in this case set the -<tt/ELIB/ variable. You need also to define the location of Tcl: +<tt/ELIBS/ variable. You need also to define the location of Tcl: <tt/TCLLIB/ and <tt/TCLINC/ - and the location of IrTcl: <tt/IRTCLLIB/ and <tt/IRTCLINC/.