You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2007/06/24 23:40:43 UTC

svn commit: r550289 - in /jakarta/httpcomponents/httpcore/trunk/src/site: apt/download.apt apt/index.apt site.xml

Author: olegk
Date: Sun Jun 24 14:40:42 2007
New Revision: 550289

URL: http://svn.apache.org/viewvc?view=rev&rev=550289
Log:
Updated HttpCore site for release 4.0-ALPHA5

Modified:
    jakarta/httpcomponents/httpcore/trunk/src/site/apt/download.apt
    jakarta/httpcomponents/httpcore/trunk/src/site/apt/index.apt
    jakarta/httpcomponents/httpcore/trunk/src/site/site.xml

Modified: jakarta/httpcomponents/httpcore/trunk/src/site/apt/download.apt
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpcore/trunk/src/site/apt/download.apt?view=diff&rev=550289&r1=550288&r2=550289
==============================================================================
--- jakarta/httpcomponents/httpcore/trunk/src/site/apt/download.apt (original)
+++ jakarta/httpcomponents/httpcore/trunk/src/site/apt/download.apt Sun Jun 24 14:40:42 2007
@@ -8,7 +8,7 @@
 
     The latest release available for download:
 
-    {{{http://jakarta.apache.org/site/downloads/downloads_httpcomponents-httpcore.cgi}4.0-alpha4}} - 
+    {{{http://jakarta.apache.org/site/downloads/downloads_httpcomponents-httpcore.cgi}4.0-alpha5}} - 
     {{{http://www.apache.org/dist/jakarta/httpcomponents/httpcore/RELEASE_NOTES.txt}Release Notes}} -
     {{{http://www.apache.org/dist/java-repository/httpcomponents-httpcore/licenses/LICENSE.txt}License}}
 
@@ -24,7 +24,7 @@
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>jakarta-httpcore</artifactId>
-    <version>4.0-alpha4</version>
+    <version>4.0-alpha5</version>
     <scope>compile</scope>
   </dependency>
 -------------------------
@@ -35,7 +35,7 @@
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>jakarta-httpcore-nio</artifactId>
-    <version>4.0-alpha4</version>
+    <version>4.0-alpha5</version>
     <scope>compile</scope>
   </dependency>
 -------------------------
@@ -46,7 +46,7 @@
   <dependency>
     <groupId>org.apache.httpcomponents</groupId>
     <artifactId>jakarta-httpcore-niossl</artifactId>
-    <version>4.0-alpha4</version>
+    <version>4.0-alpha5</version>
     <scope>compile</scope>
   </dependency>
 -------------------------

Modified: jakarta/httpcomponents/httpcore/trunk/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpcore/trunk/src/site/apt/index.apt?view=diff&rev=550289&r1=550288&r2=550289
==============================================================================
--- jakarta/httpcomponents/httpcore/trunk/src/site/apt/index.apt (original)
+++ jakarta/httpcomponents/httpcore/trunk/src/site/apt/index.apt Sun Jun 24 14:40:42 2007
@@ -17,19 +17,19 @@
 
 * HttpCore base module
 
-    The {{{jakarta-httpcore/index.html}Base}} module contains the HttpCore public API and the 
+    The {{{httpcore/index.html}Base}} module contains the HttpCore public API and the 
     default implementation based on the classic (blocking) Java I/O model. It 
     requires a Java 1.3 compatible runtime and has no dependency on any external libraries.
 
 * HttpCore NIO extensions
 
-    HttpCore {{{jakarta-httpcore-nio/index.html}NIO extensions}} contain optional 
+    HttpCore {{{httpcore-nio/index.html}NIO extensions}} contain optional 
     components that leverage the event driven, non-blocking I/O (NIO) model. HttpCore NIO 
     extensions require a Java 1.4 compatible runtime and the HttpCore base module.
 
 * HttpCore NIOSSL extensions
 
-    HttpCore {{{jakarta-httpcore-niossl/index.html}NIOSSL extensions}} provide optional 
+    HttpCore {{{httpcore-niossl/index.html}NIOSSL extensions}} provide optional 
     components enabling HttpCore {{{jakarta-httpcore-nio/index.html}NIO}} to transparently
     encrypt data in transit using SSL/TLS protocol.
 

Modified: jakarta/httpcomponents/httpcore/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/jakarta/httpcomponents/httpcore/trunk/src/site/site.xml?view=diff&rev=550289&r1=550288&r2=550289
==============================================================================
--- jakarta/httpcomponents/httpcore/trunk/src/site/site.xml (original)
+++ jakarta/httpcomponents/httpcore/trunk/src/site/site.xml Sun Jun 24 14:40:42 2007
@@ -39,7 +39,7 @@
   <bannerRight>
     <name>HttpComponents HttpCore</name>
     <src>http://jakarta.apache.org/httpcomponents/images/logos/httpcomponents.png</src>
-    <href>http://jakarta.apache.org/httpcomponents/http-core/</href>
+    <href>http://jakarta.apache.org/httpcomponents/httpcomponents-core/</href>
   </bannerRight>
 
   <body>
@@ -58,9 +58,9 @@
       <item name="Examples" href="examples.html"/>
     </menu>
     <menu name="Modules">
-      <item name="Base" href="jakarta-httpcore/index.html"/>
-      <item name="NIO extensions" href="jakarta-httpcore-nio/index.html"/>
-      <item name="NIOSSL extensions" href="jakarta-httpcore-niossl/index.html"/>
+      <item name="HttpCore" href="httpcore/index.html"/>
+      <item name="HttpCore NIO" href="httpcore-nio/index.html"/>
+      <item name="HttpCore NIOSSL" href="httpcore-niossl/index.html"/>
     </menu>
 
   </body>