You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by og...@apache.org on 2003/08/21 18:08:54 UTC

cvs commit: jakarta-commons/httpclient/xdocs/methods get.xml

oglueck     2003/08/21 09:08:54

  Modified:    httpclient/xdocs userguide.xml downloads.xml sslguide.xml
                        news.xml navigation.xml authentication.xml
                        methods.xml threading.xml
               httpclient/xdocs/stylesheets project.xml
               httpclient/xdocs/methods get.xml
  Log:
  fixed broken CVS link
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-commons/httpclient/xdocs/userguide.xml
  
  Index: userguide.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/xdocs/userguide.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- userguide.xml	10 Mar 2003 04:08:06 -0000	1.1
  +++ userguide.xml	21 Aug 2003 16:08:54 -0000	1.2
  @@ -50,7 +50,7 @@
             that are provided by HttpClient and how to use them.</td>
           </tr>
           <tr>
  -          <td><a href="http://cvs.apache.org/viewcvs/jakarta-commons/httpclient/src/examples/">Sample Code</a></td>
  +          <td><a href="http://cvs.apache.org/viewcvs.cgi/jakarta-commons/httpclient/src/examples/">Sample Code</a></td>
             <td>This is a link to the sample code for using HttpClient that is
             stored in the CVS repository and is available in source releases
             of HttpClient.</td>
  
  
  
  1.22      +2 -2      jakarta-commons/httpclient/xdocs/downloads.xml
  
  Index: downloads.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/xdocs/downloads.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- downloads.xml	1 Aug 2003 23:20:09 -0000	1.21
  +++ downloads.xml	21 Aug 2003 16:08:54 -0000	1.22
  @@ -31,7 +31,7 @@
          </p>
          <p>
            The CVS repository for <em>HttpClient</em> can be
  -         <a href="http://cvs.apache.org/viewcvs/jakarta-commons/httpclient/">browsed online</a>.
  +         <a href="http://cvs.apache.org/viewcvs.cgi/jakarta-commons/httpclient/">browsed online</a>.
          </p>
          <p>
            The best way to get <em>HttpClient</em>, is to checkout the souce from our public 
  
  
  
  1.3       +2 -2      jakarta-commons/httpclient/xdocs/sslguide.xml
  
  Index: sslguide.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/xdocs/sslguide.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- sslguide.xml	12 Jun 2003 22:24:21 -0000	1.2
  +++ sslguide.xml	21 Aug 2003 16:08:54 -0000	1.3
  @@ -174,7 +174,7 @@
       <ul>
   
           <li>
  -         <a href="http://cvs.apache.org/viewcvs/jakarta-commons/httpclient/src/contrib/org/apache/commons/httpclient/contrib/ssl/EasySSLProtocolSocketFactory.java?rev=HEAD">  
  +         <a href="http://cvs.apache.org/viewcvs.cgi/jakarta-commons/httpclient/src/contrib/org/apache/commons/httpclient/contrib/ssl/EasySSLProtocolSocketFactory.java?rev=HEAD">  
             EasySSLProtocolSocketFactory</a> can be used to create SSL connections that allow the target 
             server to authenticate with a self-signed certificate.
           </li>
  
  
  
  1.24      +2 -2      jakarta-commons/httpclient/xdocs/news.xml
  
  Index: news.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/xdocs/news.xml,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- news.xml	1 Aug 2003 23:20:09 -0000	1.23
  +++ news.xml	21 Aug 2003 16:08:54 -0000	1.24
  @@ -132,7 +132,7 @@
           has been accepted by the
           <a href="http://jakarta.apache.org/commons">Jakarta Commons</a>
           team and the source has been moved into the
  -        <a href="http://cvs.apache.org/viewcvs/jakarta-commons/httpclient/">CVS repository</a>.
  +        <a href="http://cvs.apache.org/viewcvs.cgi/jakarta-commons/httpclient/">CVS repository</a>.
         </p>
       </section>
   
  
  
  
  1.9       +2 -2      jakarta-commons/httpclient/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/xdocs/navigation.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- navigation.xml	12 Jun 2003 03:31:50 -0000	1.8
  +++ navigation.xml	21 Aug 2003 16:08:54 -0000	1.9
  @@ -23,7 +23,7 @@
           <item name="Cross Host Redirects" href="/redirects.html"/>
           <item name="Logging Guide" href="/logging.html"/>
           <item name="Methods" href="/methods.html"/>
  -        <item name="Sample Code" href="http://cvs.apache.org/viewcvs/jakarta-commons/httpclient/src/examples/"/>
  +        <item name="Sample Code" href="http://cvs.apache.org/viewcvs.cgi/jakarta-commons/httpclient/src/examples/"/>
           <item name="SSL Guide" href="/sslguide.html"/>
           <item name="Threading" href="/threading.html"/>
           <item name="Trouble Shooting" href="/troubleshooting.html"/>
  
  
  
  1.9       +2 -2      jakarta-commons/httpclient/xdocs/authentication.xml
  
  Index: authentication.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/xdocs/authentication.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- authentication.xml	16 Aug 2003 00:41:24 -0000	1.8
  +++ authentication.xml	21 Aug 2003 16:08:54 -0000	1.9
  @@ -152,7 +152,7 @@
     <section name="Examples">
         <p>There is an <a href="http://cvs.apache.org/viewcvs.cgi/*checkout*/jakarta-commons/httpclient/src/examples/BasicAuthenticatonExample.java?rev=HEAD&amp;content-type=text/plain">example</a> 
         of basic authentication available in the       
  -      <a href="http://cvs.apache.org/viewcvs/jakarta-commons/httpclient/src/examples/">example directory</a> in CVS.
  +      <a href="http://cvs.apache.org/viewcvs.cgi/jakarta-commons/httpclient/src/examples/">example directory</a> in CVS.
         </p>
     </section>
     
  
  
  
  1.4       +2 -2      jakarta-commons/httpclient/xdocs/methods.xml
  
  Index: methods.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/xdocs/methods.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- methods.xml	11 Mar 2003 08:03:12 -0000	1.3
  +++ methods.xml	21 Aug 2003 16:08:54 -0000	1.4
  @@ -20,7 +20,7 @@
         <p>The examples on the following pages are not complete and are only used
         to highlight the important features that are unique to each method.  For
         complete examples, please refer to the <a
  -      href="http://cvs.apache.org/viewcvs/jakarta-commons/httpclient/src/examples/">sample
  +      href="http://cvs.apache.org/viewcvs.cgi/jakarta-commons/httpclient/src/examples/">sample
         code</a>.</p>
       </section>
   
  
  
  
  1.2       +2 -2      jakarta-commons/httpclient/xdocs/threading.xml
  
  Index: threading.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/xdocs/threading.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- threading.xml	26 May 2003 15:13:43 -0000	1.1
  +++ threading.xml	21 Aug 2003 16:08:54 -0000	1.2
  @@ -15,7 +15,7 @@
         	<li><a href="#MultiThreadedHttpConnectionManager">MultiThreadedHttpConnectionManager</a></li>
   	    <li><a href="#ConnectionRelease">Connection Release</a></li>
   	  </ul>
  -      <p>Please see the <a href="http://cvs.apache.org/viewcvs/jakarta-commons/httpclient/src/examples/MultiThreadedExample.java?rev=1.1&amp;content-type=text/vnd.viewcvs-markup">MultiThreadedExample</a>
  +      <p>Please see the <a href="http://cvs.apache.org/viewcvs.cgi/jakarta-commons/httpclient/src/examples/MultiThreadedExample.java?rev=1.1&amp;content-type=text/vnd.viewcvs-markup">MultiThreadedExample</a>
         	for a concrete example.</p>
       </section>
   
  
  
  
  1.7       +1 -1      jakarta-commons/httpclient/xdocs/stylesheets/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/xdocs/stylesheets/project.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- project.xml	19 Jul 2002 22:32:45 -0000	1.6
  +++ project.xml	21 Aug 2003 16:08:54 -0000	1.7
  @@ -22,7 +22,7 @@
          <menu name="Project Files">
              <item name="Status"                        href="/status.html"/>
              <item name="Downloads"                     href="/downloads.html"/>
  -           <item name="CVS"                           href="http://cvs.apache.org/viewcvs/jakarta-commons/httpclient/"/>
  +           <item name="CVS"                           href="http://cvs.apache.org/viewcvs.cgi/jakarta-commons/httpclient/"/>
              <item name="Original&#xA0;Proposal"        href="/proposal.html"/>
          </menu>
          <menu name="About Us">
  
  
  
  1.3       +2 -2      jakarta-commons/httpclient/xdocs/methods/get.xml
  
  Index: get.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/httpclient/xdocs/methods/get.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- get.xml	10 Mar 2003 04:49:22 -0000	1.2
  +++ get.xml	21 Aug 2003 16:08:54 -0000	1.3
  @@ -41,7 +41,7 @@
   
         <p>See the <a href="../tutorial.html">tutorial</a> for a full example
         of using the GET method.  There are also a number of examples in the <a
  -      href="http://cvs.apache.org/viewcvs/jakarta-commons/httpclient/src/examples/">sample
  +      href="http://cvs.apache.org/viewcvs.cgi/jakarta-commons/httpclient/src/examples/">sample
         code</a>.</p>
   
         <source><![CDATA[
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org