Index: /FCKeditor.Java/branches/2.4/src/site/apt/installation.apt
===================================================================
--- /FCKeditor.Java/branches/2.4/src/site/apt/installation.apt	(revision 1779)
+++ /FCKeditor.Java/branches/2.4/src/site/apt/installation.apt	(revision 1780)
@@ -1,11 +1,90 @@
- 									------------------------------
-                                           	Installation Guide
-                                    ------------------------------
+ 						------------------------------
+                           	Installation Guide
+                        ------------------------------
 
 Installation Guide
 
-  * depedend libs
+*	Using Maven
+	
+		[Note:]	The integration pack will be available on the central repo after 
+				it has gone gold, the additional repository location will be from
+				there on obosolete!
+		
+	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:
+	
++-------------------------------------------------------+
+<project>
+  ...
+  <repositories>
+    <repository>
+      <releases>
+        <enabled>true</enabled>
+      </releases>
+      <id>fckeditor-java-releases</id>
+      <name>FCKeditor Releases</name>
+      <url>http://www.fckeditor.net/m2repo</url>
+     <layout>default</layout>
+     </repository>
+  </repositories>
+  ...
+  <dependencies>
+    <dependency>
+      <groupId>net.fckeditor</groupId>
+      <artifactId>fckeditor-java</artifactId>
+      <version>2.4-beta-1</version>
+    </dependency>
+  </dependencies>
+  ...
+</project> 
++-------------------------------------------------------+
+
+*	Manual installation
+
+	The distribution comes in three flavors, grab one from the {{{http://www.fckeditor.net/download}download area}} 
+	which fits best for your evironment.
+	
+	[[1]] <<<fckeditor-java-2.4-beta-1.jar>>>
+		  
+		  If you already have all dependencies on your classpath, simply put this
+		  jar on your classpath (usually <<<WEB-INF/lib>>>) and you are ready to go.
+	
+	[[2]] <<<fckeditor-java-2.4-beta-1-bin.zip>>>
+		  
+		  If you are starting from the scratch, this distribution fits best.
+		  This package comes with a pre-built jar and all dependencies.
+		  
+		  Those distribution files are:
+
+*--------------------------------------------+----------------------------------+
+|| file                                      || description                    ||
+*--------------------------------------------+----------------------------------+
+| fckeditor-java-2.4-beta-1.jar              | main jar							|
+*--------------------------------------------+----------------------------------+
+| fckeditor-java-2.4-beta-1-sources.jar      | optional sources for IDE integration |
+*--------------------------------------------+----------------------------------+
+| fckeditor-java-2.4-beta-1-javadoc.jar      | optional javadoc for IDE integration |
+*--------------------------------------------+----------------------------------+
+		  
+		  The <<<lib>>> folder contains following dependencies:
+
+*--------------------------------------------+----------------------------------+
+|| file                                      || description                    ||
+*--------------------------------------------+----------------------------------+
+| commons-fileupload-1.2.jar                 | Apache Commons FileUpload library|
+*--------------------------------------------+----------------------------------+
+| commons-io-1.3.2.jar                       | Apache Commons IO library        |
+*--------------------------------------------+----------------------------------+
+| slf4j-api-1.4.3.jar                        | simple logging facade (wrapper)  |
+*--------------------------------------------+----------------------------------+
+| slf4j-nop-1.4.3.jar (optional)             | dummy logging backend            |
+*--------------------------------------------+----------------------------------+
+
+		  Drop the main jar and the dependencies in your classpath (usually 
+		  <<<WEB-INF/lib>>>) and you are ready to go.
+		  
+	[[3]] <<<fckeditor-java-2.4-beta-1-src.zip>>>
+		  
+		  The text goes here...
+
   
-  * where to copy the jars
-  
-  * entries for web.xml
