Author: crossley
Date: Tue Sep 19 19:19:10 2006
New Revision: 448032
URL: http://svn.apache.org/viewvc?view=rev&rev=448032
Log:
Add section for Locationmaps. Need to explain that a project locationmap is not
required, but
a default stops the error messages.
Modified:
forrest/trunk/site-author/content/xdocs/docs_0_80/upgrading_08.xml
Modified: forrest/trunk/site-author/content/xdocs/docs_0_80/upgrading_08.xml
URL:
http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/docs_0_80/upgrading_08.xml?view=diff&rev=448032&r1=448031&r2=448032
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_80/upgrading_08.xml
(original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_80/upgrading_08.xml Tue Sep
19 19:19:10 2006
@@ -52,12 +52,24 @@
<a href="site:changes">change log</a> and also for each plugin.
</p>
<ul>
- <li><a href="site:locationmap">Locationmap</a>.</li>
+ <li><a href="site:locationmap">Locationmaps</a>.</li>
</ul>
<p>Many new initial plugins are in the "whiteboard". See the entries in
the
<a href="site:changes">change log</a> and see each plugin's
documentation and changes log.
This includes the new Dispatcher.
See <a href="site:v0.80//status-themes">Status of Themes: Skins and
Dispatcher</a>.
+ </p>
+ </section>
+
+ <section id="locationmaps">
+ <title>Locationmaps</title>
+ <p>The <a href="site:locationmap">Locationmaps</a> define the mapping
from requests to locations
+ which enables content and resources to be located at various different
sources.
+ </p>
+ <p>Adding a default locationmap to your project is not required, but is
advisable.
+ Sooner or later you will use it. Having a default one also reduces the
verbosity
+ of the log files. Copy one from a fresh 'forrest seed' to
+ <code>PROJECT_HOME/src/documentation/content/locationmap.xml</code>
</p>
</section>