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 2004/09/15 11:59:06 UTC

svn commit: rev 46100 - forrest/trunk/src/documentation/content/xdocs

Author: crossley
Date: Wed Sep 15 02:59:05 2004
New Revision: 46100

Modified:
   forrest/trunk/src/documentation/content/xdocs/faq.xml
Log:
Clarify the "What happened to CSV" FAQ.
Clarify the "DocBook" FAQ.


Modified: forrest/trunk/src/documentation/content/xdocs/faq.xml
==============================================================================
--- forrest/trunk/src/documentation/content/xdocs/faq.xml	(original)
+++ forrest/trunk/src/documentation/content/xdocs/faq.xml	Wed Sep 15 02:59:05 2004
@@ -63,12 +63,12 @@
 
     <faq id="cvs">
       <question>
-        What happened to CVS?
+        The old xml-forrest CVS code repository seems to be stale. What happened?
       </question>
       <answer>
         <p>
-          Forrest switched from a CVS code repository to a SVN (subversion) code repository.  The CVS 
-repository is not kept current.
+          Forrest switched from a CVS code repository to SVN (subversion)
+          code repository. The old CVS repository is not kept current.
         </p>
       </answer>
     </faq>
@@ -549,9 +549,15 @@
          DTDs are shipped with Forrest and automatically handled. However, you
          will need to have the DocBook stylesheets on your system (they are
          too massive to ship with Forrest) and configure Forrest accordingly.
-         You will need to create a "sitemap" as explained in
+         You will need to create a
+         <link href="site:project-sitemap">project sitemap</link>
+          as explained in
          <link href="site:your-project">Using Forrest</link>
-         and add matches to handle your DocBook documents, e.g.
+         and add matches to handle your DocBook documents.
+         Here is an example. Note that you need to change it to suit your
+         situation. The match must be very specific so that only the
+         DocBook documents are matched. The rest of the documents will be
+         handled by Forrest core. Powerful regex capabilities are available.
         </p>
         <source><![CDATA[
 ...