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 2009/07/09 21:30:05 UTC

svn commit: r792646 - in /httpcomponents/httpclient/trunk/src/docbkx: advanced.xml authentication.xml connmgmt.xml httpagent.xml statemgmt.xml

Author: olegk
Date: Thu Jul  9 19:30:05 2009
New Revision: 792646

URL: http://svn.apache.org/viewvc?rev=792646&view=rev
Log:
Minor tweaks to tutorial

Modified:
    httpcomponents/httpclient/trunk/src/docbkx/advanced.xml
    httpcomponents/httpclient/trunk/src/docbkx/authentication.xml
    httpcomponents/httpclient/trunk/src/docbkx/connmgmt.xml
    httpcomponents/httpclient/trunk/src/docbkx/httpagent.xml
    httpcomponents/httpclient/trunk/src/docbkx/statemgmt.xml

Modified: httpcomponents/httpclient/trunk/src/docbkx/advanced.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/src/docbkx/advanced.xml?rev=792646&r1=792645&r2=792646&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/src/docbkx/advanced.xml (original)
+++ httpcomponents/httpclient/trunk/src/docbkx/advanced.xml Thu Jul  9 19:30:05 2009
@@ -21,7 +21,7 @@
     under the License.
     ====================================================================
 -->
-<chapter>
+<chapter id="advanced">
     <title>Advanced topics</title>
     <section>
         <title>Custom client connections</title>

Modified: httpcomponents/httpclient/trunk/src/docbkx/authentication.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/src/docbkx/authentication.xml?rev=792646&r1=792645&r2=792646&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/src/docbkx/authentication.xml (original)
+++ httpcomponents/httpclient/trunk/src/docbkx/authentication.xml Thu Jul  9 19:30:05 2009
@@ -21,7 +21,7 @@
     under the License.
     ====================================================================
 -->
-<chapter>
+<chapter id="authentication">
     <title>HTTP authentication</title>
     <para>HttpClient provides full support for authentication schemes defined by the HTTP standard
         specification. HttpClient's authentication framework can also be extended to support

Modified: httpcomponents/httpclient/trunk/src/docbkx/connmgmt.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/src/docbkx/connmgmt.xml?rev=792646&r1=792645&r2=792646&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/src/docbkx/connmgmt.xml (original)
+++ httpcomponents/httpclient/trunk/src/docbkx/connmgmt.xml Thu Jul  9 19:30:05 2009
@@ -21,7 +21,7 @@
     under the License.
     ====================================================================
 -->
-<chapter>
+<chapter id="connmgmt">
     <title>Connection management</title>
     <para>HttpClient has a complete control over the process of connection initialization and
         termination as well as I/O operations on active connections. However various aspects of

Modified: httpcomponents/httpclient/trunk/src/docbkx/httpagent.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/src/docbkx/httpagent.xml?rev=792646&r1=792645&r2=792646&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/src/docbkx/httpagent.xml (original)
+++ httpcomponents/httpclient/trunk/src/docbkx/httpagent.xml Thu Jul  9 19:30:05 2009
@@ -21,7 +21,7 @@
     under the License.
     ====================================================================
 -->
-<chapter>
+<chapter id="httpagent">
     <title>HTTP client service</title>
     <section>
         <title>HttpClient facade</title>

Modified: httpcomponents/httpclient/trunk/src/docbkx/statemgmt.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/src/docbkx/statemgmt.xml?rev=792646&r1=792645&r2=792646&view=diff
==============================================================================
--- httpcomponents/httpclient/trunk/src/docbkx/statemgmt.xml (original)
+++ httpcomponents/httpclient/trunk/src/docbkx/statemgmt.xml Thu Jul  9 19:30:05 2009
@@ -21,7 +21,7 @@
     under the License.
     ====================================================================
 -->
-<chapter>
+<chapter id="statemgmt">
     <title>HTTP state management</title>
     <para>Originally HTTP was designed as a stateless, request / response oriented protocol that
         made no special provisions for stateful sessions spanning across several logically related