Author: gmcdonald
Date: Sun Apr 8 23:35:38 2007
New Revision: 526660
URL: http://svn.apache.org/viewvc?view=rev&rev=526660
Log:
Update Quickstart for panels usage
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?view=diff&rev=526660&r1=526659&r2=526660
==============================================================================
---
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
Sun Apr 8 23:35:38 2007
@@ -20,7 +20,7 @@
<header>
<title>Dispatcher quickstart</title>
<version>0.3</version>
- <last-modified-content-date date="2006-02-02" />
+ <last-modified-content-date date="2007-04-09" />
</header>
<audience title="Intended Audience">
@@ -70,7 +70,7 @@
<title>Get ready</title>
<ul>
<li>Do 'svn update' on forrest/trunk</li>
- <li>Do the 'build clean; build' (necessary because the Dispatcher is
changing rapidly and uses some Java)</li>
+ <li>Do the 'cd main; build clean; build' (necessary because the
Dispatcher is changing rapidly and uses some Java)</li>
</ul>
</section>
@@ -118,8 +118,8 @@
<li>Copy THEMER_PLUGIN/themes/pelt.fv into your project at
${themer.project.dir}/pelt.fv
</li>
- <li>Copy THEMER_PLUGIN/themes/pelt/html/pelt-html.vt.xml into your
- project at ${themer.project.dir}/pelt/html/pelt-html.vt.xml
+ <li>Copy THEMER_PLUGIN/themes/pelt/panels/pelt-html.panel.xml into your
+ project at ${themer.project.dir}/pelt/panels/pelt-html.panel.xml
</li>
<li>Re-start 'forrest run'</li>
<li>localhost:8888/index.html ... See the same view, now structured
@@ -135,7 +135,7 @@
<section id="remove-default-contract">
<title>Remove a default contract</title>
<ul>
- <li>Remove the top breadcrumb trail. Edit your pelt-html.vt.xml and
find the
+ <li>Remove the top breadcrumb trail. Edit your pelt-html.panel.xml and
find the
"branding-breadcrumbs" contract and comment it out.
</li>
</ul>
@@ -168,8 +168,12 @@
Forrest finds the default contract in its core (the themes.core
plugin).
</p>
<p>You will find some commonly used contracts in place but commented out in
both the common
- and the pelt structurer files. Feel free to umcomment them to activate
them, move them
-around into other hooks or create new hooks for them.</p>
+ and the pelt structurer files. Feel free to uncomment them to activate
them, move them
+ around into other hooks or create new hooks for them.</p>
+<note>Work is currently under way for implementing Panels (was tiles).
Currently we now have a 'panels'
+ sub-dir for each 'theme'. This panels sub-dir currently contains a
main html panel '%themename%-html.panel.xml'
+ and a CSS panel '%themename%-css.panel.xml'. So you can change a
collection of HTML and CSS outputs from these
+ two XML files.</note>
</section>
<section id="add-project-contract">