From: Art Cancro Date: Thu, 23 Dec 2004 18:15:09 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v7.86~5181 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=8773b1a0144581af2f661f4850b46ee7564ab541;p=citadel.git *** empty log message *** --- diff --git a/citadel/techdoc/binaries.txt b/citadel/techdoc/binaries.txt index db89fcf5e..7836973e0 100644 --- a/citadel/techdoc/binaries.txt +++ b/citadel/techdoc/binaries.txt @@ -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. diff --git a/citadel/techdoc/build.txt b/citadel/techdoc/build.txt index 0a311d9a5..56c74d044 100644 --- a/citadel/techdoc/build.txt +++ b/citadel/techdoc/build.txt @@ -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): diff --git a/citadel/techdoc/roadmap.txt b/citadel/techdoc/roadmap.txt index eb5c8a5e6..847e23934 100644 --- a/citadel/techdoc/roadmap.txt +++ b/citadel/techdoc/roadmap.txt @@ -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)