You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by to...@apache.org on 2003/12/18 23:07:01 UTC

cvs commit: ws-axis/contrib/axisdocs/src/documentation/content/xdocs index.xml interim.xml news.xml releases.xml who.xml

tomj        2003/12/18 14:07:01

  Modified:    contrib/axisdocs/src/documentation/content/xdocs index.xml
                        interim.xml news.xml releases.xml who.xml
  Log:
  Update web site:
  
  - Add 1.2 Alpha to front page.
  - Remove Axis 1.0 rationale as it is a bit dated, add 1.2 text.
  - Add a pointer to the source code snapshots
  - Add 1.2 Alpha to the news page.
  - Add 1.2 Alpha to the releases page.
  - Move a bunch of inactive committers to inactive list
  - change Glen's Email address.
  
  Revision  Changes    Path
  1.2       +29 -21    ws-axis/contrib/axisdocs/src/documentation/content/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/contrib/axisdocs/src/documentation/content/xdocs/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml	16 Oct 2003 18:48:10 -0000	1.1
  +++ index.xml	18 Dec 2003 22:07:01 -0000	1.2
  @@ -8,8 +8,11 @@
       <section>
         <title>WebServices - Axis - Introduction</title>
   
  -<p>NEWS (June 16, 2003) : Axis <link href="http://ws.apache.org/axis/download.cgi">1.1 
  -  Final </link> is now available (read the <link href="http://cvs.apache.org/viewcvs/%7Echeckout%7E/ws-axis/java/release-notes.html">release 
  +<p>NEWS (December 1, 2003) : Axis <link href="http://ws.apache.org/axis/download.cgi">1.2 
  +  Alpha </link> is now available.
  +</p>
  +<p>(June 16, 2003) : Axis <link href="http://ws.apache.org/axis/download.cgi">1.1 
  +  Final </link> is still the most recent stable release (read the <link href="http://cvs.apache.org/viewcvs/%7Echeckout%7E/ws-axis/java/release-notes.html">release 
     notes</link>)! 
   </p>
   <hr/>
  @@ -24,33 +27,38 @@
   describing what is in a message and how to process it, a set of encoding
   rules for expressing instances of application-defined datatypes, and a
   convention for representing remote procedure calls and responses.</blockquote>
  -This project is a follow-on to the <link href="http://ws.apache.org/soap">Apache
  -SOAP project</link>.
  +</p>
  +<p>
  +This project is a follow-on to the <link href="http://ws.apache.org/soap">Apache SOAP project</link>.
   </p>
   <p>Please see the <link href="ref.html">Reference Library</link> for a list of
   technical resources that should prove useful.
  -</p><p>The latest list of <link href="http://cvs.apache.org/viewcvs/%7Echeckout%7E/ws-axis/java/docs/requirements.html?content-type=text/html">requirements</link> 
  -  is also available. 
   </p>
   </section>
  -    <section>
  -      <title>Rationale for Releasing Axis 1.0</title>
  +
  +<section>
  +      <title>Axis 1.2 and beyond</title>
  +<p>
  +Axis 1.1 has proven itself to be a reliable and stable base on which to
  +implement Java Web Services.  There is a very active 
  +<link href="http://ws.apache.org/axis/mail.html">user community</link>
  + and there a many companies who use Axis for Web Service
  +support in their products.
  +</p>
   <p>
  -Many users have requested a v1.0 so that they can work from a relatively
  -stable base. Some users have even remained on Apache SOAP until v1.0 of
  -Axis is available. Now Axis has surpassed Apache SOAP in function,
  -performance, and interoperability and, in particular, has passed Sun's 
  -JAX-RPC and SAAJ compliance tests, we decided to ship v1.0 as it 
  -currently stands.
  +For Axis 1.2, we are focusing on our document/literal support to better address the 
  +<link href="http://www.ws-i.org/Profiles/Basic/2003-08/BasicProfile-1.0a.html">WS-I Basic Profile 1.0</link>
  + and <link href="http://java.sun.com/xml/downloads/jaxrpc.html">JAX-RPC 1.1</link> specifications.
  +And we are fixing as many bug as possible.
   </p>
   <p>
  -However, this is far from the end of the road for Axis: there is more
  -documentation to be written; the SOAP v1.2 spec. needs to be tracked to
  -completion and implemented fully; major functional enhancements and
  -architectural improvements are being considered. We particularly encourage
  -you to submit improvements to the documentation, however large or small and
  -in any format, to axis-dev@ws.apache.org. Also, interoperability
  -is always a concern, so please report all <i>replicatable</i> bugs.
  +We can always use <b>your</b> help.  Here are some links to help you help us:
  +<ul>
  +<li><link href="http://ws.apache.org/axis/bugs.html">How do I report bugs?</link></li>
  +<li><link href="http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/SubmitPatches">How do I submit patches to Axis?</link></li>
  +<li><link href="http://cvs.apache.org/snapshots/ws-axis/">Where can i get snapshots of latest CVS?</link></li> 
  +</ul>
  +
   </p>
       </section>
       <section>
  
  
  
  1.2       +10 -1     ws-axis/contrib/axisdocs/src/documentation/content/xdocs/interim.xml
  
  Index: interim.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/contrib/axisdocs/src/documentation/content/xdocs/interim.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- interim.xml	16 Oct 2003 18:48:10 -0000	1.1
  +++ interim.xml	18 Dec 2003 22:07:01 -0000	1.2
  @@ -12,8 +12,17 @@
   CVS repository.  The source and binaries from these builds are available at:
   <br/>
   <blockquote>
  -<link href="http://cvs.apache.org/dist/axis/nightly">
  +<link href="http://cvs.apache.org/dist/axis/nightly ">
   http://cvs.apache.org/dist/axis/nightly
  +</link>
  +</blockquote>
  +</p>
  +<p>
  +Nightly Snapshots of the current CVS source tree are available at:
  +<br/>
  +<blockquote>
  +<link href="http://cvs.apache.org/snapshots/ws-axis/">
  +http://cvs.apache.org/snapshots/ws-axis/
   </link>
   </blockquote>
   </p>
  
  
  
  1.4       +1 -0      ws-axis/contrib/axisdocs/src/documentation/content/xdocs/news.xml
  
  Index: news.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/contrib/axisdocs/src/documentation/content/xdocs/news.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- news.xml	2 Dec 2003 13:00:40 -0000	1.3
  +++ news.xml	18 Dec 2003 22:07:01 -0000	1.4
  @@ -7,6 +7,7 @@
     <body> 
       <section>
         <title>WebServices - Axis - News</title>
  +<p>(December 01, 2003) : Axis <link href="http://archive.apache.org/dist/ws/axis/1_2alpha/">1.2 Alpha</link> is available! </p>
   <p>(December 01, 2003) : Axis C++ <link href="http://www.apache.org/dist/ws/axis-c/">Beta</link> is available! </p>
   <p>(October 31, 2003) : Axis C++ alpha has been released! </p>
   <p>(September 10, 2003) : Axis CVS Repository has moved from xml-axis to <link href="http://cvs.apache.org/viewcvs/ws-axis/">ws-axis</link></p>
  
  
  
  1.2       +5 -0      ws-axis/contrib/axisdocs/src/documentation/content/xdocs/releases.xml
  
  Index: releases.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/contrib/axisdocs/src/documentation/content/xdocs/releases.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- releases.xml	16 Oct 2003 18:48:10 -0000	1.1
  +++ releases.xml	18 Dec 2003 22:07:01 -0000	1.2
  @@ -15,6 +15,11 @@
       <td><b>Description</b></td>
     </tr>
     <tr>
  +    <td><link href="http://archive.apache.org/dist/ws/axis/1_2alpha/">1.2alpha</link></td>
  +    <td>December 1, 2003</td>
  +    <td>Alpha Version 1.2.</td>
  +  </tr>
  +  <tr>
       <td><link href="http://ws.apache.org/axis/download.cgi">1.1</link> (from mirror)</td>
       <td>June 16, 2003</td>
       <td>Final Version 1.1.</td>
  
  
  
  1.3       +31 -31    ws-axis/contrib/axisdocs/src/documentation/content/xdocs/who.xml
  
  Index: who.xml
  ===================================================================
  RCS file: /home/cvs/ws-axis/contrib/axisdocs/src/documentation/content/xdocs/who.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- who.xml	19 Nov 2003 12:45:39 -0000	1.2
  +++ who.xml	18 Dec 2003 22:07:01 -0000	1.3
  @@ -33,16 +33,12 @@
           &lt;<a href="mailto:Andras.Avar@nokia.com">andras.avar@nokia.com</a>&gt;
         </li>
         <li>
  -        <b>Russell Butek</b>
  -        &lt;<a href="mailto:butek@us.ibm.com">butek@us.ibm.com</a>&gt;
  -      </li>
  -      <li>
           <b>David Chappell</b>
           &lt;<a href="mailto:chappell@sonicsoftware.com">chappell@sonicsoftware.com</a>&gt;
         </li>
         <li>
           <b>Glen Daniels</b>
  -        &lt;<a href="mailto:gdaniels@macromedia.com">gdaniels@macromedia.com</a>&gt;
  +        &lt;<a href="mailto:gdaniels@apache.org">gdaniels@apache.org</a>&gt;
         </li>
         <li>
           <b>Doug Davis</b>
  @@ -82,44 +78,18 @@
           &lt;<a href="mailto:nakamury@apache.org">nakamury@apache.org</a>&gt;
         </li>
         <li>
  -        <b><a href="http://www.intertwingly.net/blog/">Sam
  -        Ruby</a></b>
  -        &lt;<a href="mailto:rubys@us.ibm.com">rubys@us.ibm.com</a>&gt;
  -      </li>
  -      <li>
  -        <b>Rick Rineholt
  -        &lt;</b><a href="mailto:rineholt@us.ibm.com">rineholt@us.ibm.com</a>
  -        <b>&gt;</b>
  -      </li>
  -      <li>
           <b>Thomas Sandholm</b>
           &lt;<a href="mailto:sandholm@mcs.anl.gov">sandholm@mcs.anl.gov</a>&gt;
         </li>
         <li>
  -        <b>Rich Scheuerle</b>
  -        &lt;<a href="mailto:scheu@us.ibm.com">scheu@us.ibm.com</a>&gt;
  -      </li>
  -      <li>
           <b>Igor Sedukhin</b>
           &lt;<a href="mailto:igors@apache.org">igors@apache.org</a>&gt;
         </li>
         <li>
  -        <b>Matt Seibert</b>
  -        &lt;<a href="mailto:mseibert@us.ibm.com">mseibert@us.ibm.com</a>&gt;
  -      </li>
  -      <li>
  -        <b>Richard Sitze</b>
  -        &lt;<a href="mailto:rsitze@apache.org">rsitze@apache.org</a>&gt;
  -      </li>
  -      <li>
           <b>Davanum Srinivas</b>
           &lt;<a href="mailto:dims@yahoo.com">dims@yahoo.com</a>&gt;
         </li>
         <li>
  -        <b>Vidyanand Murunikkara</b>
  -        &lt;<a href="mailto:Vidyanand@infravio.com">vidyanand@infravio.com</a>&gt;
  -      </li>
  -      <li>
           <b>Sanjiva Weerawarana</b>
           &lt;<a href="mailto:sanjiva@watson.ibm.com">sanjiva@watson.ibm.com</a>&gt;
         </li>
  @@ -177,6 +147,10 @@
           &lt;<a href="mailto:avahe@apache.org">avahe@apache.org</a>&gt;
         </li>
         <li>
  +        <b>Russell Butek</b>
  +        &lt;<a href="mailto:butek@us.ibm.com">butek@us.ibm.com</a>&gt;
  +      </li>
  +      <li>
           <b>Wouter Cloetens</b>
           &lt;<a href="mailto:wouter@mind.be">wouter@mind.be</a>&gt;
         </li>
  @@ -213,6 +187,10 @@
           &lt;<a href="mailto:kmitchell@apache.org">kmitchell@apache.org</a>&gt;
         </li>
         <li>
  +        <b>Vidyanand Murunikkara</b>
  +        &lt;<a href="mailto:Vidyanand@infravio.com">vidyanand@infravio.com</a>&gt;
  +      </li>
  +      <li>
           <b>Bill Nagy</b>
           &lt;<a href="mailto:wnagy@us.ibm.com">wnagy@us.ibm.com</a>&gt;
         </li>
  @@ -229,6 +207,28 @@
           &lt;<a href="mailto:glyn@apache.org">glyn@apache.org</a>&gt;
           [<a href="http://cvs.apache.org/~glyn">Apache home
           page</a>]
  +      </li>
  +      <li>
  +        <b>Rick Rineholt
  +        &lt;</b><a href="mailto:rineholt@us.ibm.com">rineholt@us.ibm.com</a>
  +        <b>&gt;</b>
  +      </li>
  +      <li>
  +        <b><a href="http://www.intertwingly.net/blog/">Sam
  +        Ruby</a></b>
  +        &lt;<a href="mailto:rubys@us.ibm.com">rubys@us.ibm.com</a>&gt;
  +      </li>
  +      <li>
  +        <b>Rich Scheuerle</b>
  +        &lt;<a href="mailto:scheu@us.ibm.com">scheu@us.ibm.com</a>&gt;
  +      </li>
  +      <li>
  +        <b>Matt Seibert</b>
  +        &lt;<a href="mailto:mseibert@us.ibm.com">mseibert@us.ibm.com</a>&gt;
  +      </li>
  +      <li>
  +        <b>Richard Sitze</b>
  +        &lt;<a href="mailto:rsitze@apache.org">rsitze@apache.org</a>&gt;
         </li>
         <li>
           <b>James Snell</b>