]> code.citadel.org Git - citadel.git/blob - libCxClient/README
Initial revision
[citadel.git] / libCxClient / README
1 libCxClient - Citadel/UX Extensible Client API
2 Copyright (c) 2000, Flaming Sword Productions
3 Copyright (c) 2001, The Citadel/UX Consortium
4 All Rights Reserved
5
6 http://www.shadowcom.net/Software/libCxClient/
7 ================================================================================
8
9 What is libCxClient?
10 --------------------
11 libCxClient is a framework which you can use to develop a Citadel/UX client.  It
12 also allows you to extend Citadel/UX functionality into an existing program,
13 like a mailbox analyser.
14
15 Who made libCxClient?
16 ---------------------
17 The CxClient project was started by Brian C. Ledbetter <brian@shadowcom.net> in
18 October of 2000.  The project's scope has changed since then, and a part of the
19 resulting rethinking of the project caused the core functionality of a 
20 Citadel/UX client to be placed inside of a shared-library which can be used by
21 any program.  The libCxClient code was split off from the original CxClient (now
22 'infusion') project in January of 2001, and is maintained by the Citadel/UX
23 Development Team, a subset of the Citadel/UX Consortium.
24
25 How do I use libCxClient?
26 -------------------------
27 Please refer to the website for complete documentation of the libCxClient API,
28 along with example code (including working clients!).  libCxClient will not do
29 you any good by itself, unless you are a software developer who wishes to create
30 a Citadel/UX client.
31
32 Please refer to LICENSE and COPYING for details on software redistribution.
33
34 ================================================================================
35 $Id$