Updated doc.
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 16 Jan 1998 11:30:44 +0000 (11:30 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 16 Jan 1998 11:30:44 +0000 (11:30 +0000)
LICENSE
README
doc/ir-tcl.sgml

diff --git a/LICENSE b/LICENSE
index 534d656..df2a769 100644 (file)
--- 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 (file)
--- 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.
 
 
index 2114ee3..c634304 100644 (file)
@@ -1,14 +1,14 @@
 <!doctype linuxdoc system>
 
 <!--
-  $Id: ir-tcl.sgml,v 1.25 1998-01-16 11:01:20 adam Exp $
+  $Id: ir-tcl.sgml,v 1.26 1998-01-16 11:30:44 adam Exp $
 -->
 
 <article>
 <title>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.