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/05/17 06:59:12 UTC

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

Author: crossley
Date: Tue May 16 21:59:12 2006
New Revision: 407154

URL: http://svn.apache.org/viewcvs?rev=407154&view=rev
Log:
Enhance FAQ about "single-document" generation.
Use 'wget' or Ant to retrieve individual files.
Thanks to: Jan Materne

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=407154&r1=407153&r2=407154&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 Tue May 16 21:59:12 2006
@@ -140,6 +140,11 @@
           Cocoon can also be instructed to not process certain URIs
           if you need to temporarily exclude then.
         </p>
+        <p>
+          Another useful technique is to use 'wget' or Apache Ant's Get task
+          to retrieve individual files, e.g.
+          Do 'forrest run' and then 'wget http://localhost:8888/index.pdf'.
+        </p>
       </answer>
     </faq>
     <faq id="cygwin_mutex_error">