Index: /FCKeditor.Java/trunk/src/site/apt/connector.apt
===================================================================
--- /FCKeditor.Java/trunk/src/site/apt/connector.apt	(revision 1999)
+++ /FCKeditor.Java/trunk/src/site/apt/connector.apt	(revision 2000)
@@ -77,10 +77,10 @@
   interactions which can be implemented by the web application developer. All
   methods are passed the current <<<HttpServletRequest>>> instance in order to
-  retrieve request and/or session attributes and to assemble a user-specific
-  return value. We intentionally do not impose any contraints or indorse any
+  retrieve request and/or session attributes to assemble a user-specific
+  return value. We intentionally do not impose any constraints or indorse any
   particular implementation approach to give you the freedom to implement the
   interfaces the way it fits best in your environment.
 
-  Suppy the fully-qualified class names of the implemented classes as described in
+  Supply the fully-qualified class names of the implemented classes as described in
   the {{{properties.html}Configuration settings}}.
 
@@ -91,6 +91,5 @@
         This interface consists only of one method <<<#getUserFilesPath(final HttpServletRequest)>>>
         which returns a string. You are able to construct a user-dependent 
-        <<<UserFilesPath>>>, e.g. <<</userfiles/johndoe>>> if johndoe is a valid 
-        username.
+        <<<UserFilesPath>>>, e.g. <<</userfiles/johndoe>>>.
 
   [[2]] {{{java-core/apidocs/net/fckeditor/requestcycle/UserAction.html}<<<net.fckeditor.requestcycle.UserAction>>>}}
Index: /FCKeditor.Java/trunk/src/site/apt/properties.apt
===================================================================
--- /FCKeditor.Java/trunk/src/site/apt/properties.apt	(revision 1999)
+++ /FCKeditor.Java/trunk/src/site/apt/properties.apt	(revision 2000)
@@ -24,7 +24,6 @@
 Configuration setting
 
-  All properties are optional, i.e. you do have to set any of them not even a 
-  single one. Define only those you intend to override for the <entire> web 
-  application.
+  In the meaning of 'convention over configuration' all properties are optional.
+  Define only those you intend to override for the <entire> web application.
 
   There are two ways to override the default properties: 
@@ -52,11 +51,11 @@
 +-------------------------------------------------------+   
 
-    [Attention:] It is essential to know how to use the PropertiesHandler. Like 
-                 the common properties usage, you should use it only one time at 
+    [Attention:] It is essential to know how to use the <<<PropertiesHolder>>>. Like 
+                 the common properties usage, you should use it only at 
                  the start of your web application. If you don't have a kind of 
                  an 'initialization'-servlet, where you could place the 
-                 PropertiesLoader calls we suggest to write your own 
+                 PropertiesLoader calls, we suggest to write your own 
                  ServletContextListener. So you guarantee, you call the 
-                 PropertiesLoader after the ConnectorServlet is initialized.
+                 PropertiesLoader <before> the ConnectorServlet is initialized.
 
   []
Index: /FCKeditor.Java/trunk/src/site/apt/whatsnew.apt
===================================================================
--- /FCKeditor.Java/trunk/src/site/apt/whatsnew.apt	(revision 1999)
+++ /FCKeditor.Java/trunk/src/site/apt/whatsnew.apt	(revision 2000)
@@ -25,18 +25,20 @@
 What's New
 
-  The FCKeditor.Java integeration version 2.4 is a complete rewrite of the last
+  The FCKeditor.Java integration version 2.4 is a complete rewrite of the last
   version.\
   This is a short overview about the changes since version 2.3:
 
-  * The integration pack is now managed by Maven 2 with a complete documentation
-    and reports.
+  * The integration pack is now managed by {{{http://maven.apache.org}Maven 2}}
+    with a complete documentation and reports.
+    
+  * Automatic creation of release distribution files (assemblies).
 
-  * The libraray runs now from Servlet 2.4/JSP 2.0 and above.
+  * The library runs now from Servlet 2.4/JSP 2.0 and above.
 
-  * A complete structure and package review has been done. Base moved from
+  * A complete structure and package review has been done. The base package moved from
     <<<com.fredck.FCKeditor>>> to <<<net.fckeditor>>>.
 
-  * The {{{http://dev.fckeditor.net/wiki/ServerSideStatus}Server Side Intergration}}
-    requirements are completely fullfilled.
+  * The {{{http://dev.fckeditor.net/wiki/ServerSideStatus}Server Side Integration}}
+    requirements are completely fulfilled.
 
   * The SimpleUploaderServlet functionality has been merged into the ConnectorServlet.
@@ -50,15 +52,13 @@
     * No configuration settings in the <<<web.xml>>> anymore.
 
-    * The configuration properties can be set in a file or dynamically as in
-      every other connector implementation.
+    * The configuration properties can be set in a common properties file or programmatically.
 
-    * Default configuration properties are automatically set for you.
+    * 'Convention over conversion', just set those properties, which defaults doesn't meet your
+      requirements.
 
   * Introduced the state-of-the-art {{{http://www.slf4j.org}SLF4J}} logging facade.
 
-  * A pluggable <<<SessionData>>> interface system has beeen introduced. This system
+  * Pluggable interfaces have been introduced to extend the ConnectorServlet. This system
     provides session or request-based functionality.
-
-  * Automatic creation of release distribution files (assemblies).
 
   * JUnit test coverage on viable classes.
