From cvs-return-4059-apmail-apr-cvs-archive=apr.apache.org@apr.apache.org Thu Aug 29 19:31:25 2002 Return-Path: Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 82661 invoked by uid 500); 29 Aug 2002 19:31:24 -0000 Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: dev@apr.apache.org Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 82650 invoked by uid 500); 29 Aug 2002 19:31:24 -0000 Delivered-To: apmail-apr-site-cvs@apache.org Date: 29 Aug 2002 19:31:23 -0000 Message-ID: <20020829193123.48817.qmail@icarus.apache.org> From: jerenkrantz@apache.org To: apr-site-cvs@apache.org Subject: cvs commit: apr-site index.html X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N 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 @@

Projects Using APR

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 Open Source and Commercial projects that are @@ -31,70 +31,70 @@ the developer's mailing list.

-

The Library API

+

APR subprojects

- 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 mailing lists to + learn how to take part in these discussions. Or, check the + archives.

- -

How to build

-

- 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. -

-

- Getting the source code. -

-

- Download a tarball - of the latest code snapshot. -

-

- Compiling on Win32 and - Unix. More help - and details about other platforms coming soon! -

+

apr - a portable runtime library

+ -

How to contribute

-

- See the project's guidelines for - more information about how the project works. -

-

- Please read How to contribute code for - more information. -

- -

APR Tutorial

-

- An Introduction to - APR 2.0 is a tutorial which covers APR's structure and basic - concepts. -

-

- You can find sample client/server programs which demonstrate APR - concepts here. -

-

- We have written a document to explain the - version numbering concepts for the - libraries in the APR project. -

+

apr-util - a companion library to APR

+ -

Mailing Lists

-

- All of the development discussions happen on mailing lists; see - Mailing lists to learn how to take - part in these discussions. Or check the old - archives. +

apr-iconv - a portable implementation of the iconv() library

+ + +

apr-serf - a portable HTTP client library

+ + +

How to start developing with APR

+

+ 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 + dev@apr.apache.org!

+
    +
  • Getting the source code from CVS.
  • +
  • Download a tarball + of the latest CVS snapshot.
  • +
  • Compiling on Win32
  • +
  • Compiling on Unix
  • +
+ +

Guidelines

+ +