You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2008/04/14 15:01:17 UTC

svn commit: r647782 - in /httpd/site/trunk/docs/test: flood/building.html flood/index.html index.html

Author: wrowe
Date: Mon Apr 14 06:01:11 2008
New Revision: 647782

URL: http://svn.apache.org/viewvc?rev=647782&view=rev
Log:
Regenerated site

Modified:
    httpd/site/trunk/docs/test/flood/building.html
    httpd/site/trunk/docs/test/flood/index.html
    httpd/site/trunk/docs/test/index.html

Modified: httpd/site/trunk/docs/test/flood/building.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/test/flood/building.html?rev=647782&r1=647781&r2=647782&view=diff
==============================================================================
--- httpd/site/trunk/docs/test/flood/building.html (original)
+++ httpd/site/trunk/docs/test/flood/building.html Mon Apr 14 06:01:11 2008
@@ -77,7 +77,7 @@
 APR-util (such as the ones that come with httpd-2.0 or Subversion), you 
 may specify --with-apr and --with-apr-util at configure-time.</p>
 <pre>
- % svn co http://svn.apache.org/repos/asf/httpd/test/trunk/flood
+ % svn co http://svn.apache.org/repos/asf/httpd/test/flood/trunk flood
  % cd flood
  % svn co http://svn.apache.org/repos/asf/apr/apr/trunk apr
  % svn co http://svn.apache.org/repos/asf/apr/apr-util/trunk apr-util

Modified: httpd/site/trunk/docs/test/flood/index.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/test/flood/index.html?rev=647782&r1=647781&r2=647782&view=diff
==============================================================================
--- httpd/site/trunk/docs/test/flood/index.html (original)
+++ httpd/site/trunk/docs/test/flood/index.html Mon Apr 14 06:01:11 2008
@@ -81,12 +81,12 @@
 of the features available in flood.  All of these files are available in the
 examples directory in flood's Subversion repository.</p>
 <ul>
-<li><a href="http://svn.apache.org/repos/asf/httpd/test/trunk/flood/examples/round-robin.xml">Round-robin annotated flood config example</a> (<b>Recommended for flood newbies</b>)</li>
-<li><a href="http://svn.apache.org/repos/asf/httpd/test/trunk/flood/examples/round-robin-dynamic.xml">An example using dynamic content-specific variables</a></li>
-<li><a href="http://svn.apache.org/repos/asf/httpd/test/trunk/flood/examples/round-robin-keepalive.xml">An example using keepalives</a></li>
-<li><a href="http://svn.apache.org/repos/asf/httpd/test/trunk/flood/examples/round-robin-ssl.xml">An example using SSL</a></li>
-<li><a href="http://svn.apache.org/repos/asf/httpd/test/trunk/flood/examples/round-robin-timed.xml">An example using timers</a></li>
-<li><a href="http://svn.apache.org/repos/asf/httpd/test/trunk/flood/examples/analyze-relative">A sh/gawk script that shows how to interpret the relative_times output of flood</a></li>
+<li><a href="http://svn.apache.org/repos/asf/httpd/test/flood/trunk/examples/round-robin.xml">Round-robin annotated flood config example</a> (<b>Recommended for flood newbies</b>)</li>
+<li><a href="http://svn.apache.org/repos/asf/httpd/test/flood/trunk/examples/round-robin-dynamic.xml">An example using dynamic content-specific variables</a></li>
+<li><a href="http://svn.apache.org/repos/asf/httpd/test/flood/trunk/examples/round-robin-keepalive.xml">An example using keepalives</a></li>
+<li><a href="http://svn.apache.org/repos/asf/httpd/test/flood/trunk/examples/round-robin-ssl.xml">An example using SSL</a></li>
+<li><a href="http://svn.apache.org/repos/asf/httpd/test/flood/trunk/examples/round-robin-timed.xml">An example using timers</a></li>
+<li><a href="http://svn.apache.org/repos/asf/httpd/test/flood/trunk/examples/analyze-relative">A sh/gawk script that shows how to interpret the relative_times output of flood</a></li>
 </ul>
   </blockquote>
  </td></tr>
@@ -101,10 +101,10 @@
  </tr>
  <tr><td>
   <blockquote>
-<p>You may browse the flood's Subversion repository <a href="http://svn.apache.org/repos/asf/httpd/test/trunk/flood/">online</a> or via <a href="http://svn.apache.org/viewcvs.cgi/httpd/test/trunk/flood/">flood ViewCVS</a></p>
+<p>You may browse the flood's Subversion repository <a href="http://svn.apache.org/repos/asf/httpd/test/flood/trunk/">online</a> or via <a href="http://svn.apache.org/viewcvs.cgi/httpd/test/trunk/flood/">flood ViewCVS</a></p>
 <p>Anonymous Subversion access (via WebDAV) is available.</p>
 <pre>
- % svn co http://svn.apache.org/repos/asf/httpd/test/trunk/flood
+ % svn co http://svn.apache.org/repos/asf/httpd/test/flood/trunk flood
 </pre>
   </blockquote>
  </td></tr>

Modified: httpd/site/trunk/docs/test/index.html
URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/test/index.html?rev=647782&r1=647781&r2=647782&view=diff
==============================================================================
--- httpd/site/trunk/docs/test/index.html (original)
+++ httpd/site/trunk/docs/test/index.html Mon Apr 14 06:01:11 2008
@@ -78,9 +78,9 @@
 <p>Currently, the following components are available:</p>
 <ul>
 <li><a href="flood/">Flood</a> - a profile-driven HTTP load tester</li>
-<li><a href="http://svn.apache.org/viewcvs.cgi/httpd/test/trunk/perl-framework/">Perl Framework</a> - a perl-centric HTTP test kit</li>
+<li><a href="http://svn.apache.org/viewcvs.cgi/httpd/test/framework/trunk/">Perl Framework</a> - a perl-centric HTTP test kit</li>
 <li><a href="http://perl.apache.org/Apache-Test/">Apache-Test</a> - the testing engine behind the Perl Framework and other HTTP-based projects like mod_perl</li>
-<li><a href="http://svn.apache.org/viewcvs.cgi/httpd/test/trunk/specweb99/">specweb99</a>
+<li><a href="http://svn.apache.org/viewcvs.cgi/httpd/test/specweb99/trunk/">specweb99</a>
 - Modules for <a href="http://www.spec.org/">SPECWeb99</a> tests</li>
 </ul>
   </blockquote>
@@ -130,11 +130,13 @@
  </tr>
  <tr><td>
   <blockquote>
-<p>You may browse the httpd-test repository <a href="http://svn.apache.org/viewcvs.cgi/httpd/test/trunk/">online</a>.</p>
+<p>You may browse the httpd-test repositories <a href="http://svn.apache.org/viewcvs.cgi/httpd/test/">online</a>.</p>
 <p>Anonymous <a href="http://subversion.tigris.org/">Subversion</a> 
 is available.</p>
 <pre>
- % svn checkout http://svn.apache.org/repos/asf/httpd/test/trunk/ httpd-test
+ % svn checkout http://svn.apache.org/repos/asf/httpd/test/framework/trunk/ httpd-framework
+ % svn checkout http://svn.apache.org/repos/asf/httpd/test/flood/trunk/ flood
+ % svn checkout http://svn.apache.org/repos/asf/httpd/test/specweb99/trunk/ httpd-specweb
 </pre>
 <table border="0" cellspacing="0" cellpadding="2" width="100%">
  <tr>