Author: mbecke
Date: Thu Feb  3 19:42:13 2005
New Revision: 151312

URL: http://svn.apache.org/viewcvs?view=rev&rev=151312
Log:
Switched to viewcvs.

Modified:
    jakarta/commons/proper/httpclient/trunk/xdocs/authentication.xml
    jakarta/commons/proper/httpclient/trunk/xdocs/downloads.xml
    jakarta/commons/proper/httpclient/trunk/xdocs/methods.xml
    jakarta/commons/proper/httpclient/trunk/xdocs/navigation.xml
    jakarta/commons/proper/httpclient/trunk/xdocs/news.xml
    jakarta/commons/proper/httpclient/trunk/xdocs/sslguide.xml
    jakarta/commons/proper/httpclient/trunk/xdocs/status.xml
    jakarta/commons/proper/httpclient/trunk/xdocs/threading.xml
    jakarta/commons/proper/httpclient/trunk/xdocs/userguide.xml

Modified: jakarta/commons/proper/httpclient/trunk/xdocs/authentication.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/trunk/xdocs/authentication.xml?view=diff&r1=151311&r2=151312
==============================================================================
--- jakarta/commons/proper/httpclient/trunk/xdocs/authentication.xml (original)
+++ jakarta/commons/proper/httpclient/trunk/xdocs/authentication.xml Thu Feb  3 
19:42:13 2005
@@ -226,11 +226,11 @@
        </subsection>
        </section>
     <section name="Examples">
-        <p>There are a number of authentication examples in the <a 
href="http://svn.apache.org/repos/asf/jakarta/commons/proper/httpclient/trunk/src/examples/";>example
 directory</a>, including:
+        <p>There are a number of authentication examples in the <a 
href="http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/httpclient/trunk/src/examples/";>example
 directory</a>, including:
             <ul>
-                <li><a 
href="http://svn.apache.org/repos/asf/jakarta/commons/proper/httpclient/trunk/src/examples/BasicAuthenticationExample.java";>Basic
 authentication</a></li>
-                <li><a 
href="http://svn.apache.org/repos/asf/jakarta/commons/proper/httpclient/trunk/src/examples/CustomAuthenticationExample.java";>Custom
 authentication</a></li>
-                <li><a 
href="http://svn.apache.org/repos/asf/jakarta/commons/proper/httpclient/trunk/src/examples/InteractiveAuthenticationExample.java";>Interactive
 authentication</a></li>
+                <li><a 
href="http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/httpclient/trunk/src/examples/BasicAuthenticationExample.java?view=markup";>Basic
 authentication</a></li>
+                <li><a 
href="http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/httpclient/trunk/src/examples/CustomAuthenticationExample.java?view=markup";>Custom
 authentication</a></li>
+                <li><a 
href="http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/httpclient/trunk/src/examples/InteractiveAuthenticationExample.java?view=markup";>Interactive
 authentication</a></li>
             </ul>
         </p>
     </section>

Modified: jakarta/commons/proper/httpclient/trunk/xdocs/downloads.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/trunk/xdocs/downloads.xml?view=diff&r1=151311&r2=151312
==============================================================================
--- jakarta/commons/proper/httpclient/trunk/xdocs/downloads.xml (original)
+++ jakarta/commons/proper/httpclient/trunk/xdocs/downloads.xml Thu Feb  3 
19:42:13 2005
@@ -41,7 +41,7 @@
        </p>
        <p>
          The Subversion repository for <em>HttpClient</em> can be
-         <a 
href="http://svn.apache.org/repos/asf/jakarta/commons/proper/httpclient/trunk/";>browsed
 online</a>.
+         <a 
href="http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/httpclient/trunk/";>browsed
 online</a>.
        </p>
        <p>
          The best way to get <em>HttpClient</em>, is to checkout the souce 
from our public 

Modified: jakarta/commons/proper/httpclient/trunk/xdocs/methods.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/trunk/xdocs/methods.xml?view=diff&r1=151311&r2=151312
==============================================================================
--- jakarta/commons/proper/httpclient/trunk/xdocs/methods.xml (original)
+++ jakarta/commons/proper/httpclient/trunk/xdocs/methods.xml Thu Feb  3 
19:42:13 2005
@@ -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://svn.apache.org/repos/asf/jakarta/commons/proper/httpclient/trunk/src/examples/";>sample
+      
href="http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/httpclient/trunk/src/examples/";>sample
       code</a>.</p>
     </section>
 

Modified: jakarta/commons/proper/httpclient/trunk/xdocs/navigation.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/trunk/xdocs/navigation.xml?view=diff&r1=151311&r2=151312
==============================================================================
--- jakarta/commons/proper/httpclient/trunk/xdocs/navigation.xml (original)
+++ jakarta/commons/proper/httpclient/trunk/xdocs/navigation.xml Thu Feb  3 
19:42:13 2005
@@ -27,7 +27,7 @@
         <item name="Optimization Guide" href="/performance.html"/>
         <item name="Preference Architecture" href="/preference-api.html"/>
         <item name="Redirects Handling" href="/redirects.html"/>
-        <item name="Sample Code" 
href="http://svn.apache.org/repos/asf/jakarta/commons/proper/httpclient/trunk/src/examples/"/>
+        <item name="Sample Code" 
href="http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/httpclient/trunk/src/examples/"/>
         <item name="SSL Guide" href="/sslguide.html"/>
         <item name="Threading" href="/threading.html"/>
         <item name="Trouble Shooting" href="/troubleshooting.html"/>

Modified: jakarta/commons/proper/httpclient/trunk/xdocs/news.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/trunk/xdocs/news.xml?view=diff&r1=151311&r2=151312
==============================================================================
--- jakarta/commons/proper/httpclient/trunk/xdocs/news.xml (original)
+++ jakarta/commons/proper/httpclient/trunk/xdocs/news.xml Thu Feb  3 19:42:13 
2005
@@ -17,8 +17,8 @@
                 <ul>
                     <li><a 
href="http://www.apache.org/dev/version-control.html";>Apache Subversion 
information</a></li>
                     <li><a 
href="http://wiki.apache.org/jakarta-commons/UsingSVN";>Commons Subversion 
Wiki</a></li>
-                    <li>HttpClient 3.0 repository - <a 
href="http://svn.apache.org/repos/asf/jakarta/commons/proper/httpclient/trunk/";>http://svn.apache.org/repos/asf/jakarta/commons/proper/httpclient/trunk/</a></li>
-                    <li>HttpClient 2.0 repository - <a 
href="http://svn.apache.org/repos/asf/jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/";>http://svn.apache.org/repos/asf/jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/</a></li>
+                    <li>HttpClient 3.0 repository - <a 
href="http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/httpclient/trunk/";>http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/httpclient/trunk/</a></li>
+                    <li>HttpClient 2.0 repository - <a 
href="http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/";>http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/httpclient/branches/HTTPCLIENT_2_0_BRANCH/</a></li>
                 </ul>
             </p>
         </section>    
@@ -128,7 +128,7 @@
          HttpClient 3.0 provides a wealth of features and enhancements
          that did not make it into the 2.0 release, while preserving API
          compatibility as much as possible. In a relatively few cases
-         <a 
href="http://svn.apache.org/repos/asf/jakarta/commons/proper/httpclient/trunk/API_CHANGES_3_0.txt";>API
+         <a 
href="http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/httpclient/trunk/API_CHANGES_3_0.txt?view=markup";>API
          compatibility with HttpClient 2.0</a> could not maintained.
         </p>
         <p>   
@@ -318,7 +318,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://svn.apache.org/repos/asf/jakarta/commons/proper/httpclient/trunk/";>Subversion
 repository</a>.
+        <a 
href="http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/httpclient/trunk/";>Subversion
 repository</a>.
       </p>
     </section>
 

Modified: jakarta/commons/proper/httpclient/trunk/xdocs/sslguide.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/trunk/xdocs/sslguide.xml?view=diff&r1=151311&r2=151312
==============================================================================
--- jakarta/commons/proper/httpclient/trunk/xdocs/sslguide.xml (original)
+++ jakarta/commons/proper/httpclient/trunk/xdocs/sslguide.xml Thu Feb  3 
19:42:13 2005
@@ -193,17 +193,17 @@
     <ul>
 
         <li>
-         <a 
href="http://svn.apache.org/repos/asf/jakarta/commons/proper/httpclient/trunk/src/contrib/org/apache/commons/httpclient/contrib/ssl/EasySSLProtocolSocketFactory.java";>
  
+         <a 
href="http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/httpclient/trunk/src/contrib/org/apache/commons/httpclient/contrib/ssl/?rev=151309EasySSLProtocolSocketFactory.java?view=markup";>
  
           EasySSLProtocolSocketFactory</a> can be used to create SSL 
connections that allow the target 
           server to authenticate with a self-signed certificate.
         </li>
 
         <li>
-         <a 
href="http://svn.apache.org/repos/asf/jakarta/commons/proper/httpclient/trunk/src/contrib/org/apache/commons/httpclient/contrib/ssl/StrictSSLProtocolSocketFactory.java";>
  
+         <a 
href="http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/httpclient/trunk/src/contrib/org/apache/commons/httpclient/contrib/ssl/?rev=151309StrictSSLProtocolSocketFactory.java?view=markup";>
  
           StrictSSLProtocolSocketFactory</a> can be used to create SSL 
connections that can optionally perform host name verification in order to help 
preventing man-in-the-middle type of attacks. 
         </li>
         <li>
-         <a 
href="http://svn.apache.org/repos/asf/jakarta/commons/proper/httpclient/trunk/src/contrib/org/apache/commons/httpclient/contrib/ssl/AuthSSLProtocolSocketFactory.java";>
  
+         <a 
href="http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/httpclient/trunk/src/contrib/org/apache/commons/httpclient/contrib/ssl/?rev=151309AuthSSLProtocolSocketFactory.java?view=markup";>
  
           AuthSSLProtocolSocketFactory</a> can be used to optionally enforce 
mutual client/server authentication. This is the most flexible
           implementation of a protocol socket factory.  It allows for 
customization of most, if not all, aspects of the SSL authentication.
         </li>

Modified: jakarta/commons/proper/httpclient/trunk/xdocs/status.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/trunk/xdocs/status.xml?view=diff&r1=151311&r2=151312
==============================================================================
--- jakarta/commons/proper/httpclient/trunk/xdocs/status.xml (original)
+++ jakarta/commons/proper/httpclient/trunk/xdocs/status.xml Thu Feb  3 
19:42:13 2005
@@ -26,7 +26,7 @@
         
         <p>It is important to note that HttpClient Subversion Trunk (3.0) is 
no longer fully compatible 
         with 2.0.x APIs. API incompatibilities with HttpClient 2.0.x are 
described 
-        <a 
href="http://svn.apache.org/repos/asf/jakarta/commons/proper/httpclient/trunk/API_CHANGES_3_0.txt";>here</a>.
+        <a 
href="http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/httpclient/trunk/API_CHANGES_3_0.txt?view=markup";>here</a>.
         </p>
 
         <p>Bug reports targeted for the next release can be found

Modified: jakarta/commons/proper/httpclient/trunk/xdocs/threading.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/trunk/xdocs/threading.xml?view=diff&r1=151311&r2=151312
==============================================================================
--- jakarta/commons/proper/httpclient/trunk/xdocs/threading.xml (original)
+++ jakarta/commons/proper/httpclient/trunk/xdocs/threading.xml Thu Feb  3 
19:42:13 2005
@@ -15,7 +15,7 @@
        <li><a 
href="#MultiThreadedHttpConnectionManager">MultiThreadedHttpConnectionManager</a></li>
            <li><a href="#Connection Release">Connection Release</a></li>
          </ul>
-      <p>Please see the <a 
href="http://svn.apache.org/repos/asf/jakarta/commons/proper/httpclient/trunk/src/examples/MultiThreadedExample.java";>MultiThreadedExample</a>
+      <p>Please see the <a 
href="http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/httpclient/trunk/src/examples/MultiThreadedExample.java?view=markup";>MultiThreadedExample</a>
        for a concrete example.</p>
     </section>
 

Modified: jakarta/commons/proper/httpclient/trunk/xdocs/userguide.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/httpclient/trunk/xdocs/userguide.xml?view=diff&r1=151311&r2=151312
==============================================================================
--- jakarta/commons/proper/httpclient/trunk/xdocs/userguide.xml (original)
+++ jakarta/commons/proper/httpclient/trunk/xdocs/userguide.xml Thu Feb  3 
19:42:13 2005
@@ -64,7 +64,7 @@
              and enumerates standard HttpClient parameters.</td>
         </tr>
         <tr>
-          <td><a 
href="http://svn.apache.org/repos/asf/jakarta/commons/proper/httpclient/trunk/src/examples/";>Sample
 Code</a></td>
+          <td><a 
href="http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/httpclient/trunk/src/examples/";>Sample
 Code</a></td>
           <td>This is a link to the sample code for using HttpClient that is
           stored in the Subversion repository and is available in source 
releases
           of HttpClient.</td>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to