remm        02/04/03 21:20:23

  Modified:    docs     index.html irc.html news.html
               xdocs    index.xml irc.xml news.xml
               xdocs/stylesheets project.xml
  Added:       docs     resources.html
               xdocs    resources.xml
  Log:
  - Mention 3.3.1 instead of 3.3.
  - Add a resources page (giving links to possibly useful Tomcat-centric
    articles, books, tools). If giving those links is not appropriate, let me know, and
    I'll remove the page.
  - Link the doc bundle for TC 4.0-HEAD.
  
  Revision  Changes    Path
  1.22      +11 -8     jakarta-tomcat-site/docs/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-site/docs/index.html,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- index.html        19 Mar 2002 04:13:34 -0000      1.21
  +++ index.html        4 Apr 2002 05:20:22 -0000       1.22
  @@ -16,7 +16,7 @@
               
              
                                       
  -            <title>The Jakarta Site - Jakarta Tomcat</title>
  +            <title>The Jakarta Site - Apache Tomcat</title>
           </head>
   
           <body bgcolor="#ffffff" text="#000000" link="#525D76">        
  @@ -27,7 +27,7 @@
   <a href="http://jakarta.apache.org";><img 
src="http://jakarta.apache.org/images/jakarta-logo.gif"; border="0"/></a>
   </td>
   <td align="right">
  -<a href="http://jakarta.apache.org/tomcat";><img src="./images/tomcat.gif" alt="The 
Jakarta Tomcat Project" border="0"/></a>
  +<a href="http://jakarta.apache.org/tomcat";><img src="./images/tomcat.gif" alt="The 
Apache Tomcat Project" border="0"/></a>
   </td>
                   </tr>
               </table>
  @@ -45,6 +45,8 @@
   </li>
                       <li>    <a href="./news.html">News & Status</a>
   </li>
  +                    <li>    <a href="./resources.html">Resources</a>
  +</li>
                   </ul>
               <p><strong>Documentation</strong></p>
           <ul>
  @@ -54,6 +56,8 @@
   </li>
                       <li>    <a href="./tomcat-4.0-doc/index.html">Tomcat 4.0</a>
   </li>
  +                    <li>    <a href="./tomcat-4.1-doc/index.html">Tomcat 4.next</a>
  +</li>
                   </ul>
               <p><strong>Download</strong></p>
           <ul>
  @@ -106,7 +110,7 @@
                                                                       <table 
border="0" cellspacing="0" cellpadding="2" width="100%">
         <tr><td bgcolor="#525D76">
           <font color="#ffffff" face="arial,helvetica,sanserif">
  -          <a name="Jakarta Tomcat"><strong>Jakarta Tomcat</strong></a>
  +          <a name="Apache Tomcat"><strong>Apache Tomcat</strong></a>
           </font>
         </td></tr>
         <tr><td>
  @@ -171,7 +175,7 @@
   </td>
                                   <td bgcolor="#a0ddf0" colspan="" rowspan="" 
valign="top" align="left">
       <font color="#000000" size="-1" face="arial,helvetica,sanserif">
  -                3.3
  +                3.3.1
               </font>
   </td>
               </tr>
  @@ -207,13 +211,12 @@
   2.3 and JSP 1.2 specifications.  As required by the specifications, Tomcat 4.0
   also supports web applications built for the Servlet 2.2 and JSP 1.1
   specifications with no changes.</p>
  -                                                <p><strong>Tomcat 3.3</strong>. 
Version 3.3 is the current production quality
  -release. It continues the refactoring that was begun in version 3.2 and
  +                                                <p><strong>Tomcat 3.3.x</strong>. 
Version 3.3.1 is the current production 
  +quality release. It continues the refactoring that was begun in version 3.2 and
   carries it to its logical conclusion.  Version 3.3 provides a much more modular
   design and allows the servlet container to be customized by adding and removing
   modules that control the processing of servlet requests.  This version also
  -contains many performance improvements. The future 3.3.1 release continues on
  -the same path with more specific performance and security improvements.</p>
  +contains many performance improvements.</p>
                                                   <p><strong>Tomcat 3.2.x</strong>.  
Version 3.2 added few new features 
   since 3.1; the major effort was a refactoring of the internals to improve 
   performance and stability.  The 3.2.1 release, like 3.1.1, was a security 
  
  
  
  1.3       +6 -2      jakarta-tomcat-site/docs/irc.html
  
  Index: irc.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-site/docs/irc.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- irc.html  19 Mar 2002 05:27:01 -0000      1.2
  +++ irc.html  4 Apr 2002 05:20:22 -0000       1.3
  @@ -16,7 +16,7 @@
               
              
                                       
  -            <title>The Jakarta Site - Jakarta Tomcat</title>
  +            <title>The Jakarta Site - Tomcat on IRC</title>
           </head>
   
           <body bgcolor="#ffffff" text="#000000" link="#525D76">        
  @@ -27,7 +27,7 @@
   <a href="http://jakarta.apache.org";><img 
src="http://jakarta.apache.org/images/jakarta-logo.gif"; border="0"/></a>
   </td>
   <td align="right">
  -<a href="http://jakarta.apache.org/tomcat";><img src="./images/tomcat.gif" alt="The 
Jakarta Tomcat Project" border="0"/></a>
  +<a href="http://jakarta.apache.org/tomcat";><img src="./images/tomcat.gif" alt="The 
Apache Tomcat Project" border="0"/></a>
   </td>
                   </tr>
               </table>
  @@ -45,6 +45,8 @@
   </li>
                       <li>    <a href="./news.html">News & Status</a>
   </li>
  +                    <li>    <a href="./resources.html">Resources</a>
  +</li>
                   </ul>
               <p><strong>Documentation</strong></p>
           <ul>
  @@ -53,6 +55,8 @@
                       <li>    <a href="./tomcat-3.3-doc/index.html">Tomcat 3.3</a>
   </li>
                       <li>    <a href="./tomcat-4.0-doc/index.html">Tomcat 4.0</a>
  +</li>
  +                    <li>    <a href="./tomcat-4.1-doc/index.html">Tomcat 4.next</a>
   </li>
                   </ul>
               <p><strong>Download</strong></p>
  
  
  
  1.25      +22 -2     jakarta-tomcat-site/docs/news.html
  
  Index: news.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-site/docs/news.html,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- news.html 27 Mar 2002 20:18:07 -0000      1.24
  +++ news.html 4 Apr 2002 05:20:22 -0000       1.25
  @@ -27,7 +27,7 @@
   <a href="http://jakarta.apache.org";><img 
src="http://jakarta.apache.org/images/jakarta-logo.gif"; border="0"/></a>
   </td>
   <td align="right">
  -<a href="http://jakarta.apache.org/tomcat";><img src="./images/tomcat.gif" alt="The 
Jakarta Tomcat Project" border="0"/></a>
  +<a href="http://jakarta.apache.org/tomcat";><img src="./images/tomcat.gif" alt="The 
Apache Tomcat Project" border="0"/></a>
   </td>
                   </tr>
               </table>
  @@ -45,6 +45,8 @@
   </li>
                       <li>    <a href="./news.html">News & Status</a>
   </li>
  +                    <li>    <a href="./resources.html">Resources</a>
  +</li>
                   </ul>
               <p><strong>Documentation</strong></p>
           <ul>
  @@ -54,6 +56,8 @@
   </li>
                       <li>    <a href="./tomcat-4.0-doc/index.html">Tomcat 4.0</a>
   </li>
  +                    <li>    <a href="./tomcat-4.1-doc/index.html">Tomcat 4.next</a>
  +</li>
                   </ul>
               <p><strong>Download</strong></p>
           <ul>
  @@ -111,7 +115,23 @@
         </td></tr>
         <tr><td>
           <blockquote>
  -                                    <h3>27 March 2002 - Jakarta Tomcat 3.3.1 Final 
Released</h3>
  +                                    <h3>3 Avril 2002 - Tomcat Coyote 1.0 Beta 5 
Released</h3>
  +                                                <p>
  +Coyote is a connector API designed to be used with Tomcat.
  +</p>
  +                                                <p>
  +Coyote includes:
  +<ul>
  +<li>A high performance HTTP/1.1 processor</li>
  +<li>An adapter for Tomcat 3.3.x</li>
  +<li>An adapter for Tomcat 4.0.x</li>
  +</ul>
  +</p>
  +                                                <p>
  +Download it <a 
href="http://jakarta.apache.org/builds/jakarta-tomcat-connectors/coyote/release/v1.0-b5/";>here</a>.
  +</p>
  +                                                <hr noshade="noshade" size="1" />
  +                                                <h3>27 March 2002 - Jakarta Tomcat 
3.3.1 Final Released</h3>
                                                   <p>The Tomcat 3.3.1 Final release 
is now available.  This release contains a
   number of bug fixes and small feature additions over the Tomcat 3.3(a) Release.
   You can find everything, including a list of the changes,
  
  
  
  1.1                  jakarta-tomcat-site/docs/resources.html
  
  Index: resources.html
  ===================================================================
  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd";>
  
  <!-- Content Stylesheet for Site -->
  
          
  <!-- start the processing -->
      <!-- ====================================================================== -->
      <!-- Main Page Section -->
      <!-- ====================================================================== -->
      <html>
          <head>
              <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
  
                                                      <meta name="author" value="Remy 
Maucherat">
              <meta name="email" value="[EMAIL PROTECTED]">
              
             
                                      
              <title>The Jakarta Site - Tomcat Resources</title>
          </head>
  
          <body bgcolor="#ffffff" text="#000000" link="#525D76">        
              <table border="0" width="100%" cellspacing="0">
                  <!-- TOP IMAGE -->
                  <tr>
                      <td align="left">
  <a href="http://jakarta.apache.org";><img 
src="http://jakarta.apache.org/images/jakarta-logo.gif"; border="0"/></a>
  </td>
  <td align="right">
  <a href="http://jakarta.apache.org/tomcat";><img src="./images/tomcat.gif" alt="The 
Apache Tomcat Project" border="0"/></a>
  </td>
                  </tr>
              </table>
              <table border="0" width="100%" cellspacing="4">
                  <tr><td colspan="2">
                      <hr noshade="" size="1"/>
                  </td></tr>
                  
                  <tr>
                      <!-- LEFT SIDE NAVIGATION -->
                      <td width="20%" valign="top" nowrap="true">
                                  <p><strong>Tomcat</strong></p>
          <ul>
                      <li>    <a href="./index.html">Front Page</a>
  </li>
                      <li>    <a href="./news.html">News & Status</a>
  </li>
                      <li>    <a href="./resources.html">Resources</a>
  </li>
                  </ul>
              <p><strong>Documentation</strong></p>
          <ul>
                      <li>    <a href="./tomcat-3.2-doc/index.html">Tomcat 3.2</a>
  </li>
                      <li>    <a href="./tomcat-3.3-doc/index.html">Tomcat 3.3</a>
  </li>
                      <li>    <a href="./tomcat-4.0-doc/index.html">Tomcat 4.0</a>
  </li>
                      <li>    <a href="./tomcat-4.1-doc/index.html">Tomcat 4.next</a>
  </li>
                  </ul>
              <p><strong>Download</strong></p>
          <ul>
                      <li>    <a 
href="http://jakarta.apache.org/site/binindex.html";>Binaries</a>
  </li>
                      <li>    <a 
href="http://jakarta.apache.org/site/sourceindex.html";>Source Code</a>
  </li>
                  </ul>
              <p><strong>Jakarta</strong></p>
          <ul>
                      <li>    <a href="./index.html">Front Page</a>
  </li>
                      <li>    <a href="http://jakarta.apache.org/site/news.html";>News 
& Status</a>
  </li>
                      <li>    <a 
href="http://jakarta.apache.org/site/mission.html";>Mission</a>
  </li>
                      <li>    <a 
href="http://jakarta.apache.org/site/guidelines.html";>Guidelines Notes</a>
  </li>
                      <li>    <a 
href="http://jakarta.apache.org/site/faqs.html";>FAQs</a>
  </li>
                  </ul>
              <p><strong>Get Involved</strong></p>
          <ul>
                      <li>    <a 
href="http://jakarta.apache.org/site/getinvolved.html";>Overview</a>
  </li>
                      <li>    <a 
href="http://jakarta.apache.org/site/cvsindex.html";>CVS Repositories</a>
  </li>
                      <li>    <a 
href="http://jakarta.apache.org/site/mail.html";>Mailing Lists</a>
  </li>
                      <li>    <a href="./irc.html">IRC</a>
  </li>
                      <li>    <a 
href="http://jakarta.apache.org/site/library.html";>Reference Library</a>
  </li>
                      <li>    <a href="http://jakarta.apache.org/site/bugs.html";>Bug 
Database</a>
  </li>
                  </ul>
              <p><strong>Misc</strong></p>
          <ul>
                      <li>    <a 
href="http://jakarta.apache.org/site/whoweare.html";>Who We Are</a>
  </li>
                      <li>    <a 
href="http://jakarta.apache.org/site/acknowledgements.html";>Acknowledgements</a>
  </li>
                      <li>    <a 
href="http://jakarta.apache.org/site/contact.html";>Contact</a>
  </li>
                      <li>    <a 
href="http://jakarta.apache.org/site/legal.html";>Legal</a>
  </li>
                  </ul>
                          </td>
                      <td width="80%" align="left" valign="top">
                                                                      <table 
border="0" cellspacing="0" cellpadding="2" width="100%">
        <tr><td bgcolor="#525D76">
          <font color="#ffffff" face="arial,helvetica,sanserif">
            <a name="Note"><strong>Note</strong></a>
          </font>
        </td></tr>
        <tr><td>
          <blockquote>
                                      <p>The Apache Tomcat project doesn't endorse any 
of the products mentioned
       here. They are mentioned just because they are Tomcat centric and could
       help a user with using it.</p>
                              </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="Books"><strong>Books</strong></a>
          </font>
        </td></tr>
        <tr><td>
          <blockquote>
                                      <ul>
      <li><b>Apache Jakarta-Tomcat</b>, by James Goodwill<br />
          <i>APress</i>
      </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="Articles"><strong>Articles</strong></a>
          </font>
        </td></tr>
        <tr><td>
          <blockquote>
                                      <ul>
      <li>
        <b><a href="http://www.ubeans.com/tomcat/index.html";>Apache 1.3.23 + Tomcat 
4.0.2 + Load Balancing</a></b>, by Pascal Forget
      </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="Tools"><strong>Tools</strong></a>
          </font>
        </td></tr>
        <tr><td>
          <blockquote>
                                      <ul>
      <li>
        <a 
href="http://www.day.com/en/product/communiqu1/cqenterprise/communiqu1/dnlogin.html";>DAY
 Communique JSP Debugger</a>
      </li>
    </ul>
                              </blockquote>
          </p>
        </td></tr>
        <tr><td><br/></td></tr>
      </table>
                                          </td>
                  </tr>
  
                  <!-- FOOTER -->
                  <tr><td colspan="2">
                      <hr noshade="" size="1"/>
                  </td></tr>
                  <tr><td colspan="2">
                      <div align="center"><font color="#525D76" size="-1"><em>
                      Copyright &#169; 1999-2002, Apache Software Foundation
                      </em></font></div>
                  </td></tr>
              </table>
          </body>
      </html>
  <!-- end the processing -->
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  1.20      +6 -7      jakarta-tomcat-site/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-site/xdocs/index.xml,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- index.xml 3 Mar 2002 18:32:59 -0000       1.19
  +++ index.xml 4 Apr 2002 05:20:22 -0000       1.20
  @@ -3,12 +3,12 @@
   
     <properties>
       <author email="[EMAIL PROTECTED]">Marc A. Saegesser</author>
  -    <title>Jakarta Tomcat</title>
  +    <title>Apache Tomcat</title>
     </properties>
   
   <body>
   
  -<section name="Jakarta Tomcat">
  +<section name="Apache Tomcat">
   
   <p>Tomcat is the servlet container that is used in the official
   Reference Implementation for the
  @@ -45,7 +45,7 @@
   
   <tr>
     <td>2.2/1.1</td>
  -  <td>3.3</td>
  +  <td>3.3.1</td>
   </tr>
   
   </table>
  @@ -87,13 +87,12 @@
   also supports web applications built for the Servlet 2.2 and JSP 1.1
   specifications with no changes.</p>
   
  -<p><strong>Tomcat 3.3</strong>. Version 3.3 is the current production quality
  -release. It continues the refactoring that was begun in version 3.2 and
  +<p><strong>Tomcat 3.3.x</strong>. Version 3.3.1 is the current production 
  +quality release. It continues the refactoring that was begun in version 3.2 and
   carries it to its logical conclusion.  Version 3.3 provides a much more modular
   design and allows the servlet container to be customized by adding and removing
   modules that control the processing of servlet requests.  This version also
  -contains many performance improvements. The future 3.3.1 release continues on
  -the same path with more specific performance and security improvements.</p> 
  +contains many performance improvements.</p> 
   
   <p><strong>Tomcat 3.2.x</strong>.  Version 3.2 added few new features 
   since 3.1; the major effort was a refactoring of the internals to improve 
  
  
  
  1.3       +1 -1      jakarta-tomcat-site/xdocs/irc.xml
  
  Index: irc.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-site/xdocs/irc.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- irc.xml   19 Mar 2002 05:27:01 -0000      1.2
  +++ irc.xml   4 Apr 2002 05:20:23 -0000       1.3
  @@ -3,7 +3,7 @@
   
     <properties>
       <author email="[EMAIL PROTECTED]">Marc A. Saegesser</author>
  -    <title>Jakarta Tomcat</title>
  +    <title>Tomcat on IRC</title>
     </properties>
   
   <body>
  
  
  
  1.23      +20 -0     jakarta-tomcat-site/xdocs/news.xml
  
  Index: news.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-site/xdocs/news.xml,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- news.xml  27 Mar 2002 20:17:52 -0000      1.22
  +++ news.xml  4 Apr 2002 05:20:23 -0000       1.23
  @@ -10,6 +10,26 @@
   
   <section name="News &amp; Status">
   
  +<h3>3 Avril 2002 - Tomcat Coyote 1.0 Beta 5 Released</h3>
  +
  +<p>
  +Coyote is a connector API designed to be used with Tomcat.
  +</p>
  +<p>
  +Coyote includes:
  +<ul>
  +<li>A high performance HTTP/1.1 processor</li>
  +<li>An adapter for Tomcat 3.3.x</li>
  +<li>An adapter for Tomcat 4.0.x</li>
  +</ul>
  +</p>
  +
  +<p>
  +Download it <a 
href="http://jakarta.apache.org/builds/jakarta-tomcat-connectors/coyote/release/v1.0-b5/";>here</a>.
  +</p>
  +
  +<hr noshade="noshade" size="1"/>
  +
   <h3>27 March 2002 - Jakarta Tomcat 3.3.1 Final Released</h3>
   
   <p>The Tomcat 3.3.1 Final release is now available.  This release contains a
  
  
  
  1.1                  jakarta-tomcat-site/xdocs/resources.xml
  
  Index: resources.xml
  ===================================================================
  <?xml version="1.0"?>
  <document>
  
    <properties>
      <author email="[EMAIL PROTECTED]">Remy Maucherat</author>
      <title>Tomcat Resources</title>
    </properties>
  
  <body>
  
  <section name="Note">
  
    <p>The Apache Tomcat project doesn't endorse any of the products mentioned
       here. They are mentioned just because they are Tomcat centric and could
       help a user with using it.</p>
  
  </section>
  
  <section name="Books">
  
    <ul>
      <li><b>Apache Jakarta-Tomcat</b>, by James Goodwill<br/>
          <i>APress</i>
      </li>
    </ul>
  
  </section>
  
  <section name="Articles">
  
    <ul>
      <li>
        <b><a href="http://www.ubeans.com/tomcat/index.html";>Apache 1.3.23 + Tomcat 
4.0.2 + Load Balancing</a></b>, by Pascal Forget
      </li>
    </ul>
  
  </section>
  
  <section name="Tools">
  
    <ul>
      <li>
        <a 
href="http://www.day.com/en/product/communiqu1/cqenterprise/communiqu1/dnlogin.html";>DAY
 Communique JSP Debugger</a>
      </li>
    </ul>
  </section>
  
  </body>
  </document>
  
  
  
  1.5       +4 -2      jakarta-tomcat-site/xdocs/stylesheets/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-site/xdocs/stylesheets/project.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- project.xml       19 Mar 2002 04:13:34 -0000      1.4
  +++ project.xml       4 Apr 2002 05:20:23 -0000       1.5
  @@ -1,20 +1,22 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
  -<project name="Jakarta Tomcat Site"
  +<project name="Apache Tomcat Site"
           href="http://jakarta.apache.org/tomcat";>
   
       <title>The Jakarta Site</title>
  -    <logo href="/images/tomcat.gif">The Jakarta Tomcat Project</logo>
  +    <logo href="/images/tomcat.gif">The Apache Tomcat Project</logo>
       
       <body>
       <menu name="Tomcat">
           <item name="Front Page"           href="/index.html"/> 
        <item name="News &amp; Status"    href="/news.html"/>
  +     <item name="Resources"            href="/resources.html"/>
       </menu>
   
       <menu name="Documentation">
           <item name="Tomcat 3.2"           href="/tomcat-3.2-doc/index.html"/> 
           <item name="Tomcat 3.3"           href="/tomcat-3.3-doc/index.html"/> 
           <item name="Tomcat 4.0"           href="/tomcat-4.0-doc/index.html"/> 
  +        <item name="Tomcat 4.next"        href="/tomcat-4.1-doc/index.html"/> 
       </menu>
   
       <menu name="Download">
  
  
  

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

Reply via email to