From: Adam Dickmeiss Date: Thu, 11 Feb 1999 10:57:19 +0000 (+0000) Subject: Minor updates. X-Git-Tag: IRTCL.1.4~33 X-Git-Url: http://git.indexdata.com/?p=ir-tcl-moved-to-github.git;a=commitdiff_plain;h=ad7493cd1a0ab49f7c7d60171efc693cb3136a2d Minor updates. --- diff --git a/LICENSE b/LICENSE index df2a769..aeae2ef 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995-1998, Index Data. + * Copyright (c) 1995-1999, Index Data. * * Permission to use, copy, modify, distribute, and sell this software and * its documentation, in whole or in part, for any purpose, is hereby granted, diff --git a/doc/Makefile b/doc/Makefile index c024c6a..842093e 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,21 +1,29 @@ -# $Id: Makefile,v 1.6 1999-02-11 09:27:38 adam Exp $ +# $Id: Makefile,v 1.7 1999-02-11 10:57:20 adam Exp $ all: ir-tcl.ps ir-tcl.txt ir-tcl.html ir-tcl.txt: ir-tcl.sgml sgml2txt ir-tcl.sgml ir-tcl.ps: ir-tcl.sgml - sgml2ps ir-tcl.sgml + sgml2latex --output=ps ir-tcl -ir-tcl.dvi: ir-tcl.sgml - sgml2ps -d ir-tcl.sgml +ir-tcl.dvi: ir-tcl.tex + sgml2latex --output=dvi ir-tcl ir-tcl.tex: ir-tcl.sgml - sgml2latex ir-tcl.sgml + sgml2latex --output=tex ir-tcl ir-tcl.html: ir-tcl.sgml - sgml2html ir-tcl.sgml + sgml2html ir-tcl + +ir-tcl.shtml: ir-tcl.html + for f in ir-tcl*.html; do \ + out=`echo $$f | sed -e 's/.html/.shtml/'`; \ + sed -e 's@\(ir-tcl.*\).html@\1.shtml@' $$f | \ + sed -e 's@^@@' | \ + sed -e 's@^@@' >$$out; \ + done clean: - rm -f [0-9]* *.bak + rm -f [0-9]* *.bak *.aux *.tex *.ps *.dvi *.html *.shtml diff --git a/doc/ir-tcl.sgml b/doc/ir-tcl.sgml index 75753f1..50adcc0 100644 --- a/doc/ir-tcl.sgml +++ b/doc/ir-tcl.sgml @@ -1,14 +1,14 @@
IrTcl User's Guide and Reference <author><htmlurl url="http://www.indexdata.dk/" name="Index Data">, <tt><htmlurl url="mailto:info@indexdata.dk" name="info@indexdata.dk"></tt> -<date>$Revision: 1.28 $ +<date>$Revision: 1.29 $ <abstract> This document describes IrTcl -- an information retrieval toolkit for Tcl and Tk that provides access to the Z39.50/SR protocol. @@ -36,10 +36,10 @@ However, the mOSI transport is only an option, and hence it is not needed unless you wish to communicate within an OSI environment. See [ref 2] for more information about the XTI/mOSI implementation. -<sf/IrTcl/ is normally implemented as a <it/dynamic/ library (DLL) -which is dynamically loaded by using the Tcl command <tt/load/. -However, <sf/IrTcl/ can be compiled as a traditional <it/static/ -library as well. +<sf/IrTcl/ is usually build as a <it/dynamic/ library (Windows) +or shared Object (Unix) which is dynamically loaded by using the Tcl's +<tt/load/ command. However, <sf/IrTcl/ can be compiled as a +traditional <it/static/ library as well. <sect>Compilation and installation @@ -47,15 +47,15 @@ library as well. In order to compile you need: <itemize> <item> An ANSI C compiler such as GNU C. -<item> <htmlurl url="http://sunscript.sun.com/TclTkCore/" name="Tcl">. +<item> <htmlurl url="http://www.scriptics.com" name="Tcl">. Version 7.5, 7.6 and 8.0 has been tested. <item> <htmlurl url="http://www.indexdata.dk/yaz/" name="YAZ"> - version 1.4 or higher. + version 1.5 or higher. </itemize> As an option you may want: <itemize> -<item> <htmlurl url="http://sunscript.sun.com/TclTkCore/" name="Tk">. +<item> <htmlurl url="http://www.scriptics.com" name="Tk">. Version 4.1, 4.2 and 8.0 has been tested. <item> XTI/mOSI </itemize> @@ -1466,13 +1466,16 @@ Email: info@indexdata.dk <tag>1 IrTcl Homepage</tag> <htmlurl url="http://www.indexdata.dk/irtcl/" name="http://www.indexdata.dk/irtcl/"> + <tag>2 Ousterhout, John K.:</tag> Tcl and the Tk Toolkit. Addison-Wesley Company Inc (ISBN 0-201-63337-X). The Tcl/Tk toolkit home page is -<tt><htmlurl url="http://www.sunscript.com" - name="http://www.sunscript.com"></tt>. -The primary ftp site is <tt><htmlurl url="ftp://ftp.smli.com/pub/tcl/" -name="ftp://ftp.smli.com/pub/tcl/"></tt>. +<htmlurl url="http://www.scriptics.com" + name="http://www.scriptics.com">. +The primary download area is +<htmlurl url="http://www.scriptics.com/software/download.html" +name="http://www.scriptics.com/software/download.html">. + <tag>3 Welch, Brent B.:</tag> Practical Programming in Tcl and Tk. Prentice Hall (ISBN 0-13-616830-2).