Updated project web site for HttpAsyncClient 4.0-alpha2 release

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpasyncclient/trunk@1124403 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/site/apt/download.apt b/src/site/apt/download.apt
index f28dd64..80b957d 100644
--- a/src/site/apt/download.apt
+++ b/src/site/apt/download.apt
@@ -42,13 +42,13 @@
     in your {{{http://maven.apache.org/guides/introduction/introduction-to-the-pom.html}pom.xml}} 
     by adding the following block to the dependency descriptor:
 
-* {HttpComponents AsyncClient 4.0-ALPHA1}
+* {HttpComponents AsyncClient 4.0-ALPHA2}
 
 -------------------------
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>httpasyncclient</artifactId>
-    <version>4.0-alpha1</version>
+    <version>4.0-alpha2</version>
     <scope>compile</scope>
   </dependency>
 -------------------------
diff --git a/src/site/apt/examples.apt b/src/site/apt/examples.apt
index f677370..7e33ed1 100644
--- a/src/site/apt/examples.apt
+++ b/src/site/apt/examples.apt
@@ -47,3 +47,9 @@
     
     This example demonstrates a fully asynchronous execution of multiple HTTP exchanges where the 
     result of an individual operation is reported using a callback interface.
+
+    * {{{./httpasyncclient/examples/org/apache/http/examples/nio/client/ZeroCopyHttpExchange.java}Zero copy 
+      file upload / download}}
+    
+    This example demonstrates how HttpAsyncClient can be used to upload or download files without creating an intermediate
+    content buffer in memory (zero copy file transfer).
diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt
index 3c19fe3..9d48428 100644
--- a/src/site/apt/index.apt
+++ b/src/site/apt/index.apt
@@ -71,8 +71,6 @@
 
     * Source code is freely available under the Apache License.
 
-{Features - Planned}
-
     * Basic, Digest, NTLMv1, NTLMv2, NTLM2 Session, SNPNEGO/Kerberos authentication schemes.
 
     * Plug-in mechanism for custom authentication schemes.
@@ -91,8 +89,6 @@
 
     * {{{http://www.ietf.org/rfc/rfc2616.txt}RFC 2616}} Hypertext Transfer Protocol -- HTTP/1.1
     
-{Standards Compliance - Planned}
-
     * {{{http://www.ietf.org/rfc/rfc2617.txt}RFC 2617}} HTTP Authentication: Basic and Digest Access 
       Authentication