geirm       01/06/16 11:58:47

  Modified:    xdocs/site news.xml
               docs/site news.html
  Log:
  v1.1 announcement for velocity, and fixed the Avalon title
  
  Revision  Changes    Path
  1.60      +50 -1     jakarta-site2/xdocs/site/news.xml
  
  Index: news.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/xdocs/site/news.xml,v
  retrieving revision 1.59
  retrieving revision 1.60
  diff -u -r1.59 -r1.60
  --- news.xml  2001/06/16 00:14:22     1.59
  +++ news.xml  2001/06/16 18:58:47     1.60
  @@ -10,9 +10,56 @@
   <body>
   
   <section name="News &amp; Status">
  -<h3>6 June 2001 - Avalon beta 3</h3>
   
  +<h3>16 June 2001 - Velocity v1.1 Released</h3>
  +
  + <p>
  +   <table>
  +   <tr>
  +   <td>
  +   <img src="http://jakarta.apache.org/velocity/images/powered-by-logo.gif"; 
alt="powered-by-logo.gif" width="77" height="32"/>
  +   </td>
  +   <td>
  +   Version 1.1 of the 
  +   Velocity Template Engine is now released.
  +   Congratulations and thanks to all participants in the
  +   Velocity community.
  +   </td>
  +   </tr>
  +   </table>      
  + </p>
  +
  + <p>
  +   The distribution is available 
  +   <a 
href="http://jakarta.apache.org/builds/jakarta-velocity/release/v1.1/";>here</a>,
  +    and includes a complete jar, source code, examples
  +   and documentation.
  + </p>
  +
  + <p>
  +   Major enhancements include :
  + </p>
  +
  + <ul>
  +   <li> 
  +      The new event-handling facility, allowing finer control and interaction with
  +      the rendering process.
  +   </li>
  +   <li> 
  +      Internationalization support through full support of template character 
encoding.
  +   </li>
  +   <li> 
  +      Optimizations for improved performance.
  +   </li>
  + </ul>
  + <p> 
  +   Minor enhancements are too numerous to mention. Please see the
  +   <a href="changes.html">change log
  +   </a> for details.
  +</p>
   
  +<hr noshade="" size="1"/>
  +
   <h3>15 June 2001 - Struts 1.0 Released</h3>
   
   <p>As promised at JavaOne, the
  @@ -24,6 +71,8 @@
   <a 
href="http://jakarta.apache.org/builds/jakarta-struts/release/v1.0/src/";>here</a>.</p>
   
   <hr noshade="" size="1"/>
  +
  +<h3>6 June 2001 - Avalon beta 3</h3>
   
    <p>
     The Avalon team announces the beta 3 release of Avalon
  
  
  
  1.75      +44 -1     jakarta-site2/docs/site/news.html
  
  Index: news.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/docs/site/news.html,v
  retrieving revision 1.74
  retrieving revision 1.75
  diff -u -r1.74 -r1.75
  --- news.html 2001/06/16 00:14:21     1.74
  +++ news.html 2001/06/16 18:58:47     1.75
  @@ -134,7 +134,49 @@
         <tr><td><br/></td></tr>
         <tr><td>
           <blockquote>
  -                                    <h3>6 June 2001 - Avalon beta 3</h3>
  +                                    <h3>16 June 2001 - Velocity v1.1 Released</h3>
  +                                                <p>
  +   <table>
  +   <tr>
  +   <td>
  +   <img src="http://jakarta.apache.org/velocity/images/powered-by-logo.gif"; 
alt="powered-by-logo.gif" width="77" height="32" />
  +   </td>
  +   <td>
  +   Version 1.1 of the 
  +   Velocity Template Engine is now released.
  +   Congratulations and thanks to all participants in the
  +   Velocity community.
  +   </td>
  +   </tr>
  +   </table>      
  + </p>
  +                                                <p>
  +   The distribution is available 
  +   <a 
href="http://jakarta.apache.org/builds/jakarta-velocity/release/v1.1/";>here</a>,
  +    and includes a complete jar, source code, examples
  +   and documentation.
  + </p>
  +                                                <p>
  +   Major enhancements include :
  + </p>
  +                                                <ul>
  +   <li> 
  +      The new event-handling facility, allowing finer control and interaction with
  +      the rendering process.
  +   </li>
  +   <li> 
  +      Internationalization support through full support of template character 
encoding.
  +   </li>
  +   <li> 
  +      Optimizations for improved performance.
  +   </li>
  + </ul>
  +                                                <p> 
  +   Minor enhancements are too numerous to mention. Please see the
  +   <a href="changes.html">change log
  +   </a> for details.
  +</p>
  +                                                <hr noshade="" size="1" />
                                                   <h3>15 June 2001 - Struts 1.0 
Released</h3>
                                                   <p>As promised at JavaOne, the
   <a href="http://jakarta.apache.org/struts/";>Struts</a> project team is proud
  @@ -144,6 +186,7 @@
   and the source distribution is available
   <a 
href="http://jakarta.apache.org/builds/jakarta-struts/release/v1.0/src/";>here</a>.</p>
                                                   <hr noshade="" size="1" />
  +                                                <h3>6 June 2001 - Avalon beta 3</h3>
                                                   <p>
     The Avalon team announces the beta 3 release of Avalon
     Framework and Excalibur 4.0.  This release includes a serious
  
  
  

Reply via email to