You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ro...@apache.org on 2007/12/28 09:41:05 UTC

svn commit: r607189 - /httpcomponents/project/src/site/apt/user-docs.apt

Author: rolandw
Date: Fri Dec 28 00:41:05 2007
New Revision: 607189

URL: http://svn.apache.org/viewvc?rev=607189&view=rev
Log:
added links to examples and contrib code

Modified:
    httpcomponents/project/src/site/apt/user-docs.apt

Modified: httpcomponents/project/src/site/apt/user-docs.apt
URL: http://svn.apache.org/viewvc/httpcomponents/project/src/site/apt/user-docs.apt?rev=607189&r1=607188&r2=607189&view=diff
==============================================================================
--- httpcomponents/project/src/site/apt/user-docs.apt (original)
+++ httpcomponents/project/src/site/apt/user-docs.apt Fri Dec 28 00:41:05 2007
@@ -51,7 +51,7 @@
 General Information
 
    If you are just getting started, you'll probably start by retrieving
-   some pages from a web server. The <<Primer>> will give you valuable\
+   some pages from a web server. The <<Primer>> will give you valuable
    information for that.
    Once you are tackling more specific use cases, such as sending parameters
    to a servlet, or configuring a proxy within an applet, some of the FAQs
@@ -104,6 +104,25 @@
   * {{{http://wiki.apache.org/jakarta-httpclient/GuidedTourOfHttpCore}
        A Guided Tour Of HttpCore}}
 
+  * Example Code:
+    {{{http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/examples/org/apache/http/examples/}
+       HttpCore}}
+    {{{http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-nio/src/examples/org/apache/http/examples/nio/}
+       HttpNIO}}
+    {{{http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/examples/org/apache/http/examples/client/}
+       HttpClient}}
+    {{{http://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk/module-client/src/examples/org/apache/http/examples/conn/}
+       HttpConn}}
+    \
+    Example code is meant to help you understand the API.
+    It is also shipped with releases.
+
+  * Contributions:
+    {{{http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/contrib/src/main/java/org/apache/http/contrib/}
+       HttpCore}}
+    \
+    Contribution code can provide useful additional functionality or examples.
+    It is <not supported>, and not shipped with releases.
 
 * Commons HttpClient 3.1