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

svn commit: r909612 - /subversion/site/publish/docs/community-guide/index.html

Author: jerenkrantz
Date: Fri Feb 12 21:28:59 2010
New Revision: 909612

URL: http://svn.apache.org/viewvc?rev=909612&view=rev
Log:
* docs/community-guide/index.html: Make the index page include the full TOC.

Modified:
    subversion/site/publish/docs/community-guide/index.html

Modified: subversion/site/publish/docs/community-guide/index.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/index.html?rev=909612&r1=909611&r2=909612&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/index.html (original)
+++ subversion/site/publish/docs/community-guide/index.html Fri Feb 12 21:28:59 2010
@@ -21,6 +21,44 @@
 <p>If you are contributing to the Subversion project, please read this
 first.</p>
 
+<!-- Other pages seem to use "h2" for ToC, but I think "h1" works
+     better, because the ToC is fundamentally different from other
+     sections and therefore it's confusing when it looks the same as
+     the others. -->
+<div class="h2"><!-- no 'id' or 'title' attribute for ToC -->
+<h2>Table of Contents</h2>
+
+<ul>
+<li><a href="#general">General&nbsp;Overview</a>
+<!--#include virtual="general.toc.html"-->
+</li>
+<li><a href="#roles">Community&nbsp;Roles</a>
+<!--#include virtual="roles.toc.html"-->
+</li>
+<li><a href="#conventions">Coding&nbsp;and&nbsp;Commit&nbsp;Conventions</a>
+<!--#include virtual="conventions.toc.html"-->
+</li>
+<li><a href="#building-and-testing">Building&nbsp;and&nbsp;Testing</a>
+<!--#include virtual="building.toc.html"-->
+</li>
+<li><a href="#debugging">Debugging&nbsp;Subversion</a>
+<!--#include virtual="debugging.toc.html"-->
+</li>
+<li><a href="#mailing-lists">Mailing&nbsp;Lists</a>
+<!--#include virtual="mailing-lists.toc.html"-->
+</li>
+<li><a href="#issues">Bugs/Issues</a>
+<!--#include virtual="issues.toc.html"-->
+</li>
+<li><a href="#releasing">Making&nbsp;Subversion&nbsp;Releases</a>
+<!--#include virtual="releasing.toc.html"-->
+</li>
+<li><a href="#l10n">Localization</a>
+<!--#include virtual="l10n.toc.html"-->
+</li>
+</ul>
+
+</div>
 </div> <!-- #site-content -->
 </body>
 </html>