Author: kkolinko
Date: Thu Apr 22 16:38:23 2010
New Revision: 936948

URL: http://svn.apache.org/viewvc?rev=936948&view=rev
Log:
bugreport.html: Remove search links for the mailing lists from the bugreport 
page. The lists.html page provides more recent links for that. Update the 
"Recently fixed issues" section.
lists.html: Add links to the "Mail Archive" mail archive site

Modified:
    tomcat/site/trunk/docs/bugreport.html
    tomcat/site/trunk/docs/lists.html
    tomcat/site/trunk/xdocs/bugreport.xml
    tomcat/site/trunk/xdocs/lists.xml

Modified: tomcat/site/trunk/docs/bugreport.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/bugreport.html?rev=936948&r1=936947&r2=936948&view=diff
==============================================================================
--- tomcat/site/trunk/docs/bugreport.html (original)
+++ tomcat/site/trunk/docs/bugreport.html Thu Apr 22 16:38:23 2010
@@ -375,15 +375,6 @@ problem you are having before reporting 
       Others may have already found a solution.  The <b>tomcat-user</b>,
       <b>taglibs-user</b> or <b>tomcat-dev</b> list archives may contain
       discussions which will help you resolve the problem.
-      Here are three resources to view the Apache Tomcat User List archives:
-       <a 
href="http://marc.theaimsgroup.com/?l=tomcat-user&amp;r=1&amp;w=2";>Mailing list 
ARChives</a>,
-       <a 
href="http://mail-archives.apache.org/mod_mbox/tomcat-users/";>Eyebrowse</a>,
-       <a href="http://www.mail-archive.com/us...@tomcat.apache.org/";>Mail 
Archive</a>.
-
-      Here are three resources to view the Apache Tomcat Developer List 
archives
-      <a 
href="http://marc.theaimsgroup.com/?l=tomcat-dev&amp;r=1&amp;w=2";>Mailing list 
ARChives</a>,
-      <a 
href="http://mail-archives.apache.org/mod_mbox/tomcat-dev/";>Eyebrowse</a>,
-      and <a href="http://www.mail-archive.com/dev@tomcat.apache.org/";>Mail 
Archive</a>.
     </p>
     <p>See the <a href="lists.html">mailing lists</a> page for the further
     information on the lists.</p>
@@ -448,17 +439,15 @@ problem you are having before reporting 
     <p>Supported Tomcat projects:</p>
     <ul>
       <li>
-<b>Tomcat 7</b> - future Tomcat 7.0</li>
+<b>Tomcat 7</b>, <b>Tomcat 6</b> and <b>Tomcat 5</b> &#150; Tomcat 7.0.x,
+      6.0.x and 5.5.x, respectively</li>
       <li>
-<b>Tomcat 6</b> - Tomcat 6.0.x</li>
+<b>Tomcat Connectors</b> &#150; Integration of Tomcat with other Web 
servers</li>
       <li>
-<b>Tomcat 5</b> - Tomcat 5.5.x</li>
+<b>Tomcat Native</b> &#150; APR based native HTTP and AJP connectors for 
Tomcat</li>
       <li>
-<b>Tomcat Connectors</b> - Integration of Tomcat with other Web servers</li>
-      <li>
-<b>Tomcat Native</b> - APR based native HTTP and AJP connectors for Tomcat</li>
-      <li>
-<b>Taglibs</b> - Apache Taglibs</li>
+<b>Taglibs</b> &#150; Apache <a href="/taglibs/">Taglibs</a>
+</li>
     </ul>
   </blockquote>
 </td>
@@ -510,15 +499,13 @@ problem you are having before reporting 
 <td>
 <blockquote>
 
-
-    <p>Problems fixed in released versions of Tomcat can be found on the
-    <em>Changelog</em> pages in Documentation. Here are the links to them:</p>
+    <p>The <em>Changelog</em> pages list the problems fixed in released
+    versions of Tomcat. They can be found in Documentation:</p>
 
     <ul>
       <li>
         <a 
href="http://tomcat.apache.org/tomcat-6.0-doc/changelog.html";>Tomcat 6.0</a>,
         <a 
href="http://tomcat.apache.org/tomcat-5.5-doc/changelog.html";>Tomcat 5.5</a>
-        Changelog
       </li>
       <li>
         <a 
href="http://tomcat.apache.org/connectors-doc/miscellaneous/changelog.html";>Tomcat
 Connectors</a>
@@ -528,7 +515,7 @@ problem you are having before reporting 
       </li>
     </ul>
 
-    <p>A copy of the above files for not yet released versions can be found
+    <p>The <em>Changelog</em> files for <em>not yet released versions</em> can 
be found
     in the sources repository. Those files are in XML format, but if you are
     using a fairly modern browser it will render them for you:</p>
 
@@ -536,19 +523,18 @@ problem you are having before reporting 
       <li>
         <a 
href="http://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml";>Tomcat
 6.0</a>,
         <a 
href="http://svn.apache.org/repos/asf/tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml";>Tomcat
 5.5</a>
-        changelog.xml
       </li>
     </ul>
 
-    <p>Patches that are already prepared, but have not yet collected enough
-    committer votes to be applied, are listed in the STATUS files in the
-    root of the source trees for the released versions of Tomcat.</p>
+    <p>The <em>Status</em> files are used by committers to review and vote for
+    the patches that are proposed for the stable versions of Tomcat. The issues
+    mentioned there already have patches, but have not yet gathered enough
+    votes for those to be applied:</p>
 
     <ul>
       <li>
         <a 
href="http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?view=markup";>Tomcat
 6.0</a>,
         <a 
href="http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?view=markup";>Tomcat
 5.5</a>
-        STATUS.txt
       </li>
     </ul>
   </blockquote>

Modified: tomcat/site/trunk/docs/lists.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/lists.html?rev=936948&r1=936947&r2=936948&view=diff
==============================================================================
--- tomcat/site/trunk/docs/lists.html (original)
+++ tomcat/site/trunk/docs/lists.html Thu Apr 22 16:38:23 2010
@@ -358,8 +358,9 @@ Tomcat questions to Eric or Rick themsel
     at <a href="http://mail-archives.apache.org/mod_mbox/tomcat-users/";>
     Apache</a>, at
     <a href="http://marc.theaimsgroup.com/?l=tomcat-user";>MARC 
(searchable)</a>,
-    at <a href="http://markmail.org/list/org.apache.tomcat.user/";>MarkMail</a>
-    and at <a href="http://old.nabble.com/Tomcat---User-f342.html";>Nabble</a>.
+    at <a href="http://markmail.org/list/org.apache.tomcat.user/";>MarkMail</a>,
+    at <a href="http://old.nabble.com/Tomcat---User-f342.html";>Nabble</a> and
+    at <a href="http://www.mail-archive.com/us...@tomcat.apache.org/";>Mail 
Archive</a>
   </td>
  </tr>
  <tr>
@@ -435,8 +436,10 @@ other project announcements.</p>
  <tr>
   <td>Archives:</td>
   <td>
-    at <a href="http://mail-archives.apache.org/mod_mbox/tomcat-announce/";>
-    Apache</a>.
+    at <a 
href="http://mail-archives.apache.org/mod_mbox/tomcat-announce/";>Apache</a>,
+    at <a 
href="http://markmail.org/list/org.apache.tomcat.announce/";>MarkMail</a>
+    and
+    at <a href="http://www.mail-archive.com/annou...@tomcat.apache.org/";>Mail 
Archive</a>
   </td>
  </tr>
  <tr>
@@ -541,8 +544,9 @@ issues. Other questions will be ignored.
     at <a href="http://mail-archives.apache.org/mod_mbox/tomcat-dev/";>
     Apache</a>, at
     <a href="http://marc.theaimsgroup.com/?l=tomcat-dev";>MARC (searchable) 
</a>,
-    at <a href="http://markmail.org/list/org.apache.tomcat.dev/";>MarkMail</a>
-    and at <a href="http://old.nabble.com/Tomcat---Dev-f341.html";>Nabble</a>.
+    at <a href="http://markmail.org/list/org.apache.tomcat.dev/";>MarkMail</a>,
+    at <a href="http://old.nabble.com/Tomcat---Dev-f341.html";>Nabble</a> and
+    at <a href="http://www.mail-archive.com/dev@tomcat.apache.org/";>Mail 
Archive</a>
   </td>
  </tr>
  <tr>
@@ -643,9 +647,11 @@ and how they can be used.
     at <a href="http://mail-archives.apache.org/mod_mbox/tomcat-taglibs-user/";>
     Apache</a> (see 
     <a href="http://mail-archives.apache.org/mod_mbox/jakarta-taglibs-user/";>
-    older archives</a>) and at
-    <a 
href="http://markmail.org/list/org.apache.tomcat.taglibs-user/";>MarkMail</a>
-    (<a 
href="http://markmail.org/list/org.apache.jakarta.taglibs-user/";>older</a>).
+    older archives</a>), at
+    <a 
href="http://markmail.org/list/org.apache.jakarta.taglibs-user/";>MarkMail</a>
+    (both old and new) and at
+    <a href="http://www.mail-archive.com/taglibs-u...@tomcat.apache.org/";>Mail 
Archive</a>
+    (also <a 
href="http://www.mail-archive.com/taglibs-u...@jakarta.apache.org/";>older 
archives</a>)
   </td>
  </tr>
  <tr>

Modified: tomcat/site/trunk/xdocs/bugreport.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/bugreport.xml?rev=936948&r1=936947&r2=936948&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/bugreport.xml (original)
+++ tomcat/site/trunk/xdocs/bugreport.xml Thu Apr 22 16:38:23 2010
@@ -61,15 +61,6 @@ problem you are having before reporting 
       Others may have already found a solution.  The <b>tomcat-user</b>,
       <b>taglibs-user</b> or <b>tomcat-dev</b> list archives may contain
       discussions which will help you resolve the problem.
-      Here are three resources to view the Apache Tomcat User List archives:
-       <a 
href="http://marc.theaimsgroup.com/?l=tomcat-user&amp;r=1&amp;w=2";>Mailing list 
ARChives</a>,
-       <a 
href="http://mail-archives.apache.org/mod_mbox/tomcat-users/";>Eyebrowse</a>,
-       <a href="http://www.mail-archive.com/us...@tomcat.apache.org/";>Mail 
Archive</a>.
-
-      Here are three resources to view the Apache Tomcat Developer List 
archives
-      <a 
href="http://marc.theaimsgroup.com/?l=tomcat-dev&amp;r=1&amp;w=2";>Mailing list 
ARChives</a>,
-      <a 
href="http://mail-archives.apache.org/mod_mbox/tomcat-dev/";>Eyebrowse</a>,
-      and <a href="http://www.mail-archive.com/dev@tomcat.apache.org/";>Mail 
Archive</a>.
     </p>
     <p>See the <a href="lists.html">mailing lists</a> page for the further
     information on the lists.</p>
@@ -93,12 +84,11 @@ problem you are having before reporting 
     </ul>
     <p>Supported Tomcat projects:</p>
     <ul>
-      <li><b>Tomcat 7</b> - future Tomcat 7.0</li>
-      <li><b>Tomcat 6</b> - Tomcat 6.0.x</li>
-      <li><b>Tomcat 5</b> - Tomcat 5.5.x</li>
-      <li><b>Tomcat Connectors</b> - Integration of Tomcat with other Web 
servers</li>
-      <li><b>Tomcat Native</b> - APR based native HTTP and AJP connectors for 
Tomcat</li>
-      <li><b>Taglibs</b> - Apache Taglibs</li>
+      <li><b>Tomcat 7</b>, <b>Tomcat 6</b> and <b>Tomcat 5</b> &#150; Tomcat 
7.0.x,
+      6.0.x and 5.5.x, respectively</li>
+      <li><b>Tomcat Connectors</b> &#150; Integration of Tomcat with other Web 
servers</li>
+      <li><b>Tomcat Native</b> &#150; APR based native HTTP and AJP connectors 
for Tomcat</li>
+      <li><b>Taglibs</b> &#150; Apache <a href="/taglibs/">Taglibs</a></li>
     </ul>
   </subsection>
 
@@ -110,15 +100,13 @@ problem you are having before reporting 
 
   <subsection name="Recently fixed issues">
 
-
-    <p>Problems fixed in released versions of Tomcat can be found on the
-    <em>Changelog</em> pages in Documentation. Here are the links to them:</p>
+    <p>The <em>Changelog</em> pages list the problems fixed in released
+    versions of Tomcat. They can be found in Documentation:</p>
 
     <ul>
       <li>
         <a 
href="http://tomcat.apache.org/tomcat-6.0-doc/changelog.html";>Tomcat 6.0</a>,
         <a 
href="http://tomcat.apache.org/tomcat-5.5-doc/changelog.html";>Tomcat 5.5</a>
-        Changelog
       </li>
       <li>
         <a 
href="http://tomcat.apache.org/connectors-doc/miscellaneous/changelog.html";>Tomcat
 Connectors</a>
@@ -128,7 +116,7 @@ problem you are having before reporting 
       </li>
     </ul>
 
-    <p>A copy of the above files for not yet released versions can be found
+    <p>The <em>Changelog</em> files for <em>not yet released versions</em> can 
be found
     in the sources repository. Those files are in XML format, but if you are
     using a fairly modern browser it will render them for you:</p>
 
@@ -136,19 +124,18 @@ problem you are having before reporting 
       <li>
         <a 
href="http://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk/webapps/docs/changelog.xml";>Tomcat
 6.0</a>,
         <a 
href="http://svn.apache.org/repos/asf/tomcat/tc5.5.x/trunk/container/webapps/docs/changelog.xml";>Tomcat
 5.5</a>
-        changelog.xml
       </li>
     </ul>
 
-    <p>Patches that are already prepared, but have not yet collected enough
-    committer votes to be applied, are listed in the STATUS files in the
-    root of the source trees for the released versions of Tomcat.</p>
+    <p>The <em>Status</em> files are used by committers to review and vote for
+    the patches that are proposed for the stable versions of Tomcat. The issues
+    mentioned there already have patches, but have not yet gathered enough
+    votes for those to be applied:</p>
 
     <ul>
       <li>
         <a 
href="http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/STATUS.txt?view=markup";>Tomcat
 6.0</a>,
         <a 
href="http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?view=markup";>Tomcat
 5.5</a>
-        STATUS.txt
       </li>
     </ul>
   </subsection>

Modified: tomcat/site/trunk/xdocs/lists.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/lists.xml?rev=936948&r1=936947&r2=936948&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/lists.xml (original)
+++ tomcat/site/trunk/xdocs/lists.xml Thu Apr 22 16:38:23 2010
@@ -140,8 +140,9 @@ Tomcat questions to Eric or Rick themsel
     at <a href="http://mail-archives.apache.org/mod_mbox/tomcat-users/";>
     Apache</a>, at
     <a href="http://marc.theaimsgroup.com/?l=tomcat-user";>MARC 
(searchable)</a>,
-    at <a href="http://markmail.org/list/org.apache.tomcat.user/";>MarkMail</a>
-    and at <a href="http://old.nabble.com/Tomcat---User-f342.html";>Nabble</a>.
+    at <a href="http://markmail.org/list/org.apache.tomcat.user/";>MarkMail</a>,
+    at <a href="http://old.nabble.com/Tomcat---User-f342.html";>Nabble</a> and
+    at <a href="http://www.mail-archive.com/us...@tomcat.apache.org/";>Mail 
Archive</a>
   </td>
  </tr>
  <tr>
@@ -193,8 +194,10 @@ other project announcements.</p>
  <tr>
   <td>Archives:</td>
   <td>
-    at <a href="http://mail-archives.apache.org/mod_mbox/tomcat-announce/";>
-    Apache</a>.
+    at <a 
href="http://mail-archives.apache.org/mod_mbox/tomcat-announce/";>Apache</a>,
+    at <a 
href="http://markmail.org/list/org.apache.tomcat.announce/";>MarkMail</a>
+    and
+    at <a href="http://www.mail-archive.com/annou...@tomcat.apache.org/";>Mail 
Archive</a>
   </td>
  </tr>
  <tr>
@@ -273,8 +276,9 @@ issues. Other questions will be ignored.
     at <a href="http://mail-archives.apache.org/mod_mbox/tomcat-dev/";>
     Apache</a>, at
     <a href="http://marc.theaimsgroup.com/?l=tomcat-dev";>MARC (searchable) 
</a>,
-    at <a href="http://markmail.org/list/org.apache.tomcat.dev/";>MarkMail</a>
-    and at <a href="http://old.nabble.com/Tomcat---Dev-f341.html";>Nabble</a>.
+    at <a href="http://markmail.org/list/org.apache.tomcat.dev/";>MarkMail</a>,
+    at <a href="http://old.nabble.com/Tomcat---Dev-f341.html";>Nabble</a> and
+    at <a href="http://www.mail-archive.com/dev@tomcat.apache.org/";>Mail 
Archive</a>
   </td>
  </tr>
  <tr>
@@ -348,9 +352,11 @@ and how they can be used.
     at <a href="http://mail-archives.apache.org/mod_mbox/tomcat-taglibs-user/";>
     Apache</a> (see 
     <a href="http://mail-archives.apache.org/mod_mbox/jakarta-taglibs-user/";>
-    older archives</a>) and at
-    <a 
href="http://markmail.org/list/org.apache.tomcat.taglibs-user/";>MarkMail</a>
-    (<a 
href="http://markmail.org/list/org.apache.jakarta.taglibs-user/";>older</a>).
+    older archives</a>), at
+    <a 
href="http://markmail.org/list/org.apache.jakarta.taglibs-user/";>MarkMail</a>
+    (both old and new) and at
+    <a href="http://www.mail-archive.com/taglibs-u...@tomcat.apache.org/";>Mail 
Archive</a>
+    (also <a 
href="http://www.mail-archive.com/taglibs-u...@jakarta.apache.org/";>older 
archives</a>)
   </td>
  </tr>
  <tr>



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

Reply via email to