Return-Path: Delivered-To: apmail-apr-cvs-archive@apr.apache.org Received: (qmail 87144 invoked by uid 500); 5 Jun 2003 08:02:06 -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 87133 invoked by uid 500); 5 Jun 2003 08:02:06 -0000 Delivered-To: apmail-apr-site-cvs@apache.org Date: 5 Jun 2003 08:02:04 -0000 Message-ID: <20030605080204.32828.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 2003/06/05 01:02:04 Modified: . index.html Log: Your mission, should you choose to accept it... Revision Changes Path 1.29 +9 -5 apr-site/index.html Index: index.html =================================================================== RCS file: /home/cvs/apr-site/index.html,v retrieving revision 1.28 retrieving revision 1.29 diff -u -u -r1.28 -r1.29 --- index.html 29 Jan 2003 17:07:41 -0000 1.28 +++ index.html 5 Jun 2003 08:02:04 -0000 1.29 @@ -14,11 +14,15 @@

Portable Runtime Project

-

- The mission of the Apache Portable Runtime (APR) is to provide - a free library of C data structures and routines, forming a - system portability layer to as many operating systems as - possible, including Unices, MS Win32, BeOS and OS/2. + +

The mission of the Apache Portable Runtime (APR) project is to create and + maintain software libraries that provide a predictable and consistent + interface to underlying platform-specific implementations. The primary + goal is to provide an API to which software developers may code and be + assured of predictable if not identical behaviour regardless of the + platform on which their software is built, relieving them of the need to + code special-case conditions to work around or take advantage of + platform-specific deficiencies or features.

Projects Using APR