Index: /FCKeditor.Java/branches/2.4/src/site/apt/index.apt
===================================================================
--- /FCKeditor.Java/branches/2.4/src/site/apt/index.apt	(revision 1781)
+++ /FCKeditor.Java/branches/2.4/src/site/apt/index.apt	(revision 1782)
@@ -19,8 +19,8 @@
 ~~ @version $Id$
                                     ------------------------------
-                                           Preface
+												Overview
                                     ------------------------------
 
-Preface
+FCKeditor - Java Integration
   
   This is the Java integration pack for using FCKeditor inside a java web application
Index: /FCKeditor.Java/branches/2.4/src/site/apt/installation.apt
===================================================================
--- /FCKeditor.Java/branches/2.4/src/site/apt/installation.apt	(revision 1781)
+++ /FCKeditor.Java/branches/2.4/src/site/apt/installation.apt	(revision 1782)
@@ -12,5 +12,5 @@
 		
 	If you use Maven 2 for your projects all you need to do is including a 
-	reference to library in the dependencies section of your POM:
+	reference to the library in the dependencies section of your POM:
 	
 +-------------------------------------------------------+
@@ -58,5 +58,5 @@
 
 *--------------------------------------------+----------------------------------+
-|| file                                      || description                    ||
+|| File                                      || Description                    ||
 *--------------------------------------------+----------------------------------+
 | fckeditor-java-2.4-beta-1.jar              | main jar							|
@@ -70,5 +70,5 @@
 
 *--------------------------------------------+----------------------------------+
-|| file                                      || description                    ||
+|| File                                      || Description                    ||
 *--------------------------------------------+----------------------------------+
 | commons-fileupload-1.2.jar                 | Apache Commons FileUpload library|
@@ -86,5 +86,7 @@
 	[[3]] <<<fckeditor-java-2.4-beta-1-src.zip>>>
 		  
-		  The text goes here...
-
-  
+		  If you want to check out the pack's core, refit the code to your needs 
+		  (obeying the license terms) or compile it yourself, this is the perfect 
+		  distribution for you.
+		  
+	[]
Index: /FCKeditor.Java/branches/2.4/src/site/apt/integration.apt
===================================================================
--- /FCKeditor.Java/branches/2.4/src/site/apt/integration.apt	(revision 1781)
+++ /FCKeditor.Java/branches/2.4/src/site/apt/integration.apt	(revision 1782)
@@ -1,1 +1,56 @@
-Some basic jsp integration examples ...
+					---------------------
+						Integration
+					---------------------
+					
+Integration
+
+*	A word on Logging
+	
+	We use a state-of-the-art logging facade slf4 which	gives you full and 
+	high-performance flexibility on a logging subsystem.
+	
+	There are two possible scenarios which should be of your concern:
+	
+	[[1]] You don't want to log at all, just leave <<<slf4j-nop-1.4.3.jar>>> on 
+		  your classpath and you're done.
+	
+	[[2]] You want to log the library operations or your webapp logs arleady, 
+		  obtain the appropriate wrapper for your logging system and put it on 
+		  your classpath.
+	
+	[]
+		  
+	For more information about slf4j see the {{{http://www.slf4j.org}website}}.
+	
+*	Tag library
+
+	Define the tag extension in each JSP page that uses the FCKeditor.Java taglib.
+	The uri directives must match the URI defined in the tld in the jar file.
+	The prefix identifies the tags in the tag library within the JSP page.
+
++--------------------------------------------------------------------+
+  <%@ taglib uri="http://www.fckeditor.net/tags" prefix="FCK" %>
++--------------------------------------------------------------------+
+
+    The declaration, if you are using a JSP XML syntax, looks like:
+
++--------------------------------------------------------------------+
+  <jsp:root version="2.0" xmlns:jsp="http://java.sun.com/JSP/Page"
+     xmlns:FCK="http://www.fckeditor.net/tags">
++--------------------------------------------------------------------+
+	
+	Now you are set to use the taglib. A brief usage would be:
+	
++--------------------------------------------------------------------+
+  <FCK:editor instanceName="EditorDefault">
+    <jsp:attribute name="value">This is some <strong>sample text </strong>. 
+	  You are using <a href="http://www.fckeditor.net"> FCKeditor</a>.
+    </jsp:attribute>
+  </FCK:editor>
++--------------------------------------------------------------------+
+	
+	For a more complete overview, take a look at the {{{tagreference.html}tag reference}}.
+
+*	File Browser Connector
+
+	lorem ipsum...
Index: /FCKeditor.Java/branches/2.4/src/site/site.xml
===================================================================
--- /FCKeditor.Java/branches/2.4/src/site/site.xml	(revision 1781)
+++ /FCKeditor.Java/branches/2.4/src/site/site.xml	(revision 1782)
@@ -16,9 +16,9 @@
 		</head>
 		<menu name="Introduction">
-			<item name="Preface" href="index.html" />
+			<item name="About" href="index.html" />
 			<item name="What's new" href="whatsnew.html" />
 			<item name="Demo" href="demo.html" />
 			<item name="Installation" href="installation.html" />
-			<item name="JSP-Integration" href="integration.html" />
+			<item name="Integration" href="integration.html" />
 		</menu>
 		<menu name="Configuration">
