more README for gtkconsole
authorDirk Koopman <djk@tobit.co.uk>
Thu, 27 Sep 2007 17:14:04 +0000 (18:14 +0100)
committerDirk Koopman <djk@tobit.co.uk>
Thu, 27 Sep 2007 17:14:04 +0000 (18:14 +0100)
gtkconsole/README
perl/Version.pm

index 9c88b940d55a75811528b750cd91b1b98d354a63..4bda1338f87d2ddf6900e122bb1e8a718008b748 100644 (file)
@@ -37,9 +37,15 @@ strongly advised to use the method outlined in 2a) and not 2b).
 
 Don't bother with running gtk-demo.
 
+You will need to reboot the machine (at least once) even though there
+isn't a message that says you should. I *think* I had to reboot twice
+before it worked.
+
 I am using a slightly earlier activestate perl than build 819, mine is
 build 815. It still seems to work for me.
 
+           ------------------------------------------------
+
 Running the program:-
 
   cd /spider/gtkconsole
@@ -57,8 +63,11 @@ The interface is very basic at the moment, but it will improve and get
 added to as time permits.
 
 You will notice that various windows will popup automatically as data
-for those windows arrives. You can't stop at the moment. It is a
-feature.
+for those windows arrives. You can't stop any of these at the
+moment. It is a feature.
+
+The main window has an entry box at the bottom of the screen. You put
+your normal sysop commands in there.
 
 Please report problems and feature requests to the dxspider-support
 list.
index 4ce6195a310d4c63df051c6a3a04af163b667c14..822d14ad1899f41f17a5ac9011bab1ffabb8c099 100644 (file)
@@ -11,6 +11,6 @@ use vars qw($version $subversion $build);
 
 $version = '1.54';
 $subversion = '0';
-$build = '159';
+$build = '160';
 
 1;