[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apr-cvs
Subject:    cvs commit: apr-site index.html
From:       jerenkrantz () apache ! org
Date:       2002-08-29 19:31:23
[Download RAW message or body]

jerenkrantz    2002/08/29 12:31:23

  Modified:    .        index.html
  Log:
  Revamp the apr.apache.org front page to be more informative about the
  subprojects and reorganize the whole shebang while we're at it.
  
  Revision  Changes    Path
  1.26      +59 -59    apr-site/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/apr-site/index.html,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- index.html	24 May 2002 22:25:54 -0000	1.25
  +++ index.html	29 Aug 2002 19:31:23 -0000	1.26
  @@ -22,7 +22,7 @@
       <h2>Projects Using APR</h2>
       <p>
         After three years of development, APR is beginning to see use outside
  -      of the Apache web server.  To encourage more people to investigate APR
  +      of the Apache HTTP Server.  To encourage more people to investigate APR
         for their projects, here are a list of both 
         <a href="projects.html#open_source">Open Source</a> and 
         <a href="projects.html#commercial">Commercial</a> projects that are 
  @@ -31,70 +31,70 @@
         the developer's mailing list.</a>
     </p>
   
  -    <h3>The Library API</h3>
  +    <h2>APR subprojects</h2>
       <p>
  -      APR uses Doxygen to generate all of the API as HTML files.  There
  -      are currently two APR packages, APR and APR-util.  Each has its
  -      own set of documentation.
  +      The following is a list of supported development projects under the
  +      APR Project.  All of the development happens on the indicated
  +      mailing lists.  See <a href="mailing-lists.html">mailing lists</a> to
  +      learn how to take part in these discussions.  Or, check the
  +      <a href="mail/">archives</a>.
       </p>
  -      <ul>
  -        <li><a href="docs/apr/">APR docs</a></li>
  -        <li><a href="docs/apr-util/">APR-util docs</a></li>
  -      </ul>
   
  -    <h3>How to build</h3>
  -    <p>
  -      This section, in general, needs a lot of work.  We hope it starts
  -      you in the right direction, and will offer more info soon as we
  -      begin to package APR as a seperate distribution with its own
  -      release schema.
  -    </p>
  -    <p>
  -      <a href="anoncvs.txt">Getting</a> the source code.
  -    </p>
  -    <p>
  -      <a href="http://cvs.apache.org/snapshots/apr/">Download</a> a tarball
  -      of the latest code snapshot.
  -    </p>
  -    <p>
  -      Compiling on <a href="compiling_win32.html">Win32</a> and
  -      <a href="compiling_unix.html">Unix</a>.  More help
  -      and details about other platforms coming soon!
  -    </p>
  +    <p>apr - a portable runtime library</p>
  +    <ul>
  +      <li>Source: <a href="http://cvs.apache.org/viewcvs.cgi/apr/">apr</a></li>
  +      <li>Mailing list: <a \
href="mailto:dev-subscribe@apr.apache.org">dev@apr.apache.org</a></li>  +      \
<li>Releases: <a href="http://www.apache.org/dist/apr/">apr releases</a></li>  +      \
<li>Snapshots: <a href="http://cvs.apache.org/snapshots/apr/">apr snapshots</a></li>  \
+      <li>API Documentation: <a href="docs/apr/">apr docs</a></li>  +      \
<li>Tutorial: <a href="apr2_0intro/apr2_0intro.htm"  +      >An Introduction to APR \
2.0</a> covers the structure and basic concepts.  +      See <a \
href="apr2_0intro/">sample code</a>.</li>  +    </ul>
   
  -    <h3>How to contribute</h3>
  -    <p>
  -      See the <a href="guidelines.html">project's guidelines</a> for
  -      more information about how the project works.
  -    </p>
  -    <p>
  -      Please read <a href="patches.html">How to contribute code</a> for
  -      more information.
  -    </p>
  -    
  -    <h3>APR Tutorial</h3>
  -    <p>
  -      <a href="apr2_0intro/apr2_0intro.htm">An Introduction to
  -      APR 2.0</a> is a tutorial which covers APR's structure and basic
  -      concepts.
  -    </p>
  -    <p>
  -      You can find sample client/server programs which demonstrate APR
  -      concepts <a href="apr2_0intro/">here.</a>
  -    </p>
  -    <p>
  -      We have written a document to explain the
  -      <a href="versioning.html">version numbering concepts</a> for the
  -      libraries in the APR project.
  -    </p>
  +    <p>apr-util - a companion library to APR</p>
  +    <ul>
  +      <li>Source: <a \
href="http://cvs.apache.org/viewcvs.cgi/apr-util/">apr-util</a></li>  +      \
<li>Mailing list: <a \
href="mailto:dev-subscribe@apr.apache.org">dev@apr.apache.org</a></li>  +      \
<li>Releases: <a href="http://www.apache.org/dist/apr/">apr-util releases</a></li>  + \
<li>Snapshots: <a href="http://cvs.apache.org/snapshots/apr-util/">apr-util \
snapshots</a></li>  +        <li>API Documentation: <a href="docs/apr-util/">apr-util \
docs</a></li>  +    </ul>
   
  -    <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.  Or check the old
  -      <a href="mail/">archives</a>.
  +    <p>apr-iconv - a portable implementation of the iconv() library</p>
  +    <ul>
  +      <li>Source: <a \
href="http://cvs.apache.org/viewcvs.cgi/apr-iconv/">apr-iconv</a></li>  +      \
<li>Mailing list: <a \
href="mailto:dev-subscribe@apr.apache.org">dev@apr.apache.org</a></li>  +    </ul>
  +
  +    <p>apr-serf - a portable HTTP client library</p>
  +    <ul>
  +      <li>Source: <a \
href="http://cvs.apache.org/viewcvs.cgi/apr-serf/">apr-serf</a></li>  +      \
<li>Mailing list: <a \
href="mailto:serf-dev-subscribe@apr.apache.org">serf-dev@apr.apache.org</a></li>  +   \
</ul>  +     
  +    <h2>How to start developing with APR</h2>
  +    <p>
  +      We hope this website starts you in the right direction.  Please read
  +      the docs and tutorials for the project you are interested in.  If you
  +      have suggestions of any sort, please feel free to send us an email at
  +      <a href="mailto:dev-subscribe@apr.apache.org">dev@apr.apache.org</a>!
       </p>
   
  +    <ul>
  +      <li><a href="anoncvs.txt">Getting</a> the source code from CVS.</li>
  +      <li><a href="http://cvs.apache.org/snapshots/apr/">Download</a> a tarball
  +      of the latest CVS snapshot.</li>
  +      <li>Compiling on <a href="compiling_win32.html">Win32</a></li>
  +      <li>Compiling on <a href="compiling_unix.html">Unix</a></li>
  +    </ul>
  +
  +    <h2>Guidelines</h2>
  +    <ul>
  +      <li><a href="guidelines.html">Project Guidelines</a></li>
  +      <li><a href="patches.html">Contributing Patches</a></li>
  +      <li><a href="versioning.html">Version Numbering Concepts</a></li>
  +    </ul>
  +    
    </body>
   </html>
  
  
  


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic