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 js...@apache.org on 2003/01/26 00:12:22 UTC

cvs commit: jakarta-site2/xdocs/site news.xml overview.xml

jsdever     2003/01/25 15:12:22

  Modified:    docs     index.html
               docs/site news.html overview.html
               xdocs    index.xml
               xdocs/site news.xml overview.xml
  Log:
  update to reflect release of commons-httpclient
  
  Revision  Changes    Path
  1.191     +1 -0      jakarta-site2/docs/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/docs/index.html,v
  retrieving revision 1.190
  retrieving revision 1.191
  diff -u -r1.190 -r1.191
  --- index.html	23 Jan 2003 20:11:49 -0000	1.190
  +++ index.html	25 Jan 2003 23:12:21 -0000	1.191
  @@ -166,6 +166,7 @@
           <blockquote>
                                       <p>
   <ul>
  +<li><a href="site/news.html#20030125.1">25 January 2003 - <b> Commons HttpClient 2.0 Alpha 2 Released</b></a></li>
   <li><a href="site/news.html#20030121.1">21 January 2003 - <b> Commons BeanUtils 1.6 Released</b></a></li>
   <li><a href="site/news.html#1230.1">30 December 2002 - <b>Struts 1.1 Beta 3 Released</b></a></li>
   <li><a href="site/news.html#1229.1">29 December 2002 - <b>James 2.1 Released</b></a></li>
  
  
  
  1.269     +21 -1     jakarta-site2/docs/site/news.html
  
  Index: news.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/docs/site/news.html,v
  retrieving revision 1.268
  retrieving revision 1.269
  diff -u -r1.268 -r1.269
  --- news.html	23 Jan 2003 16:43:12 -0000	1.268
  +++ news.html	25 Jan 2003 23:12:21 -0000	1.269
  @@ -164,7 +164,27 @@
         </td></tr>
         <tr><td>
           <blockquote>
  -                                    <a name="20030121.1">
  +                                    <a name="20030125.1">
  +<h3>25 January 2003 - Commons HttpClient 2.0 Alpha 2 Released</h3>
  +</a>
  +                                                <p>
  +After many months and a great resurgence of developers, the new build
  +of <em>HttpClient</em> is finally here.  The new group of developers has done
  +extensive refactoring to move the project along the new vision.
  +The code base has reached a significant level of maturity and we
  +expect that the beta builds will come quickly and that the 
  +final release of 2.0 is not far away!
  +</p>
  +                                                <p>
  +The <em>HttpClient</em> revision 2.0 Alpha 2 is available for 
  +<a href="downloads.html">download</a>.
  +</p>
  +                                                <p>
  +Also check out the new <em>HttpClient</em> logo on the maven generated
  +<a href="http://jakarta.apache.org/commons/httpclient/">website</a>!
  +</p>
  +                                                <hr size="1" noshade="noshade" />
  +                                                <a name="20030121.1">
   <h3>21 January 2003 - Commons BeanUtils 1.6 Released</h3>
   </a>
                                                   <p>
  
  
  
  1.18      +5 -6      jakarta-site2/docs/site/overview.html
  
  Index: overview.html
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/docs/site/overview.html,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- overview.html	12 Jan 2003 15:54:07 -0000	1.17
  +++ overview.html	25 Jan 2003 23:12:21 -0000	1.18
  @@ -277,23 +277,22 @@
                   </ul>
                 </li>
   
  -              <li><b>HTTP Client</b>
  -                <p>The Jakarta Commons HTTP Client component provides
  +              <li><b>HttpClient</b>
  +                  <p>The Jakarta Commons <em>HttpClient</em> component provides
                   an efficient, up-to-date, and feature-rich package
                   implementing the client side of the most recent HTTP
                   standards and recommendations.</p>
   
                   <p>Designed for extension while providing robust
  -                support for the base HTTP protocol, the HTTP Client
  +                support for the base HTTP and HTTPS protocols, the <em>HttpClient</em>
                   component may be of interest to anyone building
                   HTTP-aware client applications such as web browsers,
                   web service clients, or systems that leverage or
                   extend the HTTP protocol for distributed
                   communication.</p>
                   <ul>
  -                  <li><b>Documentation: </b>Overview, supported protocols, 
  -                    and Javadoc</li>
  -                  <li><b>Version: </b>2.0 alpha 1</li>
  +                  <li><b>Documentation: </b>Overview, supported protocols, and Javadoc</li>
  +                  <li><a href="http://jakarta.apache.org/commons/httpclient/">HttpClient Website</a></li>
                   </ul>
                 </li>
   
  
  
  
  1.146     +1 -0      jakarta-site2/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/xdocs/index.xml,v
  retrieving revision 1.145
  retrieving revision 1.146
  diff -u -r1.145 -r1.146
  --- index.xml	23 Jan 2003 20:11:48 -0000	1.145
  +++ index.xml	25 Jan 2003 23:12:21 -0000	1.146
  @@ -12,6 +12,7 @@
   <section name="Product News">
   <p>
   <ul>
  +<li><a href="site/news.html#20030125.1">25 January 2003 - <b> Commons HttpClient 2.0 Alpha 2 Released</b></a></li>
   <li><a href="site/news.html#20030121.1">21 January 2003 - <b> Commons BeanUtils 1.6 Released</b></a></li>
   <li><a href="site/news.html#1230.1">30 December 2002 - <b>Struts 1.1 Beta 3 Released</b></a></li>
   <li><a href="site/news.html#1229.1">29 December 2002 - <b>James 2.1 Released</b></a></li>
  
  
  
  1.230     +22 -0     jakarta-site2/xdocs/site/news.xml
  
  Index: news.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/xdocs/site/news.xml,v
  retrieving revision 1.229
  retrieving revision 1.230
  diff -u -r1.229 -r1.230
  --- news.xml	23 Jan 2003 16:43:16 -0000	1.229
  +++ news.xml	25 Jan 2003 23:12:22 -0000	1.230
  @@ -11,6 +11,28 @@
   
   <section name="News &amp; Status">
   
  +<a name="20030125.1">
  +<h3>25 January 2003 - Commons HttpClient 2.0 Alpha 2 Released</h3>
  +</a>
  +<p>
  +After many months and a great resurgence of developers, the new build
  +of <em>HttpClient</em> is finally here.  The new group of developers has done
  +extensive refactoring to move the project along the new vision.
  +The code base has reached a significant level of maturity and we
  +expect that the beta builds will come quickly and that the 
  +final release of 2.0 is not far away!
  +</p>
  +<p>
  +The <em>HttpClient</em> revision 2.0 Alpha 2 is available for 
  +<a href="downloads.html">download</a>.
  +</p>
  +<p>
  +Also check out the new <em>HttpClient</em> logo on the maven generated
  +<a href="http://jakarta.apache.org/commons/httpclient/">website</a>!
  +</p>
  +
  +<hr size="1" noshade="noshade" />
  +
   <a name="20030121.1">
   <h3>21 January 2003 - Commons BeanUtils 1.6 Released</h3>
   </a>
  
  
  
  1.11      +5 -6      jakarta-site2/xdocs/site/overview.xml
  
  Index: overview.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-site2/xdocs/site/overview.xml,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- overview.xml	2 Apr 2002 16:24:37 -0000	1.10
  +++ overview.xml	25 Jan 2003 23:12:22 -0000	1.11
  @@ -100,23 +100,22 @@
                   </ul>
                 </li>
   
  -              <li><b>HTTP Client</b>
  -                <p>The Jakarta Commons HTTP Client component provides
  +              <li><b>HttpClient</b>
  +                  <p>The Jakarta Commons <em>HttpClient</em> component provides
                   an efficient, up-to-date, and feature-rich package
                   implementing the client side of the most recent HTTP
                   standards and recommendations.</p>
   
                   <p>Designed for extension while providing robust
  -                support for the base HTTP protocol, the HTTP Client
  +                support for the base HTTP and HTTPS protocols, the <em>HttpClient</em>
                   component may be of interest to anyone building
                   HTTP-aware client applications such as web browsers,
                   web service clients, or systems that leverage or
                   extend the HTTP protocol for distributed
                   communication.</p>
                   <ul>
  -                  <li><b>Documentation: </b>Overview, supported protocols, 
  -                    and Javadoc</li>
  -                  <li><b>Version: </b>2.0 alpha 1</li>
  +                  <li><b>Documentation: </b>Overview, supported protocols, and Javadoc</li>
  +                  <li><a href="http://jakarta.apache.org/commons/httpclient/">HttpClient Website</a></li>
                   </ul>
                 </li>
   
  
  
  

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