commit ad36de828063b9bb069e78ed12f78d5a4bc79b3a
parent 893a1a9909468436aaf5a31edccba591fca2460d
Author: Alexander Burger <abu@software-lab.de>
Date:   Sat, 16 Feb 2013 15:31:34 +0100
Omit reference to the online demo of 'rcsim'
Diffstat:
1 file changed, 10 insertions(+), 19 deletions(-)
diff --git a/rcsim/README b/rcsim/README
@@ -1,4 +1,4 @@
-31jan13abu
+16feb13abu
 (c) Software Lab. Alexander Burger
 
 
@@ -46,29 +46,20 @@ simulation process and close the Z3d-Client window. As always, you can stop the
 PicoLisp servers with 'killall picolisp'.
 
 
-   The second version runs in an Applet in any Java-enabled browser.To run it
-   locally, please download and unpack the "picoJavaGUI.tgz" tarball. It
-   contains the Java applet GUI which is no longer part of the standard PicoLisp
-   release.
+The second version runs in an Applet in any Java-enabled browser.To run it
+locally, please download and unpack the "picoJavaGUI.tgz" tarball. It contains
+the Java applet GUI which is no longer part of the standard PicoLisp release.
 
-   You can start the PicoLisp server with
+You can start the PicoLisp server with
 
-      $ ./pil rcsim/applet.main.l -main -go -wait
+   $ ./pil rcsim/applet.main.l -main -go -wait
 
-   or (to get an interactive PicoLisp command line) with
+or (to get an interactive PicoLisp command line) with
 
-      $ ./pil rcsim/main.l -main -go +
+   $ ./pil rcsim/main.l -main -go +
 
-   and then point your browser to "http://localhost:8080".
-
-   If you don't have PicoLisp installed, you might want to try the online
-   version at:
-
-      http://rcsim.7fach.de
-
-   (please take care not to use a proxy for that address)
-
-   In both cases, click onto the image to set the keyboard focus.
+and then point your browser to "http://localhost:8080". Click onto the image to
+set the keyboard focus.
 
 
 The simulator runs in the background, so if it is started interactively (see