Index: /FCKeditor.Java/branches/2.4/src/site/apt/index.apt
===================================================================
--- /FCKeditor.Java/branches/2.4/src/site/apt/index.apt	(revision 1980)
+++ /FCKeditor.Java/branches/2.4/src/site/apt/index.apt	(revision 1981)
@@ -37,5 +37,5 @@
   
   This documentation is straight forward to use!\
-  Start with {{{whatsnews.html}What's New}} to see what has changed since 2.3 and
+  Start with {{{whatsnew.html}What's New}} to see what has changed since 2.3 and
   there is a lot! Go over and checkout the {{{demo.html}Demo}} and if you are 
   ready to deploy the FCKeditor in your webapp follow the 
Index: /FCKeditor.Java/branches/2.4/src/site/apt/installation.apt
===================================================================
--- /FCKeditor.Java/branches/2.4/src/site/apt/installation.apt	(revision 1980)
+++ /FCKeditor.Java/branches/2.4/src/site/apt/installation.apt	(revision 1981)
@@ -144,7 +144,7 @@
     [Attention:] Do <not> skip this section otherwise your application will <<fail>>!
 
-  We use the state-of-the-art logging facade <<<slf4j>>>. To make slf4j work at runtime, 
+  We use the state-of-the-art logging facade <<<SLF4J>>>. To make SFL4J work at runtime, 
   you have to add <<one>> binding and the appropriate  backend (may be optional) into 
   your classpath.\
-  Please check the {{{http://slf4j.org}slf4j website}} for more information on bindings
+  Please check the {{{http://slf4j.org}SLF4J website}} for more information on bindings
   and the API itself.
Index: /FCKeditor.Java/branches/2.4/src/site/apt/overview.apt
===================================================================
--- /FCKeditor.Java/branches/2.4/src/site/apt/overview.apt	(revision 1980)
+++ /FCKeditor.Java/branches/2.4/src/site/apt/overview.apt	(revision 1981)
@@ -24,29 +24,13 @@
 Overview
 
-  The Java integration pack is composed of two main components:
+  The Java integration pack consists of two main components:
   
-  * The JSP-Tag-Library, for an easy integration of the FCKeditor in your JSP-pages.
+  * <<JSP tag library>>: Easy integration of the FCKeditor in your JSPs.
     
-  * The Connector, a servlet to manage the handling with resource files like images.
+  * <<Connector>>: A servlet to manage resources like images, documents, and other files.
   
   []
   
-  To use the JSP-Tag-Library you just have to put the main jar and dependent libraries
-  in your classpath. If you want to use the Connector 1.) you have to add some entries in
-  your <<<web.xml>>> and 2.) you have to make sure that some special properties are set.
-  For details have a look at {{{connector.html}Connector}} and 
-  {{{installation.html}Installation}}.
+  Please read the integration parts carefully! Both the tag library and the connector
+  have been completely restructured.
   
-  We introduced a new properties handling (in comparison to 2.3). You have two ways to set 
-  the default properties of the integration pack:
-  
-  * Using a common Java properties file or
-  
-  * using some static setters.
-  
-  []
-  
-  For a closer look see {{{connector.html}Connector}}.
-  
-  This new properties handling will give you the most flexibility to integrate FCKeditor 
-  in your Java-based web-application.
Index: /FCKeditor.Java/branches/2.4/src/site/apt/properties.apt
===================================================================
--- /FCKeditor.Java/branches/2.4/src/site/apt/properties.apt	(revision 1980)
+++ /FCKeditor.Java/branches/2.4/src/site/apt/properties.apt	(revision 1981)
@@ -129,5 +129,5 @@
 *-------------------------------+--------------------------------+-----------------------------+----------------------------------------------------+
 | connector.fullUrl      		| false                          | true, false (boolean)	   | Indicates whether the server url will be prepended.|
-|								|								 |							   | I.e. appending http://www.yourdomain.com/			|
+|								|								 |							   | I.e. prepending http://www.yourdomain.com/			|
 *-------------------------------+--------------------------------+-----------------------------+----------------------------------------------------+
 | connector.secureImageUploads	|true							 | true, false (boolean)	   | Checks uploaded images for validity.				|
Index: /FCKeditor.Java/branches/2.4/src/site/apt/whatsnew.apt
===================================================================
--- /FCKeditor.Java/branches/2.4/src/site/apt/whatsnew.apt	(revision 1980)
+++ /FCKeditor.Java/branches/2.4/src/site/apt/whatsnew.apt	(revision 1981)
@@ -1,51 +1,68 @@
 ~~ FCKeditor - The text editor for Internet - http://www.fckeditor.net
 ~~ Copyright (C) 2003-2008 Frederico Caldeira Knabben
-~~ 
+~~
 ~~ == BEGIN LICENSE ==
-~~ 
+~~
 ~~ Licensed under the terms of any of the following licenses at your
 ~~ choice:
-~~ 
+~~
 ~~  - GNU General Public License Version 2 or later (the "GPL")
 ~~    http://www.gnu.org/licenses/gpl.html
-~~ 
+~~
 ~~  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
 ~~    http://www.gnu.org/licenses/lgpl.html
-~~ 
+~~
 ~~  - Mozilla Public License Version 1.1 or later (the "MPL")
 ~~    http://www.mozilla.org/MPL/MPL-1.1.html
-~~ 
+~~
 ~~ == END LICENSE ==
 ~~ @version $Id$
+                                    ------------------------------
+												What's New
+                                    ------------------------------
 
-What's new
 
-  This is a short overview about the changes in comparison to version 2.3:
-  
-  * {{{http://dev.fckeditor.net/wiki/ServerSideStatus}The serversite intergration status}} 
-  is completely fullfilled.
-  
-  * The base package path has changed from <<<com.fredck.FCKeditor>>> to <<<net.fckeditor>>>.
-  
-  * Removed SimpleUploaderServlet, the functionality has moved to ConnectorServlet.
-  
-  * New properties handling: 
-  
-    * No properties settings in the web.xml.
-    
-    * To set the properties, a common properties file or static setter methods can be used.
-    
-    * All properties are optional. In the meaning of 'Convention over Configuration' 
-    only the properties, of which the default isn't requested, have to be set.
-   
-  * Introduced slf4j, a logging framework especially for 3rd-party-tools.
-  
-  * Introduced 'SessionData', an interface to provide session or request-based functionality.
-  E.g. one function is for building a user-based 'BaseDir'.
-  
-  * The JSP-Tag-Library is partially restructured. Be aware before updating and refere the 
-  {{{taglibrary.html}tag library}} and the {{{java-core/tagreference.html}tag reference}}.
-  
-  * A lot of code improvements.
-  
-  * The integration pack is now managed by maven.
+What's New
+
+  The FCKeditor.Java integeration 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 libraray runs now from Servlet 2.4/JSP 2.0 and above.
+
+  * A complete structure and package review has been done. Base moved from
+    <<<com.fredck.FCKeditor>>> to <<<net.fckeditor>>>.
+
+  * The {{{http://dev.fckeditor.net/wiki/ServerSideStatus}Server Site Intergration}}
+    requirements are completely fullfilled.
+
+  * The SimpleUploaderServlet functionality has been merged into the ConnectorServlet.
+
+  * The JSP tag library has been completely restructured.
+
+  * A more complete and reliable browser detection code.
+
+  * New configuration handling:
+
+    * 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.
+
+    * Default configuration properties are automatically set for you.
+
+  * Introduced the state-of-the-art {{{http://www.slf4j.org}SLF4J}} logging facade.
+
+  * A pluggable <<<SessionData>>> interface system has beeen introduced. This system
+    provides session or request-based functionality.
+
+  * Automatic creation of release distribution files (assemblies).
+
+  * JUnit test coverage on viable classes.
+
+  * Clean and safe parameter handling and abstraction.
+
+  * A lot of code performance improvements and tweaks.
