You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by cm...@apache.org on 2010/02/12 18:31:43 UTC

svn commit: r909508 - /subversion/site/publish/source-code.html

Author: cmpilato
Date: Fri Feb 12 17:31:43 2010
New Revision: 909508

URL: http://svn.apache.org/viewvc?rev=909508&view=rev
Log:
* site/publish/source-code.html
  Add some missing "Link to this section" magic.

Modified:
    subversion/site/publish/source-code.html

Modified: subversion/site/publish/source-code.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/source-code.html?rev=909508&r1=909507&r2=909508&view=diff
==============================================================================
--- subversion/site/publish/source-code.html (original)
+++ subversion/site/publish/source-code.html Fri Feb 12 17:31:43 2010
@@ -62,9 +62,13 @@
    'make install'.)</p></li>
 </ol>
 
-</div>   <!-- source-release -->
+</div> <!-- #source-release -->
 
-<h2 id="source-svn">Checking Out Subversion</h2>
+<div class="h2" id="source-svn">
+<h2>Checking Out Subversion
+  <a class="sectionlink" href="#source-svn"
+    title="Link to this section">&para;</a>
+</h2>
 
 <p>Subversion's source code is stored in the
    <code><a href="http://svn.apache.org/repos/asf/subversion"
@@ -78,7 +82,13 @@
 </pre>
 </blockquote>
 
-<h2 id="web-access">Web Access</h2>
+</div> <!-- #source-svn -->
+
+<div class="h2" id="web-access">
+<h2>Web Access
+  <a class="sectionlink" href="#web-access"
+    title="Link to this section">&para;</a>
+</h2>
 
 <p>If you would rather browse the source code, rather than download
    it, you can do so via Apache's <a href="http://viewvc.org"
@@ -86,6 +96,8 @@
    <a href="http://svn.apache.org/viewvc/subversion/trunk/"
            >http://svn.apache.org/viewvc/subversion/trunk/</a></p>
 
+</div> <!-- #web-access -->
+
 </div> <!-- #site-content -->
 </body>
 </html>