Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 95206 invoked from network); 28 Nov 2010 01:39:15 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 28 Nov 2010 01:39:15 -0000 Received: (qmail 76332 invoked by uid 500); 28 Nov 2010 01:39:15 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 76277 invoked by uid 500); 28 Nov 2010 01:39:15 -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 76270 invoked by uid 99); 28 Nov 2010 01:39:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Nov 2010 01:39:15 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 28 Nov 2010 01:39:12 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id CC60E23889D7; Sun, 28 Nov 2010 01:37:39 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1039809 - in /httpd/site/trunk: docs/dev/guidelines.html docs/modules/index.html xdocs/dev/guidelines.xml Date: Sun, 28 Nov 2010 01:37:39 -0000 To: cvs@httpd.apache.org From: igalic@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101128013739.CC60E23889D7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: igalic Date: Sun Nov 28 01:37:39 2010 New Revision: 1039809 URL: http://svn.apache.org/viewvc?rev=1039809&view=rev Log: s/cvs/svn/ Modified: httpd/site/trunk/docs/dev/guidelines.html httpd/site/trunk/docs/modules/index.html httpd/site/trunk/xdocs/dev/guidelines.xml Modified: httpd/site/trunk/docs/dev/guidelines.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/dev/guidelines.html?rev=1039809&r1=1039808&r2=1039809&view=diff ============================================================================== --- httpd/site/trunk/docs/dev/guidelines.html [utf-8] (original) +++ httpd/site/trunk/docs/dev/guidelines.html [utf-8] Sun Nov 28 01:37:39 2010 @@ -557,7 +557,7 @@ command from the original software file( file(s). E.g.,

    diff -u http_main.c.orig http_main.c >> patchfile.txt

or

-
    cvs diff -u http_main.c >> patchfile.txt
+
    svn diff http_main.c >> patchfile.txt

All patches necessary to address an action item should be concatenated within a single patch message. If later modification of the patch proves necessary, the entire new patch should be posted and not just Modified: httpd/site/trunk/docs/modules/index.html URL: http://svn.apache.org/viewvc/httpd/site/trunk/docs/modules/index.html?rev=1039809&r1=1039808&r2=1039809&view=diff ============================================================================== --- httpd/site/trunk/docs/modules/index.html [utf-8] (original) +++ httpd/site/trunk/docs/modules/index.html [utf-8] Sun Nov 28 01:37:39 2010 @@ -130,6 +130,30 @@ to test out the IPv6 functionality (EPRT + mod_domain + + + + +

+

Sick of keeping your DNS records and Apache config IPs and CNAMEs in sync? +Let Apache serve your DNS for you based on you httpd.conf! +Try out mod_domain.

+

This experimental code has *not* been released, but is available to you +from the subversion development repository. It is currently in-use by the +ASF to provide our email archives browser.

+ +
+ + + + + Modified: httpd/site/trunk/xdocs/dev/guidelines.xml URL: http://svn.apache.org/viewvc/httpd/site/trunk/xdocs/dev/guidelines.xml?rev=1039809&r1=1039808&r2=1039809&view=diff ============================================================================== --- httpd/site/trunk/xdocs/dev/guidelines.xml [utf-8] (original) +++ httpd/site/trunk/xdocs/dev/guidelines.xml [utf-8] Sun Nov 28 01:37:39 2010 @@ -427,7 +427,7 @@ file(s). E.g.,

    diff -u http_main.c.orig http_main.c >> patchfile.txt

or

-
    cvs diff -u http_main.c >> patchfile.txt
+
    svn diff http_main.c >> patchfile.txt

All patches necessary to address an action item should be concatenated within a single patch message. If later modification of the patch

+ mod_mbox