From 49a3b631296db13894696e30b918f3543c16b2ab Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 16 Jan 1998 11:30:44 +0000 Subject: [PATCH] Updated doc. --- LICENSE | 2 +- README | 10 +++++----- doc/ir-tcl.sgml | 10 +++++----- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/LICENSE b/LICENSE index 534d656..df2a769 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ /* - * Copyright (c) 1995-1997, Index Data. + * Copyright (c) 1995-1998, 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/README b/README index 1f77a81..15058cc 100644 --- a/README +++ b/README @@ -1,19 +1,19 @@ - * Copyright (C) 1995-1997, Index Data. + * Copyright (C) 1995-1998, Index Data. * See the file LICENSE for details. * Sebastian Hammer, Adam Dickmeiss -IrTcl version 1.2pl1 +IrTcl version 1.3 ----- $Date: 1997-09-09 10:19:49 $ +---- $Date: 1998-01-16 11:30:44 $ Information about IrTcl can be found at http://www.indexdata.dk/irtcl.html. This page contains pointers to documentation in various formats. -To get more information or assistance, send mail to yaz-help@index.ping.dk. +To get more information or assistance, send mail to yaz-help@indexdata.dk. We maintain a mailing-list for the purpose of announcing new versions of the software, bug-reports, discussion etc. You can sign up by sending -mail to yaz-request@index.ping.dk. +mail to yaz-request@indexdata.dk. diff --git a/doc/ir-tcl.sgml b/doc/ir-tcl.sgml index 2114ee3..c634304 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.25 $ +<date>$Revision: 1.26 $ <abstract> This document describes IrTcl -- an information retrieval toolkit for Tcl and Tk that provides access to the Z39.50/SR protocol. @@ -200,12 +200,12 @@ To start the client using a dynamic library use: $ wish -f client.tcl </verb></tscreen> -Note: some installations a slightly different name for wish, eg. -<tt/wish8.0/. +Note: Substitute the real name for the wish interpreter above, for +version 8.0 it probably called <tt/wish8.0/. To start the client without dynamic library support use: <tscreen><verb> -$ ir-tk -f client.tcl +$ ./ir-tk -f client.tcl </verb></tscreen> The client lets up define targets and query types within the interface. -- 1.7.10.4