Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 87197 invoked from network); 10 Apr 2007 20:12:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Apr 2007 20:12:56 -0000 Received: (qmail 70842 invoked by uid 500); 10 Apr 2007 20:13:02 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 70823 invoked by uid 500); 10 Apr 2007 20:13:02 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 70812 invoked by uid 99); 10 Apr 2007 20:13:02 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Apr 2007 13:13:02 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of msebor@gmail.com designates 66.249.82.228 as permitted sender) Received: from [66.249.82.228] (HELO wx-out-0506.google.com) (66.249.82.228) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Apr 2007 13:12:55 -0700 Received: by wx-out-0506.google.com with SMTP id i26so2124425wxd for ; Tue, 10 Apr 2007 13:12:35 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:organization:user-agent:mime-version:to:subject:content-type:content-transfer-encoding:from; b=Ju8nmTE1v5M580G1lSRSQTt3YhoE7Xpf/WP8qwRHZNemK7FxAc1q1IU1fp3MEfVX3i+3BmgrDUq/MZJwXyZRqp/j53DJn4laGwD42UReS+28N7kyJz+NDXJ8+k2QJcqNcuB0vl4Zzcv18ek47ux9JIpfdVbBGaFinicZshbsxnc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:organization:user-agent:mime-version:to:subject:content-type:content-transfer-encoding:from; b=asu2JZg/52XJYOqPHI0KN+Q07PdjAJXxYIjlquORthe0opQqphhYE9d+0FWmL4vsHoT+i4gfD09tFeQtwztNdS0exBpJnbPhFB8RehEfUw5JflWY8CJT7Y5CeNgyxSOJuShSJqTu9FBeBGmK+hGAuYsJaTIBgCzGlNCihw3/TX4= Received: by 10.70.69.11 with SMTP id r11mr12653571wxa.1176235955165; Tue, 10 Apr 2007 13:12:35 -0700 (PDT) Received: from ?192.168.1.104? ( [71.229.200.170]) by mx.google.com with ESMTP id 8sm419051nzn.2007.04.10.13.12.30; Tue, 10 Apr 2007 13:12:33 -0700 (PDT) Message-ID: <461BEF3B.8050602@apache.org> Date: Tue, 10 Apr 2007 14:10:35 -0600 Organization: Apache Software Foundation User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.0.10) Gecko/20070301 Fedora/1.0.8-0.6.2.fc6 pango-text SeaMonkey/1.0.8 MIME-Version: 1.0 To: stdcxx-dev@incubator.apache.org, stdcxx-user@incubator.apache.org Subject: help needed: update Apache C++ Standard Library documentation Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit From: Martin Sebor X-Virus-Checked: Checked by ClamAV on apache.org The Apache C++ Standard Library Class Reference and User Guide have not been updated in some time and are in need of a review and face lift. See: http://incubator.apache.org/stdcxx/doc/stdlibref http://incubator.apache.org/stdcxx/doc/stdlibref The stdcxx team is looking for volunteers to help with one or more of tasks below: 1. Add the appropriate copyright and license statement and make sure they display on every page (it should be sufficient to modify a single frame). 2. Remove/replace references to Rogue Wave with Apache where appropriate. 3. Remove references to Rogue Wave SourcePro. 4. Remove references to the word "module" and/or replace it with "library" where necessary and appropriate. 5. Update the Acknowledgments page in the Class reference (remove SourcePro Core team, add project committers). 6. Improve the look and feel and better integrate it with the rest of the site (e.g., add the Apache feather, change colors to match, etc.). 7. Update Standards Conformance section of the Class Reference to refer to the current C++ Standard (14882:2003). 8. Update Example source code in the Class Reference to the latest sources (perhaps by reference to the svn repository instead of by copying the code?) 9. Update the Example programs to match those in the examples/ tutorial/ directory. Suggestions for additional improvements are welcome!