donaldp     01/11/11 22:57:53

  Modified:    docs/site binindex.html news.html
               xdocs/site binindex.xml news.xml
  Log:
  Update webpages to indicate release of Phoenix.
  
  Revision  Changes    Path
  1.119     +1 -1      jakarta-site/docs/site/binindex.html
  
  Index: binindex.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site/docs/site/binindex.html,v
  retrieving revision 1.118
  retrieving revision 1.119
  diff -u -r1.118 -r1.119
  --- binindex.html     2001/11/09 03:47:41     1.118
  +++ binindex.html     2001/11/12 06:57:53     1.119
  @@ -216,7 +216,7 @@
   Milestone Builds
   </h2>
                                                   <ul>
  -<li><a 
href="http://www.apache.org/dist/jakarta/jakarta-avalon/release/phoenix/latest/";>Avalon
 Phoenix 4.0 alpha 1</a></li>
  +<li><a 
href="http://www.apache.org/dist/jakarta/jakarta-avalon/release/phoenix/latest/";>Avalon
 Phoenix 4.0 alpha 2</a></li>
   <li><a 
href="http://www.apache.org/dist/jakarta/jakarta-lucene/release/v1.2-rc2/";>Lucene 1.2 
Release Candidate 2</a></li>
   <li><a 
href="http://www.apache.org/dist/jakarta/jakarta-tomcat/release/v3.2.4-beta-1/bin/";>Tomcat
 3.2.4 beta 1</a></li>
   </ul>
  
  
  
  1.111     +37 -1     jakarta-site/docs/site/news.html
  
  Index: news.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site/docs/site/news.html,v
  retrieving revision 1.110
  retrieving revision 1.111
  diff -u -r1.110 -r1.111
  --- news.html 2001/10/30 16:30:15     1.110
  +++ news.html 2001/11/12 06:57:53     1.111
  @@ -141,7 +141,43 @@
         </td></tr>
         <tr><td>
           <blockquote>
  -                                    <h3>26 October 2001 - LogKit 1.0 Released</h3>
  +                                    <h3>11 November 2001 - Avalon Phoenix 4.0a2 
Released</h3>
  +                                                <p>The Avalon team is proud to 
announce the 4.0a2 alpha release
  +of Avalon Phoenix.</p>
  +                                                <p>
  +<b>About Avalon:</b>
  +      The Avalon project is Apache's Java Server Framework. It is
  +      separated into five sub projects: Framework, Excalibur, LogKit,
  +      Cornerstone, and Phoenix. Its purpose is to simplify
  +      server side programming for Java based projects.  It
  +      formalizes serveral best of breed practices and patterns for
  +      server side programming.
  +    <p>For more information about Avalon, please go to
  +    <a 
href="http://jakarta.apache.org/avalon";>http://jakarta.apache.org/avalon</a>.</p>
  +</p>
  +                                                <p>
  +<b>About Avalon Phoenix 4.0a2:</b>
  +        Avalon Phoenix is a micro-kernel designed and implemented on top of
  +        the Avalon Framework. It is both an API to program to and a reference
  +        implementation. The reference implementation provides a number of
  +        facilities to manage the environment of Server Applications. Such
  +        facilities include log management, classloading, thread management and
  +        security. In the future it will conditionally offer support extra
  +        facilities such as central server management, server pools, and other
  +        facilities aimed at reducing the time to market. The API defines a
  +        standard method of piecing togther server components and creating a
  +        server.
  +      <p>
  +        In order to see Avalon Phoenix at work, you should grab the example
  +        applications or servers that are included in Avalon Cornerstone.
  +        <a href="http://jakarta.apache.org/james/";>Apache James</a>
  +        uses Phoenix for it's mail server.
  +      </p>
  +<p>For more information about Avalon Phoenix 4.0a2, please go to
  +    <a 
href="http://jakarta.apache.org/avalon/phoenix";>http://jakarta.apache.org/avalon/phoenix</a>.</p>
  +</p>
  +                                                <hr size="1" noshade="" />
  +                                                <h3>26 October 2001 - LogKit 1.0 
Released</h3>
                                                   <p>The Avalon team is proud to 
announce the 1.0 final release of LogKit.</p>
                                                   <p>
   <b>About Avalon:</b>
  
  
  
  1.100     +1 -1      jakarta-site/xdocs/site/binindex.xml
  
  Index: binindex.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-site/xdocs/site/binindex.xml,v
  retrieving revision 1.99
  retrieving revision 1.100
  diff -u -r1.99 -r1.100
  --- binindex.xml      2001/11/09 03:47:30     1.99
  +++ binindex.xml      2001/11/12 06:57:53     1.100
  @@ -97,7 +97,7 @@
   </h2>
   
   <ul>
  -<li><a 
href="http://www.apache.org/dist/jakarta/jakarta-avalon/release/phoenix/latest/";>Avalon
 Phoenix 4.0 alpha 1</a></li>
  +<li><a 
href="http://www.apache.org/dist/jakarta/jakarta-avalon/release/phoenix/latest/";>Avalon
 Phoenix 4.0 alpha 2</a></li>
   <li><a 
href="http://www.apache.org/dist/jakarta/jakarta-lucene/release/v1.2-rc2/";>Lucene 1.2 
Release Candidate 2</a></li>
   <li><a 
href="http://www.apache.org/dist/jakarta/jakarta-tomcat/release/v3.2.4-beta-1/bin/";>Tomcat
 3.2.4 beta 1</a></li>
   </ul>
  
  
  
  1.92      +36 -0     jakarta-site/xdocs/site/news.xml
  
  Index: news.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-site/xdocs/site/news.xml,v
  retrieving revision 1.91
  retrieving revision 1.92
  diff -u -r1.91 -r1.92
  --- news.xml  2001/10/26 19:08:21     1.91
  +++ news.xml  2001/11/12 06:57:53     1.92
  @@ -10,6 +10,42 @@
   <body>
   
   <section name="News &amp; Status">
  +<h3>11 November 2001 - Avalon Phoenix 4.0a2 Released</h3>
  +<p>The Avalon team is proud to announce the 4.0a2 alpha release
  +of Avalon Phoenix.</p>
  +<p>
  +<b>About Avalon:</b>
  +      The Avalon project is Apache's Java Server Framework. It is
  +      separated into five sub projects: Framework, Excalibur, LogKit,
  +      Cornerstone, and Phoenix. Its purpose is to simplify
  +      server side programming for Java based projects.  It
  +      formalizes serveral best of breed practices and patterns for
  +      server side programming.
  +    <p>For more information about Avalon, please go to
  +    <a 
href="http://jakarta.apache.org/avalon";>http://jakarta.apache.org/avalon</a>.</p>
  +</p>
  +<p>
  +<b>About Avalon Phoenix 4.0a2:</b>
  +        Avalon Phoenix is a micro-kernel designed and implemented on top of
  +        the Avalon Framework. It is both an API to program to and a reference
  +        implementation. The reference implementation provides a number of
  +        facilities to manage the environment of Server Applications. Such
  +        facilities include log management, classloading, thread management and
  +        security. In the future it will conditionally offer support extra
  +        facilities such as central server management, server pools, and other
  +        facilities aimed at reducing the time to market. The API defines a
  +        standard method of piecing togther server components and creating a
  +        server.
  +      <p>
  +        In order to see Avalon Phoenix at work, you should grab the example
  +        applications or servers that are included in Avalon Cornerstone.
  +        <a href="http://jakarta.apache.org/james/";>Apache James</a>
  +        uses Phoenix for it's mail server.
  +      </p>
  +<p>For more information about Avalon Phoenix 4.0a2, please go to
  +    <a 
href="http://jakarta.apache.org/avalon/phoenix";>http://jakarta.apache.org/avalon/phoenix</a>.</p>
  +</p>
  +<hr size="1" noshade=""/>
   <h3>26 October 2001 - LogKit 1.0 Released</h3>
   <p>The Avalon team is proud to announce the 1.0 final release of LogKit.</p>
   <p>
  
  
  

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

Reply via email to