Author: crossley
Date: Thu Dec 29 16:34:41 2005
New Revision: 359949

URL: http://svn.apache.org/viewcvs?rev=359949&view=rev
Log:
Explain the link crawler.

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=359949&r1=359948&r2=359949&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 Dec 29 
16:34:41 2005
@@ -201,6 +201,29 @@
         </p>
       </answer>
     </faq>
+    <faq id="crawler">
+      <question>
+        Help, one of my documents is not being rendered.
+      </question>
+      <answer>
+        <p>
+          Did you make a link to it? Forrest does not find documents by 
scanning
+          the filesystem to find the source documents. Rather it starts at one
+          document and crawls the links to find other documents to process.
+        </p>
+        <p>
+          There are essentially two ways to create links. Via a site.xml file 
to define the
+          navigation and menu structure, or via direct relative linking. See 
the
+          to previous FAQs.
+        </p>
+        <p>
+          Normally the source material will be local. The Forrest crawler does 
not follow
+          and process off-site links. The new locationmap (0.8+) enables 
content
+          to be drawn from remote sources.
+          
+        </p>
+      </answer>
+    </faq>
     <faq id="PDF-output">
       <question>How can I generate one pdf-file out of the whole site or 
selected pages of the site?</question>
       <answer>


Reply via email to