Index: /FCKeditor.Java/branches/2.4/pom.xml
===================================================================
--- /FCKeditor.Java/branches/2.4/pom.xml	(revision 1973)
+++ /FCKeditor.Java/branches/2.4/pom.xml	(revision 1974)
@@ -331,12 +331,4 @@
 			</url>
 		</site>
-		<!--
-		<site>
-			<id>local</id>
-			<url>
-				file:///tmp/fckeditor-web
-			</url>
-		</site>
-		 -->
 	</distributionManagement>
 </project>
Index: /FCKeditor.Java/branches/2.4/src/site/apt/demo.apt
===================================================================
--- /FCKeditor.Java/branches/2.4/src/site/apt/demo.apt	(revision 1973)
+++ /FCKeditor.Java/branches/2.4/src/site/apt/demo.apt	(revision 1974)
@@ -23,15 +23,21 @@
 
 Demo Web Application
-  
+
+    [Requirements:] You need at least JRE 1.4 and a Servlet 2.4/JSP 2.0 compliant 
+                    server implementation to run the library and the demo webapp.
+
   The demo is intended for novices, beginners and for everyone who wants to see
   the FCKeditor (version 2.6) in action right out of the box. It's also a good 
   reference for you to see how all integral parts work together.
 
-  It takes two simple steps to see the demo in action:
+  It takes three simple steps to see the demo in action:
 
-   [[1]] Deploy the <<<fckeditor-java-demo-2.4-beta-1.war>>> in your servlet container 
+   [[1]] Download the <<<fckeditor-java-demo-2.4-beta-1.war>>> from them
+         {{{http://www.fckeditor.net/download}download area}}.
+
+   [[2]] Deploy the <<<fckeditor-java-demo-2.4-beta-1.war>>> in your servlet container 
          or application server and make sure that the context is enabled.
         
-   [[2]] Open up your browser and point to {{http://localhost:8080/fckeditor-java-demo-2.4-beta-1}}.
+   [[3]] Open up your browser and point to {{http://localhost:8080/fckeditor-java-demo-2.4-beta-1}}.
          (assuming your server is running local at port 8080 for testing purposes)
 
Index: /FCKeditor.Java/branches/2.4/src/site/apt/index.apt
===================================================================
--- /FCKeditor.Java/branches/2.4/src/site/apt/index.apt	(revision 1973)
+++ /FCKeditor.Java/branches/2.4/src/site/apt/index.apt	(revision 1974)
@@ -1,46 +1,41 @@
 ~~ 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$
                                     ------------------------------
-												Overview
+												About
                                     ------------------------------
 
 FCKeditor.Java Integration
-  
-  This is the Java integration pack for using FCKeditor inside a java web application
-without the complexity of using a Java scriptlets or the JavaScript api.
-The package contains a JSP-Tag-library, but in principle you can use the pack for example in java based template engines like Velocity or Freemaker too.
 
-  You can download the latest integration files from the {{{http://www.fckeditor.net/download}download area}}.
-  
-  There are different distribution files:
-  
-  * FCKeditor-[version].war: A drop-in demo.
-  
-  * FCKeditor-[version].jar: The integration pack without dependencies.
-  
-  * FCKeditor-[version].zip: The integration pack with all dependencies and documentation. 
-  
-  [] 
-  
-  The minimum requirements to run the pack are: 
-  
-  * JSE 1.4
-  
-  * Servlet 2.4 / JSP 2.0
+  The FCKeditor.Java Integration makes the deployment of the FCKeditor in your
+  Java environment a piece of cake.\
+  A rich documentation, a well-designed Java library, and an out of the box demo 
+  webapp will show you how to get started quickly and deploy the FCKeditor within
+  minutes.
+
+  Start with the {{{demo.html}demo}} first and proceed to the {{{installation.html}installtion guide}}
+  if you are ready to deploy the FCKeditor in your webapp.
+
+Call To Action
+
+  Help us to improve the FCKeditor.Java Integration!\
+  If you think this documentation, the Java library or anything else is lacking 
+  something, contains errors, or can be improved do <not> hesitate to open a 
+  thread in our {{{http://www.fckeditor.net/forums}forums}} or file a ticket in 
+  our {{{issue-tracking.html}issue tracker}}.
Index: /FCKeditor.Java/branches/2.4/src/site/apt/installation.apt
===================================================================
--- /FCKeditor.Java/branches/2.4/src/site/apt/installation.apt	(revision 1973)
+++ /FCKeditor.Java/branches/2.4/src/site/apt/installation.apt	(revision 1974)
@@ -23,4 +23,7 @@
 
 Installation Guide
+
+    [Requirements:] You need at least JRE 1.4 and a Servlet 2.4/JSP 2.0 compliant 
+                    server implementation to run the library and the demo webapp.
 
 * Using Maven 2
