You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@jakarta.apache.org by vm...@apache.org on 2002/08/25 19:31:06 UTC

cvs commit: jakarta-site2/docs/site binindex.html news.html source.html sourceindex.html vendors.html

vmassol     2002/08/25 10:31:06

  Modified:    docs     index.html
               docs/site binindex.html news.html source.html
                        sourceindex.html vendors.html
  Log:
  regenerate web site following the release of Cactus 1.4
  
  Revision  Changes    Path
  1.144     +1 -0      jakarta-site2/docs/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/docs/index.html,v
  retrieving revision 1.143
  retrieving revision 1.144
  diff -u -r1.143 -r1.144
  --- index.html	15 Aug 2002 12:42:17 -0000	1.143
  +++ index.html	25 Aug 2002 17:31:05 -0000	1.144
  @@ -153,6 +153,7 @@
           <blockquote>
                                       <p>
   <ul>
  +<li><a href="site/news.html#0825.1">25 August 2002 - <b>Cactus 1.4 Released</b></a></li>
   <li><a href="site/news.html#0815.1">15 August 2002 - <b>Tomcat 4.1.9 Beta Released</b></a></li>
   <li><a href="site/news.html#0813.3">13 August 2002 - <b>Commons Digester 1.3 Released</b></a></li>
   <li><a href="site/news.html#0813.2">13 August 2002 - <b>Commons BeanUtils 1.4 Released</b></a></li>
  
  
  
  1.207     +1 -1      jakarta-site2/docs/site/binindex.html
  
  Index: binindex.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/docs/site/binindex.html,v
  retrieving revision 1.206
  retrieving revision 1.207
  diff -u -r1.206 -r1.207
  --- binindex.html	15 Aug 2002 12:42:17 -0000	1.206
  +++ binindex.html	25 Aug 2002 17:31:05 -0000	1.207
  @@ -206,7 +206,7 @@
   <li><a href="http://www.apache.org/dist/jakarta/jakarta-avalon/release/excalibur/latest/">Avalon Excalibur 4.1</a></li>
   <li><a href="http://www.apache.org/dist/jakarta/jakarta-avalon/release/logkit/latest/">Avalon LogKit 1.0.1</a></li>
   <li><a href="http://www.apache.org/dist/jakarta/jakarta-bcel/release/v5.0/">BCEL 5.0</a></li>
  -<li><a href="http://www.apache.org/dist/jakarta/jakarta-cactus/release/v1.4/">Cactus 1.4b1</a></li>
  +<li><a href="http://www.apache.org/dist/jakarta/jakarta-cactus/release/v1.4/">Cactus 1.4</a></li>
   <li><a href="http://www.apache.org/dist/jakarta/jakarta-commons/release/commons-beanutils/v1.4/">Commons BeanUtils 1.4</a></li>
   <li><a href="http://www.apache.org/dist/jakarta/jakarta-commons/release/commons-digester/v1.3/">Commons Digester 1.3</a></li>
   <li><a href="http://www.apache.org/dist/jakarta/jakarta-commons/release/commons-logging/v1.0.1/">Commons Logging 1.0.1</a></li>
  
  
  
  1.219     +20 -1     jakarta-site2/docs/site/news.html
  
  Index: news.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/docs/site/news.html,v
  retrieving revision 1.218
  retrieving revision 1.219
  diff -u -r1.218 -r1.219
  --- news.html	15 Aug 2002 12:42:17 -0000	1.218
  +++ news.html	25 Aug 2002 17:31:05 -0000	1.219
  @@ -151,7 +151,26 @@
         </td></tr>
         <tr><td>
           <blockquote>
  -                                    <a name="0815.1">
  +                                    <a name="0825.1"><h3>25 August 2002 - Cactus 1.4 final Released </h3></a>
  +                                                <p>
  +  The Cactus project is pleased to announce the final 1.4 release.
  +  Cactus is a unit testing framework for testing server side java code.
  +</p>
  +                                                <p>
  +  Binary and source distributions are available at 
  +  <a href="http://jakarta.apache.org/cactus/downloads.html">http://jakarta.apache.org/cactus/downloads.html</a>.
  +</p>
  +                                                <p>
  +  Please check the Changes page (<a href="http://jakarta.apache.org/cactus/changes.html">http://jakarta.apache.org/cactus/changes.html</a>)
  +  for a full list of the changes from version 1.3. Existing Cactus 1.3 
  +  users can also check the <a href="http://jakarta.apache.org/cactus/howto_migration.html">Migration page</a>
  +  which explains how to migrate to this new version.
  +</p>
  +                                                <p>
  +  For more information about Cactus, please visit <a href="http://jakarta.apache.org/cactus/">http://jakarta.apache.org/cactus/</a>.
  +</p>
  +                                                <hr noshade="noshade" size="1" />
  +                                                <a name="0815.1">
   <h3>15 August 2002 - Tomcat 4.1.9 Beta Released</h3>
   </a>
                                                   <p>
  
  
  
  1.51      +4 -4      jakarta-site2/docs/site/source.html
  
  Index: source.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/docs/site/source.html,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- source.html	9 Jul 2002 01:20:31 -0000	1.50
  +++ source.html	25 Aug 2002 17:31:05 -0000	1.51
  @@ -158,10 +158,10 @@
                                                   <p>
     All Java Language source code in the repository must be written in
     conformance to the "<a href="http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html">Code
  -  Conventions for the Java Programming Language</a> as published by
  -  Sun, or in conformance with another well-defined convention specified
  -  by the subproject. See the <a href="faqs.html">FAQ page</a> 
  -  for links to subproject conventions.
  +  Conventions for the Java Programming Language</a>" as published
  +  by Sun, or in conformance with another well-defined convention
  +  specified by the subproject. See the <a href="faqs.html">FAQ
  +  page</a> for links to subproject conventions.
     </p>
                                                   <h2>License</h2>
                                                   <p>
  
  
  
  1.135     +1 -1      jakarta-site2/docs/site/sourceindex.html
  
  Index: sourceindex.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/docs/site/sourceindex.html,v
  retrieving revision 1.134
  retrieving revision 1.135
  diff -u -r1.134 -r1.135
  --- sourceindex.html	13 Aug 2002 16:46:15 -0000	1.134
  +++ sourceindex.html	25 Aug 2002 17:31:05 -0000	1.135
  @@ -207,7 +207,7 @@
   <li><a href="http://www.apache.org/dist/jakarta/jakarta-avalon/release/framework/latest/">Avalon Framework 4.1.2</a> is the latest release of the Avalon Framework</li>
   <li><a href="http://www.apache.org/dist/jakarta/jakarta-avalon/release/excalibur/latest/">Avalon Excalibur 4.1</a> is the latest release of Avalon Excalibur</li>
   <li><a href="http://www.apache.org/dist/jakarta/jakarta-avalon/release/logkit/latest/">Avalon LogKit 1.0.1</a> is the latest release of Avalon LogKit</li>
  -<li><a href="http://www.apache.org/dist/jakarta/jakarta-cactus/release/v1.4/">Cactus 1.4b1</a>
  +<li><a href="http://www.apache.org/dist/jakarta/jakarta-cactus/release/v1.4/">Cactus 1.4</a>
   is the latest release of the Cactus project.</li>
   <li><a href="http://www.apache.org/dist/jakarta/jakarta-commons/release/commons-beanutils/v1.4/">Commons BeanUtils 1.4</a>
   is the latest release of the Commons BeanUtils project.</li>
  
  
  
  1.13      +2 -0      jakarta-site2/docs/site/vendors.html
  
  Index: vendors.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/docs/site/vendors.html,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- vendors.html	21 Aug 2002 17:20:39 -0000	1.12
  +++ vendors.html	25 Aug 2002 17:31:05 -0000	1.13
  @@ -101,6 +101,8 @@
   </li>
                       <li>    <a href="../lucene/index.html">Lucene</a>
   </li>
  +                    <li>    <a href="../ojb/index.html">OJB</a>
  +</li>
                       <li>    <a href="../oro/index.html">ORO</a>
   </li>
                       <li>    <a href="../poi/index.html">POI</a>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>