You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by jo...@apache.org on 2010/12/14 16:27:35 UTC

svn commit: r1049124 - in /httpcomponents/httpclient/trunk: httpclient-cache/src/site/apt/index.apt src/site/site.xml

Author: jonm
Date: Tue Dec 14 15:27:35 2010
New Revision: 1049124

URL: http://svn.apache.org/viewvc?rev=1049124&view=rev
Log:
HTTPCLIENT-1034: committed patch to update documentation to list
httpclient-cache as a module of the HttpClient component, plus
adding a link to the external benchmarking writeup done by
Comcast Interactive Media. With thanks to Matthew Hawthorne
(matthew_hawthorne -at- comcast.com).

Modified:
    httpcomponents/httpclient/trunk/httpclient-cache/src/site/apt/index.apt
    httpcomponents/httpclient/trunk/src/site/site.xml

Modified: httpcomponents/httpclient/trunk/httpclient-cache/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/httpclient-cache/src/site/apt/index.apt?rev=1049124&r1=1049123&r2=1049124&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/httpclient-cache/src/site/apt/index.apt (original)
+++ httpcomponents/httpclient/trunk/httpclient-cache/src/site/apt/index.apt Tue Dec 14 15:27:35 2010
@@ -40,3 +40,6 @@ HttpClient Cache
     
     {{{./issue-tracking.html}Issue Tracking}}    
 
+{External Documentation}
+
+    * {{{http://labs.xfinity.com/benchmarking-the-httpclient-caching-module}"Benchmarking the HttpClient Caching Module"}} by Comcast Interactive Media

Modified: httpcomponents/httpclient/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/src/site/site.xml?rev=1049124&r1=1049123&r2=1049124&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/src/site/site.xml (original)
+++ httpcomponents/httpclient/trunk/src/site/site.xml Tue Dec 14 15:27:35 2010
@@ -56,6 +56,7 @@
     <menu name="Modules">
       <item name="HttpClient" href="httpclient/index.html"/>
       <item name="HttpMime" href="httpmime/index.html"/>
+      <item name="HttpClient Cache" href="httpclient-cache/index.html"/>
     </menu>
     <!-- Reports don't really apply at this level; in particular the dependecy report is misleading -->
     <!-- menu ref="reports"/-->