minor documentation changes
authorArt Cancro <ajc@citadel.org>
Tue, 27 Oct 1998 05:08:44 +0000 (05:08 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 27 Oct 1998 05:08:44 +0000 (05:08 +0000)
citadel/ChangeLog
citadel/citadel.h
citadel/copyright.txt
citadel/techdoc/citadelapi.txt
citadel/techdoc/hack.txt

index 1b0bf7fe8be353dabd94817f9be05f15aab6ff2d..33f7be86a1960545ca252d6a8ad56e19ede9bc7c 100644 (file)
@@ -1,3 +1,6 @@
+Tue Oct 27 00:08:16 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
+       * minor documentation changes
+
 Sun Oct 25 14:57:40 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
        * messages.c: fixed an oversight that was allowing attachments even
          when disabled in citadel.rc
index 8bf269ee2fb6f0f8d22f48e1271cc770e97009ea..118788c42042e4409d2974334d0e01a6d240bd88 100644 (file)
@@ -1,14 +1,14 @@
 /* citadel.h
  * main Citadel/UX header file
- * see copyright.doc for copyright information
+ * see copyright.txt for copyright information
  */
 
 /* system customizations are in sysconfig.h */
 #include "sysdep.h"
 #include "sysconfig.h"
 #include "ipcdef.h"
-#define CITADEL        "Citadel/UX DR19980818"
-#define REV_LEVEL 503
+#define CITADEL        "Citadel/UX DR19981026"
+#define REV_LEVEL 511
 #define SERVER_TYPE 0  /* zero for stock Citadel/UX; other developers please
                           obtain SERVER_TYPE codes for your implementations */
 
index 0ee537dff95cb3f772f5af9b19c13aed984fd72f..f68e72404492a7bdb95ed7026afe96126a22c886 100644 (file)
@@ -3,7 +3,7 @@
 Copyright (c) 1987-1998 by:
         Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
 
-Portions contributed by:
+Portions (c) 1998 by:
        Brian Costello <btx@calyx.net>
        Nathan Bryant <bryant@cs.usm.maine.edu>
  
index e1f06a6547ee7fa5e337a06308e4aaf7be10f639..5fa9a1760618554a5a6aacf7da9323c8222a6e9a 100644 (file)
@@ -1,8 +1,16 @@
-Here's "take two" on the CitadelAPI extension library.  These days it's not
-really a library at all, but rather a list of stuff that's inside the server that
-might be useful.  Sort of.  We'll see how it evolves.
-
+ Citadel/UX Server Extension API Documentation
+ ---------------------------------------------
  
+  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.  
+  
+  Expect this document to become more complete over time, as both the API and
+the person documenting it have a chance to mature a bit.  :)
+  
+  
+   
   USER RELATED FUNCTIONS
   ----------------------
  
index 3e783d7b397f25779e37192bca00669a71ea6f0c..786cea8291457d34f67d59cc98e0933b98df9a96 100644 (file)
@@ -1,4 +1,4 @@
- hack.doc for Citadel/UX
+ hack.txt for Citadel/UX
  written by Art Cancro (ajc@uncnsrd.mt-kisco.ny.us)
    
    Much of this document is borrowed from the original hack.doc from