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 2013/10/07 18:00:46 UTC

svn commit: r1529985 - in /httpcomponents/project-website/trunk/src/site/apt: httpcomponents-client-4.2.x/index.apt httpcomponents-client-4.3.x/index.apt httpcomponents-core-4.2.x/index.apt httpcomponents-core-4.3.x/index.apt

Author: olegk
Date: Mon Oct  7 16:00:45 2013
New Revision: 1529985

URL: http://svn.apache.org/r1529985
Log:
Added links to project reports of individual modules

Modified:
    httpcomponents/project-website/trunk/src/site/apt/httpcomponents-client-4.2.x/index.apt
    httpcomponents/project-website/trunk/src/site/apt/httpcomponents-client-4.3.x/index.apt
    httpcomponents/project-website/trunk/src/site/apt/httpcomponents-core-4.2.x/index.apt
    httpcomponents/project-website/trunk/src/site/apt/httpcomponents-core-4.3.x/index.apt

Modified: httpcomponents/project-website/trunk/src/site/apt/httpcomponents-client-4.2.x/index.apt
URL: http://svn.apache.org/viewvc/httpcomponents/project-website/trunk/src/site/apt/httpcomponents-client-4.2.x/index.apt?rev=1529985&r1=1529984&r2=1529985&view=diff
==============================================================================
--- httpcomponents/project-website/trunk/src/site/apt/httpcomponents-client-4.2.x/index.apt (original)
+++ httpcomponents/project-website/trunk/src/site/apt/httpcomponents-client-4.2.x/index.apt Mon Oct  7 16:00:45 2013
@@ -61,7 +61,17 @@ HttpClient Overview
     [[1]] {{{./primer.html}HttpClient Primer}} - explains the scope of HttpClient.
     Note that HttpClient is not a browser.  It lacks the UI, HTML renderer and a JavaScript engine
     that a browser will possess. 
-   
+
+    [[1]] Project reports
+
+    * {{{./httpclient/project-reports.html}HttpClient}}
+
+    * {{{./fluent-hc/project-reports.html}HC Fluent}}
+
+    * {{{./httpmime/project-reports.html}HttpMime}}
+
+    * {{{./httpclient-cache/project-reports.html}HttpClient Cache}}
+      
 {Features}
 
     * Standards based, pure Java, implementation of HTTP versions 1.0 and 1.1

Modified: httpcomponents/project-website/trunk/src/site/apt/httpcomponents-client-4.3.x/index.apt
URL: http://svn.apache.org/viewvc/httpcomponents/project-website/trunk/src/site/apt/httpcomponents-client-4.3.x/index.apt?rev=1529985&r1=1529984&r2=1529985&view=diff
==============================================================================
--- httpcomponents/project-website/trunk/src/site/apt/httpcomponents-client-4.3.x/index.apt (original)
+++ httpcomponents/project-website/trunk/src/site/apt/httpcomponents-client-4.3.x/index.apt Mon Oct  7 16:00:45 2013
@@ -61,6 +61,18 @@ HttpClient Overview
     [[1]] {{{./primer.html}HttpClient Primer}} - explains the scope of HttpClient.
     Note that HttpClient is not a browser.  It lacks the UI, HTML renderer and a JavaScript engine
     that a browser will possess. 
+
+    [[1]] Project reports
+
+    * {{{./httpclient/project-reports.html}HttpClient}}
+
+    * {{{./fluent-hc/project-reports.html}HC Fluent}}
+
+    * {{{./httpmime/project-reports.html}HttpMime}}
+
+    * {{{./httpclient-cache/project-reports.html}HttpClient Cache}}
+   
+    * {{{./httpclient-osgi/project-reports.html}HttpClient OSGi}}
    
 {Features}
 

Modified: httpcomponents/project-website/trunk/src/site/apt/httpcomponents-core-4.2.x/index.apt
URL: http://svn.apache.org/viewvc/httpcomponents/project-website/trunk/src/site/apt/httpcomponents-core-4.2.x/index.apt?rev=1529985&r1=1529984&r2=1529985&view=diff
==============================================================================
--- httpcomponents/project-website/trunk/src/site/apt/httpcomponents-core-4.2.x/index.apt (original)
+++ httpcomponents/project-website/trunk/src/site/apt/httpcomponents-core-4.2.x/index.apt Mon Oct  7 16:00:45 2013
@@ -42,13 +42,15 @@ HttpCore Overview
 
 {Documentation}
 
-    * HttpCore Tutorial ( {{{./tutorial/html/index.html}HTML}} / {{{./tutorial/pdf/httpcore-tutorial.pdf}PDF}} )
+    [[1]] HttpCore Tutorial ( {{{./tutorial/html/index.html}HTML}} / {{{./tutorial/pdf/httpcore-tutorial.pdf}PDF}} )
     
-    * Some examples of HttpCore components in action can be found {{{./examples.html}here}}
+    [[1]] Some examples of HttpCore components in action can be found {{{./examples.html}here}}
 
-    * HttpCore {{{./httpcore/apidocs/index.html}Javadocs}}
+    [[1]] Project reports
 
-    * HttpCore NIO {{{./httpcore-nio/apidocs/index.html}Javadocs}}
+    * {{{./httpcore/project-reports.html}HttpCore}}
+
+    * {{{./httpcore-nio/project-reports.html}HttpCore NIO}}
 
 {Standards Compliance}
 

Modified: httpcomponents/project-website/trunk/src/site/apt/httpcomponents-core-4.3.x/index.apt
URL: http://svn.apache.org/viewvc/httpcomponents/project-website/trunk/src/site/apt/httpcomponents-core-4.3.x/index.apt?rev=1529985&r1=1529984&r2=1529985&view=diff
==============================================================================
--- httpcomponents/project-website/trunk/src/site/apt/httpcomponents-core-4.3.x/index.apt (original)
+++ httpcomponents/project-website/trunk/src/site/apt/httpcomponents-core-4.3.x/index.apt Mon Oct  7 16:00:45 2013
@@ -42,13 +42,15 @@ HttpCore Overview
 
 {Documentation}
 
-    * HttpCore Tutorial ( {{{./tutorial/html/index.html}HTML}} / {{{./tutorial/pdf/httpcore-tutorial.pdf}PDF}} )
+    [[1]] HttpCore Tutorial ( {{{./tutorial/html/index.html}HTML}} / {{{./tutorial/pdf/httpcore-tutorial.pdf}PDF}} )
     
-    * Some examples of HttpCore components in action can be found {{{./examples.html}here}}
-    
-    * HttpCore {{{./httpcore/apidocs/index.html}Javadocs}}
+    [[1]] Some examples of HttpCore components in action can be found {{{./examples.html}here}}
+
+    [[1]] Project reports
+
+    * {{{./httpcore/project-reports.html}HttpCore}}
 
-    * HttpCore NIO {{{./httpcore-nio/apidocs/index.html}Javadocs}}
+    * {{{./httpcore-nio/project-reports.html}HttpCore NIO}}
 
 {Standards Compliance}