/*
- * 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,
- * 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.
<!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.
$ 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.