Author: markt Date: Mon Sep 19 13:37:07 2005 New Revision: 290259 URL: http://svn.apache.org/viewcvs?rev=290259&view=rev Log: Add links to the sources for each version to the svn page.
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/viewcvs/tomcat/site/trunk/docs/svn.html?rev=290259&r1=290258&r2=290259&view=diff ============================================================================== --- tomcat/site/trunk/docs/svn.html (original) +++ tomcat/site/trunk/docs/svn.html Mon Sep 19 13:37:07 2005 @@ -270,6 +270,108 @@ <tr> <td bgcolor="#525D76"> <font face="arial,helvetica,sanserif" color="#ffffff"> +<a name="Sources by major version"> +<strong>Sources by major version</strong> +</a> +</font> +</td> +</tr> +<tr> +<td> +<p> +<blockquote> +<p>Tomcat 5.5.x is built from the following modules under +<a href="http://svn.apache.org/repos/asf/tomcat"> +http://svn.apache.org/repos/asf/tomcat</a>:</p> +<ul> + <li> +<a href="http://svn.apache.org/repos/asf/tomcat/container/tc5.5.x/core"> + <code>/container/tc5.5.x/core</code> +</a> +</li> + <li> +<a href="http://svn.apache.org/repos/asf/tomcat/container/tc5.5.x/catalina"> + <code>/container/tc5.5.x/catalina</code> +</a> +</li> + <li> +<a href="http://svn.apache.org/repos/asf/tomcat/connectors/trunk"> + <code>/connectors/trunk</code> +</a> +</li> + <li> +<a href="http://svn.apache.org/repos/asf/tomcat/jasper/tc5.5.x"> + <code>/jasper/tc5.5.x</code> +</a> +</li> + <li> +<a href="http://svn.apache.org/repos/asf/tomcat/servletapi/servlet2.4-jsp2.0-tc5.x"> + <code>/servletapi/servlet2.4-jsp2.0-tc5.x</code> +</a> +</li> +</ul> + +<p>Tomcat 4.1.x is built from the following modules +<a href="http://svn.apache.org/repos/asf/tomcat"> +http://svn.apache.org/repos/asf/tomcat</a>:</p> +<ul> + <li> +<a href="http://svn.apache.org/repos/asf/tomcat/container/branches/tc4.1.x"> + <code>/container/branches/tc4.1.x</code> +</a> +</li> + <li> +<a href="http://svn.apache.org/repos/asf/tomcat/connectors/trunk"> + <code>/connectors/trunk</code> +</a> +</li> + <li> +<a href="http://svn.apache.org/repos/asf/tomcat/jasper/branches/tc4.1.x"> + <code>/jasper/branches/tc4.1.x</code> +</a> +</li> + <li> +<a href="http://svn.apache.org/repos/asf/tomcat/servletapi/branches/servlet2.3-jsp1.2-tc4.x"> + <code>/servletapi/servlet2.3-jsp1.2-tc4.x</code> +</a> +</li> +</ul> + +<p>Tomcat 3.3.x is built from the following modules +<a href="http://svn.apache.org/repos/asf/tomcat"> +http://svn.apache.org/repos/asf/tomcat</a>:</p> +<ul> + <li> +<a href="http://svn.apache.org/repos/asf/tomcat/container/branches/tc3.3.x"> + <code>/container/branches/tc3.3.x</code> +</a> +</li> + <li> +<a href="http://svn.apache.org/repos/asf/tomcat/connectors/trunk"> + <code>/connectors/trunk</code> +</a> +</li> + <li> +<a href="http://svn.apache.org/repos/asf/tomcat/servletapi/branches/servlet2.2-jsp1.1-tc3.x"> + <code>/servletapi/servlet2.2-jsp1.1-tc3.x</code> +</a> +</li> +</ul> + +</blockquote> +</p> +</td> +</tr> +<tr> +<td> +<br /> +</td> +</tr> +</table> +<table width="100%" cellpadding="2" cellspacing="0" border="0"> +<tr> +<td bgcolor="#525D76"> +<font face="arial,helvetica,sanserif" color="#ffffff"> <a name="Principles"> <strong>Principles</strong> </a> @@ -279,9 +381,8 @@ <tr> <td> <p> -<blockquote> <p>The Subversion repository has been structured using the following -principles: -</p> +<blockquote> +<p>The Subversion repository has been structured using the following principles:</p> <ul> <li>Each current module should appear directly under the Modified: tomcat/site/trunk/xdocs/svn.xml URL: http://svn.apache.org/viewcvs/tomcat/site/trunk/xdocs/svn.xml?rev=290259&r1=290258&r2=290259&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/svn.xml (original) +++ tomcat/site/trunk/xdocs/svn.xml Mon Sep 19 13:37:07 2005 @@ -72,9 +72,53 @@ </section> -<section name="Principles"> <p>The Subversion repository has been structured using the following -principles: -</p> +<section name="Sources by major version"> +<p>Tomcat 5.5.x is built from the following modules under +<a href="http://svn.apache.org/repos/asf/tomcat"> +http://svn.apache.org/repos/asf/tomcat</a>:</p> +<ul> + <li><a href="http://svn.apache.org/repos/asf/tomcat/container/tc5.5.x/core"> + <code>/container/tc5.5.x/core</code></a></li> + <li><a href="http://svn.apache.org/repos/asf/tomcat/container/tc5.5.x/catalina"> + <code>/container/tc5.5.x/catalina</code></a></li> + <li><a href="http://svn.apache.org/repos/asf/tomcat/connectors/trunk"> + <code>/connectors/trunk</code></a></li> + <li><a href="http://svn.apache.org/repos/asf/tomcat/jasper/tc5.5.x"> + <code>/jasper/tc5.5.x</code></a></li> + <li><a href="http://svn.apache.org/repos/asf/tomcat/servletapi/servlet2.4-jsp2.0-tc5.x"> + <code>/servletapi/servlet2.4-jsp2.0-tc5.x</code></a></li> +</ul> + +<p>Tomcat 4.1.x is built from the following modules +<a href="http://svn.apache.org/repos/asf/tomcat"> +http://svn.apache.org/repos/asf/tomcat</a>:</p> +<ul> + <li><a href="http://svn.apache.org/repos/asf/tomcat/container/branches/tc4.1.x"> + <code>/container/branches/tc4.1.x</code></a></li> + <li><a href="http://svn.apache.org/repos/asf/tomcat/connectors/trunk"> + <code>/connectors/trunk</code></a></li> + <li><a href="http://svn.apache.org/repos/asf/tomcat/jasper/branches/tc4.1.x"> + <code>/jasper/branches/tc4.1.x</code></a></li> + <li><a href="http://svn.apache.org/repos/asf/tomcat/servletapi/branches/servlet2.3-jsp1.2-tc4.x"> + <code>/servletapi/servlet2.3-jsp1.2-tc4.x</code></a></li> +</ul> + +<p>Tomcat 3.3.x is built from the following modules +<a href="http://svn.apache.org/repos/asf/tomcat"> +http://svn.apache.org/repos/asf/tomcat</a>:</p> +<ul> + <li><a href="http://svn.apache.org/repos/asf/tomcat/container/branches/tc3.3.x"> + <code>/container/branches/tc3.3.x</code></a></li> + <li><a href="http://svn.apache.org/repos/asf/tomcat/connectors/trunk"> + <code>/connectors/trunk</code></a></li> + <li><a href="http://svn.apache.org/repos/asf/tomcat/servletapi/branches/servlet2.2-jsp1.1-tc3.x"> + <code>/servletapi/servlet2.2-jsp1.1-tc3.x</code></a></li> +</ul> + +</section> + +<section name="Principles"> +<p>The Subversion repository has been structured using the following principles:</p> <ul> <li>Each current module should appear directly under the --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]