You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2011/11/10 00:15:46 UTC

svn commit: r1200029 - in /tomcat/site/trunk: docs/svn.html xdocs/svn.xml

Author: kkolinko
Date: Wed Nov  9 23:15:46 2011
New Revision: 1200029

URL: http://svn.apache.org/viewvc?rev=1200029&view=rev
Log:
Add TOC. Add link to subversion.apache.org.
Correct wording and links.

Modified:
    tomcat/site/trunk/docs/svn.html
    tomcat/site/trunk/xdocs/svn.xml

Modified: tomcat/site/trunk/docs/svn.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/svn.html?rev=1200029&r1=1200028&r2=1200029&view=diff
==============================================================================
--- tomcat/site/trunk/docs/svn.html (original)
+++ tomcat/site/trunk/docs/svn.html Wed Nov  9 23:15:46 2011
@@ -181,6 +181,38 @@
 <!--RIGHT SIDE MAIN BODY--><td width="80%" valign="top" align="left" id="mainBody">
 <table border="0" cellspacing="0" cellpadding="2" width="100%">
 <tr>
+<td bgcolor="#525D76"><font color="#ffffff" face="arial,helvetica,sanserif"><a name="Table of Contents">
+<!--()--></a><a name="Table_of_Contents"><strong>Table of Contents</strong></a></font></td>
+</tr>
+<tr>
+<td>
+<p>
+<blockquote>
+
+<ul>
+<li>
+<a href="#Subversion">Subversion</a>
+</li>
+<li>
+<a href="#Repository_Structure">Repository Structure</a>
+</li>
+<li>
+<a href="#Git_Mirror">Git Mirror</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"><a name="Subversion"><strong>Subversion</strong></a></font></td>
 </tr>
 <tr>
@@ -190,14 +222,14 @@
 
 
 <p>All of the Apache Tomcat source code, documentation and this web site are
-managed under version control using Subversion. This page explains the structure
-of the Apache Tomcat Subversion repository. The page assumes you are familiar
-with the general
+managed under version control using <a href="http://subversion.apache.org/">Subversion</a>.
+This page explains the structure of the Apache Tomcat Subversion repository.
+The page assumes you are familiar with the general
 <a href="http://www.apache.org/dev/version-control.html#anon-svn">Apache
 guidance for Subversion</a>.</p>
 
 
-<p>All Subversion links in this page use anonymous access.</p>
+<p>All Subversion links on this page use anonymous access.</p>
 
 
 </blockquote>
@@ -226,8 +258,9 @@ guidance for Subversion</a>.</p>
 http://svn.apache.org/repos/asf/tomcat</a>.</p>
 
 
-<p>Note: there is also <a href="http://svn.apache.org/viewvc/tomcat/">ViewVC-powered view</a>
-of the repository.</p>
+<p>
+<em>Note:</em> there is also ViewVC-powered
+<a href="http://svn.apache.org/viewvc/tomcat/">web view of the repository</a>.</p>
 
 
 <p>The directories below this level are:</p>

Modified: tomcat/site/trunk/xdocs/svn.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/svn.xml?rev=1200029&r1=1200028&r2=1200029&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/svn.xml (original)
+++ tomcat/site/trunk/xdocs/svn.xml Wed Nov  9 23:15:46 2011
@@ -7,16 +7,20 @@
 
 <body>
 
+<section name="Table of Contents">
+<toc/>
+</section>
+
 <section name="Subversion">
 
 <p>All of the Apache Tomcat source code, documentation and this web site are
-managed under version control using Subversion. This page explains the structure
-of the Apache Tomcat Subversion repository. The page assumes you are familiar
-with the general
+managed under version control using <a href="http://subversion.apache.org/">Subversion</a>.
+This page explains the structure of the Apache Tomcat Subversion repository.
+The page assumes you are familiar with the general
 <a href="http://www.apache.org/dev/version-control.html#anon-svn">Apache
 guidance for Subversion</a>.</p>
 
-<p>All Subversion links in this page use anonymous access.</p>
+<p>All Subversion links on this page use anonymous access.</p>
 
 </section>
 
@@ -26,8 +30,8 @@ guidance for Subversion</a>.</p>
 <a href="http://svn.apache.org/repos/asf/tomcat">
 http://svn.apache.org/repos/asf/tomcat</a>.</p>
 
-<p>Note: there is also <a href="http://svn.apache.org/viewvc/tomcat/">ViewVC-powered view</a>
-of the repository.</p>
+<p><em>Note:</em> there is also ViewVC-powered
+<a href="http://svn.apache.org/viewvc/tomcat/">web view of the repository</a>.</p>
 
 <p>The directories below this level are:</p>
 <table>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org