]> code.citadel.org Git - citadel.git/commitdiff
* updated docs
authorArt Cancro <ajc@citadel.org>
Tue, 5 Sep 2000 18:34:10 +0000 (18:34 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 5 Sep 2000 18:34:10 +0000 (18:34 +0000)
citadel/IAFA-PACKAGE
citadel/citadel.lsm
citadel/docs/copyright.txt
citadel/docs/install.txt
citadel/docs/netsetup.txt
citadel/docs/siteconfig.txt
citadel/docs/utils.txt
citadel/techdoc/citadelapi.txt
citadel/techdoc/developers.txt
citadel/techdoc/moderation.txt
citadel/techdoc/netconfigs.txt

index e34c55bcf83bbb1510f991b60f7775cbd7365b8d..72f9c6751d93e7ce2836a5c78f8f70bc602f2e13 100644 (file)
@@ -1,5 +1,5 @@
 Title:          Citadel/UX
-Version:        5.71
+Version:        5.73
 Description:    An advanced messaging system which can be used for BBS,
                groupware, and
                online community applications.  It is multithreaded,
index d1c384c409d630401aab439c9a9b40e66eef24d9..01545c4893be535d68dc1f8437eaff092d221e99 100644 (file)
@@ -1,7 +1,7 @@
 Begin3
 Title:          Citadel/UX
-Version:        5.71
-Entered-date:  Wed Apr 12 22:41:18 EDT 2000
+Version:        5.73
+Entered-date:  Tue Sep  5 14:35:11 EDT 2000
 Description:    An advanced messaging system which can be used for BBS,
                groupware, and online community applications.  It is
                multithreaded, client/server, database driven, and
index 60297062e41695163bfebf6a45b1bc2ea52413a3..c7432dbe1497c4ca7a185c2db5505db59df0bcbf 100644 (file)
@@ -1,5 +1,5 @@
                          -----------------------
-                         Citadel/UX version 5.72
+                         Citadel/UX version 5.73
                          -----------------------
     
 Copyright (c) 1987-2000 by Art Cancro.
@@ -8,10 +8,10 @@ Portions (c) 1998-2000 by Nathan Bryant, Brian Costello, and Ben Mehlman.
   
 Documentation (c) 2000 by Steve Williams.
 
+HP/UX compatibility layer (c) 2000 by Michael Bremen.
+
 base64 encoding/decoding for MIME parser, public domain by John Walker.
  
-ICQ client code derived from ICQLIB written by Denis V. Dmitrienko.
-  
 'parsedate' function, public domain by Steven M. Bellovin, et. al.
   
  ------------------------------------------------------------------------------
@@ -32,5 +32,5 @@ ICQ client code derived from ICQLIB written by Denis V. Dmitrienko.
  
  
  For more information, visit the Citadel/UX web site at UNCENSORED! BBS
- http://uncnsrd.mt-kisco.ny.us
+ http://uncensored.citadel.org
 
index b1df7cd683583600cd63fe4bd56cf604e5adb824..2fb8852fc2340db3ca3e56f8ca0019a3f6716890 100644 (file)
@@ -25,7 +25,7 @@ Unix and Unix-like platforms.  The author's current development environment
 system. It is mandatory that the sysop have "root" access to the operating
 system. The following are required to install Citadel/UX:
 
-    - A Unix operating system (Linux, BSD, Solaris, DEC Unix, etc.)
+    - A Unix operating system (Linux, BSD, Solaris, Tru64, HP/UX)
     - C compiler (such as gcc or egcs) and "make"
     - POSIX threads (the "pthreads" library)
     - TCP/IP
index f954c8dddd7baecea84542ca0bba1bfa7e868b2c..1d813045e67f4584613810395523a167855944e5 100644 (file)
@@ -50,4 +50,4 @@ network nodes, and to share and unshare rooms.
  --------
   
  By now you already know where I hang out.  :)  You can find me at
-UNCENSORED! BBS at uncnsrd.mt-kisco.ny.us (telnet, www, citadel-client, etc.)
+UNCENSORED! BBS at uncensored.citadel.org (telnet, www, citadel-client, etc.)
index 1c268b7110f843d6bdfbb187e5a90a85c8bf0db0..7550cc4dd30d5290e58304c50837b8bf636172f0 100644 (file)
@@ -2,7 +2,7 @@
 
 
 Site Configuration
-by IGnatius T Foobar 
+by IGnatius T Foobar (Art Cancro)
 
     Once your Citadel server is up and running, the first thing you'll
 want to do is customize and tune it.  This can be done from the
index 24c8e3988ba2b92a7a6ec40c31c0c1011ddee501..5199bfb0f93fbe0beb259f59ee8eeae9fedbd6f0 100644 (file)
@@ -128,5 +128,5 @@ properly restricted.
    
    That should cover all of the included utilities.
  For more information, visit the Citadel/UX web site at UNCENSORED! BBS
- http://uncnsrd.mt-kisco.ny.us
+ http://uncensored.citadel.org
 
index 5fa9a1760618554a5a6aacf7da9323c8222a6e9a..f23a5055d9d66c2eddb852b851176c0432d49723 100644 (file)
@@ -1,7 +1,7 @@
  Citadel/UX Server Extension API Documentation
  ---------------------------------------------
  
-  This is a (very) incomplete documentation of the API for extending the
+  This is a VERY INCOMPLETE documentation of the API for extending the
 Citadel server using dynamically loaded modules.  It really isn't an API at
 all, but rather a list of some of the functions available in the server which
 are likely to be of use to module writers.  
index bcaa21415a288b0e6da55bca5a6e90bbe0962261..1d1b3dc6b19a4f2ca36170e60269e28ff0b89aa6 100644 (file)
@@ -19,7 +19,7 @@ Developer codes (and where known, client codes)
        5       Shaggy          dead            Java-powered client
        6       Daphne          development     wx multiplatform "fat" client
        7       Shaggy (new)    development     Java-powered client
-                                               <chilly@uncnsrd.mt-kisco.ny.us>
+                                               <chilly@uncensored.citadel.org>
  
  
  1     Brian Ledbetter <brian@amaranth.com>
index d5734959976b65235f840e358115cfc145083ddb..2f4d7cdb2133fcbc99a27bfa42ec73f3b5aab3ea 100644 (file)
@@ -1,6 +1,9 @@
+(NOTE: the moderation system is not finished yet, and as such, as been
+disabled in the current release.)
+
  TECHNICAL DISCUSSION OF THE CITADEL/UX MODERATION SYSTEM
  
- Starting with version 5.73, the Citadel system supports moderation of
+ Starting with version ?.??, the Citadel system supports moderation of
 messages.  This is used for both internal processing and for the more
 traditional filtering purposes.
  
index 16a5613b99a133e633c7d01c98a75427878d6764..2b80eb23d6f68e832895c5db56cdd8b82333b7c4 100644 (file)
@@ -1,3 +1,6 @@
+(NOTE: the new networker is not finished yet, and as such, has been disabled
+in the current release.)
            Description of the files in the "netconfigs" directory
 
  These files contain a set of network configurations for a room.  They are