Author: crossley
Date: Thu Mar  2 23:37:54 2006
New Revision: 382707

URL: http://svn.apache.org/viewcvs?rev=382707&view=rev
Log:
* Add FAQ #faq "How to use these FAQs?"
* Add FAQ #older-plugins "How to use older versions of specific plugins?"

Modified:
    
forrest/branches/forrest_07_branch/site-author/content/xdocs/docs_0_70/faq.xml

Modified: 
forrest/branches/forrest_07_branch/site-author/content/xdocs/docs_0_70/faq.xml
URL: 
http://svn.apache.org/viewcvs/forrest/branches/forrest_07_branch/site-author/content/xdocs/docs_0_70/faq.xml?rev=382707&r1=382706&r2=382707&view=diff
==============================================================================
--- 
forrest/branches/forrest_07_branch/site-author/content/xdocs/docs_0_70/faq.xml 
(original)
+++ 
forrest/branches/forrest_07_branch/site-author/content/xdocs/docs_0_70/faq.xml 
Thu Mar  2 23:37:54 2006
@@ -21,6 +21,15 @@
 <faqs title="Frequently Asked Questions">
   <part id="getting_started">
     <title>Getting Started and Building Forrest</title>
+    <faq id="faq">
+      <question> How to use these FAQs? </question>
+      <answer>
+        <p>
+          There is no particular order to these FAQs. Use your browser's
+          "Find in this page" facility to search for keywords.
+        </p>
+      </answer>
+    </faq>
     <faq id="overview">
       <question> Where can I read an overview about how to work with Forrest? 
</question>
       <answer>
@@ -54,6 +63,34 @@
         <p> Follow these <link href="site:v0.70//build">Building 
Forrest</link> notes. </p>
         <p> The <link href="site:v0.70//your-project">Using Forrest</link> 
guide provides further
           step-by-step assistance in getting started with Forrest for your 
project. </p>
+      </answer>
+    </faq>
+    <faq id="older-plugins">
+      <question> How to use older versions of specific plugins? </question>
+      <answer>
+        <p>
+          Sometimes one does not want to use the most recent functionality
+          of a plugin and instead need to use an older version.
+          Information about changes to each plugin can be found in its
+          <link href="site:v0.70//plugins/index">documentation</link>.
+        </p>
+        <p>
+          In the forrest.properties file, specify the version of the plugin
+          that you require, e.g.
+        </p>
+        
<source>project.required.plugins=org.apache.forrest.plugin.input.PhotoGallery-0.1,...</source>
+        <p>
+          Users of Forrest-0.7 will need to do this for the projectInfo plugin
+          if you get the following error ...
+        </p>
+        <source>Could not find component for role:
+ [org.apache.cocoon.components.modules.input.InputModule/lm]
+ (Key='org.apache.cocoon.components.modules.input.InputModule/</source>
+        <p>
+          ... then sorry, we mistakenly added new "locationmap" functionality
+          (due in version 0.8). So do this ...
+        </p>
+        
<source>project.required.plugins=org.apache.forrest.plugin.input.projectInfo-0.1,...</source>
       </answer>
     </faq>
     <faq id="single-document">


Reply via email to