*** empty log message ***
authorArt Cancro <ajc@citadel.org>
Thu, 23 Dec 2004 18:15:09 +0000 (18:15 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 23 Dec 2004 18:15:09 +0000 (18:15 +0000)
citadel/techdoc/binaries.txt
citadel/techdoc/build.txt
citadel/techdoc/roadmap.txt

index db89fcf5ec773f26c8ca9e1869e610ac62459e92..7836973e0781709b2a64c3f4ce1a2e5cf702e604 100644 (file)
@@ -5,7 +5,7 @@ Notes on building a set of portable binaries
 This is kind of a work in progress.  Here's what we've done so far to 
 build a portable tarball.  We keep all the stuff that Citadel needs, but
 is not part of Citadel itself, in /usr/local/ctdlsupport, and we keep
-Citadel in /usr/local/citadel.
+Citadel in /usr/local/citadel.  (This is only known to work on Linux+GCC.)
 
 We build in /usr/src.
 
index 0a311d9a5531988f1695a8995af065b2fc02d21f..56c74d0449cb93faa01c6cba10f61c6aa07613aa 100644 (file)
@@ -19,10 +19,9 @@ SOURCES macro near the top of Makefile.in.
 possible to build RPM's, and bring the installation process closer to that 
 of other packages, which if you're using the new configure script goes 
 like this: 
-  ./configure [--enable-ansi-color] [--disable-auto-login] [--prefix=/foo] 
+  ./configure [--enable-ansi-color] [--disable-autologin] [--prefix=/foo] 
   
-  --prefix specifies the location the BBS will run from,  
+  --prefix specifies the location Citadel will run from,  
 /usr/local/citadel by default. 
   to build a highly optimized version without debugging symbols, you could 
  do something like this (with the bourne shell): 
index eb5c8a5e6cb4260a8077fb846ea3ee35dd64f9c5..847e23934ba7f6620cbb5e21751647b3a37e76cf 100644 (file)
@@ -29,7 +29,7 @@ Goals to achieve during the 6.xx cycle
   Status: full functionlity is present in the current implementation, including
   the ability to keep a personal calendar, send/receive invitations, manage
   attendees, check free/busy times, etc.  It is fully usable via WebCit
-  and also works with Kolab-compatible clients (vCalendar over IMAP for the
+  and also works with both Aethera and Kolab1 (vCalendar over IMAP for the
   calendar store, and vCalendar over HTTPS for checking other users' free/busy
   times).
  
@@ -69,8 +69,9 @@ Goals to achieve during the 6.xx cycle
  Items recently removed from TODO list
  -------------------------------------
 
-* WebCit support for HTTP transactions performed by Kolab clients
-  (The current WebCit build works with the KDE Kolab klient using HTTPS.)
+* WebCit support for HTTP transactions performed by Kolab1 clients
+  (The current WebCit build works with the Kolab1 klient, and with Aethera,
+  both using HTTPS.)
  
 * RFC 2739 compliance (provide calendar free/busy URL's in vCard and LDAP)
   (If anyone knows of clients that make use of this, let us know / test it)