From 18ab2287e5846c1cb20a36cd2f40d95aded3080d Mon Sep 17 00:00:00 2001 From: Art Cancro Date: Tue, 27 Oct 1998 05:08:44 +0000 Subject: [PATCH] minor documentation changes --- citadel/ChangeLog | 3 +++ citadel/citadel.h | 6 +++--- citadel/copyright.txt | 2 +- citadel/techdoc/citadelapi.txt | 16 ++++++++++++---- citadel/techdoc/hack.txt | 2 +- 5 files changed, 20 insertions(+), 9 deletions(-) diff --git a/citadel/ChangeLog b/citadel/ChangeLog index 1b0bf7fe8..33f7be86a 100644 --- a/citadel/ChangeLog +++ b/citadel/ChangeLog @@ -1,3 +1,6 @@ +Tue Oct 27 00:08:16 EST 1998 Art Cancro + * minor documentation changes + Sun Oct 25 14:57:40 EST 1998 Art Cancro * messages.c: fixed an oversight that was allowing attachments even when disabled in citadel.rc diff --git a/citadel/citadel.h b/citadel/citadel.h index 8bf269ee2..118788c42 100644 --- a/citadel/citadel.h +++ b/citadel/citadel.h @@ -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 */ diff --git a/citadel/copyright.txt b/citadel/copyright.txt index 0ee537dff..f68e72404 100644 --- a/citadel/copyright.txt +++ b/citadel/copyright.txt @@ -3,7 +3,7 @@ Copyright (c) 1987-1998 by: Art Cancro -Portions contributed by: +Portions (c) 1998 by: Brian Costello Nathan Bryant diff --git a/citadel/techdoc/citadelapi.txt b/citadel/techdoc/citadelapi.txt index e1f06a654..5fa9a1760 100644 --- a/citadel/techdoc/citadelapi.txt +++ b/citadel/techdoc/citadelapi.txt @@ -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 ---------------------- diff --git a/citadel/techdoc/hack.txt b/citadel/techdoc/hack.txt index 3e783d7b3..786cea829 100644 --- a/citadel/techdoc/hack.txt +++ b/citadel/techdoc/hack.txt @@ -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 -- 2.30.2