rbb         00/12/01 15:05:16

  Modified:    .        index.html
  Added:       .        mailing-lists.html
  Log:
  Add a page discussing the mailing lists.
  
  Revision  Changes    Path
  1.8       +7 -0      apr-site/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/apr-site/index.html,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- index.html        2000/11/25 00:54:51     1.7
  +++ index.html        2000/12/01 23:05:16     1.8
  @@ -42,5 +42,12 @@
         more information.
       </p>
   
  +    <h3>Mailing Lists</h3>
  +    <p>
  +      All of the development discussions happen on mailing lists, see 
  +      <a href="mailing-lists.html">Mailing lists</a> to learn how to take
  +      part in these discussions.
  +    </p>
  +
    </body>
   </html>
  
  
  
  1.1                  apr-site/mailing-lists.html
  
  Index: mailing-lists.html
  ===================================================================
  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
   "http://www.w3.org/TR/REC-html40/loose.dtd";>
  <HTML>
  <HEAD>
  <TITLE>APR Mailing Lists</TITLE>
  </HEAD>
  <!-- Background white, links blue (unvisited), navy (visited), red (active) 
-->
   <BODY
    BGCOLOR="#FFFFFF"
    TEXT="#000000"
    LINK="#0000FF"
    VLINK="#000080"
    ALINK="#FF0000"
   >
  <CENTER>
  <H1 ALIGN=CENTER>APR Mailing Lists</H1>
  </CENTER>
  
    <P>
    The Apache Project makes very heavy use of mailing lists.  All of
    these are <A HREF="http://www.ezmlm.org/";>ezmlm</A> lists, which
    means that if you want to subscribe to <B><EM>list</EM>@apache.org</B>
    then you want to email <B><EM>list</EM>[EMAIL PROTECTED]</B>,
    for any given list.  If you need help with the various ezmlm commands
    for a given list, email <B><EM>list</EM>[EMAIL PROTECTED]</B>.
    Details given below.
  
    <UL>
     <LI><A
                HREF="mailto:[EMAIL PROTECTED]"
         ><SAMP>cvs</SAMP></A>
      <P>
      This list is used to notify developers of changes to the master CVS
      repository.  As changes are applied, CVS log messages are sent to
      everyone who is a member of the list.
      </P>
     </LI>
  
     <LI><A HREF="mailto:[EMAIL PROTECTED]"
        <SAMP>dev</SAMP></A>
        <P>
        This list is the primary developer mailing list.  If you have
        patches or suggestions, feel free to share them with this list.
        </P>
  
    </UL>
   </BODY>
  </HTML>
  
  
  

Reply via email to