Author: crossley
Date: Wed Dec 28 19:15:57 2005
New Revision: 359696
URL: http://svn.apache.org/viewcvs?rev=359696&view=rev
Log:
Use the "follow-links=false" parameter of Cocoon cli.xconf
in conjunction with the start-uri parameter of forrest.properties
to process a single page.
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=359696&r1=359695&r2=359696&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 Dec 28
19:15:57 2005
@@ -71,7 +71,7 @@
<p>
Uncomment that and set it to the specific page that
- you want. Forest will build that page, then of course
+ you want. Forrest will build that page, 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.
@@ -80,13 +80,20 @@
<p>
The main thing is that your page of interest is built first.
You can terminate forrest with 'kill' or Ctrl-C after it
- has built your page of interest.
+ has built your pages of interest.
</p>
<p>
- Forrest can also be instructed to not process certain URIs
- if you need to temporarily exclude then. Use the
- <link href="#cli-xconf">Cocoon cli.xconf</link> file.
+ Cocoon can be instructed via the
+ <link href="#cli-xconf">Cocoon cli.xconf</link> file to not
+ follow links (see its "follow-links" parameter). So this will
+ build only the document that was specified. Be careful, if you
+ also usually build PDF pages, then they will not be built.
+ </p>
+
+ <p>
+ Cocoon can also be instructed to not process certain URIs
+ if you need to temporarily exclude then.
</p>
</answer>
</faq>