Index: /FCKeditor.Java/branches/2.4/src/site/apt/connector.apt
===================================================================
--- /FCKeditor.Java/branches/2.4/src/site/apt/connector.apt	(revision 1971)
+++ /FCKeditor.Java/branches/2.4/src/site/apt/connector.apt	(revision 1972)
@@ -1,19 +1,19 @@
 ~~ 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$
@@ -27,5 +27,5 @@
   interaction, you can skip this section.
 
-    [Hint:] The Connector by default is not present and disabled for security 
+    [Hint:] The Connector by default is not present and disabled for security
             reasons!
 
@@ -56,5 +56,5 @@
 
   Assuming you installed the editor in the <<</fckeditor>>> folder in your webapp.\
-  The Connector is now declared but <still> disabled. The response is going to 
+  The Connector is now declared but <still> disabled. The response is going to
   be an error message.
 
@@ -71,34 +71,34 @@
 Extending the Connector
 
-    [Hint:]  Skip this section if you are not interested in extending the 
+    [Hint:]  Skip this section if you are not interested in extending the
              Connector.
 
   The basic idea of extending the Connector is to provide some interfaces for special user depended interactions,
   which can be implemented by the developer of a webapp. All methods get the <<<HttpServletRequest>>>-object,
-  so the developer could identify the user with a session attribute for example and return a user 
-  specific value. We intentionally make no suggestions how to do this, so you have the free of choice to 
+  so the developer could identify the user with a session attribute for example and return a user
+  specific value. We intentionally make no suggestions how to do this, so you have the free of choice to
   implement whatever and however you like.
-   
-  The fully-qualified class name of the implemented classes can now be set as described in 
+
+  The fully-qualified class name of the implemented classes can now be set as described in
   {{{properties.html}Configuration settings}}.
-  
+
   At the moment, the integration pack provides two interfaces to extend the connector:
-  
+
   [[1]] {{{java-core/apidocs/net/fckeditor/requestcycle/UserPathBuilder.html}<<<net.fckeditor.requestcycle.UserPathBuilder>>>}}
-  
-  In this interface there is only one method <<<getUserFilesPath(final HttpServletRequest request)>>>, 
-  return value is a string. There you can implement a user dependent construction of the 'BaseDir' path, 
-  the path for all resource files. 
-  
+
+  In this interface there is only one method <<<getUserFilesPath(final HttpServletRequest request)>>>,
+  return value is a string. There you can implement a user dependent construction of the 'BaseDir' path,
+  the path for all resource files.
+
   [[2]] {{{java-core/apidocs/net/fckeditor/requestcycle/UserAction.html}<<<net.fckeditor.requestcycle.UserAction>>>}}
-  
+
   There are two methods to authorize users to do file based actions:
-  
+
   * <<<#isEnabledForFileUpload(HttpServletRequest)>>> Enables/disables the user for uploading files.
-  
+
   * <<<#isEnabledForFileBrowsing(HttpServletRequest)>>> Enables/disables the user for browsing files.
-  
+
   []
-  
+
   For those who wants to enable all users for browsing and uploading files, there is an implementation
   of <<<UserAction>>> you can use: {{{java-core/apidocs/net/fckeditor/requestcycle/impl/UserActionImpl.html}UserActionImpl}}
Index: /FCKeditor.Java/branches/2.4/src/site/apt/demo.apt
===================================================================
--- /FCKeditor.Java/branches/2.4/src/site/apt/demo.apt	(revision 1971)
+++ /FCKeditor.Java/branches/2.4/src/site/apt/demo.apt	(revision 1972)
@@ -25,6 +25,6 @@
   
   The demo is intended for novices, beginners and for everyone who wants to see
-  the FCKeditor in action right out of the box. It's also a good reference for 
-  you to see how all integral parts work together.
+  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:
