Index: /FCKeditor.Java/branches/2.4/src/site/apt/demo.apt
===================================================================
--- /FCKeditor.Java/branches/2.4/src/site/apt/demo.apt	(revision 1724)
+++ /FCKeditor.Java/branches/2.4/src/site/apt/demo.apt	(revision 1724)
@@ -0,0 +1,28 @@
+~~ 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$$
+
+Demo
+  
+  Put the file FCKeditor-[version].war in the webapps folder of your servlet container. 
+To run the demo, you just have to point yout browser at http://domainName.ext/fckeditor-java.
+
+  The upload and viewing of files is disabled by default. To enable this, you have to put a 
+file named 'fckeditor.properties' in the root of the classpath of fckeditor-java with the 
+following content: connector.sessionDataImpl=net.fckeditor.impl.BasicSessionData
Index: /FCKeditor.Java/branches/2.4/src/site/apt/index.apt
===================================================================
--- /FCKeditor.Java/branches/2.4/src/site/apt/index.apt	(revision 1723)
+++ /FCKeditor.Java/branches/2.4/src/site/apt/index.apt	(revision 1724)
@@ -17,4 +17,5 @@
 ~~ 
 ~~ == END LICENSE ==
+~~ @version $$Id$$
 
 Introduction
@@ -33,2 +34,10 @@
   
   * 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
