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/07/28 16:42:01 UTC

svn commit: rev 30841 - in forrest/trunk: etc src/documentation/content/xdocs

Author: crossley
Date: Wed Jul 28 07:42:00 2004
New Revision: 30841

Modified:
   forrest/trunk/etc/docs-review.txt
   forrest/trunk/src/documentation/content/xdocs/faq.xml
Log:
Fix some pathnames.


Modified: forrest/trunk/etc/docs-review.txt
==============================================================================
--- forrest/trunk/etc/docs-review.txt	(original)
+++ forrest/trunk/etc/docs-review.txt	Wed Jul 28 07:42:00 2004
@@ -31,7 +31,7 @@
     |   |-- validation.xml
     |   |-- wiki-sample.cwiki
 F   |   `-- your-project.xml
-    |-- faq.xml
+R   |-- faq.xml
     |-- guidelines.xml
     |-- howto
 U   |   |-- bugzilla-patch

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 Jul 28 07:42:00 2004
@@ -142,7 +142,8 @@
   </about>]]></source>
        <p>
        In this case the menu labeled "About" will have 2 new items: 
-       "Full PDF" and "Full HTML".
+       "Full PDF" and "Full HTML". (See also
+       <link href="site:howto/pdf-tab">How to create a PDF document for each tab</link>.)
        </p>
        <p>
          This assumes that you use the
@@ -188,7 +189,7 @@
         <p>
           This means creating a directory <code>src/documentation/conf</code>
           (or wherever <code>${forrest.conf-dir}</code> points) and copying
-          <code>$FORREST_HOME/WEB-INF/cli.xconf</code> to it.  Then edit
+          <code>$FORREST_HOME/context/WEB-INF/cli.xconf</code> to it.  Then edit
           cli.xconf, and add any exclude sections you require at the end.  The
           default cli.xconf ignores directory links and links containing
           'apidocs' or starting with 'api/':
@@ -294,7 +295,7 @@
           <li>Download Jimi from
            <link href="http://java.sun.com/products/jimi/">http://java.sun.com/products/jimi/</link></li>
           <li>Unpack the Jimi distribution and copy JimiProClasses.zip to
-            <code>${forrest.home}/../../lib/optional/jimi-1.0.jar</code>.</li>
+            <code>$FORREST/lib/optional/jimi-1.0.jar</code>.</li>
         </ol>
         <p>Alternatively you can use JAI (Java Advanced Imaging API at 
 	  http://java.sun.com/products/java-media/jai). For more
@@ -303,7 +304,7 @@
           Packages</link>
         </p>
         <note>Due to Sun's licensing, we cannot redistribute Jimi or JAI with
-          Forrest</note>
+          Forrest.</note>
       </answer>
     </faq>
 
@@ -375,10 +376,11 @@
         <ol>
           <li>Download 
           <link href="http://cvs.apache.org/viewcvs.cgi/*checkout*/cocoon-2.1/lib/optional/jdtcore-2.1.0.jar?rev=1.1&amp;content-type=application/java">jdtcore-2.1.0.jar</link>,
-            and copy it to the $FORREST_HOME/WEB-INF/lib directory (or lib/core/ directory in the source
+            and copy it to the $FORREST_HOME/context/WEB-INF/lib directory
+            (or lib/core/ directory in the source
             distribution).</li>
           <li><p>Override sitemap.xmap in your local project (copy $FORREST_HOME/context/sitemap.xmap to
-              src/documentation/conf/), and add the following generator definition in the map:generators section:</p>
+              src/documentation/), and add the following generator definition in the map:generators section:</p>
             <source><![CDATA[
   <map:generator name="serverpages"
      pool-grow="2" pool-max="32" pool-min="4"
@@ -395,7 +397,7 @@
           </li>
         </ol>
         <p>See also the 
-        <link href="http://wiki.cocoondev.org/Wiki.jsp?page=AddingXSPToForrest">AddingXSPToForrest</link> Wiki page.</p>
+        <link href="http://wiki.apache.org/cocoon/AddingXSPToForrest">AddingXSPToForrest</link> Wiki page.</p>
       </answer>
     </faq>