You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general-cvs@xml.apache.org by du...@apache.org on 2001/02/15 22:20:42 UTC

cvs commit: xml-site/targets/axis contact.html cvs.html intro.html ref.html who.html

dug         01/02/15 13:20:40

  Modified:    targets/axis contact.html cvs.html intro.html ref.html
                        who.html
  Log:
  Added committer list
  
  Revision  Changes    Path
  1.4       +1 -1      xml-site/targets/axis/contact.html
  
  Index: contact.html
  ===================================================================
  RCS file: /home/cvs/xml-site/targets/axis/contact.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- contact.html	2001/02/15 19:31:52	1.3
  +++ contact.html	2001/02/15 21:20:17	1.4
  @@ -22,7 +22,7 @@
   <a href="mailto:apache@apache.org">apache@apache.org</a>
   <p>
   You can find more contact information for the Apache Software Foundation
  -on the <a target="newone" href="http://www.apache.org/foundation/contact.html">
  +on the <a target="new" href="http://www.apache.org/foundation/contact.html">
   contact page of the main Apache site</a>.
   
   </html>
  
  
  
  1.4       +19 -0     xml-site/targets/axis/cvs.html
  
  Index: cvs.html
  ===================================================================
  RCS file: /home/cvs/xml-site/targets/axis/cvs.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- cvs.html	2001/02/15 19:31:53	1.3
  +++ cvs.html	2001/02/15 21:20:20	1.4
  @@ -37,6 +37,25 @@
   cvs -d :pserver:anoncvs@xml.apache.org:/home/cvspublic checkout xml-axis
   </pre>
   </td></tr>
  +</table>
   </blockquote>
  +
  +<b><font size=+1>Full Remote CVS Access</font></b>
  +<br>
  +If you are a <i>Committer</i> and have a login on the Apache development 
  +server, this section is for you. If you are not a Committer, but you want to 
  +submit patches or even request commit privelages, please see the
  +<a target="newone" href="http://jakarta.apache.org/site/guidelines.html">
  +Jakarta GuideLines 
  +</a>
  +page (we follow the same rules)
  +for more information. 
  +<p>
  +To have full access to the CVS server, you need to follow the links 
  +depending on the operating system you are using:
  +<ul>
  +  <li><a target="new" href="jakarta.apache.org/site/cvsonunix.html">Unix</a>
  +  <li><a target="new" href="jakarta.apache.org/site/cvsonwin32.html">Windows</a>
  +</ul>
   
   </html>
  
  
  
  1.4       +2 -2      xml-site/targets/axis/intro.html
  
  Index: intro.html
  ===================================================================
  RCS file: /home/cvs/xml-site/targets/axis/intro.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- intro.html	2001/02/15 19:31:55	1.3
  +++ intro.html	2001/02/15 21:20:22	1.4
  @@ -9,7 +9,7 @@
   
   Apache AXIS is an implementation of the 
   SOAP ("Simple Object Access Protocol")
  -<a target="newone" href="http://www.w3.org/TR/SOAP">
  +<a target="new" href="http://www.w3.org/TR/SOAP">
   submission</a> to W3C. 
   <p>
   
  @@ -26,6 +26,6 @@
   <p>
   
   This project is a follow-on to the 
  -<a target="newone" href="http://xml.apache.org/soap">Apache SOAP project</a>.
  +<a target="new" href="http://xml.apache.org/soap">Apache SOAP project</a>.
   
   </html>
  
  
  
  1.4       +6 -6      xml-site/targets/axis/ref.html
  
  Index: ref.html
  ===================================================================
  RCS file: /home/cvs/xml-site/targets/axis/ref.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ref.html	2001/02/15 19:32:03	1.3
  +++ ref.html	2001/02/15 21:20:24	1.4
  @@ -19,14 +19,14 @@
   to the project. 
   <p>
   
  -<a target="newone" href="http://java.sun.com/docs/books/jls/index.html">
  +<a target="new" href="http://java.sun.com/docs/books/jls/index.html">
   <b>The Java Language Specification</b></a>
   <br>
   Written by the creators of the Java Programming Language, this online book 
   is considered by many to be the bible for programming in Java. A must read. 
   <p>
   
  -<a target="newone" href="http://java.sun.com/products/jdk/javadoc/index.html">
  +<a target="new" href="http://java.sun.com/products/jdk/javadoc/index.html">
   <b>Javadoc</b></a>
   <br>
   Javadoc is the automatic software documentation generator used by Java since 
  @@ -34,7 +34,7 @@
   using Javadoc conventions. 
   <p>
   
  -<a target="newone" 
  +<a target="new" 
      href="http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html">
   <b>The Java Code Conventions</b></a>
   <br>
  @@ -42,21 +42,21 @@
   code. All code written for this project must follow these conventions. 
   <p>
   
  -<a target="newone" href="http://cvsbook.red-bean.com/">
  +<a target="new" href="http://cvsbook.red-bean.com/">
   <b>Open Source Development with CVS</b></a>
   <br>
   Written by Karl Fogel, this is an online version of many of the primary 
   chapters from the dead-tree version of his book. 
   <p>
   
  -<a target="newone" href="http://www.cvshome.org/docs/blandy.html">
  +<a target="new" href="http://www.cvshome.org/docs/blandy.html">
   <b>Introduction to CVS</b></a>
   <br>
   Written by Jim Blandy, this brief introduction gives a first look into 
   CVS. If you have never used CVS before, you'll want to start here. 
   <p>
   
  -<a target="newone" href="http://www.cvshome.org/docs/manual/cvs.html">
  +<a target="new" href="http://www.cvshome.org/docs/manual/cvs.html">
   <b>Version Management with CVS</b></a>
   <br>
   Written by Per Cederqvist at al, this is the main manual for CVS. It 
  
  
  
  1.4       +16 -1     xml-site/targets/axis/who.html
  
  Index: who.html
  ===================================================================
  RCS file: /home/cvs/xml-site/targets/axis/who.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- who.html	2001/02/15 19:32:07	1.3
  +++ who.html	2001/02/15 21:20:26	1.4
  @@ -26,6 +26,21 @@
   <b><font size=+1>Committers</font></b>
   <p>
   
  -...(get the list from sam)...
  +<li> <b>Brian Behlendorf</b> (brian@hyperrel.org) <br>
  +<li> <b>Christopher Nelson</b> (cnelson@synchrony.net) <br>
  +<li> <b>Doug Davis</b> (dug@apache.org) <br>
  +<li> <b>George Matkovits</b> (matkovitsg@apache.org) <br>
  +<li> <b>Glen Daniels</b> (gdaniels@apache.org) <br>
  +<li> <b>Jacek Kopecky</b> (jacek@apache.org) <br>
  +<li> <b>James Snell</b> (jmsnell@apache.org) <br>
  +<li> <b>Matt Duflter</b> (duftler@apache.org) <br>
  +<li> <b>Ryo Neyama</b> (neyama@apache.org) <br>
  +<li> <b>Sam Ruby</b> (rubys@us.ibm.com) <br>
  +<li> <b>Sanjiva Weerawarana</b> (sanjiva@watson.ibm.com) <br>
  +<li> <b>Steve Graham</b> (sgg@apache.org) <br>
  +<li> <b>Vahe Amirbekyan</b> (avahe@apache.org) <br>
  +<li> <b>Wouter Cloetens</b> (wouter@mind.be) <br>
  +<li> <b>Yuhichi Nakamura</b> (nakamury@apache.org) <br>
  +<li> <b>kmitchell</b> (kmitchell@com) <br>
   
   </html>