New version.
authorAdam Dickmeiss <adam@indexdata.dk>
Mon, 19 Jun 1995 13:54:18 +0000 (13:54 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Mon, 19 Jun 1995 13:54:18 +0000 (13:54 +0000)
README
ir-tcl.h

diff --git a/README b/README
index 761784a..e3cd9cf 100644 (file)
--- a/README
+++ b/README
@@ -3,9 +3,9 @@
  * See the file LICENSE for details.
  * Sebastian Hammer, Adam Dickmeiss
 
-$Revision: 1.4 $
+$Revision: 1.5 $
 
-Quick notes about IrTcl. 
+Notes about IrTcl 1.0beta. 
 
 Prerequisites
 -------------
@@ -14,7 +14,7 @@ In order to compile you need:
    
   o  An ANSI-C compiler such as GNU C
   o  Tcl version 7.3
-  o  YAZ version 0.2 beta or higher
+  o  YAZ version 1.0 or higher
 
 You may also need:
 
@@ -24,49 +24,59 @@ You may also need:
 Compilation
 -----------
 
-   Compile/install yaz/tcl, etc.
+  o  Compile/install yaz/tcl, etc.
 
-   Edit Makefile (in current directory)
-   Set MOSI to 1/0
-   Define include directory paths and libraries
+  o  Edit Makefile (in current directory).
+     Set MOSI to 1/0.
+     Define include directory paths and libraries.
 
-   Type 'make ir-tcl' to make the Tcl version or IrTcl.
-   Type 'make ir-tk' to make the Tk version of IrTcl.
+  o  Type 'make ir-tcl' to make the Tcl version or IrTcl.
+  o  Type 'make ir-tk' to make the Tk version of IrTcl.
 
 Install/run
 -----------
 
-   The resulting files are:
-     ir-tcl               Tcl version of IrTcl
-     ir-tk                Tk version of IrTcl.
-                              Options:
-                              -file <tclfile>
-                                 Tcl startup script. Default is client.tcl.
-                              -geometry <spec>
-                                 X11 geometry of main window.
-                              -display <spec>
-                                 X11 display.
-                              -name <name>
-                                 Name of top window.
-                              -logLevel <logLevel>
-                                 log level. (fatal, debug, warn, log, all).
-                              -logFile <fname>
-                                 log file. If omitted stderr is used.
-     formats/*.tcl        Small IrTcl scripts to display
-                          records in different formats.
-     client.tcl           Tk graphical client - normally
-                          executed by ir-tk.
-     clientrc.tcl         Startup script - read by client.tcl - holds
-                          user/target definitions.
-     clientg.tcl          User preferrences - read by client.tcl. 
-                          Holds geometry of windows, current display 
-                          format, and hot targets.
-     book[1-9]            book logo.
-     LICENSE              License info - read by client.tcl.
-
-   Type 'ir-tk' to run the Tk graphical client - client.tcl,
-   clientrc.tcl, book[1-9] and formats/*.tcl should exist!
-
-   Type 'ir-tcl' to run the Tcl client. Very similar to tclsh.
+The resulting files are:
+  ir-tcl               Tcl version of IrTcl
+  ir-tk                Tk version of IrTcl.
+                           Options:
+                           -file <tclfile>
+                              Tcl startup script. Default is client.tcl.
+                           -geometry <spec>
+                              X11 geometry of main window.
+                           -display <spec>
+                              X11 display.
+                           -name <name>
+                              Name of top window.
+                           -logLevel <logLevel>
+                              log level. (fatal, debug, warn, log, all).
+                           -logFile <fname>
+                              log file. If omitted stderr is used.
+  formats/*.tcl        Small IrTcl scripts to display records in 
+                       different formats.
+  client.tcl           Tk graphical client - normally executed by ir-tk.
+  clientrc.tcl         Startup script - read by client.tcl - holds
+                       user/target definitions.
+  clientg.tcl          User preferrences - read by client.tcl. 
+                       Holds geometry of windows, current display 
+                       format, and hot targets.
+  book[1-9]            book logo.
+  LICENSE              License info - read by client.tcl.
+
+Type 'ir-tk' to run the Tk graphical client - client.tcl,
+clientrc.tcl, book[1-9] and formats/*.tcl should exist!
+
+Type 'ir-tcl' to run the Tcl client. Very similar to tclsh.
+
+Information
+-----------
+
+Documentation about the IrTcl API can be found in the doc directory - 
+ascii/postscript/HTML.
+
+To get more information or assistance, send mail to yaz-help@index.ping.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.
 
index f74bb2a..0bdd391 100644 (file)
--- a/ir-tcl.h
+++ b/ir-tcl.h
  * OF THIS SOFTWARE.
  *
  * $Log: ir-tcl.h,v $
- * Revision 1.8  1995-06-19 13:06:08  adam
+ * Revision 1.9  1995-06-19 13:54:21  adam
+ * New version.
+ *
+ * Revision 1.8  1995/06/19  13:06:08  adam
  * New define: IR_TCL_VERSION.
  *
  * Revision 1.7  1995/05/29  08:44:23  adam
@@ -49,7 +52,7 @@
 #ifndef IR_TCL_H
 #define IR_TCL_H
 
-#define IR_TCL_VERSION "0.1"
+#define IR_TCL_VERSION "1.0beta"
 
 int ir_tcl_init (Tcl_Interp *interp);