Author: crossley
Date: Tue Sep 16 18:03:05 2008
New Revision: 696118
URL: http://svn.apache.org/viewvc?rev=696118&view=rev
Log:
Change the references to pelt-html.panel.xml to pelt-html.header.panel.xml
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=696118&r1=696117&r2=696118&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
Tue Sep 16 18:03:05 2008
@@ -118,10 +118,10 @@
<ul>
<li>Copy THEMER_PLUGIN/themes/pelt.fv into your project at
${themer.project.dir}/pelt.fv
- </li>
- <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>
+ <li>Copy THEMER_PLUGIN/themes/pelt/panels/pelt-html.header.panel.xml
into your
+ project at
${themer.project.dir}/pelt/panels/pelt-html.header.panel.xml
+ </li>
<li>Re-start 'forrest run'</li>
<li>localhost:8888/index.html ... See the same view, now structured
by us.
@@ -137,7 +137,7 @@
<section id="remove-default-contract">
<title>Remove a default contract</title>
<ul>
- <li>Remove the top breadcrumb trail. Edit your pelt-html.panel.xml and
find the
+ <li>Remove the top breadcrumb trail. Edit your
pelt-html.header.panel.xml, find the
"branding-breadcrumbs" contract and comment it out.
</li>
</ul>