Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 38966 invoked from network); 19 Mar 2007 20:20:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Mar 2007 20:20:12 -0000 Received: (qmail 57574 invoked by uid 500); 19 Mar 2007 20:20:19 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 57432 invoked by uid 500); 19 Mar 2007 20:20:19 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 57419 invoked by uid 99); 19 Mar 2007 20:20:19 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Mar 2007 13:20:19 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Mar 2007 13:20:10 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 9D70E1A9838; Mon, 19 Mar 2007 13:19:50 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r520082 - in /httpd/httpd/trunk/docs/manual/developer: index.html.en index.xml Date: Mon, 19 Mar 2007 20:19:50 -0000 To: cvs@httpd.apache.org From: jim@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070319201950.9D70E1A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jim Date: Mon Mar 19 13:19:49 2007 New Revision: 520082 URL: http://svn.apache.org/viewvc?view=rev&rev=520082 Log: And note its existance on the dev doc page Modified: httpd/httpd/trunk/docs/manual/developer/index.html.en httpd/httpd/trunk/docs/manual/developer/index.xml Modified: httpd/httpd/trunk/docs/manual/developer/index.html.en URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/developer/index.html.en?view=diff&rev=520082&r1=520081&r2=520082 ============================================================================== --- httpd/httpd/trunk/docs/manual/developer/index.html.en (original) +++ httpd/httpd/trunk/docs/manual/developer/index.html.en Mon Mar 19 13:19:49 2007 @@ -39,6 +39,7 @@
  • Apache 2.0 Hook Functions
  • Request Processing in Apache 2.0
  • How filters work in Apache 2.0
  • +
  • Guidelines for output filters in Apache 2.0
  • Converting Modules from Apache 1.3 to Apache 2.0
  • Debugging Memory Allocation in APR
  • Documenting Apache 2.0
  • Modified: httpd/httpd/trunk/docs/manual/developer/index.xml URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/developer/index.xml?view=diff&rev=520082&r1=520081&r2=520082 ============================================================================== --- httpd/httpd/trunk/docs/manual/developer/index.xml (original) +++ httpd/httpd/trunk/docs/manual/developer/index.xml Mon Mar 19 13:19:49 2007 @@ -41,6 +41,7 @@
  • Apache 2.0 Hook Functions
  • Request Processing in Apache 2.0
  • How filters work in Apache 2.0
  • +
  • Guidelines for output filters in Apache 2.0
  • Converting Modules from Apache 1.3 to Apache 2.0
  • Debugging Memory Allocation in APR
  • Documenting Apache 2.0