owenb 2003/02/28 05:12:53
Modified: java/doc mail.html news.html bugs.html Log: Point to the correct mailing lists and the "new" web site Revision Changes Path 1.4 +55 -5 xml-axis-wsif/java/doc/mail.html Index: mail.html =================================================================== RCS file: /home/cvs/xml-axis-wsif/java/doc/mail.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- mail.html 28 Dec 2002 02:25:05 -0000 1.3 +++ mail.html 28 Feb 2003 13:12:53 -0000 1.4 @@ -9,10 +9,60 @@ <b><font size=+2> Mailing lists </font></b> -<p>You can contribute to WSIF by participating in discussions on the -<A href="http://xml.apache.org/axis/mail.html">axis-user and axis-dev -mailing lists</A>. Please follow the prescribed <a href="http://xml.apache.org/axis/mailguide.html">guidelines</a>. -and use <b> <tt>[wsif]</tt></b> prefix in the subject of your WSIF-related -emails so it is easy to identify WSIF-related posts on the Axis lists. </p> +<a name="N1000C"></a> +<p>Before subscribing to any of the mailing lists, please make sure you have + read and understand the <a href="http://ws.apache.org/axis/mailguide.html">guidelines</a>.</p> +<p>While the mailing lists are not archived on Apache they are available + at other sites, for example <a href="http://marc.theaimsgroup.com"> + http://marc.theaimsgroup.com</a> is pretty good.</p> +<p>Note that WSIF related mail was exchanged on the Axis user and dev lists until + early 2003 (WSIF related mails had subject lines prefixed with [wsif]). So you can search + those lists (also available on <a href="http://marc.theaimsgroup.com">http://marc.theaimsgroup.com</a>) + for old messages.</p> + + +<a name="N10027"></a> +<h3>The WSIF User List</h3> +<p>This list is for developers that are using WSIF in their own projects to + ask questions, share knowledge, and discuss issues related to using WSIF.<em>(Medium Traffic)</em> + +</p> +<ul> + +<li> +<a href="mailto:[EMAIL PROTECTED]">Subscribe</a> +</li> + +<li> +<a href="mailto:[EMAIL PROTECTED]">Unsubscribe</a> +</li> + +<li> +<a href="mailto:[EMAIL PROTECTED]">Send mail to list</a> +</li> + +</ul> + +<a name="N10043"></a> +<h3>The WSIF Developer List</h3> +<p> This is the list where participating developers of the WSIF project meet + and discuss issues, code changes/additions, etc. <em>(Medium Traffic)</em> + +</p> +<ul> + +<li> +<a href="mailto:[EMAIL PROTECTED]">Subscribe</a> +</li> + +<li> +<a href="mailto:[EMAIL PROTECTED]">Unsubscribe</a> +</li> + +<li> +<a href="mailto:[EMAIL PROTECTED]">Send mail to list</a> +</li> + +</ul> <hr width="100%"> </body></html> 1.4 +10 -10 xml-axis-wsif/java/doc/news.html Index: news.html =================================================================== RCS file: /home/cvs/xml-axis-wsif/java/doc/news.html,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- news.html 28 Dec 2002 02:25:05 -0000 1.3 +++ news.html 28 Feb 2003 13:12:53 -0000 1.4 @@ -7,15 +7,15 @@ <body alink="#0000ff" bgcolor="#ffffff" leftmargin="2" topmargin="2" marginwidth="2" marginheight="2"> <H2>What is new with WSIF?</H2> -<p>WSIF has it's own home at <a href="http://xml.apache.org/axis/wsif">http://xml.apache.org/axis/wsif</a>.</p> -<p>The first Apache WSIF release candidate is currently being worked on and -should be available in the near future. Check back here and watch the -<a href="mail.html">mailing lists</a> for news.</p> -<p>You can download interim releases from <a href="http://cvs.apache.org/dist/axis/wsif/">http://cvs.apache.org/dist/axis/wsif/</a>. </p> -<p>Detailed <a href="changes.html">list of changes in this release</a> is -available (you can also visit -<a href="http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis-wsif/java/doc/changes.html"> -online list of changes</a> in the latest CVS version to monitor WSIF progress).</p> + <p>2nd February 2003 - WSIF distribution files is now moved to its pernament home at + <a href="http://ws.apache.org/dist/wsif/">http://ws.apache.org/dist/wsif</a>. + </p> + <p>WSIF has it's own home at + <a href="http://ws.apache.org/wsif">http://ws.apache.org/wsif</a> +.</p> + <p>27th January 2003 - The first Apache WSIF release is now available. You can download it from + <a href="http://cvs.apache.org/dist/axis/wsif/">http://cvs.apache.org/dist/axis/wsif/</a>. + </p> <hr> <address> 1.3 +1 -1 xml-axis-wsif/java/doc/bugs.html Index: bugs.html =================================================================== RCS file: /home/cvs/xml-axis-wsif/java/doc/bugs.html,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- bugs.html 28 Dec 2002 02:25:05 -0000 1.2 +++ bugs.html 28 Feb 2003 13:12:53 -0000 1.3 @@ -43,7 +43,7 @@ </ul> <p>We also encourage you to write patches for problems you find and submit them to the -<a href="mailto:[EMAIL PROTECTED]">axis-dev</a> mailing list (prefix your message with <tt>[wsif]</tt>). +<a href="mailto:[EMAIL PROTECTED]">wsif-dev</a> mailing list. If we agree the problem is a bug and the patch fixes it and does not break something else, we are likely to include the patch in the next release. <hr width="100%">
