]> err.no Git - sope/blobdiff - README
removed NGCString
[sope] / README
diff --git a/README b/README
index f9b569d8c1b9240622be1b93ccdbea38b7b59b2a..ec5c18f24bc0a966a9986054ebc4084548dc1e97 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-# $Id$
+// TODO: update for new SOPE 3.3 structure
 
 SKYRiX Object Publishing Environment
 ====================================
 
 SKYRiX Object Publishing Environment
 ====================================
@@ -6,17 +6,10 @@ SKYRiX Object Publishing Environment
 This directory contains SOPE, the application server hosting the
 OpenGroupware.org business logic and web interface.
 
 This directory contains SOPE, the application server hosting the
 OpenGroupware.org business logic and web interface.
 
-mod_ngobjweb
-============
+SOPE 4.3 is the development version of the upcoming SOPE 4.4 release.
 
 
-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)
-
-SKYRiX Libraries for XML Processing (skyrix-xml)
-================================================
+SKYRiX Libraries for XML Processing (sope-xml)
+==============================================
 
 The package contains:
 - a SAX2 Implementation for Objective-C
 
 The package contains:
 - a SAX2 Implementation for Objective-C
@@ -25,16 +18,28 @@ The package contains:
 - DOM on top of SaxObjC
 - an XML-RPC implementation (without the transport layer)
 
 - DOM on top of SaxObjC
 - an XML-RPC implementation (without the transport layer)
 
-SKYRiX Core Libraries (skyrix-core)
-===================================
+SKYRiX Core Libraries (sope-core)
+=================================
 
 
-The SKYRiX Core libraries (skyrix-core) contain:
+The SKYRiX Core libraries (sope-core) contain:
 - various Foundation extensions
 - a java.io like stream and socket library
 - 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
 - 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
 - an Objective-C wrapper for LDAP directory services
+
+SKYRiX iCalendar Libraries (sope-ical)
+======================================
+
 - classes for iCalendar/vCard objects
 
 SKYRiX Application Server (SOPE)
 - classes for iCalendar/vCard objects
 
 SKYRiX Application Server (SOPE)
@@ -52,3 +57,12 @@ It provides
 - session management
 - scripting extensions for Foundation, JavaScript bridge
 - DOM tree rendering library
 - 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)