You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2006/03/24 02:37:52 UTC

svn commit: r388315 - /forrest/trunk/site-author/content/xdocs/docs_0_80/faq.xml

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 @@
 
         <p>
           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.
         </p>
 
         <p>
-          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.
+        </p>
+        <source>
+forrest -Dproject.start-uri=live-sites.html
+        </source>
+        
+        <p>
           You can terminate forrest with 'kill' or Ctrl-C after it
           has built your pages of interest.
         </p>