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 2005/09/14 02:12:26 UTC

svn commit: r280723 - in /forrest/trunk/site-author/content/xdocs: docs_0_70/faq.xml docs_0_80/faq.xml

Author: crossley
Date: Tue Sep 13 17:12:21 2005
New Revision: 280723

URL: http://svn.apache.org/viewcvs?rev=280723&view=rev
Log:
Use proper examples for "seed-sample".

Modified:
    forrest/trunk/site-author/content/xdocs/docs_0_70/faq.xml
    forrest/trunk/site-author/content/xdocs/docs_0_80/faq.xml

Modified: forrest/trunk/site-author/content/xdocs/docs_0_70/faq.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/docs_0_70/faq.xml?rev=280723&r1=280722&r2=280723&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_70/faq.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_70/faq.xml Tue Sep 13 17:12:21 2005
@@ -405,7 +405,7 @@
         <ol>
           <li>mkdir seed</li>
           <li>cd seed</li>
-          <li>forrest fresh-site</li>
+          <li>forrest seed</li>
           <li>forrest</li>
           <li><link href="http://localhost:8888/samples/linking.html#no-decoration">Read the doc</link></li>
         </ol>

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=280723&r1=280722&r2=280723&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 Sep 13 17:12:21 2005
@@ -429,7 +429,7 @@
         <ol>
           <li>mkdir seed</li>
           <li>cd seed</li>
-          <li>forrest fresh-site</li>
+          <li>forrest seed-sample</li>
           <li>forrest</li>
           <li><link href="http://localhost:8888/samples/linking.html#no-decoration">Read the doc</link></li>
         </ol>