Author: cmpilato
Date: Fri Jun 10 17:15:49 2011
New Revision: 1134393

URL: http://svn.apache.org/viewvc?rev=1134393&view=rev
Log:
* site/publish/download/download.html
  Consistify paragraph formatting, and avoid the unrecommended "hN
  text follows hN+1 section" by moving the bit about which archive
  type to download to the preamble of the "Source Releases" section.

Modified:
    subversion/site/publish/download/download.html

Modified: subversion/site/publish/download/download.html
URL: 
http://svn.apache.org/viewvc/subversion/site/publish/download/download.html?rev=1134393&r1=1134392&r2=1134393&view=diff
==============================================================================
--- subversion/site/publish/download/download.html (original)
+++ subversion/site/publish/download/download.html Fri Jun 10 17:15:49 2011
@@ -68,13 +68,15 @@ Other mirrors:
     title="Link to this section">&para;</a>
 </h2>
 
-<!-- The ordering should be:
-  * latest minor release line
-  * next-latest minor release line
-  * any current pre-releases (alphas, betas, etc)
-
-Since we're just starting out with ASF infrastructure, it may take a while to
-fill up the above queue. -->
+<p>We provide source code distributions in a variety of archive types.
+   Generally, speaking, Windows users should download <tt>.zip</tt>
+   files.  Users of all other operating systems should
+   download <tt>.tar.gz</tt> or <tt>.tar.bz2</tt> files.</p>
+
+<p>Please note that the dependencies
+   distribution <tt>subversion-deps-*</tt> is no longer available in
+   1.7 and later.  See <a href="/docs/release-notes/1.7#deps" >The 1.7
+   release notes</a> for details and alternatives.</p>
 
 <div class="h3" id="recommended-release">
 <h3>Recommended Release
@@ -83,9 +85,9 @@ fill up the above queue. -->
 </h3>
 
 <p>The latest stable release of Subversion is 1.6.17.  This release is
-  available for download from the
-  <a 
href="http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=260&expandFolder=74";
-  >Tigris Source Releases area</a>.</p>
+   available for download from the
+   <a 
href="http://subversion.tigris.org/servlets/ProjectDocumentList?folderID=260&expandFolder=74";
+   >Tigris Source Releases area</a>.</p>
 
 </div>  <!-- #recommended-release -->
 
@@ -96,7 +98,7 @@ fill up the above queue. -->
 </h3>
 
 <p>We support the latest release available from the following release
-  lines:</p>
+   lines:</p>
 
 <ul>
 <li>Subversion 1.5.x:  1.5.9</li>
@@ -104,8 +106,8 @@ fill up the above queue. -->
 </ul>
 
 <p>All supported releases are available for download from
-  the <a href="http://archive.apache.org/dist/subversion/"; >Apache
-  archive</a>.</p>
+   the <a href="http://archive.apache.org/dist/subversion/"; >Apache
+   archive</a>.</p>
 
 </div>  <!-- #supported-release -->
 
@@ -116,15 +118,18 @@ fill up the above queue. -->
 </h3>
 
 <div class="notice">
-  <p>The following releases are offered for pre-release testing.  The <a 
-  
href="http://mail-archives.apache.org/mod_mbox/subversion-announce/201106.mbox/%[email protected]%3e";
-  >usual caveats</a> apply, including the fact that there are known issues, and
-  no upgrade path is promised for APIs and on-disk files (working copies and
-  repositories) between the pre-releases and the final release.
+
+<p>The following releases are offered for pre-release testing.
+   The <a 
href="http://mail-archives.apache.org/mod_mbox/subversion-announce/201106.mbox/%[email protected]%3e";
+   >usual caveats</a> apply, including the fact that there are known
+   issues, and no upgrade path is promised for APIs and on-disk files
+   (working copies and repositories) between the pre-releases and the
+   final release.</p>
   
-  Please report any issues to <a href="/mailing-lists.html#users-ml"
-  >[email protected]</a>.</p>
-</div>
+<p>Please report any issues to <a href="/mailing-lists.html#users-ml"
+   >[email protected]</a>.</p>
+
+</div> <!-- .notice -->
 
 <p style="font-size: 150%; text-align: center;">Subversion 1.7.0-alpha1</p>
 <table border="1" id="latest" style="margin-left: auto; margin-right: auto;">
@@ -152,16 +157,6 @@ fill up the above queue. -->
 
 </div>  <!-- #pre-releases -->
 
-<p>Windows users should download <tt>.zip</tt> files.  For all other operating
-   systems, download <tt>.tar.gz</tt> or <tt>.tar.bz2</tt> files.  See the
-   instructions in the
-   <a 
href="http://svn.apache.org/repos/asf/subversion/trunk/INSTALL";>INSTALL</a>
-   file for instructions on how to build Subversion.</p>
-
-<p>The dependencies distribution <tt>subversion-deps-*</tt> is no longer 
-   available in 1.7 and later.  See <a href="/docs/release-notes/1.7#deps"
-   >The 1.7 release notes</a> for details and alternatives.</p>
-
 </div> <!-- #source-releases -->
 
 <div class="h2" id="verifying">
@@ -201,10 +196,10 @@ fill up the above queue. -->
 </code></p>
 
 <p>Alternatively, you can verify the SHA1 signature on the files. A
-unix program called <code>sha1</code> or <code>sha1sum</code> 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>.</p>
+   unix program called <code>sha1</code> or <code>sha1sum</code> 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>.</p>
 
 </div>  <!-- #verifying -->
 


Reply via email to