Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 42238 invoked from network); 8 Jun 2006 05:49:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Jun 2006 05:49:01 -0000 Received: (qmail 62070 invoked by uid 500); 8 Jun 2006 05:49:00 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 62029 invoked by uid 500); 8 Jun 2006 05:49:00 -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 62018 invoked by uid 99); 8 Jun 2006 05:49:00 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jun 2006 22:49:00 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,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; Wed, 07 Jun 2006 22:48:59 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id A5F961A983A; Wed, 7 Jun 2006 22:48:39 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r412666 - in /forrest/trunk/site-author: content/xdocs/docs_0_80/faq.xml status.xml Date: Thu, 08 Jun 2006 05:48:39 -0000 To: svn@forrest.apache.org From: crossley@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20060608054839.A5F961A983A@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: Wed Jun 7 22:48:38 2006 New Revision: 412666 URL: http://svn.apache.org/viewvc?rev=412666&view=rev Log: Add status entry for enhanced FAQ #rawHTML and fixed poor fragment Id. Modified: forrest/trunk/site-author/content/xdocs/docs_0_80/faq.xml forrest/trunk/site-author/status.xml Modified: forrest/trunk/site-author/content/xdocs/docs_0_80/faq.xml URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_80/faq.xml?rev=412666&r1=412665&r2=412666&view=diff ============================================================================== --- forrest/trunk/site-author/content/xdocs/docs_0_80/faq.xml (original) +++ forrest/trunk/site-author/content/xdocs/docs_0_80/faq.xml Wed Jun 7 22:48:38 2006 @@ -526,7 +526,7 @@ Transformer. You can see an example of how it works in the above linked issue.

- + How can I include HTML content that is not to be skinned by Forrest?

To serve, for example a legacy HTML site, add something like the following @@ -553,7 +553,7 @@

  • cd seed
  • forrest seed-sample
  • forrest
  • -
  • Read the doc
  • +
  • http://localhost:8888/samples/linking.html#no-decoration
  • Modified: forrest/trunk/site-author/status.xml URL: http://svn.apache.org/viewvc/forrest/trunk/site-author/status.xml?rev=412666&r1=412665&r2=412666&view=diff ============================================================================== --- forrest/trunk/site-author/status.xml (original) +++ forrest/trunk/site-author/status.xml Wed Jun 7 22:48:38 2006 @@ -260,8 +260,11 @@ See dispatcher development and follow to the quickstart howto. - - + + Clarify the FAQ about using + raw HTML + docs with no decoration. + Add Validation Block. Uses transformers to enable RELAX NG validation and W3C XML Schema validation using Jing and Xerces.