Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 65617 invoked from network); 24 Mar 2006 01:38:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Mar 2006 01:38:15 -0000 Received: (qmail 76134 invoked by uid 500); 24 Mar 2006 01:38:14 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 76064 invoked by uid 500); 24 Mar 2006 01:38:13 -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 76052 invoked by uid 99); 24 Mar 2006 01:38:13 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Mar 2006 17:38:13 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 23 Mar 2006 17:38:12 -0800 Received: (qmail 65530 invoked by uid 65534); 24 Mar 2006 01:37:52 -0000 Message-ID: <20060324013752.65529.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r388315 - /forrest/trunk/site-author/content/xdocs/docs_0_80/faq.xml Date: Fri, 24 Mar 2006 01:37:52 -0000 To: svn@forrest.apache.org From: crossley@apache.org X-Mailer: svnmailer-1.0.7 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: crossley Date: Thu Mar 23 17:37:50 2006 New Revision: 388315 URL: http://svn.apache.org/viewcvs?rev=388315&view=rev Log: Enhance the "standalone documents" FAQ. Show example of using command-line parameter. Issue: FOR-840 Thanks to: Clay Leeds Modified: forrest/trunk/site-author/content/xdocs/docs_0_80/faq.xml Modified: forrest/trunk/site-author/content/xdocs/docs_0_80/faq.xml URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/docs_0_80/faq.xml?rev=388315&r1=388314&r2=388315&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 Thu Mar 23 17:37:50 2006 @@ -108,14 +108,22 @@

Uncomment that and set it to the specific page that - you want. Forrest will build that page, then of course + you want. Forrest will build that single document, then of course it will keep crawling links from there. It might be confined to a sub-directory, but depending on links - could end up generating the whole site. + could end up generating the whole site. The main + thing is that your page of interest is built first.

- The main thing is that your page of interest is built first. + It is probably easiest to make this change temporarily as a + command-line parameter, e.g. +

+ +forrest -Dproject.start-uri=live-sites.html + + +

You can terminate forrest with 'kill' or Ctrl-C after it has built your pages of interest.