* Updated the docs and the version number
authorArt Cancro <ajc@citadel.org>
Sat, 23 Jul 2005 04:28:19 +0000 (04:28 +0000)
committerArt Cancro <ajc@citadel.org>
Sat, 23 Jul 2005 04:28:19 +0000 (04:28 +0000)
webcit/README.txt
webcit/webcit.h

index dd70a988ad35e0a097409e9623f10148de9cfc80..62839f8920249fda23b837f2512dca286cf63e83 100644 (file)
@@ -9,15 +9,23 @@
         Kevin Roth
        Dave Lindquist
        Martin Mouritzen
-This program is free software released under the terms of the GNU General
-Public License.  Please read COPYING.txt for more licensing information.
+
+   This program is open source software released under the terms of the GNU
+   General Public License.  Please read COPYING.txt for more licensing
+   information.
+   WebCit bundles the Rico Ajax Engine, written by Darren James, Bill Scott,
+   et. al. [http://www.openrico.org].  These components are licensed to you
+   under the terms of the Apache 2.0 License.
+
+   WebCit bundles the Prototype JavaScript Framework, writen by Sam
+   Stephenson [http://prototype.conio.net].  These components are licensed to
+   you under the terms of an MIT-style license.
  
  INTRODUCTION
  ------------
  
- Citadel is a sophisticated BBS and groupware package which allows multiple
+ Citadel is a sophisticated groupware and BBS package which allows multiple
 users to simultaneously access the system using a variety of user interfaces.
 This package (WebCit) is a "middleware" package which presents an HTML/HTTP
 user interface to the Citadel system.
@@ -122,7 +130,7 @@ the "webserver" program:
  GRAPHICS
  --------
  
- WebCit contains a small amount of graphics (buttons, etc.) which are kept
+ WebCit contains a small amount of graphics (icons, etc.) which are kept
 in its "static" subdirectory.  All site-specific graphics, however, are
 fetched from the Citadel server.
  
index 7901df4e0994d5c27eb34f9f9ca98eab774623d1..be6bbafe5829884c3cd09156f41a61673219082c 100644 (file)
 #define SLEEPING               180             /* TCP connection timeout */
 #define WEBCIT_TIMEOUT         900             /* WebCit session timeout */
 #define PORT_NUM               2000            /* port number to listen on */
-#define SERVER                 "WebCit v6.20"  /* who's in da house */
+#define SERVER                 "WebCit v6.21"  /* who's in da house */
 #define DEVELOPER_ID           0
 #define CLIENT_ID              4
-#define CLIENT_VERSION         620             /* This version of WebCit */
+#define CLIENT_VERSION         621             /* This version of WebCit */
 #define MINIMUM_CIT_VERSION    640             /* min required Citadel vers */
 #define DEFAULT_HOST           "localhost"     /* Default Citadel server */
 #define DEFAULT_PORT           "504"