Modified: tomcat/site/trunk/xdocs/security.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/security.xml?rev=636123&r1=636122&r2=636123&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/security.xml (original)
+++ tomcat/site/trunk/xdocs/security.xml Tue Mar 11 15:06:03 2008
@@ -23,11 +23,17 @@
           </a></li>
       <li><a href="security-4.html">Apache Tomcat 4.x Security Vulnerabilitites
           </a></li>
-      <li><a href="security-3.html">Apache Tomcat 3.x Security Vulnerabilitites
-          </a></li>
       <li><a href="security-jk.html">Apache Tomcat JK Connectors Security
           Vulnerabilitites</a></li>
     </ul>
+
+    <p>Lists of security problems fixed in versions of Apache Tomcat that may
+        be downloaded from the archives are also available:</p>
+    <ul>
+      <li><a href="security-3.html">Apache Tomcat 3.x Security Vulnerabilitites
+          </a></li>
+    </ul>
+
   </section>
 
   <section name="Reporting New Security Problems with Apache Tomcat">

Modified: tomcat/site/trunk/xdocs/stylesheets/project.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/stylesheets/project.xml?rev=636123&r1=636122&r2=636123&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/stylesheets/project.xml (original)
+++ tomcat/site/trunk/xdocs/stylesheets/project.xml Tue Mar 11 15:06:03 2008
@@ -14,10 +14,8 @@
         <item name="Tomcat 6.x"               href="/download-60.cgi"/>
         <item name="Tomcat 5.5"               href="/download-55.cgi"/>
         <item name="Tomcat 4.1"               href="/download-41.cgi"/>
-        <item name="Tomcat 3.3"               href="/download-33.cgi"/>
         <item name="Tomcat Connectors"        href="/download-connectors.cgi"/>
-        <item name="Tomcat Native"        href="/download-native.cgi"/>
-<!-- TODO Move Tomcat archives to Tomcat sub-dir of this location -->
+        <item name="Tomcat Native"            href="/download-native.cgi"/>
         <item name="Archives"                 
href="http://archive.apache.org/dist/tomcat"/>
     </menu>
 
@@ -25,7 +23,6 @@
         <item name="Tomcat 6.0"               
href="/tomcat-6.0-doc/index.html"/>
         <item name="Tomcat 5.5"               
href="/tomcat-5.5-doc/index.html"/>
         <item name="Tomcat 4.1"               
href="/tomcat-4.1-doc/index.html"/>
-        <item name="Tomcat 3.3"               
href="/tomcat-3.3-doc/index.html"/>
         <item name="Tomcat Connectors"        href="/connectors-doc"/>
         <item name="Tomcat Native"            href="/native-doc"/>
         <item name="Migration Guide"          href="/migration.html"/>

Modified: tomcat/site/trunk/xdocs/svn.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/svn.xml?rev=636123&r1=636122&r2=636123&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/svn.xml (original)
+++ tomcat/site/trunk/xdocs/svn.xml Tue Mar 11 15:06:03 2008
@@ -44,17 +44,17 @@
   <tr>
     <td><a href="http://svn.apache.org/repos/asf/tomcat/container";>
         <code>/container/</code></a></td>
-    <td>The core Tomcat code for Tomcat 3.x, 4.x and 5.x</td>
+    <td>The core Tomcat code for Tomcat 4.x and 5.x</td>
   </tr>
   <tr>
     <td><a href="http://svn.apache.org/repos/asf/tomcat/current";>
         <code>/current/</code></a></td>
-    <td>Single directory checkouts for Tomcat 3.x, 4.x and 5.x</td>
+    <td>Single directory checkouts for Tomcat 4.x and 5.x</td>
   </tr>
   <tr>
     <td><a href="http://svn.apache.org/repos/asf/tomcat/connectors";>
         <code>/connectors/</code></a></td>
-    <td>The HTTP and AJP implementation code for Tomcat 3.x, 4.x and 5.x</td>
+    <td>The HTTP and AJP implementation code for Tomcat 4.x and 5.x</td>
   </tr>
   <tr>
     <td><a href="http://svn.apache.org/repos/asf/tomcat/jasper";>
@@ -64,7 +64,7 @@
   <tr>
     <td><a href="http://svn.apache.org/repos/asf/tomcat/servletapi";>
         <code>/servletapi/</code></a></td>
-    <td>The Servlet and JSP APIs for Tomcat 3.x, 4.x and 5.x</td>
+    <td>The Servlet and JSP APIs for Tomcat 4.x and 5.x</td>
   </tr>
   <tr>
     <td><a href="http://svn.apache.org/repos/asf/tomcat/site";>
@@ -87,7 +87,7 @@
   <tr>
     <td><a href="http://svn.apache.org/repos/asf/tomcat/watchdog";>
         <code>/watchdog/</code></a></td>
-    <td>Specification compliance test harness for Tomcat 3.x and 4.x</td>
+    <td>Specification compliance test harness for Tomcat 4.x</td>
   </tr>
 </table>
 
@@ -95,8 +95,8 @@
 
 <section name="Convenience directories">
 <p>Sources for Tomcat 6 are available from a single module.</p>
-<p>Tomcat 3, 4 and 5 each requires sources from multiple modules. To simplify
-checkouts of the latest sources for Tomcat 3, 4 and 5, a Subversion feature
+<p>Tomcat 4 and 5 each requires sources from multiple modules. To simplify
+checkouts of the latest sources for Tomcat 4 and 5, a Subversion feature
 called externals has been used. This groups all the modules for these major
 Tomcat versions as sub-directories of a single directory and enables them to
 be checked out in a single command. The modules included for each version are
@@ -130,13 +130,9 @@
     <td>4.1.x</td>
     <td>http://svn.apache.org/repos/asf/tomcat/current/tc4.1.x</td>
   </tr>
-  <tr>
-    <td>3.3.x</td>
-    <td>http://svn.apache.org/repos/asf/tomcat/current/tc3.3.x</td>
-  </tr>
 </table>
 
-<p>Note that if you view the directories for Tomcat 3, 4 or 5 in your browser
+<p>Note that if you view the directories for Tomcat 4 or 5 in your browser
 they will appear to be empty due to the use of externals.</p>
 </section>
 
@@ -177,18 +173,6 @@
         <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/branches/servlet2.3-jsp1.2-tc4.x</code></a></li>
-</ul>
-
-<p>Tomcat 3.3.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/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/branches/servlet2.2-jsp1.1-tc3.x</code></a></li>
 </ul>
 
 <p>The Tomcat JK native connectors are built from the following module under

Modified: tomcat/site/trunk/xdocs/whichversion.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/whichversion.xml?rev=636123&r1=636122&r2=636123&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/whichversion.xml (original)
+++ tomcat/site/trunk/xdocs/whichversion.xml Tue Mar 11 15:06:03 2008
@@ -38,7 +38,7 @@
 
 <tr>
   <td>2.2/1.1</td>
-  <td>3.3.x</td>
+  <td>3.3.x (archived)</td>
 </tr>
 
 </table>
@@ -48,7 +48,7 @@
 the associated release notes.</p>
 
 <p>Please note that alhough we offer downloads and documentation of older
-releases, such as Apache Tomcat 3.x and 4.x, we strongly encourage users to 
use the
+releases, such as Apache Tomcat 4.x, we strongly encourage users to use the
 latest stable version of Apache Tomcat whenever possible.  We recognize that 
upgrading
 across major version may not be a trivial task, and some support is still
 offered on the mailing list for users of old versions.  However, because of the
@@ -162,8 +162,8 @@
 
 <section name="Apache Tomcat 3.x">
 
-<p>There are several versions of <strong>Apache Tomcat 3.x</strong> currently
-available for download:</p>
+<p><strong>Apache Tomcat 3.x</strong> is available for download from the
+archives.</p>
 
 <ul>
 <li>Version <strong>3.3</strong> is the current production quality release for



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to