]> err.no Git - sope/blobdiff - README
Drop apache 1 build-dependency
[sope] / README
diff --git a/README b/README
index 1fa35788eb6672db929cf86d1d85e971402d4aac..0ca6ac799f7cedd6fb7417f95f33d04326285416 100644 (file)
--- a/README
+++ b/README
@@ -1,19 +1,10 @@
-// TODO: update for new SOPE 3.3 structure
-
 SKYRiX Object Publishing Environment
 ====================================
 
 This directory contains SOPE, the application server hosting the
 OpenGroupware.org business logic and web interface.
 
-mod_ngobjweb
-============
-
-An Apache module for forwarding HTTP request from Apache to a SOPE
-application server. This is a non-streaming proxy so that the application
-server isn't blocked by IO of slow connections !
-(this eliminates the need for threading because of IO, the Apache server
- pool runs the blocking IO operations)
+SOPE 4.5 is the development version of the upcoming SOPE 4.6 release.
 
 SKYRiX Libraries for XML Processing (sope-xml)
 ==============================================
@@ -31,10 +22,22 @@ SKYRiX Core Libraries (sope-core)
 The SKYRiX Core libraries (sope-core) contain:
 - various Foundation extensions
 - a java.io like stream and socket library
+
+SKYRiX MIME Libraries (sope-mime)
+=================================
+
 - classes for processing MIME entities
 - a full IMAP4 implementation
 - prototypical POP3 and SMTP processors
+
+SKYRiX LDAP Libraries (sope-ldap)
+=================================
+
 - an Objective-C wrapper for LDAP directory services
+
+SKYRiX iCalendar Libraries (sope-ical)
+======================================
+
 - classes for iCalendar/vCard objects
 
 SKYRiX Application Server (SOPE)
@@ -52,3 +55,12 @@ It provides
 - session management
 - scripting extensions for Foundation, JavaScript bridge
 - DOM tree rendering library
+
+mod_ngobjweb
+============
+
+An Apache module for forwarding HTTP request from Apache to a SOPE
+application server. This is a non-streaming proxy so that the application
+server isn't blocked by IO of slow connections!
+(this eliminates the need for threading because of IO, the Apache server
+ pool runs the blocking IO operations)