Index: /FCKeditor.Java/trunk/src/main/assembly/bin.xml
===================================================================
--- /FCKeditor.Java/trunk/src/main/assembly/bin.xml	(revision 2000)
+++ /FCKeditor.Java/trunk/src/main/assembly/bin.xml	(revision 2001)
@@ -4,4 +4,5 @@
 	<formats>
 		<format>zip</format>
+		<format>tar.gz</format>
 	</formats>
 	<includeSiteDirectory>true</includeSiteDirectory>
Index: /FCKeditor.Java/trunk/src/main/assembly/src.xml
===================================================================
--- /FCKeditor.Java/trunk/src/main/assembly/src.xml	(revision 2000)
+++ /FCKeditor.Java/trunk/src/main/assembly/src.xml	(revision 2001)
@@ -4,4 +4,5 @@
 	<formats>
 		<format>zip</format>
+		<format>tar.gz</format>
 	</formats>
 	<moduleSets>
Index: /FCKeditor.Java/trunk/src/site/apt/demo.apt
===================================================================
--- /FCKeditor.Java/trunk/src/site/apt/demo.apt	(revision 2000)
+++ /FCKeditor.Java/trunk/src/site/apt/demo.apt	(revision 2001)
@@ -33,5 +33,5 @@
   It takes three simple steps to see the demo in action:
 
-   [[1]] Download the <<<fckeditor-java-demo-2.4-beta-1.war>>> from them
+   [[1]] Download the <<<fckeditor-java-demo-2.4-beta-1.war>>> from the
          {{{http://www.fckeditor.net/download}download area}}.
 
Index: /FCKeditor.Java/trunk/src/site/apt/index.apt
===================================================================
--- /FCKeditor.Java/trunk/src/site/apt/index.apt	(revision 2000)
+++ /FCKeditor.Java/trunk/src/site/apt/index.apt	(revision 2001)
@@ -30,5 +30,5 @@
   webapp will show you how to get started quickly and deploy the FCKeditor within
   minutes without juggling with cryptic JSP scriptlets or any JavaScript API.
-  Although it's targeted to be used as a tag library within JSPs but it's a snap
+  Although it's targeted to be used as a tag library within JSPs, it's a snap
   within a template engine like {{{http://velocity.apache.org}Velocity}} or 
   {{{http://freemarker.org}Freemaker}} too.
@@ -37,5 +37,5 @@
   
   This documentation is straight forward to use!\
-  Start with {{{whatsnew.html}What's New}} to see what has changed since 2.3 and
+  Start with {{{whatsnew.html}What's new}} to see what has changed since 2.3 and
   there is a lot! Go over and checkout the {{{demo.html}Demo}} and if you are 
   ready to deploy the FCKeditor in your webapp follow the 
Index: /FCKeditor.Java/trunk/src/site/apt/installation.apt
===================================================================
--- /FCKeditor.Java/trunk/src/site/apt/installation.apt	(revision 2000)
+++ /FCKeditor.Java/trunk/src/site/apt/installation.apt	(revision 2001)
@@ -73,5 +73,5 @@
     on your classpath (usually <<<WEB-INF/lib>>>) and you are ready to go.
 
-  * <<<fckeditor-java-2.4-beta-1-bin.zip>>>
+  * <<<fckeditor-java-2.4-beta-1-bin.zip>>> (or <<<tar.gz>>>)
 
     If you are starting from scratch, this distribution fits best. This package
@@ -104,5 +104,5 @@
     <<<WEB-INF/lib>>>) and you are ready to go.
 
-  * <<<fckeditor-java-2.4-beta-1-src.zip>>>
+  * <<<fckeditor-java-2.4-beta-1-src.zip>>>  (or <<<tar.gz>>>)
 
     If you want to check out the integration's source code, refit to your needs
@@ -116,5 +116,5 @@
   Although the public distribution is fine, it still contains a lot of superfluous
   files for a Java environment. Use the following <<<Ant>>> target on the FCKeditor
-  zip file (1,25 MiB) to create a clean distribution zip file (984 KiB).
+  zip file (1,25 MiB) to create a cleaner and smaller distribution zip file (986 KiB).
 
 +----------------------------------------------------------------------------------+
Index: /FCKeditor.Java/trunk/src/site/apt/properties.apt
===================================================================
--- /FCKeditor.Java/trunk/src/site/apt/properties.apt	(revision 2000)
+++ /FCKeditor.Java/trunk/src/site/apt/properties.apt	(revision 2001)
@@ -54,6 +54,6 @@
                  the common properties usage, you should use it only at 
                  the start of your web application. If you don't have a kind of 
-                 an 'initialization'-servlet, where you could place the 
-                 PropertiesLoader calls, we suggest to write your own 
+                 an 'initialization' servlet, where you could place the 
+                 PropertiesLoader calls, we suggest you to write your own 
                  ServletContextListener. So you guarantee, you call the 
                  PropertiesLoader <before> the ConnectorServlet is initialized.
Index: /FCKeditor.Java/trunk/src/site/apt/whatsnew.apt
===================================================================
--- /FCKeditor.Java/trunk/src/site/apt/whatsnew.apt	(revision 2000)
+++ /FCKeditor.Java/trunk/src/site/apt/whatsnew.apt	(revision 2001)
@@ -27,8 +27,8 @@
   The FCKeditor.Java integration version 2.4 is a complete rewrite of the last
   version.\
-  This is a short overview about the changes since version 2.3:
+  This is a short overview of the changes since version 2.3:
 
   * The integration pack is now managed by {{{http://maven.apache.org}Maven 2}}
-    with a complete documentation and reports.
+    with complete documentation and reports.
     
   * Automatic creation of release distribution files (assemblies).
@@ -36,5 +36,5 @@
   * The library runs now from Servlet 2.4/JSP 2.0 and above.
 
-  * A complete structure and package review has been done. The base package moved from
+  * A complete structure and package review has been done. Base package moved from
     <<<com.fredck.FCKeditor>>> to <<<net.fckeditor>>>.
 
@@ -54,5 +54,5 @@
     * The configuration properties can be set in a common properties file or programmatically.
 
-    * 'Convention over conversion', just set those properties, which defaults doesn't meet your
+    * 'Convention over conversion', just reset the properties which don't meet your
       requirements.
 
