Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 78902 invoked from network); 12 Jan 2010 15:56:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Jan 2010 15:56:37 -0000 Received: (qmail 78139 invoked by uid 500); 12 Jan 2010 15:56:36 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 78060 invoked by uid 500); 12 Jan 2010 15:56:36 -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 78044 invoked by uid 99); 12 Jan 2010 15:56:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Jan 2010 15:56:36 +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; Tue, 12 Jan 2010 15:56:34 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2CC5523888E8; Tue, 12 Jan 2010 15:56:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r898389 - /httpd/site/trunk/xdocs/docs-project/docsformat.xml Date: Tue, 12 Jan 2010 15:56:13 -0000 To: cvs@httpd.apache.org From: rbowen@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100112155613.2CC5523888E8@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rbowen Date: Tue Jan 12 15:56:12 2010 New Revision: 898389 URL: http://svn.apache.org/viewvc?rev=898389&view=rev Log: Replace mentions of 2.0 with 2.2. Should it be trunk? Modified: httpd/site/trunk/xdocs/docs-project/docsformat.xml Modified: httpd/site/trunk/xdocs/docs-project/docsformat.xml URL: http://svn.apache.org/viewvc/httpd/site/trunk/xdocs/docs-project/docsformat.xml?rev=898389&r1=898388&r2=898389&view=diff ============================================================================== --- httpd/site/trunk/xdocs/docs-project/docsformat.xml [utf-8] (original) +++ httpd/site/trunk/xdocs/docs-project/docsformat.xml [utf-8] Tue Jan 12 15:56:12 2010 @@ -15,7 +15,7 @@
Format

A DTD is located in the style directory of +href="http://httpd.apache.org/docs/2.2/style/">style directory of the manual. An example of the format with extensive comments is also available in mod_template.txt. Obviously, the file extension should be xml. It was @@ -51,8 +51,8 @@

The only prerequisite for the transformation is a Java 1.2 or greater JVM (which can be obtained free from Sun). Assuming you already have httpd/httpd/branches/2.0.x/docs/ (or the equivalent from another branch) +href="http://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x/docs/" +>httpd/httpd/branches/2.2.x/docs/ (or the equivalent from another branch) checked out from SVN, here is what you need to do to build: (If you need instructions on setting up SVN, see