]> code.citadel.org Git - citadel.git/blobdiff - webcit/README.txt
* static.local/ is now created
[citadel.git] / webcit / README.txt
index c03deb700b17dc71a877edacc2d232f39a5db0c3..5e1916ac0f148a964da848930f3b7924f3f7bb4c 100644 (file)
@@ -1,7 +1,7 @@
                         WEBCIT for the Citadel System
-                               version 7.00
+                               version 7.02
  
-   Copyright (C) 1996-2006 by the authors.  Portions written by:
+   Copyright (C) 1996-2007 by the authors.  Portions written by:
        Art Cancro
        Nathan Bryant
        Alessandro Fulciniti
@@ -39,7 +39,7 @@
  INTRODUCTION
  ------------
  
- Citadel is a sophisticated groupware and BBS package which allows multiple
+ Citadel is a sophisticated groupware platform 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.
@@ -59,7 +59,8 @@ mucking about with Apache configuration files and directories.  WebCit is not
 intended to be a general-purpose web server, however -- it *only* provides a
 front end to Citadel.  If you do not have another web server running, you may
 run WebCit on port 80; however, if you have Apache or some other web server
-listening on port 80, you must run WebCit on another port.
+listening on port 80, you must run WebCit on another port.  If you do not
+specify a port number, WebCit will bind to port 2000.
  
  To compile from source, enter the usual commands:
   ./configure --prefix=/usr/local/webcit   [or whatever directory you prefer]
@@ -78,9 +79,9 @@ specified, such as:
  
   http://your.host.name
  
- (or if you specified some other port, such as 8080 in this example...)
+ (or if you specified some other port, such as 2000 in this example...)
  
-  http://your.host.name:8080
+  http://your.host.name:2000
  
  ...and log in.
  
@@ -175,6 +176,21 @@ ones which you may be interested in are:
  If you would like to deploy a "favicon.ico" graphic, please put it in
 the static/ directory.  WebCit will properly serve it from there.
  
+
+ CUSTOMIZATION
+ -------------
+
+ The default WebCit installation will create an empty directory called 
+"static.local".  In this directory you may place a file called "webcit.css"
+which, if present, is referenced *after* the default stylesheet.  If you
+know CSS and wish to customize your WebCit installation, any styles you
+declare in static.local/webcit.css will override the styles found in
+static/webcit.css -- and your customizations will not be overwritten when
+you upgrade WebCit later.
+
+ You may also place other files, such as images, in static.local for
+further customization.
+
  
  CALENDAR SERVICE
  ----------------