You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2011/11/03 02:01:01 UTC

svn commit: r1196903 - in /jmeter/branches/docs-2.5.1/docs: download_jmeter.cgi download_jmeter.html images/asf-logo.gif mail.html mail2.html svnindex.html

Author: sebb
Date: Thu Nov  3 01:01:01 2011
New Revision: 1196903

URL: http://svn.apache.org/viewvc?rev=1196903&view=rev
Log:
Add new files (allow testing without affecting existing site)

Added:
    jmeter/branches/docs-2.5.1/docs/download_jmeter.cgi   (with props)
    jmeter/branches/docs-2.5.1/docs/download_jmeter.html   (with props)
    jmeter/branches/docs-2.5.1/docs/images/asf-logo.gif   (with props)
    jmeter/branches/docs-2.5.1/docs/mail.html   (with props)
    jmeter/branches/docs-2.5.1/docs/mail2.html   (with props)
    jmeter/branches/docs-2.5.1/docs/svnindex.html   (with props)

Added: jmeter/branches/docs-2.5.1/docs/download_jmeter.cgi
URL: http://svn.apache.org/viewvc/jmeter/branches/docs-2.5.1/docs/download_jmeter.cgi?rev=1196903&view=auto
==============================================================================
--- jmeter/branches/docs-2.5.1/docs/download_jmeter.cgi (added)
+++ jmeter/branches/docs-2.5.1/docs/download_jmeter.cgi Thu Nov  3 01:01:01 2011
@@ -0,0 +1,7 @@
+#!/bin/sh
+# Wrapper script around mirrors.cgi script
+# (we must change to that directory in order for python to pick up the
+#  python includes correctly)
+cd /www/www.apache.org/dyn/mirrors
+/www/www.apache.org/dyn/mirrors/mirrors.cgi $*
+        
\ No newline at end of file

Propchange: jmeter/branches/docs-2.5.1/docs/download_jmeter.cgi
------------------------------------------------------------------------------
    svn:eol-style = native

Added: jmeter/branches/docs-2.5.1/docs/download_jmeter.html
URL: http://svn.apache.org/viewvc/jmeter/branches/docs-2.5.1/docs/download_jmeter.html?rev=1196903&view=auto
==============================================================================
--- jmeter/branches/docs-2.5.1/docs/download_jmeter.html (added)
+++ jmeter/branches/docs-2.5.1/docs/download_jmeter.html Thu Nov  3 01:01:01 2011
@@ -0,0 +1,534 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+ 
+       http://www.apache.org/licenses/LICENSE-2.0
+ 
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+
+<!-- Content Stylesheet for Site -->
+
+
+<!-- start the processing -->
+<!-- ====================================================================== -->
+<!-- Main Page Section -->
+<!-- ====================================================================== -->
+<html>
+<head>
+<link rel="stylesheet" type="text/css" href="./css/style.css"/>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+
+
+
+<title>Apache JMeter - Downloads</title>
+</head>
+
+<body bgcolor="#ffffff" text="#000000" link="#525D76">
+<table border="0" cellspacing="0">
+<!-- TOP IMAGE -->
+<tr>
+<td>
+<!-- Need to specify height otherwise iframe seems to grab extra -->
+<iframe src="http://www.apache.org/ads/halfbanner.html" height="102"
+style="border-width:0; float: left" frameborder="0" scrolling="no"></iframe>
+</td>
+<td align="left">
+<a href="http://www.apache.org"><img title="Apache Software Foundation" width="387" height="100" src="./images/asf-logo.gif" border="0"/></a>
+</td>
+<td align="right">
+<a href="http://jakarta.apache.org/jmeter/"><img width="221" height="102" src="./images/logo.jpg" alt="Apache JMeter" title="Apache JMeter" border="0"/></a>
+</td>
+</tr>
+</table>
+<table border="0" width="100%" cellspacing="4">
+<tr><td colspan="2">
+<hr noshade size="1"/>
+</td></tr>
+<tr>
+<!-- LEFT SIDE NAVIGATION -->
+<td width="20%" valign="top" nowrap="true">
+<p><strong>About</strong></p>
+<ul>
+<li><a href="./index.html">Overview</a>
+</li>
+<li><a href="./changes.html">Changes</a>
+</li>
+<li><a href="./issues.html">Issues</a>
+</li>
+<li><a href="http://www.apache.org/licenses/">License</a>
+</li>
+<li><a href="http://wiki.apache.org/jmeter/JMeterCommitters">Contributors</a>
+</li>
+</ul>
+<p><strong>Download</strong></p>
+<ul>
+<li><a href="./download_jmeter.cgi">Download Releases</a>
+</li>
+<li><a href="./nightly.html">Developer (Nightly) Builds</a>
+</li>
+</ul>
+<p><strong>Documentation</strong></p>
+<ul>
+<li><a href="./usermanual/index.html">User Manual</a>
+</li>
+<li><a href="./api/index.html">Javadocs</a>
+</li>
+<li><a href="./localising/index.html">Localisation (Translator's Guide)</a>
+</li>
+<li><a href="./building.html">Building JMeter and Add-Ons</a>
+</li>
+<li><a href="http://wiki.apache.org/jmeter">JMeter Wiki</a>
+</li>
+<li><a href="http://wiki.apache.org/jmeter/JMeterFAQ">FAQ (Wiki)</a>
+</li>
+</ul>
+<p><strong>Tutorials (PDF format)</strong></p>
+<ul>
+<li><a href="./usermanual/jmeter_distributed_testing_step_by_step.pdf">Distributed Testing</a>
+</li>
+<li><a href="./usermanual/jmeter_proxy_step_by_step.pdf">Recording Tests</a>
+</li>
+<li><a href="./usermanual/junitsampler_tutorial.pdf">JUnit Sampler</a>
+</li>
+<li><a href="./usermanual/jmeter_accesslog_sampler_step_by_step.pdf">Access Log Sampler</a>
+</li>
+<li><a href="./extending/jmeter_tutorial.pdf">Extending JMeter</a>
+</li>
+</ul>
+<p><strong>Community</strong></p>
+<ul>
+<li><a href="http://www.apache.org/foundation/getinvolved.html">Get Involved</a>
+</li>
+<li><a href="./mail.html">Mailing Lists</a>
+</li>
+<li><a href="./svnindex.html">SVN Repositories</a>
+</li>
+</ul>
+<p><strong>Foundation</strong></p>
+<ul>
+<li><a href="http://www.apache.org/">ASF</a>
+</li>
+<li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+</li>
+<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a>
+</li>
+</ul>
+</td>
+<td width="80%" align="left" valign="top">
+<br>
+<table border="0" cellspacing="0" cellpadding="2" width="100%">
+<tr><td bgcolor="#525D76">
+<font color="#ffffff" face="arial,helvetica,sanserif">
+<strong>Download Apache JMeter</strong></font>
+</td></tr>
+<tr><td>
+<blockquote>
+<p>
+
+        We recommend you use a mirror to download our release
+        builds, but you 
+<strong>
+must
+</strong>
+ verify the integrity of
+        the downloaded files using signatures downloaded from our main 
+        distribution directories. Recent releases (48 hours) may not yet
+        be available from the mirrors.
+      
+</p>
+<p>
+
+        You are currently using 
+<b>
+[preferred]
+</b>
+.  If you
+        encounter a problem with this mirror, please select another
+        mirror.  If all mirrors are failing, there are 
+<i>
+backup
+</i>
+
+        mirrors (at the end of the mirrors list) that should be
+        available.
+        
+<br>
+</br>
+
+        [if-any logo]
+<a href="[link]">
+<img align="right" src="[logo]" border="0">
+</img>
+</a>
+[end]
+      
+</p>
+<form action="[location]" method="get" id="SelectMirror">
+
+        
+<p>
+
+          Other mirrors: 
+          
+<select name="Preferred">
+
+          [if-any http]
+            [for http]
+<option value="[http]">
+[http]
+</option>
+[end]
+          [end]
+          [if-any ftp]
+            [for ftp]
+<option value="[ftp]">
+[ftp]
+</option>
+[end]
+          [end]
+          [if-any backup]
+            [for backup]
+<option value="[backup]">
+[backup] (backup)
+</option>
+[end]
+          [end]
+          
+</select>
+
+          
+<input type="submit" value="Change">
+</input>
+
+        
+</p>
+
+      
+</form>
+<p>
+
+        The 
+<code>
+KEYS
+</code>
+ link links to the code signing keys used to sign the product.
+        The 
+<code>
+PGP
+</code>
+ link downloads the OpenPGP compatible signature from our main site. 
+        The 
+<code>
+MD5
+</code>
+ link downloads the checksum from the main site.
+      
+</p>
+<p>
+
+      For more information concerning Apache JMeter, see the 
+<a href="http://jmeter.apache.org/">
+Apache JMeter
+</a>
+ site. 
+      
+</p>
+<p>
+
+      
+<a href="http://www.apache.org/dist/jmeter/KEYS">
+KEYS
+</a>
+
+      
+</p>
+</blockquote>
+</p>
+</td></tr>
+<tr><td><br></td></tr>
+</table>
+<table border="0" cellspacing="0" cellpadding="2" width="100%">
+<tr><td bgcolor="#525D76">
+<font color="#ffffff" face="arial,helvetica,sanserif">
+<strong>Apache JMeter 2.5.2 (Requires Java 1.5 or later)</strong></font>
+</td></tr>
+<tr><td>
+<blockquote>
+<table border="0" cellspacing="0" cellpadding="2" width="100%">
+<tr><td bgcolor="#828DA6">
+<font color="#ffffff" face="arial,helvetica,sanserif">
+<a name="binaries"><strong>Binaries</strong></a>
+<a class="sectionlink" href="#binaries" title="Link to here">&para;</a></font>
+</td></tr>
+<tr><td>
+<blockquote>
+<table>
+<tr>
+<td bgcolor="#a0ddf0"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+<a href="[preferred]/jmeter/binaries/apache-jmeter-2.5.2.tar.gz">apache-jmeter-2.5.2.tar.gz</a>
+</font>
+</td>
+<td bgcolor="#a0ddf0"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+<a href="http://www.apache.org/dist/jmeter/binaries/apache-jmeter-2.5.2.tar.gz.md5">md5</a>
+</font>
+</td>
+<td bgcolor="#a0ddf0"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+<a href="http://www.apache.org/dist/jmeter/binaries/apache-jmeter-2.5.2.tar.gz.asc">pgp</a>
+</font>
+</td>
+</tr>
+<tr>
+<td bgcolor="#a0ddf0"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+<a href="[preferred]/jmeter/binaries/apache-jmeter-2.5.2.zip">apache-jmeter-2.5.2.zip</a>
+</font>
+</td>
+<td bgcolor="#a0ddf0"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+<a href="http://www.apache.org/dist/jmeter/binaries/apache-jmeter-2.5.2.zip.md5">md5</a>
+</font>
+</td>
+<td bgcolor="#a0ddf0"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+<a href="http://www.apache.org/dist/jmeter/binaries/apache-jmeter-2.5.2.zip.asc">pgp</a>
+</font>
+</td>
+</tr>
+</table>
+</blockquote>
+</td></tr>
+<tr><td><br></td></tr>
+</table>
+<table border="0" cellspacing="0" cellpadding="2" width="100%">
+<tr><td bgcolor="#828DA6">
+<font color="#ffffff" face="arial,helvetica,sanserif">
+<a name="source"><strong>Source</strong></a>
+<a class="sectionlink" href="#source" title="Link to here">&para;</a></font>
+</td></tr>
+<tr><td>
+<blockquote>
+<table>
+<tr>
+<td bgcolor="#a0ddf0"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+<a href="[preferred]/jmeter/source/apache-jmeter-2.5.2_src.tar.gz">apache-jmeter-2.5.2_src.tar.gz</a>
+</font>
+</td>
+<td bgcolor="#a0ddf0"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+<a href="http://www.apache.org/dist/jmeter/source/apache-jmeter-2.5.2_src.tar.gz.md5">md5</a>
+</font>
+</td>
+<td bgcolor="#a0ddf0"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+<a href="http://www.apache.org/dist/jmeter/source/apache-jmeter-2.5.2_src.tar.gz.asc">pgp</a>
+</font>
+</td>
+</tr>
+<tr>
+<td bgcolor="#a0ddf0"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+<a href="[preferred]/jmeter/source/apache-jmeter-2.5.2_src.zip">apache-jmeter-2.5.2_src.zip</a>
+</font>
+</td>
+<td bgcolor="#a0ddf0"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+<a href="http://www.apache.org/dist/jmeter/source/apache-jmeter-2.5.2_src.zip.md5">md5</a>
+</font>
+</td>
+<td bgcolor="#a0ddf0"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+<a href="http://www.apache.org/dist/jmeter/source/apache-jmeter-2.5.2_src.zip.asc">pgp</a>
+</font>
+</td>
+</tr>
+</table>
+</blockquote>
+</td></tr>
+<tr><td><br></td></tr>
+</table>
+</blockquote>
+</p>
+</td></tr>
+<tr><td><br></td></tr>
+</table>
+<table border="0" cellspacing="0" cellpadding="2" width="100%">
+<tr><td bgcolor="#525D76">
+<font color="#ffffff" face="arial,helvetica,sanserif">
+<strong>Archives</strong></font>
+</td></tr>
+<tr><td>
+<blockquote>
+<p>
+
+          Older releases can be obtained from the archives.
+        
+</p>
+<ul>
+
+          
+<li class="download">
+<a href="[preferred]/jmeter/">
+browse download area
+</a>
+</li>
+
+          
+<li>
+<a href="http://archive.apache.org/dist/jmeter/">
+Apache JMeter archives...
+</a>
+</li>
+
+          
+<li>
+<a href="http://archive.apache.org/dist/jakarta/jmeter/">
+Apache Jakarta JMeter archives...
+</a>
+</li>
+
+        
+</ul>
+</blockquote>
+</p>
+</td></tr>
+<tr><td><br></td></tr>
+</table>
+<table border="0" cellspacing="0" cellpadding="2" width="100%">
+<tr><td bgcolor="#525D76">
+<font color="#ffffff" face="arial,helvetica,sanserif">
+<strong>Verification of downloads</strong></font>
+</td></tr>
+<tr><td>
+<blockquote>
+<p>
+
+    It is essential that you verify the integrity of the downloaded files using the PGP or MD5 signatures. 
+    Please read Verifying Apache Software Foundation Releases for more information on why you should verify our releases.
+    
+</p>
+<p>
+
+    The PGP signatures can be verified using PGP or GPG. First download the KEYS as well as the asc signature file for the relevant distribution. 
+    Make sure you get these files from the main distribution site, rather than from a mirror. 
+    Then verify the signatures using
+    
+</p>
+<pre>
+
+% pgpk -a KEYS
+% pgpv downloaded_file.asc
+or
+% pgp -ka KEYS
+% pgp downloaded_file.asc
+or
+% gpg --import KEYS
+% gpg --verify downloaded_file.asc
+
+</pre>
+<p>
+
+    Alternatively, you can verify the MD5 signature on the files.
+    This is not very secure, and should only be used to check that the file has been downloaded successfully.
+    
+<br>
+</br>
+
+    A unix program called md5 or md5sum is included in many unix distributions. 
+    It is also available as part of 
+<a href="http://www.gnu.org/software/textutils/textutils.html">
+GNU Textutils
+</a>
+. 
+    
+<br>
+</br>
+
+    Windows users can get binary md5 programs from 
+    
+<a href="http://www.fourmilab.ch/md5/">
+here
+</a>
+, 
+    
+<a href="http://www.pc-tools.net/win32/freeware/console/">
+here
+</a>
+, or 
+    
+<a href="http://www.slavasoft.com/fsum/">
+here
+</a>
+.
+    
+</p>
+</blockquote>
+</p>
+</td></tr>
+<tr><td><br></td></tr>
+</table>
+<br>
+</td>
+</tr>
+<tr><td colspan="2">
+<hr noshade size="1"/>
+</td></tr>
+<tr><td colspan="2">
+<div align="center"><font color="#525D76" size="-1"><em>
+Copyright &copy; 1999-2011, Apache Software Foundation
+</em></font></div>
+</td></tr>
+<tr><td colspan="2">
+<div align="center"><font color="#525D76" size="-1">
+Apache, Apache JMeter, JMeter, the Apache feather, and the Apache JMeter logo are
+trademarks of the Apache Software Foundation.
+</font>
+</div>
+</td></tr>
+</table>
+</body>
+</html>
+<!-- end the processing -->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

Propchange: jmeter/branches/docs-2.5.1/docs/download_jmeter.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: jmeter/branches/docs-2.5.1/docs/images/asf-logo.gif
URL: http://svn.apache.org/viewvc/jmeter/branches/docs-2.5.1/docs/images/asf-logo.gif?rev=1196903&view=auto
==============================================================================
Binary file - no diff available.

Propchange: jmeter/branches/docs-2.5.1/docs/images/asf-logo.gif
------------------------------------------------------------------------------
    svn:mime-type = image/gif

Added: jmeter/branches/docs-2.5.1/docs/mail.html
URL: http://svn.apache.org/viewvc/jmeter/branches/docs-2.5.1/docs/mail.html?rev=1196903&view=auto
==============================================================================
--- jmeter/branches/docs-2.5.1/docs/mail.html (added)
+++ jmeter/branches/docs-2.5.1/docs/mail.html Thu Nov  3 01:01:01 2011
@@ -0,0 +1,489 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+ 
+       http://www.apache.org/licenses/LICENSE-2.0
+ 
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+
+<!-- Content Stylesheet for Site -->
+
+
+<!-- start the processing -->
+<!-- ====================================================================== -->
+<!-- Main Page Section -->
+<!-- ====================================================================== -->
+<html>
+<head>
+<link rel="stylesheet" type="text/css" href="./css/style.css"/>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+
+
+<meta name="author" value="Apache JMeter Project">
+<meta name="email" value="dev.AT.jmeter.DOT.apache.DOT.org">
+
+<title>Apache JMeter - Mailing Lists</title>
+</head>
+
+<body bgcolor="#ffffff" text="#000000" link="#525D76">
+<table border="0" cellspacing="0">
+<!-- TOP IMAGE -->
+<tr>
+<td>
+<!-- Need to specify height otherwise iframe seems to grab extra -->
+<iframe src="http://www.apache.org/ads/halfbanner.html" height="102"
+style="border-width:0; float: left" frameborder="0" scrolling="no"></iframe>
+</td>
+<td align="left">
+<a href="http://www.apache.org"><img title="Apache Software Foundation" width="387" height="100" src="./images/asf-logo.gif" border="0"/></a>
+</td>
+<td align="right">
+<a href="http://jakarta.apache.org/jmeter/"><img width="221" height="102" src="./images/logo.jpg" alt="Apache JMeter" title="Apache JMeter" border="0"/></a>
+</td>
+</tr>
+</table>
+<table border="0" width="100%" cellspacing="4">
+<tr><td colspan="2">
+<hr noshade size="1"/>
+</td></tr>
+<tr>
+<!-- LEFT SIDE NAVIGATION -->
+<td width="20%" valign="top" nowrap="true">
+<p><strong>About</strong></p>
+<ul>
+<li><a href="./index.html">Overview</a>
+</li>
+<li><a href="./changes.html">Changes</a>
+</li>
+<li><a href="./issues.html">Issues</a>
+</li>
+<li><a href="http://www.apache.org/licenses/">License</a>
+</li>
+<li><a href="http://wiki.apache.org/jmeter/JMeterCommitters">Contributors</a>
+</li>
+</ul>
+<p><strong>Download</strong></p>
+<ul>
+<li><a href="./download_jmeter.cgi">Download Releases</a>
+</li>
+<li><a href="./nightly.html">Developer (Nightly) Builds</a>
+</li>
+</ul>
+<p><strong>Documentation</strong></p>
+<ul>
+<li><a href="./usermanual/index.html">User Manual</a>
+</li>
+<li><a href="./api/index.html">Javadocs</a>
+</li>
+<li><a href="./localising/index.html">Localisation (Translator's Guide)</a>
+</li>
+<li><a href="./building.html">Building JMeter and Add-Ons</a>
+</li>
+<li><a href="http://wiki.apache.org/jmeter">JMeter Wiki</a>
+</li>
+<li><a href="http://wiki.apache.org/jmeter/JMeterFAQ">FAQ (Wiki)</a>
+</li>
+</ul>
+<p><strong>Tutorials (PDF format)</strong></p>
+<ul>
+<li><a href="./usermanual/jmeter_distributed_testing_step_by_step.pdf">Distributed Testing</a>
+</li>
+<li><a href="./usermanual/jmeter_proxy_step_by_step.pdf">Recording Tests</a>
+</li>
+<li><a href="./usermanual/junitsampler_tutorial.pdf">JUnit Sampler</a>
+</li>
+<li><a href="./usermanual/jmeter_accesslog_sampler_step_by_step.pdf">Access Log Sampler</a>
+</li>
+<li><a href="./extending/jmeter_tutorial.pdf">Extending JMeter</a>
+</li>
+</ul>
+<p><strong>Community</strong></p>
+<ul>
+<li><a href="http://www.apache.org/foundation/getinvolved.html">Get Involved</a>
+</li>
+<li><a href="./mail.html">Mailing Lists</a>
+</li>
+<li><a href="./svnindex.html">SVN Repositories</a>
+</li>
+</ul>
+<p><strong>Foundation</strong></p>
+<ul>
+<li><a href="http://www.apache.org/">ASF</a>
+</li>
+<li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+</li>
+<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a>
+</li>
+</ul>
+</td>
+<td width="80%" align="left" valign="top">
+<br>
+<table border="0" cellspacing="0" cellpadding="2" width="100%">
+<tr><td bgcolor="#525D76">
+<font color="#ffffff" face="arial,helvetica,sanserif">
+<strong>Mailing Lists - Guidelines</strong></font>
+</td></tr>
+<tr><td>
+<blockquote>
+<p>
+A mailing list is an electronic discussion forum that anyone can
+subscribe to. When someone sends an email message to the mailing list,
+a copy of that message is broadcast to everyone who is subscribed to
+that mailing list. Mailing lists provide a simple and effective
+communication mechanism. With potentially thousands of subscribers,
+there is a common set of etiquette guidelines that you should observe.
+Please keep on reading.
+
+</p>
+<p>
+
+Please note that usage of these mailing lists is subject to the
+
+<a href="http://www.apache.org/foundation/public-archives.html">
+Public Forum Archive Policy
+</a>
+.
+
+</p>
+<p>
+
+
+<strong>
+
+      Respect the mailing list type
+
+</strong>
+<br>
+</br>
+
+ There are generally two types of lists.
+
+</p>
+<p>
+
+
+<ul>
+
+    
+<li>
+
+    The "User" lists where you can send questions and comments about
+    configuration, setup, usage and other "user" types of questions.
+    
+</li>
+
+    
+<li>
+
+    The "Developer" lists where you can send questions and
+    comments about the actual software source code and general
+    "development" types of questions.
+    
+</li>
+
+
+</ul>
+
+
+</p>
+<p>
+Some questions are appropriate for posting on both the "user" and
+the "developer" lists. In this case, pick one and only one. Do not
+cross post.
+</p>
+<p>
+Asking a configuration question on the developers list is frowned
+upon because developers' time is as precious as yours. By contacting
+them directly instead of the user base you are abusing resources. In
+fact, it is unlikely that you will get a quicker answer, if at
+all.
+</p>
+<p>
+
+
+<strong>
+
+      Join the lists that are appropriate for your discussion.
+
+</strong>
+<br>
+</br>
+
+Please make sure that you are joining the list that is appropriate for the 
+topic or product that you would like to discuss. For example, 
+please do not join the Regexp mailing list and ask questions about Tomcat. 
+Instead, you should join the Tomcat User list and ask your questions
+there. 
+
+</p>
+<p>
+
+
+<strong>
+
+    Ask smart questions.  
+</strong>
+<br>
+</br>
+ 
+
+Every volunteer project obtains its strength from the people involved
+in it. You are welcome to join any of our mailing lists.  You can
+choose to lurk, or actively participate; it's up to you.  The level of
+community responsiveness to specific questions is generally directly
+proportional to the amount of effort you spend formulating your
+question. Eric Raymond and Rick Moen have even written an essay entitled 
+<a href="http://www.catb.org/~esr/faqs/smart-questions.html">
+"
+<b>
+Asking
+Smart Questions
+</b>
+"
+</a>
+ precisely on this topic.  Although somewhat
+militant, it is definitely worth reading.
+<br>
+</br>
+
+
+<b>
+Note
+</b>
+: Please do NOT send your Java problems to the two authors. They welcome feedback on the FAQ's contents, but are simply not a Java help resource. Follow the essay's advice and 
+<a href="http://www.catb.org/~esr/faqs/smart-questions.html#forum">
+choose your forum
+</a>
+ carefully.
+
+</p>
+<p>
+
+
+<strong>
+
+    Keep your email short and to the point; use a suitable subject line.
+
+</strong>
+<br>
+</br>
+
+If your email is more than about a page of text, chances are that it
+won't get read by very many people. It is much better to try to pack a
+lot of informative information (see above about asking smart questions)
+into as small of an email as possible. If you are replying to a previous
+email, it is a good idea to only quote the parts that you are replying
+to and to remove the unnecessary bits. This makes it easier for people
+to follow a thread as well as making the email archives easier to search
+and read.
+
+</p>
+<p>
+
+
+<strong>
+
+    Start a new thread for a new topic
+
+</strong>
+<br>
+</br>
+
+When asing a new question, please start a new thread with an appropriate new subject line.
+This makes it easier to read, and to find later in the archives.
+
+</p>
+<p>
+
+
+<strong>
+
+    Do your best to ensure that you are not sending HTML or
+    "Stylelized" email to the list.
+
+</strong>
+<br>
+</br>
+
+If you are using Outlook or Outlook Express or Eudora, chances are that
+you are sending HTML email by default. There is usually a setting that
+will allow you to send "Plain Text" email. If you are using Microsoft
+products to send email, there are several bugs in the software that
+prevent you from turning off the sending of HTML email. 
+
+</p>
+<p>
+
+
+<strong>
+
+Please don't send attachments or include large chunks of code
+</strong>
+<br>
+</br>
+
+Attachments can be difficult to read and are rarely needed by all recipients.
+Some mailing lists are set up to drop them.
+If you need to send more than a few lines of code, ask first.
+Note that code is often mangled by word-wrapping, so it is better to provide a link to a downloadable file.
+If necessary, arrange with the person(s) responding to the posting how best to give access to the data,
+should it prove necessary. 
+
+</p>
+<p>
+
+
+<strong>
+
+    Watch where you are sending email.
+
+</strong>
+<br>
+</br>
+
+The majority of our mailing lists have set the Reply-To to go back to the 
+list. That means that when you Reply to a message, it will go to the list
+and not to the original author directly. The reason is because it helps
+facilitate discussion on the list for everyone to benefit from. Be careful 
+of this as sometimes you may intend to reply to a message directly to someone 
+instead of the entire list.
+
+<em>
+
+The appropriate contents of the Reply-To header is an age-old debate that
+should not be brought up on the mailing lists.  You can
+examine opposing points of view
+
+<a href="http://www.unicom.com/pw/reply-to-harmful.html">
+condemning
+</a>
+
+our convention and 
+
+<a href="http://www.metasystema.net/essays/reply-to.mhtml">
+
+condoning
+</a>
+ 
+it.  Bringing this up for debate on a mailing list will add nothing
+new and is considered off-topic.
+
+</em>
+
+
+</p>
+<p>
+
+
+<strong>
+
+    Do not cross post messages.
+
+</strong>
+<br>
+</br>
+
+In other words, pick a mailing list and send your messages to that mailing 
+list only. Do not send your messages to multiple mailing lists. The reason is 
+that people may be subscribed to one list and not to the other. Therefore, 
+some people will only see part of the conversation.
+
+</p>
+</blockquote>
+</p>
+</td></tr>
+<tr><td><br></td></tr>
+</table>
+<table border="0" cellspacing="0" cellpadding="2" width="100%">
+<tr><td bgcolor="#525D76">
+<font color="#ffffff" face="arial,helvetica,sanserif">
+<strong>Conclusion</strong></font>
+</td></tr>
+<tr><td>
+<blockquote>
+<p>
+
+
+<strong>
+Now that you have read the guidelines above
+</strong>
+, 
+<a href="./mail2.html">
+<strong>
+here
+</strong>
+</a>
+ is the page that gives
+you a listing of the different mailing lists that you can join. If you
+managed to find this without reading the above information, chances
+are you will be sent back here. You might as well read it now and save
+yourself the embarrassment.
+
+</p>
+</blockquote>
+</p>
+</td></tr>
+<tr><td><br></td></tr>
+</table>
+<br>
+</td>
+</tr>
+<tr><td colspan="2">
+<hr noshade size="1"/>
+</td></tr>
+<tr><td colspan="2">
+<div align="center"><font color="#525D76" size="-1"><em>
+Copyright &copy; 1999-2011, Apache Software Foundation
+</em></font></div>
+</td></tr>
+<tr><td colspan="2">
+<div align="center"><font color="#525D76" size="-1">
+Apache, Apache JMeter, JMeter, the Apache feather, and the Apache JMeter logo are
+trademarks of the Apache Software Foundation.
+</font>
+</div>
+</td></tr>
+</table>
+</body>
+</html>
+<!-- end the processing -->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

Propchange: jmeter/branches/docs-2.5.1/docs/mail.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: jmeter/branches/docs-2.5.1/docs/mail2.html
URL: http://svn.apache.org/viewvc/jmeter/branches/docs-2.5.1/docs/mail2.html?rev=1196903&view=auto
==============================================================================
--- jmeter/branches/docs-2.5.1/docs/mail2.html (added)
+++ jmeter/branches/docs-2.5.1/docs/mail2.html Thu Nov  3 01:01:01 2011
@@ -0,0 +1,537 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+ 
+       http://www.apache.org/licenses/LICENSE-2.0
+ 
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+
+<!-- Content Stylesheet for Site -->
+
+
+<!-- start the processing -->
+<!-- ====================================================================== -->
+<!-- Main Page Section -->
+<!-- ====================================================================== -->
+<html>
+<head>
+<link rel="stylesheet" type="text/css" href="./css/style.css"/>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+
+
+<meta name="author" value="Apache JMeter Project">
+<meta name="email" value="dev.AT.jmeter.DOT.apache.DOT.org">
+
+<title>Apache JMeter - Mailing Lists</title>
+</head>
+
+<body bgcolor="#ffffff" text="#000000" link="#525D76">
+<table border="0" cellspacing="0">
+<!-- TOP IMAGE -->
+<tr>
+<td>
+<!-- Need to specify height otherwise iframe seems to grab extra -->
+<iframe src="http://www.apache.org/ads/halfbanner.html" height="102"
+style="border-width:0; float: left" frameborder="0" scrolling="no"></iframe>
+</td>
+<td align="left">
+<a href="http://www.apache.org"><img title="Apache Software Foundation" width="387" height="100" src="./images/asf-logo.gif" border="0"/></a>
+</td>
+<td align="right">
+<a href="http://jakarta.apache.org/jmeter/"><img width="221" height="102" src="./images/logo.jpg" alt="Apache JMeter" title="Apache JMeter" border="0"/></a>
+</td>
+</tr>
+</table>
+<table border="0" width="100%" cellspacing="4">
+<tr><td colspan="2">
+<hr noshade size="1"/>
+</td></tr>
+<tr>
+<!-- LEFT SIDE NAVIGATION -->
+<td width="20%" valign="top" nowrap="true">
+<p><strong>About</strong></p>
+<ul>
+<li><a href="./index.html">Overview</a>
+</li>
+<li><a href="./changes.html">Changes</a>
+</li>
+<li><a href="./issues.html">Issues</a>
+</li>
+<li><a href="http://www.apache.org/licenses/">License</a>
+</li>
+<li><a href="http://wiki.apache.org/jmeter/JMeterCommitters">Contributors</a>
+</li>
+</ul>
+<p><strong>Download</strong></p>
+<ul>
+<li><a href="./download_jmeter.cgi">Download Releases</a>
+</li>
+<li><a href="./nightly.html">Developer (Nightly) Builds</a>
+</li>
+</ul>
+<p><strong>Documentation</strong></p>
+<ul>
+<li><a href="./usermanual/index.html">User Manual</a>
+</li>
+<li><a href="./api/index.html">Javadocs</a>
+</li>
+<li><a href="./localising/index.html">Localisation (Translator's Guide)</a>
+</li>
+<li><a href="./building.html">Building JMeter and Add-Ons</a>
+</li>
+<li><a href="http://wiki.apache.org/jmeter">JMeter Wiki</a>
+</li>
+<li><a href="http://wiki.apache.org/jmeter/JMeterFAQ">FAQ (Wiki)</a>
+</li>
+</ul>
+<p><strong>Tutorials (PDF format)</strong></p>
+<ul>
+<li><a href="./usermanual/jmeter_distributed_testing_step_by_step.pdf">Distributed Testing</a>
+</li>
+<li><a href="./usermanual/jmeter_proxy_step_by_step.pdf">Recording Tests</a>
+</li>
+<li><a href="./usermanual/junitsampler_tutorial.pdf">JUnit Sampler</a>
+</li>
+<li><a href="./usermanual/jmeter_accesslog_sampler_step_by_step.pdf">Access Log Sampler</a>
+</li>
+<li><a href="./extending/jmeter_tutorial.pdf">Extending JMeter</a>
+</li>
+</ul>
+<p><strong>Community</strong></p>
+<ul>
+<li><a href="http://www.apache.org/foundation/getinvolved.html">Get Involved</a>
+</li>
+<li><a href="./mail.html">Mailing Lists</a>
+</li>
+<li><a href="./svnindex.html">SVN Repositories</a>
+</li>
+</ul>
+<p><strong>Foundation</strong></p>
+<ul>
+<li><a href="http://www.apache.org/">ASF</a>
+</li>
+<li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+</li>
+<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a>
+</li>
+</ul>
+</td>
+<td width="80%" align="left" valign="top">
+<br>
+<table border="0" cellspacing="0" cellpadding="2" width="100%">
+<tr><td bgcolor="#525D76">
+<font color="#ffffff" face="arial,helvetica,sanserif">
+<strong>Mailing Lists - Guidelines</strong></font>
+</td></tr>
+<tr><td>
+<blockquote>
+<p>
+
+
+<strong>
+Before subscribing to any of the mailing lists, please make sure that you have
+read and understand the 
+<a href="mail.html">
+guidelines
+</a>
+</strong>
+.
+
+</p>
+<p>
+
+Please note that usage of these mailing lists is subject to the
+
+<a href="http://www.apache.org/foundation/public-archives.html">
+Public Forum Archive Policy
+</a>
+.
+
+</p>
+<p>
+
+For details of how to subscribe/unsubscribe please read
+
+<a href="http://www.apache.org/foundation/mailinglists.html#subscribing">
+Subscribing and Unsubscribing
+</a>
+
+
+</p>
+</blockquote>
+</p>
+</td></tr>
+<tr><td><br></td></tr>
+</table>
+<table border="0" cellspacing="0" cellpadding="2" width="100%">
+<tr><td bgcolor="#525D76">
+<font color="#ffffff" face="arial,helvetica,sanserif">
+<strong>JMeter</strong></font>
+</td></tr>
+<tr><td>
+<blockquote>
+<table>
+<tr>
+<td bgcolor="#039acc"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+Name
+</font>
+</td>
+<td bgcolor="#039acc"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+Comment
+</font>
+</td>
+<td bgcolor="#039acc"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+Subscribe
+</font>
+</td>
+<td bgcolor="#039acc"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+Unsubscribe
+</font>
+</td>
+<td bgcolor="#039acc"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+Archive
+</font>
+</td>
+</tr>
+<tr>
+<td bgcolor="#a0ddf0"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+JMeter User List
+</font>
+</td>
+<td bgcolor="#a0ddf0"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+
+This is the list where users of JMeter meet and discuss issues. 
+<br />
+Developers are also expected to be lurking on this list to offer support to users of JMeter.
+
+</font>
+</td>
+<td bgcolor="#a0ddf0"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+<a href="mailto:user-subscribe@jmeter.apache.org">user-subscribe@jmeter.apache.org</a>
+</font>
+</td>
+<td bgcolor="#a0ddf0"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+<a href="mailto:user-unsubscribe@jmeter.apache.org">user-unsubscribe@jmeter.apache.org</a>
+</font>
+</td>
+<td bgcolor="#a0ddf0"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+<a href="http://mail-archives.apache.org/mod_mbox/jmeter-user/">Archive</a>
+</font>
+</td>
+</tr>
+<tr>
+<td bgcolor="#a0ddf0"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+JMeter Developer List
+</font>
+</td>
+<td bgcolor="#a0ddf0"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+
+This is the list where participating developers meet and discuss issues, code changes/additions etc.
+<br />
+<strong>Please do not send usage questions to this list, see user list above.</strong>
+<br />
+This list also collects Wiki update messages.
+
+</font>
+</td>
+<td bgcolor="#a0ddf0"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+<a href="mailto:dev-subscribe@jmeter.apache.org">dev-subscribe@jmeter.apache.org</a>
+</font>
+</td>
+<td bgcolor="#a0ddf0"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+<a href="mailto:dev-unsubscribe@jmeter.apache.org">dev-unsubscribe@jmeter.apache.org</a>
+</font>
+</td>
+<td bgcolor="#a0ddf0"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+<a href="http://mail-archives.apache.org/mod_mbox/jmeter-dev/">Archive</a>
+</font>
+</td>
+</tr>
+<tr>
+<td bgcolor="#a0ddf0"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+JMeter Commits List
+</font>
+</td>
+<td bgcolor="#a0ddf0"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+SVN commit messages are sent here.
+<br />
+Prior to Nov 2011, they were sent to the Jakarta Notifications list, see below. 
+
+</font>
+</td>
+<td bgcolor="#a0ddf0"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+<a href="mailto:commits-subscribe@jmeter.apache.org">commits-subscribe@jmeter.apache.org</a>
+</font>
+</td>
+<td bgcolor="#a0ddf0"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+<a href="mailto:commits-unsubscribe@jmeter.apache.org">commits-unsubscribe@jmeter.apache.org</a>
+</font>
+</td>
+<td bgcolor="#a0ddf0"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+<a href="http://mail-archives.apache.org/mod_mbox/jmeter-dev/">Archive</a>
+</font>
+</td>
+</tr>
+<tr>
+<td bgcolor="#a0ddf0"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+JMeter Issues List
+</font>
+</td>
+<td bgcolor="#a0ddf0"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+Bugzilla messages are sent here.
+<br />
+Prior to Nov 2011, they were sent to the Jakarta Notifications list, see below. 
+
+</font>
+</td>
+<td bgcolor="#a0ddf0"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+<a href="mailto:issues-subscribe@jmeter.apache.org">issues-subscribe@jmeter.apache.org</a>
+</font>
+</td>
+<td bgcolor="#a0ddf0"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+<a href="mailto:issues-unsubscribe@jmeter.apache.org">issues-unsubscribe@jmeter.apache.org</a>
+</font>
+</td>
+<td bgcolor="#a0ddf0"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+<a href="http://mail-archives.apache.org/mod_mbox/jmeter-dev/">Archive</a>
+</font>
+</td>
+</tr>
+<tr>
+<td bgcolor="#a0ddf0"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+Jakarta Developer List
+</font>
+</td>
+<td bgcolor="#a0ddf0"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+
+Combined Jakarta developer list, April 2010 to November 2011
+
+</font>
+</td>
+<td bgcolor="#a0ddf0"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+-
+</font>
+</td>
+<td bgcolor="#a0ddf0"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+-
+</font>
+</td>
+<td bgcolor="#a0ddf0"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+<a href="http://mail-archives.apache.org/mod_mbox/jakarta-dev/">Archive</a>
+</font>
+</td>
+</tr>
+<tr>
+<td bgcolor="#a0ddf0"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+Original JMeter Developer List
+</font>
+</td>
+<td bgcolor="#a0ddf0"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+
+Historical list, up to April 2010
+
+</font>
+</td>
+<td bgcolor="#a0ddf0"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+-
+</font>
+</td>
+<td bgcolor="#a0ddf0"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+-
+</font>
+</td>
+<td bgcolor="#a0ddf0"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+<a href="http://mail-archives.apache.org/mod_mbox/jakarta-jmeter-dev/">Archive</a>
+</font>
+</td>
+</tr>
+<tr>
+<td bgcolor="#a0ddf0"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+Old Jakarta Notifications List
+</font>
+</td>
+<td bgcolor="#a0ddf0"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+
+Combined Jakarta notifications to November 2011.
+Includes Bugzilla, SVN and Wiki commit mails for JMeter.
+
+</font>
+</td>
+<td bgcolor="#a0ddf0"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+-
+</font>
+</td>
+<td bgcolor="#a0ddf0"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+-
+</font>
+</td>
+<td bgcolor="#a0ddf0"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+<a href="http://mail-archives.apache.org/mod_mbox/jakarta-notifications/">Archive</a>
+</font>
+</td>
+</tr>
+</table>
+</blockquote>
+</p>
+</td></tr>
+<tr><td><br></td></tr>
+</table>
+<table border="0" cellspacing="0" cellpadding="2" width="100%">
+<tr><td bgcolor="#525D76">
+<font color="#ffffff" face="arial,helvetica,sanserif">
+<strong>Archives and Searching</strong></font>
+</td></tr>
+<tr><td>
+<blockquote>
+<p>
+
+There are several sites that archive and provide searching for our mailing lists:
+
+</p>
+<p>
+
+
+<ul>
+
+
+<li>
+<a href="http://mail-archives.apache.org/mod_mbox/">
+mail-archives.apache.org
+</a>
+</li>
+
+
+<li>
+<a href="http://jmeter.markmail.org/">
+Mark Mail
+</a>
+ 
+</li>
+
+
+<li>
+<a href="http://www.mail-archive.com/">
+mail-archive.com
+</a>
+ 
+</li>
+
+
+<li>
+<a href="http://marc.theaimsgroup.com/">
+marc.theaimsgroup.com
+</a>
+</li>
+
+
+</ul>
+
+
+</p>
+</blockquote>
+</p>
+</td></tr>
+<tr><td><br></td></tr>
+</table>
+<br>
+</td>
+</tr>
+<tr><td colspan="2">
+<hr noshade size="1"/>
+</td></tr>
+<tr><td colspan="2">
+<div align="center"><font color="#525D76" size="-1"><em>
+Copyright &copy; 1999-2011, Apache Software Foundation
+</em></font></div>
+</td></tr>
+<tr><td colspan="2">
+<div align="center"><font color="#525D76" size="-1">
+Apache, Apache JMeter, JMeter, the Apache feather, and the Apache JMeter logo are
+trademarks of the Apache Software Foundation.
+</font>
+</div>
+</td></tr>
+</table>
+</body>
+</html>
+<!-- end the processing -->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

Propchange: jmeter/branches/docs-2.5.1/docs/mail2.html
------------------------------------------------------------------------------
    svn:eol-style = native

Added: jmeter/branches/docs-2.5.1/docs/svnindex.html
URL: http://svn.apache.org/viewvc/jmeter/branches/docs-2.5.1/docs/svnindex.html?rev=1196903&view=auto
==============================================================================
--- jmeter/branches/docs-2.5.1/docs/svnindex.html (added)
+++ jmeter/branches/docs-2.5.1/docs/svnindex.html Thu Nov  3 01:01:01 2011
@@ -0,0 +1,306 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<!--
+   Licensed to the Apache Software Foundation (ASF) under one or more
+   contributor license agreements.  See the NOTICE file distributed with
+   this work for additional information regarding copyright ownership.
+   The ASF licenses this file to You under the Apache License, Version 2.0
+   (the "License"); you may not use this file except in compliance with
+   the License.  You may obtain a copy of the License at
+ 
+       http://www.apache.org/licenses/LICENSE-2.0
+ 
+   Unless required by applicable law or agreed to in writing, software
+   distributed under the License is distributed on an "AS IS" BASIS,
+   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+   See the License for the specific language governing permissions and
+   limitations under the License.
+-->
+
+<!-- Content Stylesheet for Site -->
+
+
+<!-- start the processing -->
+<!-- ====================================================================== -->
+<!-- Main Page Section -->
+<!-- ====================================================================== -->
+<html>
+<head>
+<link rel="stylesheet" type="text/css" href="./css/style.css"/>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+
+
+<meta name="author" value="Apache JMeter Project">
+<meta name="email" value="dev.AT.jmeter.DOT.apache.DOT.org">
+
+<title>Apache JMeter - Source Repositories</title>
+</head>
+
+<body bgcolor="#ffffff" text="#000000" link="#525D76">
+<table border="0" cellspacing="0">
+<!-- TOP IMAGE -->
+<tr>
+<td>
+<!-- Need to specify height otherwise iframe seems to grab extra -->
+<iframe src="http://www.apache.org/ads/halfbanner.html" height="102"
+style="border-width:0; float: left" frameborder="0" scrolling="no"></iframe>
+</td>
+<td align="left">
+<a href="http://www.apache.org"><img title="Apache Software Foundation" width="387" height="100" src="./images/asf-logo.gif" border="0"/></a>
+</td>
+<td align="right">
+<a href="http://jakarta.apache.org/jmeter/"><img width="221" height="102" src="./images/logo.jpg" alt="Apache JMeter" title="Apache JMeter" border="0"/></a>
+</td>
+</tr>
+</table>
+<table border="0" width="100%" cellspacing="4">
+<tr><td colspan="2">
+<hr noshade size="1"/>
+</td></tr>
+<tr>
+<!-- LEFT SIDE NAVIGATION -->
+<td width="20%" valign="top" nowrap="true">
+<p><strong>About</strong></p>
+<ul>
+<li><a href="./index.html">Overview</a>
+</li>
+<li><a href="./changes.html">Changes</a>
+</li>
+<li><a href="./issues.html">Issues</a>
+</li>
+<li><a href="http://www.apache.org/licenses/">License</a>
+</li>
+<li><a href="http://wiki.apache.org/jmeter/JMeterCommitters">Contributors</a>
+</li>
+</ul>
+<p><strong>Download</strong></p>
+<ul>
+<li><a href="./download_jmeter.cgi">Download Releases</a>
+</li>
+<li><a href="./nightly.html">Developer (Nightly) Builds</a>
+</li>
+</ul>
+<p><strong>Documentation</strong></p>
+<ul>
+<li><a href="./usermanual/index.html">User Manual</a>
+</li>
+<li><a href="./api/index.html">Javadocs</a>
+</li>
+<li><a href="./localising/index.html">Localisation (Translator's Guide)</a>
+</li>
+<li><a href="./building.html">Building JMeter and Add-Ons</a>
+</li>
+<li><a href="http://wiki.apache.org/jmeter">JMeter Wiki</a>
+</li>
+<li><a href="http://wiki.apache.org/jmeter/JMeterFAQ">FAQ (Wiki)</a>
+</li>
+</ul>
+<p><strong>Tutorials (PDF format)</strong></p>
+<ul>
+<li><a href="./usermanual/jmeter_distributed_testing_step_by_step.pdf">Distributed Testing</a>
+</li>
+<li><a href="./usermanual/jmeter_proxy_step_by_step.pdf">Recording Tests</a>
+</li>
+<li><a href="./usermanual/junitsampler_tutorial.pdf">JUnit Sampler</a>
+</li>
+<li><a href="./usermanual/jmeter_accesslog_sampler_step_by_step.pdf">Access Log Sampler</a>
+</li>
+<li><a href="./extending/jmeter_tutorial.pdf">Extending JMeter</a>
+</li>
+</ul>
+<p><strong>Community</strong></p>
+<ul>
+<li><a href="http://www.apache.org/foundation/getinvolved.html">Get Involved</a>
+</li>
+<li><a href="./mail.html">Mailing Lists</a>
+</li>
+<li><a href="./svnindex.html">SVN Repositories</a>
+</li>
+</ul>
+<p><strong>Foundation</strong></p>
+<ul>
+<li><a href="http://www.apache.org/">ASF</a>
+</li>
+<li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+</li>
+<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a>
+</li>
+</ul>
+</td>
+<td width="80%" align="left" valign="top">
+<br>
+<table border="0" cellspacing="0" cellpadding="2" width="100%">
+<tr><td bgcolor="#525D76">
+<font color="#ffffff" face="arial,helvetica,sanserif">
+<strong>Download the Source</strong></font>
+</td></tr>
+<tr><td>
+<blockquote>
+<p>
+Most users of the source code probably don't need to have day to
+day access to the source code as it changes. For these users we
+provide easy to unpack source code downloads via our 
+<a href="download_jmeter.cgi">
+download page
+</a>
+.  
+</p>
+</blockquote>
+</p>
+</td></tr>
+<tr><td><br></td></tr>
+</table>
+<table border="0" cellspacing="0" cellpadding="2" width="100%">
+<tr><td bgcolor="#525D76">
+<font color="#ffffff" face="arial,helvetica,sanserif">
+<strong>Access the Version Controlled Source Code</strong></font>
+</td></tr>
+<tr><td>
+<blockquote>
+<p>
+For information on connecting to the ASF Subversion repositories, see the 
+<a href="http://www.apache.org/dev/version-control.html">
+version control
+page
+</a>
+. 
+</p>
+<p>
+Modules available for access are listed below.
+</p>
+<table border="0" cellspacing="0" cellpadding="2" width="100%">
+<tr><td bgcolor="#828DA6">
+<font color="#ffffff" face="arial,helvetica,sanserif">
+<a name="subversion"><strong>Subversion</strong></a>
+<a class="sectionlink" href="#subversion" title="Link to here">&para;</a></font>
+</td></tr>
+<tr><td>
+<blockquote>
+<p>
+<a href="http://subversion.apache.org">
+Subversion
+</a>
+ is an open-source version control system. The root url of the
+ASF Subversion repository is 
+<a href="http://svn.apache.org/repos/asf/">
+http://svn.apache.org/repos/asf/
+</a>
+ for non-committers and 
+<a href="https://svn.apache.org/repos/asf/">
+https://svn.apache.org/repos/asf/
+</a>
+ for committers. 
+</p>
+<p>
+<b>
+NOTE
+</b>
+: 
+When checking out a subproject using Subversion, ensure that you are checking out a tag, a branch or trunk (the main-line) and not all tags and branches to avoid filling up your hard-disk and wasting bandwidth. 
+</p>
+<table>
+<tr>
+<td bgcolor="#039acc"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+Project
+</font>
+</td>
+<td bgcolor="#039acc"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+http (read-only)
+</font>
+</td>
+<td bgcolor="#039acc"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+https (committers)
+</font>
+</td>
+<td bgcolor="#039acc"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+View-SVN
+</font>
+</td>
+</tr>
+<tr>
+<td bgcolor="#a0ddf0"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+Apache JMeter
+</font>
+</td>
+<td bgcolor="#a0ddf0"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+<a href="http://svn.apache.org/repos/asf/jmeter/trunk">http://svn.apache.org/repos/asf/jmeter/trunk</a>
+</font>
+</td>
+<td bgcolor="#a0ddf0"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+<a href="https://svn.apache.org/repos/asf/jmeter/trunk">https://svn.apache.org/repos/asf/jmeter/trunk</a>
+</font>
+</td>
+<td bgcolor="#a0ddf0"   valign="top" align="left">
+<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+<a href="http://svn.apache.org/viewcvs.cgi/jmeter/">http://svn.apache.org/viewcvs.cgi/jmeter/</a>
+</font>
+</td>
+</tr>
+</table>
+</blockquote>
+</td></tr>
+<tr><td><br></td></tr>
+</table>
+</blockquote>
+</p>
+</td></tr>
+<tr><td><br></td></tr>
+</table>
+<br>
+</td>
+</tr>
+<tr><td colspan="2">
+<hr noshade size="1"/>
+</td></tr>
+<tr><td colspan="2">
+<div align="center"><font color="#525D76" size="-1"><em>
+Copyright &copy; 1999-2011, Apache Software Foundation
+</em></font></div>
+</td></tr>
+<tr><td colspan="2">
+<div align="center"><font color="#525D76" size="-1">
+Apache, Apache JMeter, JMeter, the Apache feather, and the Apache JMeter logo are
+trademarks of the Apache Software Foundation.
+</font>
+</div>
+</td></tr>
+</table>
+</body>
+</html>
+<!-- end the processing -->
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

Propchange: jmeter/branches/docs-2.5.1/docs/svnindex.html
------------------------------------------------------------------------------
    svn:eol-style = native