You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by nd...@apache.org on 2002/11/26 18:44:22 UTC

cvs commit: httpd-site/xdocs/dev devnotes.xml

nd          2002/11/26 09:44:22

  Modified:    docs/dev devnotes.html how-to-release.html index.html
               xdocs/dev devnotes.xml
  Log:
  - added missing </section> to devnotes.xml
  - update transformation of some documents
  
  Revision  Changes    Path
  1.19      +12 -1     httpd-site/docs/dev/devnotes.html
  
  Index: devnotes.html
  ===================================================================
  RCS file: /home/cvs/httpd-site/docs/dev/devnotes.html,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- devnotes.html	24 Nov 2002 19:57:24 -0000	1.18
  +++ devnotes.html	26 Nov 2002 17:44:22 -0000	1.19
  @@ -214,11 +214,22 @@
       </tr>
     </table>
   </div>
  -<p>The httpd repository takes advantage of APR and APR-util from the
  +<p>The httpd-2.0 repository takes advantage of APR and APR-util from the
     Apache portable run-time, so those must be checked out separately.
     Because not all httpd contributors have access to APR, you may need to
     use anonymous CVS to get those repositories.  We are looking in to 
     solving this problem.</p>
  +  </blockquote>
  + </td></tr>
  +</table>
  +<table border="0" cellspacing="0" cellpadding="2" width="100%">
  + <tr><td bgcolor="#828DA6">
  +  <font color="#ffffff" face="arial,helvetica,sanserif">
  +   <strong>httpd-2.1</strong>
  +  </font>
  + </td></tr>
  + <tr><td>
  +  <blockquote>
   <p>If you want to check out the bleeding edge of development, the httpd-2.1
     development tree (slated for a release 2.2), use cvs HEAD as follows:</p>
   <div align="left">
  
  
  
  1.24      +2 -2      httpd-site/docs/dev/how-to-release.html
  
  Index: how-to-release.html
  ===================================================================
  RCS file: /home/cvs/httpd-site/docs/dev/how-to-release.html,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- how-to-release.html	24 Nov 2002 19:57:24 -0000	1.23
  +++ how-to-release.html	26 Nov 2002 17:44:22 -0000	1.24
  @@ -69,10 +69,10 @@
   Ken Coar &lt;coar@apache.org&gt;<br />
   Martin Kraemer &lt;martin@apache.org&gt;<br />
   </p>
  -<p><b><font color="red">This document has been obsoleted in httpd-2.X by the
  +<p><b><font color="red">This document has been obsoleted in httpd-2.0 by the
   build/httpd_roll_release script.</font></b>  It does everything for you.  At
   some point, we may come back and update this document.  So, in the
  -meantime, ignore this and use that script for Apache 2.X rolls.</p>
  +meantime, ignore this and use that script for Apache 2.0 rolls.</p>
   <p>This document describes the typical release cycle the release manager has 
   to step through when creating a new Apache release.  It is written down as a
   step-by-step instruction list and should be followed exactly as specified to
  
  
  
  1.24      +0 -2      httpd-site/docs/dev/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/httpd-site/docs/dev/index.html,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- index.html	24 Nov 2002 19:57:24 -0000	1.23
  +++ index.html	26 Nov 2002 17:44:22 -0000	1.24
  @@ -70,8 +70,6 @@
    </td></tr>
   </table>
              <table border="0" cellspacing="0" cellpadding="2" width="100%">
  -    <td align="left" valign="top">
  -                <table border="0" cellspacing="0" cellpadding="2" width="100%">
    <tr><td bgcolor="#525D76">
     <font color="#ffffff" face="arial,helvetica,sanserif">
      <strong>Developer News</strong>
  
  
  
  1.5       +1 -0      httpd-site/xdocs/dev/devnotes.xml
  
  Index: devnotes.xml
  ===================================================================
  RCS file: /home/cvs/httpd-site/xdocs/dev/devnotes.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- devnotes.xml	25 Nov 2002 05:17:40 -0000	1.4
  +++ devnotes.xml	26 Nov 2002 17:44:22 -0000	1.5
  @@ -113,6 +113,7 @@
   % cvs checkout -d httpd-2.1 httpd-2.0
   % cd httpd-2.1/srclib
   % cvs checkout apr apr-util</source>
  +  </section>
   
     <section><title>site</title>
     <p>This module contains the files that live at