Author: crossley
Date: Fri Sep 12 07:39:13 2008
New Revision: 694691

URL: http://svn.apache.org/viewvc?rev=694691&view=rev
Log:
Explain location of THEMER_PLUGIN. Explain how to show the structurer.
Fix typo with demonstration of switching theme.
Contributed by: Pablo Barrera
Issue: FOR-1106

Modified:
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/src/documentation/content/xdocs/how/howto-dispatcher-quickstart.xml

Modified: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/src/documentation/content/xdocs/how/howto-dispatcher-quickstart.xml
URL: 
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/src/documentation/content/xdocs/how/howto-dispatcher-quickstart.xml?rev=694691&r1=694690&r2=694691&view=diff
==============================================================================
--- 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/src/documentation/content/xdocs/how/howto-dispatcher-quickstart.xml
 (original)
+++ 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.dispatcher/src/documentation/content/xdocs/how/howto-dispatcher-quickstart.xml
 Fri Sep 12 07:39:13 2008
@@ -84,7 +84,7 @@
     <section id="another-theme">
       <title>Use another theme</title>
       <ul>
-        <li>Add <![CDATA[<property name="dispatcher.theme" value="common"/>]]> 
+        <li>Add <![CDATA[<property name="dispatcher.theme" value="pelt"/>]]> 
           to your forrest.properties.xml</li>
         <li>Re-start 'forrest run'</li>
         <li>localhost:8888/index.html ... See the new view.</li>
@@ -112,6 +112,9 @@
         </match> ]]>
         to your locationmap and point to another directory.
       </note>
+      <note>
+      By default THEMER_PLUGIN can be located at 
FORREST_HOME/whiteboard/plugins/org.apache.forrest.themes.core
+      </note>           
       <ul>
         <li>Copy THEMER_PLUGIN/themes/pelt.fv into your project at
           ${themer.project.dir}/pelt.fv
@@ -123,6 +126,8 @@
         <li>localhost:8888/index.html ... See the same view, now structured
           by us.
         </li>
+        <li>In localhost:8888/resolve.structurer.index you can find a copy of 
your current structurer. Any change  made to your pelt.fv file will be added 
here.
+        </li>
       </ul>
       <p>
         From here on there is no need to re-start 'forrest run'. Just edit the