* Removed the language in README.TXT which told everyone that chat wouldn't
authorArt Cancro <ajc@citadel.org>
Thu, 18 Mar 2004 04:32:24 +0000 (04:32 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 18 Mar 2004 04:32:24 +0000 (04:32 +0000)
  work with a non-local Citadel server, because that's no longer true.
* Removed the old chat applet from the static/ directory

webcit/ChangeLog
webcit/README.txt

index 3299794bc1a250fc4744c3d9fbc4697586d4d81b..a1cc91fcba0403899484eed95d8380563574d56b 100644 (file)
@@ -1,4 +1,9 @@
 $Log$
+Revision 505.19  2004/03/18 04:32:24  ajc
+* Removed the language in README.TXT which told everyone that chat wouldn't
+  work with a non-local Citadel server, because that's no longer true.
+* Removed the old chat applet from the static/ directory
+
 Revision 505.18  2004/03/18 04:00:44  ajc
 * Rounded web boxes now look correct in all browsers.
 
@@ -1735,3 +1740,4 @@ Sun Dec  6 19:50:55 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
 
 1998-12-03 Nathan Bryant <bryant@cs.usm.maine.edu>
        * webserver.c: warning fix
+
index 0d9a2b72d4c1e5c224d3efa0a612d7c29efc4ff7..47e9c6b21803e003201bb7778515bddc1301e509 100644 (file)
@@ -92,10 +92,7 @@ the "webserver" program:
      keep track of which server to send HTTP requests to.
  
   -> remotehost: the name or IP address of the host on which your Citadel/UX
-     server is running.  The default is "localhost".  (NOTE: if you run
-     WebCit and the Citadel/UX server on different hosts, the real-time chat
-     screen will not work, due to the Java security model.  Only the chat
-     window is written as a Java applet; everything else is plain HTML.)
+     server is running.  The default is "localhost".
  
   -> remoteport: the port number on which your Citadel/UX server is running.
      The default is port 504, the IANA-designated standard port for Citadel.