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/24 06:59:58 UTC

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

Author: crossley
Date: Fri Jul 23 21:59:57 2004
New Revision: 23202

Modified:
   forrest/trunk/src/documentation/content/xdocs/docs/your-project.xml
Log:
Encourage to practise with simple changes first.


Modified: forrest/trunk/src/documentation/content/xdocs/docs/your-project.xml
==============================================================================
--- forrest/trunk/src/documentation/content/xdocs/docs/your-project.xml	(original)
+++ forrest/trunk/src/documentation/content/xdocs/docs/your-project.xml	Fri Jul 23 21:59:57 2004
@@ -243,6 +243,14 @@
         into the <code>build/site</code> directory:
       </p>
       <figure src="images/new-project.png" height="356" width="500" alt="New project"/>
+      <p>
+        Practise with adding new content. Change to the directory
+        <code>src/documentation/content/xdocs</code> and copy the file
+        <code>index.xml</code> to create <code>my-new-file.xml</code> as a
+        new document. Edit it to change some text. Add an entry to 
+        <code>site.xml</code> by copying one of the other entries and
+        changing it to suit. Now do 'forrest' to see the result.
+      </p>
     </section>
     <section id="seeding_existing">
       <title>Seeding an existing project</title>