rwaldhoff    01/08/23 14:42:41

  Modified:    httpclient/xdocs Tag: rlwrefactoring features.xml index.xml
                        status.xml
               httpclient/src/java/org/apache/commons/httpclient Tag:
                        rlwrefactoring HttpException.java
               httpclient/xdocs/stylesheets Tag: rlwrefactoring project.xml
  Log:
  doc changes
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.2   +13 -8     jakarta-commons/httpclient/xdocs/Attic/features.xml
  
  Index: features.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/xdocs/Attic/features.xml,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- features.xml      2001/08/20 17:26:44     1.1.2.1
  +++ features.xml      2001/08/23 21:42:41     1.1.2.2
  @@ -4,40 +4,45 @@
         <title>Features</title>
         <author email="[EMAIL PROTECTED]">Commons Documentation 
Team</author>
         <author email="[EMAIL PROTECTED]">Rodney Waldhoff</author>
  -      <revision>$Id: features.xml,v 1.1.2.1 2001/08/20 17:26:44 rwaldhoff Exp 
$</revision>
  +      <revision>$Id: features.xml,v 1.1.2.2 2001/08/23 21:42:41 rwaldhoff Exp 
$</revision>
      </properties>
   
      <body>
         <section name="Features">
            <p>
  -            HTTP Client provides the following features:
  +            HTTP Client provides...
            </p>
            <ul>
               <li>
  -               An extensible framework for implementing HTTP-based methods,
  +               an extensible framework for implementing HTTP-based methods,
                  including built-in support for the GET, POST, PUT, DELETE, HEAD,
                  and OPTIONS methods.
               </li>
  +            <br/>&#xA0;
               <li>
  -               Full suppport for the client side of the HTTP/1.0 protocol, as 
defined in
  +               unconditional suppport for the client side of the HTTP/1.0 protocol, 
as defined in
                  <a href="http://www.w3.org/Protocols/rfc1945/rfc1945.txt";>RFC 1945
                  (<i>Hypertext Transfer Protocol - HTTP/1.0</i>)</a>.
               </li>
  +            <br/>&#xA0;
               <li>
  -               Full suppport for the client side of the HTTP/1.1 protocol, as 
defined in
  +               unconditional suppport for the client side of the HTTP/1.1 protocol, 
as defined in
                  <a href="http://www.w3.org/Protocols/rfc2616/rfc2616.txt";>RFC 2616
                  (<i>Hypertext Transfer Protocol - HTTP/1.1</i>)</a>.
               </li>
  +            <br/>&#xA0;
               <li>
  -               Support for the HTTPS (HTTP over SSL) protocol.
  +               support for HTTPS (HTTP over SSL).
               </li>
  +            <br/>&#xA0;
               <li>
  -               Support for HTTP Cookies, as defined in
  +               support for HTTP Cookies, as defined in
                  <a href="http://www.w3.org/Protocols/rfc2109/rfc2109.txt";>RFC 2109
                  (<i>HTTP State Management System</i>)</a>.
               </li>
  +            <br/>&#xA0;
               <li>
  -               Support for Basic authentication across multiple realms, as defined 
in
  +               support for Basic authentication, as defined in
                  <a href="http://www.ietf.org/rfc/rfc2617.txt";>RFC 2617
                  (<i>HTTP Authentication: Basic and Digest Access 
Authentication</i>)</a>.
               </li>
  
  
  
  1.1.2.2   +6 -6      jakarta-commons/httpclient/xdocs/Attic/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/xdocs/Attic/index.xml,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- index.xml 2001/08/20 17:26:44     1.1.2.1
  +++ index.xml 2001/08/23 21:42:41     1.1.2.2
  @@ -4,7 +4,7 @@
         <title>Home</title>
         <author email="[EMAIL PROTECTED]">Commons Documentation 
Team</author>
         <author email="[EMAIL PROTECTED]">Rodney Waldhoff</author>
  -      <revision>$Id: index.xml,v 1.1.2.1 2001/08/20 17:26:44 rwaldhoff Exp 
$</revision>
  +      <revision>$Id: index.xml,v 1.1.2.2 2001/08/23 21:42:41 rwaldhoff Exp 
$</revision>
      </properties>
   
      <body>
  @@ -21,12 +21,12 @@
               Although the
               <tt><a 
href="http://java.sun.com/products/jdk/1.3/docs/api/java/net/package-summary.html";>java.net</a></tt>
               package provides basic support for accessing resources via HTTP,
  -            it doesn't provide the fully flexibility or functionality needed
  -            for many applications.
  +            it doesn't provide the full flexibility or functionality needed
  +            by many applications.
               The Jakarta Commons HTTP Client component seeks to fill this void
  -            by providing and maintaining an efficient, up-to-date, and
  -            feature-rich package implementing the client side of the most
  -            recent HTTP standards and recommendations.
  +            by providing an efficient, up-to-date, and feature-rich package
  +            implementing the client side of the most recent HTTP standards
  +            and recommendations.
            </p>
            <p>
               Designed for extension while providing robust support for the
  
  
  
  1.1.2.3   +5 -4      jakarta-commons/httpclient/xdocs/Attic/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/xdocs/Attic/status.xml,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- status.xml        2001/08/20 18:12:54     1.1.2.2
  +++ status.xml        2001/08/23 21:42:41     1.1.2.3
  @@ -5,7 +5,7 @@
         <author email="[EMAIL PROTECTED]">Commons Documentation 
Team</author>
         <author email="[EMAIL PROTECTED]">Remy Maucherat</author>
         <author email="[EMAIL PROTECTED]">Rodney Waldhoff</author>
  -      <revision>$Id: status.xml,v 1.1.2.2 2001/08/20 18:12:54 rwaldhoff Exp 
$</revision>
  +      <revision>$Id: status.xml,v 1.1.2.3 2001/08/23 21:42:41 rwaldhoff Exp 
$</revision>
      </properties>
   
      <body>
  @@ -65,12 +65,13 @@
               of needs.
            </p>
            <ul>
  +            <li>Morgan Delagrange</li>
  +            <li>B.C. Holmes</li>
  +            <li>Costin Manolache</li>
               <li>Remy Maucherat</li>
  -            <li>B.C Holmes</li>
               <li>Sung-Gu Park</li>
               <li>Juergen Pill</li>
  -            <li>Costin Manolache</li>
  -            <li>Morgan Delagrange</li>
  +            <li>Doug Sale</li>
               <li>Rodney Waldhoff</li>
            </ul>
         </section>
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.2.2.1   +4 -4      
jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HttpException.java
  
  Index: HttpException.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HttpException.java,v
  retrieving revision 1.2
  retrieving revision 1.2.2.1
  diff -u -r1.2 -r1.2.2.1
  --- HttpException.java        2001/05/11 21:42:47     1.2
  +++ HttpException.java        2001/08/23 21:42:41     1.2.2.1
  @@ -1,7 +1,7 @@
   /*
  - * $Header: 
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HttpException.java,v
 1.2 2001/05/11 21:42:47 jericho Exp $
  - * $Revision: 1.2 $
  - * $Date: 2001/05/11 21:42:47 $
  + * $Header: 
/home/cvs/jakarta-commons/httpclient/src/java/org/apache/commons/httpclient/HttpException.java,v
 1.2.2.1 2001/08/23 21:42:41 rwaldhoff Exp $
  + * $Revision: 1.2.2.1 $
  + * $Date: 2001/08/23 21:42:41 $
    *
    * ====================================================================
    *
  @@ -64,7 +64,7 @@
   package org.apache.commons.httpclient;
   
   /**
  - * Http exception class.
  + * Signals that an HTTP or HTTP Client exception has occurred.
    */
   public class HttpException
       extends Exception {
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.3   +11 -7     jakarta-commons/httpclient/xdocs/stylesheets/Attic/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/xdocs/stylesheets/Attic/project.xml,v
  retrieving revision 1.1.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- project.xml       2001/08/20 18:12:54     1.1.2.2
  +++ project.xml       2001/08/23 21:42:41     1.1.2.3
  @@ -2,9 +2,13 @@
   <project name="Commons - HTTP Client" 
href="http://jakarta.apache.org/commons/httpclient";>
       <title>HTTP Client</title>
       <logo href="/images/logo.jpg">Commons</logo>
  +    <!--
  +      Note: Per the .vsl file, "/site" links will be prefixed with 
"http://jakarta.apache.org/site";
  +            Other links starting with "/" become "./...".
  +    -->
       <body>
          <menu name="Home">
  -           <item name="Jakarta&#xA0;Commons&#xA0;@"          
href="http://jakarta.apache.org/commons/index.html"; />
  +           <item name="Jakarta&#xA0;Commons&#xA0;@"   
href="http://jakarta.apache.org/commons/index.html"; />
              <item name="HTTP&#xA0;Client"              href="/index.html" />
          </menu>
          <menu name="Information">
  @@ -16,17 +20,17 @@
          <menu name="Project Files">
              <item name="Status"                        href="/status.html"/>
              <item name="Downloads"                     href="/downloads.html"/>
  -           <item name="CVS&#xA0;@"                           
href="http://cvs.apache.org/viewcvs/jakarta-commons/httpclient/"/>
  -           <item name="Original&#xA0;Proposal"        href="/PROPOSAL.html"/>
  +           <item name="CVS&#xA0;@"                    
href="http://cvs.apache.org/viewcvs/jakarta-commons/httpclient/"/>
  +           <item name="Original&#xA0;Proposal"        href="/proposal.html"/>
          </menu>
          <menu name="About Us">
              <item name="Contributors"                  href="/contributors.html"/>
  -           <item name="License&#xA0;@"                       
href="http://jakarta.apache.org/commons/license.html"/>
  +           <item name="License&#xA0;@"                
href="http://jakarta.apache.org/commons/license.html"/>
          </menu>
          <menu name="Jakarta Community">
  -           <item name="Get&#xA0;Involved&#xA0;@"             
href="http://jakarta.apache.org/site/getinvolved.html"/>
  -           <item name="Mailing&#xA0;Lists&#xA0;@"            
href="http://jakarta.apache.org/site/mail.html"/>
  -           <item name="CVS&#xA0;Repositories&#xA0;@"         
href="http://jakarta.apache.org/site/cvsindex.html"/>
  +           <item name="Get&#xA0;Involved&#xA0;@"      
href="http://jakarta.apache.org/site/getinvolved.html"/>
  +           <item name="Mailing&#xA0;Lists&#xA0;@"     
href="http://jakarta.apache.org/site/mail.html"/>
  +           <item name="CVS&#xA0;Repositories&#xA0;@"  
href="http://jakarta.apache.org/site/cvsindex.html"/>
          </menu>
       </body>
   </project>
  
  
  

Reply via email to