From 9fe71bf382b59c800d77daf9e96d5e1d3a25db25 Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Sat, 23 Jul 2005 04:28:19 +0000 Subject: [PATCH] * Updated the docs and the version number --- webcit/README.txt | 20 ++++++++++++++------ webcit/webcit.h | 4 ++-- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/webcit/README.txt b/webcit/README.txt index dd70a988a..62839f892 100644 --- a/webcit/README.txt +++ b/webcit/README.txt @@ -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. diff --git a/webcit/webcit.h b/webcit/webcit.h index 7901df4e0..be6bbafe5 100644 --- a/webcit/webcit.h +++ b/webcit/webcit.h @@ -42,10 +42,10 @@ #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" -- 2.39.2