You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by th...@apache.org on 2006/08/04 00:21:47 UTC

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

Author: thorsten
Date: Thu Aug  3 15:21:46 2006
New Revision: 428551

URL: http://svn.apache.org/viewvc?rev=428551&view=rev
Log:
The first view is now the pelt theme and not the common anymore

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=428551&r1=428550&r2=428551&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 Thu Aug  3 15:21:46 2006
@@ -80,14 +80,15 @@
         <li>Add the new plugins to forrest.properties ...
         ,org.apache.forrest.plugin.internal.dispatcher,org.apache.forrest.themes.core
         </li>
-        <li>localhost:8888/index.html ... fantastic. See the default view.</li>
+        <li>localhost:8888/index.html ... fantastic. See the pelt view.</li>
       </ul>
     </section>
 
     <section id="another-theme">
       <title>Use another theme</title>
       <ul>
-        <li>Add project.theme=pelt to forrest.properties</li>
+        <li>Add <![CDATA[<property name="dispatcher.theme" value="common"/>]]> 
+          to your forrest.properties.xml</li>
         <li>Re-start 'forrest run'</li>
         <li>localhost:8888/index.html ... See the new view.</li>
       </ul>