Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 4371 invoked from network); 22 May 2006 22:55:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 May 2006 22:55:34 -0000 Received: (qmail 5389 invoked by uid 500); 22 May 2006 22:55:33 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 5352 invoked by uid 500); 22 May 2006 22:55:33 -0000 Mailing-List: contact svn-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Forrest Developers List" List-Id: Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 5341 invoked by uid 99); 22 May 2006 22:55:33 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 May 2006 15:55:33 -0700 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [140.211.166.113] (HELO eris.apache.org) (140.211.166.113) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 May 2006 15:55:32 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 4B6471A9846; Mon, 22 May 2006 15:55:11 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r408778 - /forrest/trunk/site-author/content/xdocs/procedures/How_to_publish_docs.xml Date: Mon, 22 May 2006 22:55:10 -0000 To: svn@forrest.apache.org From: crossley@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060522225511.4B6471A9846@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: crossley Date: Mon May 22 15:55:10 2006 New Revision: 408778 URL: http://svn.apache.org/viewvc?rev=408778&view=rev Log: Plead with people to validate their xml source changes. Modified: forrest/trunk/site-author/content/xdocs/procedures/How_to_publish_docs.xml Modified: forrest/trunk/site-author/content/xdocs/procedures/How_to_publish_docs.xml URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/procedures/How_to_publish_docs.xml?rev=408778&r1=408777&r2=408778&view=diff ============================================================================== --- forrest/trunk/site-author/content/xdocs/procedures/How_to_publish_docs.xml (original) +++ forrest/trunk/site-author/content/xdocs/procedures/How_to_publish_docs.xml Mon May 22 15:55:10 2006 @@ -27,7 +27,7 @@
About this Document - This is work in progress! + This is work in progress!
@@ -50,6 +50,14 @@ # Make changes to sources, and then test, then commit. + + # Please, please, ensure valid xml docs. Errors will be + # reported during the 'build' phase if you don't. + # You can do 'forrest validate-xdocs" beforehand or use + # a validating editor (link: catalog.html) or for a single doc use + # xmllint (link: catalog.html) from the command-line, e.g. + # xmllint --noout --valid --catalogs faq.xml + # Use the forrestbot to build and then deploy to svn.apache.org ... cd site-author