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

svn commit: r412637 [3/3] - in /forrest/site: ./ docs_0_60/ docs_0_70/ docs_0_70/howto/ docs_0_80/ docs_0_80/howto/ plan/ pluginDocs/plugins_0_80/ procedures/ procedures/release/ skin/

Modified: forrest/site/docs_0_80/changes.xml
URL: http://svn.apache.org/viewvc/forrest/site/docs_0_80/changes.xml?rev=412637&r1=412636&r2=412637&view=diff
==============================================================================
--- forrest/site/docs_0_80/changes.xml (original)
+++ forrest/site/docs_0_80/changes.xml Wed Jun  7 19:55:40 2006
@@ -19,10 +19,9 @@
         See <link href="site:v0.80//dispatcher-concept">dispatcher development</link> and
         follow to the quickstart howto.
       (TS)</li><li><icon alt="add" src="../images/add.jpg"/>
-        Added Validation transformer to enable RELAX NG validation and
+        Add Validation Block. Uses transformers to enable RELAX NG validation and
         W3C XML Schema validation using Jing and Xerces.
-        See <link href="http://marc.theaimsgroup.com/?l=forrest-dev&amp;m=112598308027438">forrest-dev
-          discussion</link>.
+        See <link href="site:procedures/forrest-dev/debug-validation">documentation</link>.
       (DC) Thanks to Pier Fumagalli.</li><li><icon alt="add" src="../images/add.jpg"/>
         Added initial whiteboard input plugin for Lenya integration.
       (RDG) Thanks to Joachim Breitsprecher. Fixes <link href="http://issues.apache.org/jira/browse/FOR-660">FOR-660</link>.</li><li><icon alt="add" src="../images/add.jpg"/>
@@ -51,17 +50,17 @@
         PLUGIN_HOME/conf/*.xconf. Note that changes to this configuration
         file will not take effect until Forrest has been restarted.
       (RDG)</li><li><icon alt="add" src="../images/add.jpg"/>
-        Add an
-        "<link href="http://svn.apache.org/repos/asf/forrest/events/">events</link>"
-        section to our SVN to hold materials for gatherings of developers that
-        have been held outside the mailing list community.
-      (DC)</li><li><icon alt="add" src="../images/add.jpg"/>
         Added initial whiteboard output plugin for "voice".
         Read a document using a voice enabled browser such as Opera.
       (RDG) Thanks to Tom HANAX. Fixes <link href="http://issues.apache.org/jira/browse/FOR-589">FOR-589</link>.</li><li><icon alt="add" src="../images/add.jpg"/>
         Strip remaining &lt;i18n:text&gt; elements that remain if i18n processing
         has been disabled. This was causing invalid HTML output.
-      (DC) Fixes <link href="http://issues.apache.org/jira/browse/FOR-592">FOR-592</link>.</li><li><icon alt="add" src="../images/add.jpg"/>
+      (DC) Fixes <link href="http://issues.apache.org/jira/browse/FOR-592">FOR-592</link>.</li><li><icon alt="add" src="../images/add.jpg"/> Added a shell script to 
+        do some steps of the cocoon update process. Still there are some steps 
+        that should rather be done by a script then committer interaction. 
+        Updated the readme to state that some steps could be done by the 
+        script. <link href="http://svn.apache.org/viewcvs.cgi?rev=280710&amp;view=rev">Diff</link> 
+        (TS)</li><li><icon alt="add" src="../images/add.jpg"/>
         Refactored the view resolver code of the internal.view plugin. Created an action that
         is doing the same as before the combination of sitemap+xsl. <br/>Added 2 java classes to package
         org.apache.forrest.plugin.internal.view.acting:<br/>
@@ -171,8 +170,13 @@
       (DC) Thanks to Sjur N. Moshagen. Fixes <link href="http://issues.apache.org/jira/browse/FOR-581">FOR-581</link>, <link href="http://issues.apache.org/jira/browse/FOR-720">FOR-720</link>.</li><li><icon alt="update" src="../images/update.jpg"/>
         Updated tools/forrestbar to be compatiable with recent versions of Firefox.
       (DC) Thanks to Addison Berry. Fixes <link href="http://issues.apache.org/jira/browse/FOR-180">FOR-180</link>, <link href="http://issues.apache.org/jira/browse/FOR-716">FOR-716</link>.</li><li><icon alt="update" src="../images/update.jpg"/>
-        Enable Cocoon Profiler block.
-      (DC) Thanks to Ron Blaschke. Fixes <link href="http://issues.apache.org/jira/browse/FOR-572">FOR-572</link>.</li><li><icon alt="update" src="../images/update.jpg"/>
+        Add Cocoon Profiler block. Use this during development to list the
+        various sitemap pipelines and components that are being used, how
+        much time was used by each, whether each component uses the Cocoon
+        cache, and show the actual xml data.
+        See <link href="site:procedures/forrest-dev/debug-cocoon-profiler">documentation</link>.
+        Thanks to Ron Blaschke for the suggestion.
+      (DC) Fixes <link href="http://issues.apache.org/jira/browse/FOR-572">FOR-572</link>.</li><li><icon alt="update" src="../images/update.jpg"/>
         The hlink and vlink colors were not set correctly by SkinconfTransformer.
       (DC) Thanks to Dave Brosius. Fixes <link href="http://issues.apache.org/jira/browse/FOR-649">FOR-649</link>.</li><li><icon alt="update" src="../images/update.jpg"/>
         Synchronise the appearance of warning, fixme, and note elements
@@ -187,24 +191,50 @@
         Enhanced the initial Eclipse plugin for using Forrest via Eclipse.
         This work was enabled via a "Google Summer of Code" project.
         See <link href="site:tools/eclipse">docs</link>.
-      (RDG) Thanks to Anil Ramnanan.</li></ul></section><section><title>Changes to Documentation</title><ul><li><icon alt="add" src="../images/add.jpg"/>
+      (RDG) Thanks to Anil Ramnanan.</li><li><icon alt="update" src="../images/update.jpg"/> Added new 
+        seed targets seed-basic and seed-sample. That closes FOR-253. <link href="http://svn.apache.org/viewcvs.cgi?rev=231130&amp;view=rev">Diff</link> 
+        (TS) Fixes <link href="http://issues.apache.org/jira/browse/FOR-253">FOR-253</link>.</li><li><icon alt="update" src="../images/update.jpg"/> Fixed sample 
+        sites from the seedTestBusiness FOR-670: forrest seedTestBusiness; 
+        forrest site fails resume dtd validation <link href="http://svn.apache.org/viewcvs.cgi?rev=279892&amp;view=rev">Diff</link> 
+        (TS) Thanks to kevin. Fixes <link href="http://issues.apache.org/jira/browse/FOR-670">FOR-670</link>.</li><li><icon alt="update" src="../images/update.jpg"/> Added a new 
+        {defaults:view-internal} to better reuse the internal code of views. 
+        has the benefit that I only need to change the forrest-core.conf when 
+        we move views in to the core. The change in 
+        includes-viewLocationmap.xsl allows us to parse the views extension as 
+        paramater. That allows us to easily change '.fv' to '.fv.xml' via the 
+        forrest.properties. <link href="http://svn.apache.org/viewcvs.cgi?rev=215902&amp;view=rev">Diff</link> 
+        (TS)</li></ul></section><section><title>Changes to Documentation</title><ul><li><icon alt="add" src="../images/add.jpg"/>
 <!-- Please keep this action at the top -->
         Added document to facilitate
         <link href="site:v0.80//upgrading_08">upgrading to v0.8</link>
       (DC)</li><li><icon alt="add" src="../images/add.jpg"/>
+        We now have a regular 24-hour IRC session once per month. Developers get together.
+        See <link href="site:forrest-friday">ForrestFriday</link>.
+      (DC)</li><li><icon alt="add" src="../images/add.jpg"/>
         Documenting some of the locationmap syntax as comments/examples 
         until it can be done more formally.
         See 'forrest seed-sample' and 
         <link href="site:locationmap">locationmap docs</link>.
       (TWW)</li><li><icon alt="add" src="../images/add.jpg"/>
+        Add an
+        "<link href="http://svn.apache.org/repos/asf/forrest/events/">events</link>"
+        section to our SVN to hold materials for gatherings of developers that
+        have been held outside the mailing list community.
+      (DC)</li><li><icon alt="add" src="../images/add.jpg"/>
+        Add a new document
+        <link href="site:procedures/forrest-dev">How be a Forrest developer</link>.
+        Provides some tips and procedures for all aspects of using Forrest.
+      (DC)</li><li><icon alt="add" src="../images/add.jpg"/>
         Added document to explain the process for
         <link href="site:getting-involved/committed">Becoming an Apache Forrest
         committer</link>.
       (DC) Thanks to Addison Berry. Fixes <link href="http://issues.apache.org/jira/browse/FOR-603">FOR-603</link>.</li><li><icon alt="update" src="../images/update.jpg"/>
         Clarify documentation for Forrestbot.
-      (DC) Thanks to Addison Berry. Fixes <link href="http://issues.apache.org/jira/browse/FOR-568">FOR-568</link>.</li></ul></section><section><title>Contributors</title><p>This is a list of all people who have contributed to this release, but 
+      (DC) Thanks to Addison Berry. Fixes <link href="http://issues.apache.org/jira/browse/FOR-568">FOR-568</link>.</li><li><icon alt="update" src="../images/update.jpg"/> Added information about 
+        how to debug forrest java classes to the faq <link href="http://svn.apache.org/viewcvs.cgi?rev=291361&amp;view=rev">Diff</link> 
+        (TS)</li></ul></section><section><title>Contributors</title><p>This is a list of all people who have contributed to this release, but 
        were not full developers on the project. We thank these people for their 
-       contributions.</p><ul><li>Addison Berry</li><li>Alan Chandler</li><li>Anil Ramnanan</li><li>Dave Brosius</li><li>Gavin McDonald</li><li>Joachim Breitsprecher</li><li>Paul Devine</li><li>Phillip Evens</li><li>Pier Fumagalli</li><li>Rasik Pandey</li><li>Ron Blaschke</li><li>Sjur N. Moshagen</li><li>Steve Masover</li><li>Tom HANAX</li></ul></section></section>
+       contributions.</p><ul><li>Addison Berry</li><li>Alan Chandler</li><li>Anil Ramnanan</li><li>Dave Brosius</li><li>Gavin McDonald</li><li>Joachim Breitsprecher</li><li>kevin</li><li>Paul Devine</li><li>Phillip Evens</li><li>Pier Fumagalli</li><li>Rasik Pandey</li><li>Sjur N. Moshagen</li><li>Steve Masover</li><li>Tom HANAX</li></ul></section></section>
     <section id="version_0.7.1-dev"><title>Version 0.7.1-dev (not released)</title><section><title>Changes to the Code Base</title><ul><li><icon alt="update" src="../images/update.jpg"/>
         Howto-v20 now properly handles a/@class=fork etc. attribute to enable
         links to open in a new browser window.
@@ -445,7 +475,7 @@
         tab</link> to create subject-specific aggregated documents.
       (TS)</li></ul></section><section><title>Contributors</title><p>This is a list of all people who have contributed to this release, but 
        were not full developers on the project. We thank these people for their 
-       contributions.</p><ul><li>Cyriaque Dupoirieux</li><li>Ferdinand Soethe</li><li>Florian G. Haas</li><li>Gary Feldman</li><li>Ian P. Springer</li><li>Joao Ferreira</li><li>Johannes Schaefer</li><li>Jörg Werner</li><li>Kevin</li><li>Mark Eggers</li><li>Stephan E. Schlierf</li><li>Tamara Harpster</li><li>Upayavira</li></ul></section></section>
+       contributions.</p><ul><li>Cyriaque Dupoirieux</li><li>Ferdinand Soethe</li><li>Florian G. Haas</li><li>Gary Feldman</li><li>Ian P. Springer</li><li>Joao Ferreira</li><li>Johannes Schaefer</li><li>Jörg Werner</li><li>Kevin</li><li>Mark Eggers</li><li>Ron Blaschke</li><li>Stephan E. Schlierf</li><li>Tamara Harpster</li><li>Upayavira</li></ul></section></section>
     <section id="version_0.6"><title>Version 0.6 (2004-10-15)</title><section><title>Changes to Project Administration</title><ul><li><icon alt="update" src="../images/update.jpg"/>
         Moved forrestbot2 from scratchpad into main.  Uses ant 1.6's 
         'import' task instead of XSLT/ant.  Webapp completely

Modified: forrest/site/docs_0_80/howto/forrest.xmap.html
URL: http://svn.apache.org/viewvc/forrest/site/docs_0_80/howto/forrest.xmap.html?rev=412637&r1=412636&r2=412637&view=diff
==============================================================================
--- forrest/site/docs_0_80/howto/forrest.xmap.html (original)
+++ forrest/site/docs_0_80/howto/forrest.xmap.html Wed Jun  7 19:55:40 2006
@@ -196,7 +196,7 @@
 <div onclick="SwitchMenu('menu_1.4', '../../skin/')" id="menu_1.4Title" class="menutitle">Procedures &amp; Best Practice</div>
 <div id="menu_1.4" class="menuitemgroup">
 <div class="menuitem">
-<a href="../../howto-dev.html" title="Describes tips and procedures for efficiently developing with Forrest.">Development guidelines</a>
+<a href="../../howto-dev.html" title="Describes tips and procedures for efficiently developing with Forrest.">Development tips</a>
 </div>
 <div class="menuitem">
 <a href="../../issues.html">Reporting Bugs and Issues</a>

Modified: forrest/site/docs_0_80/howto/howto-editcss.html
URL: http://svn.apache.org/viewvc/forrest/site/docs_0_80/howto/howto-editcss.html?rev=412637&r1=412636&r2=412637&view=diff
==============================================================================
--- forrest/site/docs_0_80/howto/howto-editcss.html (original)
+++ forrest/site/docs_0_80/howto/howto-editcss.html Wed Jun  7 19:55:40 2006
@@ -333,7 +333,7 @@
 <h1>How to customize Forrest CSS 
       WYSIWYG-style</h1>
 <div class="abstract"> This How-To shows how to use Mozilla 
-      Firebird and the free EditCSS-Plugin to 
+      Firefox and the free EditCSS-Plugin to 
       customize your Forrest design in a 
       WYSIWYG-way.</div>
 <div id="motd-area">

Modified: forrest/site/docs_0_80/howto/howto-editcss.pdf
URL: http://svn.apache.org/viewvc/forrest/site/docs_0_80/howto/howto-editcss.pdf?rev=412637&r1=412636&r2=412637&view=diff
==============================================================================
Binary files - no diff available.

Modified: forrest/site/docs_0_80/howto/project_sitemap.xmap.html
URL: http://svn.apache.org/viewvc/forrest/site/docs_0_80/howto/project_sitemap.xmap.html?rev=412637&r1=412636&r2=412637&view=diff
==============================================================================
--- forrest/site/docs_0_80/howto/project_sitemap.xmap.html (original)
+++ forrest/site/docs_0_80/howto/project_sitemap.xmap.html Wed Jun  7 19:55:40 2006
@@ -196,7 +196,7 @@
 <div onclick="SwitchMenu('menu_1.4', '../../skin/')" id="menu_1.4Title" class="menutitle">Procedures &amp; Best Practice</div>
 <div id="menu_1.4" class="menuitemgroup">
 <div class="menuitem">
-<a href="../../howto-dev.html" title="Describes tips and procedures for efficiently developing with Forrest.">Development guidelines</a>
+<a href="../../howto-dev.html" title="Describes tips and procedures for efficiently developing with Forrest.">Development tips</a>
 </div>
 <div class="menuitem">
 <a href="../../issues.html">Reporting Bugs and Issues</a>

Modified: forrest/site/docs_0_80/howto/sitemap.xmap.html
URL: http://svn.apache.org/viewvc/forrest/site/docs_0_80/howto/sitemap.xmap.html?rev=412637&r1=412636&r2=412637&view=diff
==============================================================================
--- forrest/site/docs_0_80/howto/sitemap.xmap.html (original)
+++ forrest/site/docs_0_80/howto/sitemap.xmap.html Wed Jun  7 19:55:40 2006
@@ -196,7 +196,7 @@
 <div onclick="SwitchMenu('menu_1.4', '../../skin/')" id="menu_1.4Title" class="menutitle">Procedures &amp; Best Practice</div>
 <div id="menu_1.4" class="menuitemgroup">
 <div class="menuitem">
-<a href="../../howto-dev.html" title="Describes tips and procedures for efficiently developing with Forrest.">Development guidelines</a>
+<a href="../../howto-dev.html" title="Describes tips and procedures for efficiently developing with Forrest.">Development tips</a>
 </div>
 <div class="menuitem">
 <a href="../../issues.html">Reporting Bugs and Issues</a>

Modified: forrest/site/documentation_bestpractices.html
URL: http://svn.apache.org/viewvc/forrest/site/documentation_bestpractices.html?rev=412637&r1=412636&r2=412637&view=diff
==============================================================================
--- forrest/site/documentation_bestpractices.html (original)
+++ forrest/site/documentation_bestpractices.html Wed Jun  7 19:55:40 2006
@@ -159,7 +159,7 @@
 <div onclick="SwitchMenu('menu_selected_1.3', 'skin/')" id="menu_selected_1.3Title" class="menutitle" style="background-image: url('skin/images/chapter_open.gif');">Procedures &amp; Best Practice</div>
 <div id="menu_selected_1.3" class="selectedmenuitemgroup" style="display: block;">
 <div class="menuitem">
-<a href="howto-dev.html" title="Describes tips and procedures for efficiently developing with Forrest.">Development guidelines</a>
+<a href="howto-dev.html" title="Describes tips and procedures for efficiently developing with Forrest.">Development tips</a>
 </div>
 <div class="menuitem">
 <a href="issues.html">Reporting Bugs and Issues</a>

Modified: forrest/site/forrest-friday.html
URL: http://svn.apache.org/viewvc/forrest/site/forrest-friday.html?rev=412637&r1=412636&r2=412637&view=diff
==============================================================================
--- forrest/site/forrest-friday.html (original)
+++ forrest/site/forrest-friday.html Wed Jun  7 19:55:40 2006
@@ -159,7 +159,7 @@
 <div onclick="SwitchMenu('menu_1.3', 'skin/')" id="menu_1.3Title" class="menutitle">Procedures &amp; Best Practice</div>
 <div id="menu_1.3" class="menuitemgroup">
 <div class="menuitem">
-<a href="howto-dev.html" title="Describes tips and procedures for efficiently developing with Forrest.">Development guidelines</a>
+<a href="howto-dev.html" title="Describes tips and procedures for efficiently developing with Forrest.">Development tips</a>
 </div>
 <div class="menuitem">
 <a href="issues.html">Reporting Bugs and Issues</a>

Modified: forrest/site/forrest-issues.html
URL: http://svn.apache.org/viewvc/forrest/site/forrest-issues.html?rev=412637&r1=412636&r2=412637&view=diff
==============================================================================
--- forrest/site/forrest-issues.html (original)
+++ forrest/site/forrest-issues.html Wed Jun  7 19:55:40 2006
@@ -204,10 +204,10 @@
 <a href="#%5BFOR-868%5D+add+relevant+notes+to+the+%22Upgrading%22+xdoc">[FOR-868] add relevant notes to the "Upgrading" xdoc</a>
 </li>
 <li>
-<a href="#%5BFOR-891%5D+css-validator+reports+CSS+errors+and+many+warnings+for+pelt+skin">[FOR-891] css-validator reports CSS errors and many warnings for pelt skin</a>
+<a href="#%5BFOR-865%5D+Add+missing+entries+to+status.xml+to+generate+the+changes+list">[FOR-865] Add missing entries to status.xml to generate the changes list</a>
 </li>
 <li>
-<a href="#%5BFOR-865%5D+Add+missing+entries+to+status.xml+to+generate+the+changes+list">[FOR-865] Add missing entries to status.xml to generate the changes list</a>
+<a href="#%5BFOR-891%5D+css-validator+reports+CSS+errors+and+many+warnings+for+pelt+skin">[FOR-891] css-validator reports CSS errors and many warnings for pelt skin</a>
 </li>
 <li>
 <a href="#%5BFOR-572%5D+run+a+memory+profiler+while+forrest+is+operating">[FOR-572] run a memory profiler while forrest is operating</a>
@@ -351,17 +351,7 @@
 </p>
 <p>We need to add some notes to the upgrading_0*.html doc for the upcoming release. This would most easily be done after attending to &lt;a href="http://issues.apache.org/jira/browse/FOR-865" title="Add missing entries to status.xml to generate the changes list"&gt;FOR-865&lt;/a&gt; &amp;quot;Add missing entries to status.xml to generate the changes list&amp;quot;.</p>
 </div>
-<a name="N1004D"></a><a name="%5BFOR-891%5D+css-validator+reports+CSS+errors+and+many+warnings+for+pelt+skin"></a>
-<h2 class="underlined_10">[FOR-891] css-validator reports CSS errors and many warnings for pelt skin</h2>
-<div class="section">
-<p>
-<a href="http://issues.apache.org/jira/browse/FOR-891">http://issues.apache.org/jira/browse/FOR-891</a>
-</p>
-<p>Our home page does not pass CSS validation with &lt;a href="http://jigsaw.w3.org/css-validator/"&gt;http://jigsaw.w3.org/css-validator/&lt;/a&gt;
-&lt;br/&gt;
-</p>
-</div>
-<a name="N10059"></a><a name="%5BFOR-865%5D+Add+missing+entries+to+status.xml+to+generate+the+changes+list"></a>
+<a name="N1004D"></a><a name="%5BFOR-865%5D+Add+missing+entries+to+status.xml+to+generate+the+changes+list"></a>
 <h2 class="underlined_10">[FOR-865] Add missing entries to status.xml to generate the changes list</h2>
 <div class="section">
 <p>
@@ -378,6 +368,16 @@
 Re: better use of changes.html (Was: Community health)
 &lt;br/&gt;
 &lt;a href="http://marc.theaimsgroup.com/?t=114274836600001"&gt;http://marc.theaimsgroup.com/?t=114274836600001&lt;/a&gt;</p>
+</div>
+<a name="N10059"></a><a name="%5BFOR-891%5D+css-validator+reports+CSS+errors+and+many+warnings+for+pelt+skin"></a>
+<h2 class="underlined_10">[FOR-891] css-validator reports CSS errors and many warnings for pelt skin</h2>
+<div class="section">
+<p>
+<a href="http://issues.apache.org/jira/browse/FOR-891">http://issues.apache.org/jira/browse/FOR-891</a>
+</p>
+<p>Our home page does not pass CSS validation with &lt;a href="http://jigsaw.w3.org/css-validator/"&gt;http://jigsaw.w3.org/css-validator/&lt;/a&gt;
+&lt;br/&gt;
+</p>
 </div>
 <a name="N10065"></a><a name="%5BFOR-572%5D+run+a+memory+profiler+while+forrest+is+operating"></a>
 <h2 class="underlined_10">[FOR-572] run a memory profiler while forrest is operating</h2>

Modified: forrest/site/forrest-issues.pdf
URL: http://svn.apache.org/viewvc/forrest/site/forrest-issues.pdf?rev=412637&r1=412636&r2=412637&view=diff
==============================================================================
Binary files - no diff available.

Modified: forrest/site/guidelines.html
URL: http://svn.apache.org/viewvc/forrest/site/guidelines.html?rev=412637&r1=412636&r2=412637&view=diff
==============================================================================
--- forrest/site/guidelines.html (original)
+++ forrest/site/guidelines.html Wed Jun  7 19:55:40 2006
@@ -159,7 +159,7 @@
 <div onclick="SwitchMenu('menu_1.3', 'skin/')" id="menu_1.3Title" class="menutitle">Procedures &amp; Best Practice</div>
 <div id="menu_1.3" class="menuitemgroup">
 <div class="menuitem">
-<a href="howto-dev.html" title="Describes tips and procedures for efficiently developing with Forrest.">Development guidelines</a>
+<a href="howto-dev.html" title="Describes tips and procedures for efficiently developing with Forrest.">Development tips</a>
 </div>
 <div class="menuitem">
 <a href="issues.html">Reporting Bugs and Issues</a>

Modified: forrest/site/gump.html
URL: http://svn.apache.org/viewvc/forrest/site/gump.html?rev=412637&r1=412636&r2=412637&view=diff
==============================================================================
--- forrest/site/gump.html (original)
+++ forrest/site/gump.html Wed Jun  7 19:55:40 2006
@@ -159,7 +159,7 @@
 <div onclick="SwitchMenu('menu_selected_1.3', 'skin/')" id="menu_selected_1.3Title" class="menutitle" style="background-image: url('skin/images/chapter_open.gif');">Procedures &amp; Best Practice</div>
 <div id="menu_selected_1.3" class="selectedmenuitemgroup" style="display: block;">
 <div class="menuitem">
-<a href="howto-dev.html" title="Describes tips and procedures for efficiently developing with Forrest.">Development guidelines</a>
+<a href="howto-dev.html" title="Describes tips and procedures for efficiently developing with Forrest.">Development tips</a>
 </div>
 <div class="menuitem">
 <a href="issues.html">Reporting Bugs and Issues</a>

Modified: forrest/site/howto-dev.html
URL: http://svn.apache.org/viewvc/forrest/site/howto-dev.html?rev=412637&r1=412636&r2=412637&view=diff
==============================================================================
--- forrest/site/howto-dev.html (original)
+++ forrest/site/howto-dev.html Wed Jun  7 19:55:40 2006
@@ -159,7 +159,7 @@
 <div onclick="SwitchMenu('menu_selected_1.3', 'skin/')" id="menu_selected_1.3Title" class="menutitle" style="background-image: url('skin/images/chapter_open.gif');">Procedures &amp; Best Practice</div>
 <div id="menu_selected_1.3" class="selectedmenuitemgroup" style="display: block;">
 <div class="menupage">
-<div class="menupagetitle">Development guidelines</div>
+<div class="menupagetitle">Development tips</div>
 </div>
 <div class="menuitem">
 <a href="issues.html">Reporting Bugs and Issues</a>
@@ -302,6 +302,9 @@
 <a href="#debug-logtransformer">Using Cocoon LogTransformer</a>
 </li>
 <li>
+<a href="#debug-validation">Using Cocoon Validation Transformers</a>
+</li>
+<li>
 <a href="#debug-java">Java code</a>
 </li>
 <li>
@@ -806,7 +809,32 @@
           path is being taken through the sitemap. Add various LogTransformers
           with different filenames and see which one gets triggered.
         </p>
-<a name="N101E7"></a><a name="debug-java"></a>
+<a name="N101E7"></a><a name="debug-validation"></a>
+<h4>Using Cocoon Validation Transformers</h4>
+<p>
+          Validating Transformers can be inserted in the sitemaps to validate
+          the xml stream at that stage.
+          Enables RELAX NG validation and W3C XML Schema validation using
+          Jing and Xerces.
+        </p>
+<p>
+          The Validation Block is already added to Forrest and configured.
+          To use it simply add entries to your sitemap like this:
+        </p>
+<pre class="code">
+...
+&lt;map:transform type="validation-report"
+  src="{forrest:context}/resources/schema/relaxng/unstable/any.rng"/&gt;
+...
+</pre>
+<p>See
+          <a href="http://marc.theaimsgroup.com/?t=112541971900003">Pier's note to cocoon-dev</a> and
+
+          Cocoon documentation:
+          <a href="http://cocoon.zones.apache.org/daisy/documentation/components/1058/g2/684.html">ValidatingTransformer</a> and
+          <a href="http://cocoon.zones.apache.org/daisy/documentation/components/1058/g2/691.html">ValidationReportTransformer</a>.
+        </p>
+<a name="N10207"></a><a name="debug-java"></a>
 <h4>Java code</h4>
 <p>
           Since there's really no way to "trace" the java code through the
@@ -820,7 +848,7 @@
           statements to the Cocoon sources and rebuild Forrest's packaged Cocoon
           (as described in $FORREST_HOME/etc/cocoon_upgrade/).
         </p>
-<a name="N101F7"></a><a name="debug-links"></a>
+<a name="N10217"></a><a name="debug-links"></a>
 <h4>Finding broken internal links</h4>
 <p>
           Do 'forrest site' to produce the whole documentation set.
@@ -841,7 +869,7 @@
           configuration file or the link in your source document is not
           using the correct name for the "site:..." value.
         </p>
-<a name="N1020B"></a><a name="tips-debug"></a>
+<a name="N1022B"></a><a name="tips-debug"></a>
 <h4>Tips</h4>
 <ul>
           
@@ -851,13 +879,13 @@
           </li>
         
 </ul>
-<a name="N10219"></a><a name="find"></a>
+<a name="N10239"></a><a name="find"></a>
 <h3 class="underlined_5">Finding the relevant sources</h3>
 <p>
         You will need to be able to find which sources, sitemaps, stylesheets
         are responsible for certain processing.
       </p>
-<a name="N10222"></a><a name="find-scenario-1"></a>
+<a name="N10242"></a><a name="find-scenario-1"></a>
 <h4>Scenario: How does i18n work</h4>
 <p>
           We will do a search for "i18n" to start with, then refine that after
@@ -900,7 +928,7 @@
           is declared to use i18n, then further down the page the "skinit"
           pipeline uses the i18n transformer only if i18n is switched on.
         </p>
-<a name="N10244"></a><a name="tips-find"></a>
+<a name="N10264"></a><a name="tips-find"></a>
 <h4>Tips</h4>
 <ul>
           
@@ -910,31 +938,31 @@
         
 </ul>
 </div>
-<a name="N10254"></a><a name="Frequently Asked Questions"></a>
+<a name="N10274"></a><a name="Frequently Asked Questions"></a>
 <h2 class="underlined_10">Frequently Asked Questions</h2>
 <div class="section">
-<a name="N10258"></a><a name="1+General+issues"></a>
+<a name="N10278"></a><a name="1+General+issues"></a>
 <h3 class="underlined_5">1 General issues</h3>
-<a name="N1025C"></a><a name="1.1+FAQ+1"></a>
+<a name="N1027C"></a><a name="1.1+FAQ+1"></a>
 <h4>1.1 FAQ 1</h4>
 <p>
 ####
           </p>
-<a name="N10264"></a><a name="2+Other+issues"></a>
+<a name="N10284"></a><a name="2+Other+issues"></a>
 <h3 class="underlined_5">2 Other issues</h3>
-<a name="N10268"></a><a name="2.1+FAQ+2.1"></a>
+<a name="N10288"></a><a name="2.1+FAQ+2.1"></a>
 <h4>2.1 FAQ 2.1</h4>
 <p>
 ###
           </p>
 </div>
-<a name="N10270"></a><a name="Tips"></a>
+<a name="N10290"></a><a name="Tips"></a>
 <h2 class="underlined_10">Tips</h2>
 <div class="section">
 <p>
       This is a collection of general tips that do not fit in the sections above. 
     </p>
-<a name="N10278"></a><a name="tip-howto"></a>
+<a name="N10298"></a><a name="tip-howto"></a>
 <h3 class="underlined_5">Explanations about howto topics on the mailing lists</h3>
 <p>
         Often there are useful discussions on the mailing lists which explain
@@ -943,7 +971,7 @@
         which links to the email discussion. Later someone else can summarise.
       </p>
 </div>
-<a name="N10282"></a><a name="References"></a>
+<a name="N102A2"></a><a name="References"></a>
 <h2 class="underlined_10">References</h2>
 <div class="section">
 <p>

Modified: forrest/site/howto-dev.pdf
URL: http://svn.apache.org/viewvc/forrest/site/howto-dev.pdf?rev=412637&r1=412636&r2=412637&view=diff
==============================================================================
Binary files - no diff available.

Modified: forrest/site/howto-howto.html
URL: http://svn.apache.org/viewvc/forrest/site/howto-howto.html?rev=412637&r1=412636&r2=412637&view=diff
==============================================================================
--- forrest/site/howto-howto.html (original)
+++ forrest/site/howto-howto.html Wed Jun  7 19:55:40 2006
@@ -159,7 +159,7 @@
 <div onclick="SwitchMenu('menu_selected_1.3', 'skin/')" id="menu_selected_1.3Title" class="menutitle" style="background-image: url('skin/images/chapter_open.gif');">Procedures &amp; Best Practice</div>
 <div id="menu_selected_1.3" class="selectedmenuitemgroup" style="display: block;">
 <div class="menuitem">
-<a href="howto-dev.html" title="Describes tips and procedures for efficiently developing with Forrest.">Development guidelines</a>
+<a href="howto-dev.html" title="Describes tips and procedures for efficiently developing with Forrest.">Development tips</a>
 </div>
 <div class="menuitem">
 <a href="issues.html">Reporting Bugs and Issues</a>

Modified: forrest/site/issues.html
URL: http://svn.apache.org/viewvc/forrest/site/issues.html?rev=412637&r1=412636&r2=412637&view=diff
==============================================================================
--- forrest/site/issues.html (original)
+++ forrest/site/issues.html Wed Jun  7 19:55:40 2006
@@ -159,7 +159,7 @@
 <div onclick="SwitchMenu('menu_selected_1.3', 'skin/')" id="menu_selected_1.3Title" class="menutitle" style="background-image: url('skin/images/chapter_open.gif');">Procedures &amp; Best Practice</div>
 <div id="menu_selected_1.3" class="selectedmenuitemgroup" style="display: block;">
 <div class="menuitem">
-<a href="howto-dev.html" title="Describes tips and procedures for efficiently developing with Forrest.">Development guidelines</a>
+<a href="howto-dev.html" title="Describes tips and procedures for efficiently developing with Forrest.">Development tips</a>
 </div>
 <div class="menupage">
 <div class="menupagetitle">Reporting Bugs and Issues</div>

Modified: forrest/site/linkmap.html
URL: http://svn.apache.org/viewvc/forrest/site/linkmap.html?rev=412637&r1=412636&r2=412637&view=diff
==============================================================================
--- forrest/site/linkmap.html (original)
+++ forrest/site/linkmap.html Wed Jun  7 19:55:40 2006
@@ -420,9 +420,16 @@
         
 <ul>
 <li>
-<a href="howto-dev.html">Development guidelines</a>&nbsp;&nbsp;&nbsp;_________________________&nbsp;&nbsp;<em>forrest-dev</em>
+<a href="howto-dev.html">Development tips</a>&nbsp;&nbsp;&nbsp;_________________________&nbsp;&nbsp;<em>forrest-dev</em>
 </li>
-</ul>  
+<ul>  
+          
+          
+          
+          
+        
+</ul>
+</ul>
         
 <ul>
 <li>

Modified: forrest/site/linkmap.pdf
URL: http://svn.apache.org/viewvc/forrest/site/linkmap.pdf?rev=412637&r1=412636&r2=412637&view=diff
==============================================================================
Binary files - no diff available.

Modified: forrest/site/mail-lists.html
URL: http://svn.apache.org/viewvc/forrest/site/mail-lists.html?rev=412637&r1=412636&r2=412637&view=diff
==============================================================================
--- forrest/site/mail-lists.html (original)
+++ forrest/site/mail-lists.html Wed Jun  7 19:55:40 2006
@@ -159,7 +159,7 @@
 <div onclick="SwitchMenu('menu_1.3', 'skin/')" id="menu_1.3Title" class="menutitle">Procedures &amp; Best Practice</div>
 <div id="menu_1.3" class="menuitemgroup">
 <div class="menuitem">
-<a href="howto-dev.html" title="Describes tips and procedures for efficiently developing with Forrest.">Development guidelines</a>
+<a href="howto-dev.html" title="Describes tips and procedures for efficiently developing with Forrest.">Development tips</a>
 </div>
 <div class="menuitem">
 <a href="issues.html">Reporting Bugs and Issues</a>

Modified: forrest/site/plan/index.html
URL: http://svn.apache.org/viewvc/forrest/site/plan/index.html?rev=412637&r1=412636&r2=412637&view=diff
==============================================================================
--- forrest/site/plan/index.html (original)
+++ forrest/site/plan/index.html Wed Jun  7 19:55:40 2006
@@ -159,7 +159,7 @@
 <div onclick="SwitchMenu('menu_1.3', '../skin/')" id="menu_1.3Title" class="menutitle">Procedures &amp; Best Practice</div>
 <div id="menu_1.3" class="menuitemgroup">
 <div class="menuitem">
-<a href="../howto-dev.html" title="Describes tips and procedures for efficiently developing with Forrest.">Development guidelines</a>
+<a href="../howto-dev.html" title="Describes tips and procedures for efficiently developing with Forrest.">Development tips</a>
 </div>
 <div class="menuitem">
 <a href="../issues.html">Reporting Bugs and Issues</a>

Modified: forrest/site/plan/internal-xhtml.html
URL: http://svn.apache.org/viewvc/forrest/site/plan/internal-xhtml.html?rev=412637&r1=412636&r2=412637&view=diff
==============================================================================
--- forrest/site/plan/internal-xhtml.html (original)
+++ forrest/site/plan/internal-xhtml.html Wed Jun  7 19:55:40 2006
@@ -159,7 +159,7 @@
 <div onclick="SwitchMenu('menu_1.3', '../skin/')" id="menu_1.3Title" class="menutitle">Procedures &amp; Best Practice</div>
 <div id="menu_1.3" class="menuitemgroup">
 <div class="menuitem">
-<a href="../howto-dev.html" title="Describes tips and procedures for efficiently developing with Forrest.">Development guidelines</a>
+<a href="../howto-dev.html" title="Describes tips and procedures for efficiently developing with Forrest.">Development tips</a>
 </div>
 <div class="menuitem">
 <a href="../issues.html">Reporting Bugs and Issues</a>

Modified: forrest/site/pluginDocs/plugins_0_80/usingPlugins.html
URL: http://svn.apache.org/viewvc/forrest/site/pluginDocs/plugins_0_80/usingPlugins.html?rev=412637&r1=412636&r2=412637&view=diff
==============================================================================
--- forrest/site/pluginDocs/plugins_0_80/usingPlugins.html (original)
+++ forrest/site/pluginDocs/plugins_0_80/usingPlugins.html Wed Jun  7 19:55:40 2006
@@ -175,7 +175,12 @@
 <a href="#version">What Version of Plugins will be used ?</a>
 </li>
 <li>
-<a href="#sources">Where does Forrest look for Plugins sources ?</a>
+<a href="#sources">Where does Forrest look for Plugins sources?</a>
+<ul class="minitoc">
+<li>
+<a href="#Overview">Overview</a>
+</li>
+</ul>
 </li>
 </ul>
 </li>
@@ -248,7 +253,26 @@
           of an in-development plugin, therefore in a production environment you should always specify
           a known working version.</p>
 <a name="N1005B"></a><a name="sources"></a>
-<h3 class="underlined_5">Where does Forrest look for Plugins sources ?</h3>
+<h3 class="underlined_5">Where does Forrest look for Plugins sources?</h3>
+<a name="N10061"></a><a name="Overview"></a>
+<h4>Overview</h4>
+<p>This is fairly complex, so here is a simple overview. If you want to know the
+            details you need to read the rest of this section. For most people this overview
+            will be sufficient.</p>
+<p>Forrest will try and retrieve a plugin from local source files first, if that
+            fails it will look on a remote distribution server. Once it finds a copy of the
+            plugin it will deploy it to the local Forrest instance and use it from there.</p>
+<p>The local directories that will be searched are defined in the <span class="codefrag">project.required.plugins.src</span>
+            property, which is defined in the <span class="codefrag">forrest.properties</span> file. By default
+            this is set to <span class="codefrag">${forrest.home}/plugins,${forrest.home}/whiteboard/plugins</span>,
+            which means that these two directories will be searched for plugins.</p>
+<p>If you have a collection of local plugins you would like Forrest to use then you
+            need to add the directory to this property. For example: 
+            <span class="codefrag">project.required.plugins.src=${forrest.home}/plugins,${forrest.home}/whiteboard/plugins,/export/forrest_plugins</span>
+</p>
+<p>You can add this line to your projects <span class="codefrag">forrest.properties</span> file. However,
+            it may be more convenient to add it to a <span class="codefrag">forrest.properties</span> file
+            in your users home directory.</p>
 <p>Forrest uses a fall back mecanism to find the plugins to install for a project.</p>
 <p>For an unversionned plugin, Forrest tries to get it from :</p>
 <ol>
@@ -278,7 +302,7 @@
           It is possible to add other sources locations by specifying the <span class="codefrag">project.required.plugins.src</span> property
           in the projects <span class="codefrag">forrest.properties</span> file.</p>
 <p>For example,</p>
-<pre class="code">project.required.plugins.src=${forrest.home}/plugins,${forrest.home}/whiteboard/plugins,${project.home}/plugins</pre>
+<pre class="code">project.required.plugins.src=${forrest.home}/plugins,${forrest.home}/whiteboard/plugins,/export/forrest_plugins</pre>
 <p>
            will add the project specific directory <span class="codefrag">${project.home}/plugins</span> to the list of directories to search in.</p>
 <p>If sources are not found, forrest will try to get them from the Web. Forrest <em>knows</em> the plugins description with plugins descriptors files
@@ -304,19 +328,35 @@
           will add the project specific plugins descriptors file <span class="codefrag">file:///${project.home}/plugins/plugins.xml</span> to the list of descriptors.</p>
 </div>
     
-<a name="N100D8"></a><a name="local-deploy"></a>
+<a name="N100FF"></a><a name="local-deploy"></a>
 <h2 class="underlined_10">Editing plugins sources to enhance functionality</h2>
 <div class="section">
-<p>
-        Until issue
-        <a href="http://issues.apache.org/jira/browse/FOR-388">FOR-388</a>
-        is fixed to enable the use of plugins in-place, any changes to
-        sources need to be locally deployed.
-        See <a href="#more">Further reading</a> for "How to build a Plugin".
-      </p>
+<div class="note">
+<div class="label">Note</div>
+<div class="content">Until issue <a href="http://issues.apache.org/jira/browse/FOR-388">FOR-388</a> is fixed to 
+      enable the use of plugins in-place, any change to sources requires you to either
+      restart forrest or to manually deploy the plugin locally with "ant local-deploy".
+      See Further reading for "How to build a Plugin". It is worth noting that if your
+      changes are to Java files you will always have to restart Forrest to ensure the
+      class loader loads your new classes.</div>
+</div>
+<p>If you need to add specific behaviour to an existing plugin, you should first consider
+      whether your changes will be of use to all users of the plugin or not. If they are of
+      general use then you can edit the plugin source files in their original location (i.e. 
+      not in the build directory). Once you have completed your changes please 
+      <a href="../../contrib.html#patch">prepare a patch
+      and submit it for inclusion</a> in code base.</p>
+<p>If your changes are specific to your own use of the plugin you can create a local
+      copy of the plugin for this. However, we strongly advise against this 
+      since you will need to manually update your plugin each time a new release of the original
+      is made. In the vast majority of cases local enhancements to a plugin wil be of use
+      to the wider communtiy. Please donate back to the project and help keep it vibrant and
+      useful. See the Further Reading section at the end of this document for links to
+      documents with more information.</p>
 </div>
     
-<a name="N100EA"></a><a name="no-plugins"></a>
+    
+<a name="N10117"></a><a name="no-plugins"></a>
 <h2 class="underlined_10">Upgrading from a Version of Forrest Without Plugins</h2>
 <div class="section">
 <p>The plugin functionality was introduced in version 0.7 of Forrest.
@@ -345,7 +385,7 @@
 </div>
 
     
-<a name="N10112"></a><a name="conflict"></a>
+<a name="N1013F"></a><a name="conflict"></a>
 <h2 class="underlined_10">Avoiding Plugin Conflicts</h2>
 <div class="section">
 <p>Clashes between plugins can occur. For example, the simplified-docbook
@@ -357,7 +397,7 @@
 </div>
 
     
-<a name="N1011F"></a><a name="more"></a>
+<a name="N1014C"></a><a name="more"></a>
 <h2 class="underlined_10">Further Reading</h2>
 <div class="section">
 <ul>

Modified: forrest/site/pluginDocs/plugins_0_80/usingPlugins.pdf
URL: http://svn.apache.org/viewvc/forrest/site/pluginDocs/plugins_0_80/usingPlugins.pdf?rev=412637&r1=412636&r2=412637&view=diff
==============================================================================
Binary files - no diff available.

Modified: forrest/site/procedures/How_to_publish_docs.html
URL: http://svn.apache.org/viewvc/forrest/site/procedures/How_to_publish_docs.html?rev=412637&r1=412636&r2=412637&view=diff
==============================================================================
--- forrest/site/procedures/How_to_publish_docs.html (original)
+++ forrest/site/procedures/How_to_publish_docs.html Wed Jun  7 19:55:40 2006
@@ -159,7 +159,7 @@
 <div onclick="SwitchMenu('menu_selected_1.3', '../skin/')" id="menu_selected_1.3Title" class="menutitle" style="background-image: url('../skin/images/chapter_open.gif');">Procedures &amp; Best Practice</div>
 <div id="menu_selected_1.3" class="selectedmenuitemgroup" style="display: block;">
 <div class="menuitem">
-<a href="../howto-dev.html" title="Describes tips and procedures for efficiently developing with Forrest.">Development guidelines</a>
+<a href="../howto-dev.html" title="Describes tips and procedures for efficiently developing with Forrest.">Development tips</a>
 </div>
 <div class="menuitem">
 <a href="../issues.html">Reporting Bugs and Issues</a>

Modified: forrest/site/procedures/release/How_to_release.html
URL: http://svn.apache.org/viewvc/forrest/site/procedures/release/How_to_release.html?rev=412637&r1=412636&r2=412637&view=diff
==============================================================================
--- forrest/site/procedures/release/How_to_release.html (original)
+++ forrest/site/procedures/release/How_to_release.html Wed Jun  7 19:55:40 2006
@@ -159,7 +159,7 @@
 <div onclick="SwitchMenu('menu_selected_1.3', '../../skin/')" id="menu_selected_1.3Title" class="menutitle" style="background-image: url('../../skin/images/chapter_open.gif');">Procedures &amp; Best Practice</div>
 <div id="menu_selected_1.3" class="selectedmenuitemgroup" style="display: block;">
 <div class="menuitem">
-<a href="../../howto-dev.html" title="Describes tips and procedures for efficiently developing with Forrest.">Development guidelines</a>
+<a href="../../howto-dev.html" title="Describes tips and procedures for efficiently developing with Forrest.">Development tips</a>
 </div>
 <div class="menuitem">
 <a href="../../issues.html">Reporting Bugs and Issues</a>

Modified: forrest/site/proposal-asf-forrestbot.html
URL: http://svn.apache.org/viewvc/forrest/site/proposal-asf-forrestbot.html?rev=412637&r1=412636&r2=412637&view=diff
==============================================================================
--- forrest/site/proposal-asf-forrestbot.html (original)
+++ forrest/site/proposal-asf-forrestbot.html Wed Jun  7 19:55:40 2006
@@ -159,7 +159,7 @@
 <div onclick="SwitchMenu('menu_1.3', 'skin/')" id="menu_1.3Title" class="menutitle">Procedures &amp; Best Practice</div>
 <div id="menu_1.3" class="menuitemgroup">
 <div class="menuitem">
-<a href="howto-dev.html" title="Describes tips and procedures for efficiently developing with Forrest.">Development guidelines</a>
+<a href="howto-dev.html" title="Describes tips and procedures for efficiently developing with Forrest.">Development tips</a>
 </div>
 <div class="menuitem">
 <a href="issues.html">Reporting Bugs and Issues</a>

Modified: forrest/site/roles.html
URL: http://svn.apache.org/viewvc/forrest/site/roles.html?rev=412637&r1=412636&r2=412637&view=diff
==============================================================================
--- forrest/site/roles.html (original)
+++ forrest/site/roles.html Wed Jun  7 19:55:40 2006
@@ -159,7 +159,7 @@
 <div onclick="SwitchMenu('menu_1.3', 'skin/')" id="menu_1.3Title" class="menutitle">Procedures &amp; Best Practice</div>
 <div id="menu_1.3" class="menuitemgroup">
 <div class="menuitem">
-<a href="howto-dev.html" title="Describes tips and procedures for efficiently developing with Forrest.">Development guidelines</a>
+<a href="howto-dev.html" title="Describes tips and procedures for efficiently developing with Forrest.">Development tips</a>
 </div>
 <div class="menuitem">
 <a href="issues.html">Reporting Bugs and Issues</a>

Modified: forrest/site/skin/screen.css
URL: http://svn.apache.org/viewvc/forrest/site/skin/screen.css?rev=412637&r1=412636&r2=412637&view=diff
==============================================================================
--- forrest/site/skin/screen.css (original)
+++ forrest/site/skin/screen.css Wed Jun  7 19:55:40 2006
@@ -212,7 +212,7 @@
     text-decoration:none;
     background-image: url('images/chapter.gif');
     background-repeat: no-repeat;
-    background-position: left 3px;
+    background-position: center left;
     padding-left: 6px;
     margin-left: 6px;
 }
@@ -304,7 +304,7 @@
         margin-left: 10px;
         background-image: url('images/chapter.gif');
         background-repeat: no-repeat;
-        background-position: left 6px;
+        background-position: center left;
         font-weight : bold;
 
         
@@ -328,7 +328,7 @@
         padding: 2px 0px 1px 13px;
         background-image: url('images/page.gif');
         background-repeat: no-repeat;
-        background-position: left 5px;
+        background-position: center left;
         font-weight : normal;
         margin-left: 10px;
 }
@@ -338,7 +338,7 @@
         padding: 0px 3px 0px 12px;
         background-image: url('images/page.gif');
         background-repeat: no-repeat;
-        background-position: left 4px;
+        background-position: center left;
         font-style : normal;
 }
 #menu .menupagetitle {

Modified: forrest/site/subversion_bestpractices.html
URL: http://svn.apache.org/viewvc/forrest/site/subversion_bestpractices.html?rev=412637&r1=412636&r2=412637&view=diff
==============================================================================
--- forrest/site/subversion_bestpractices.html (original)
+++ forrest/site/subversion_bestpractices.html Wed Jun  7 19:55:40 2006
@@ -159,7 +159,7 @@
 <div onclick="SwitchMenu('menu_selected_1.3', 'skin/')" id="menu_selected_1.3Title" class="menutitle" style="background-image: url('skin/images/chapter_open.gif');">Procedures &amp; Best Practice</div>
 <div id="menu_selected_1.3" class="selectedmenuitemgroup" style="display: block;">
 <div class="menuitem">
-<a href="howto-dev.html" title="Describes tips and procedures for efficiently developing with Forrest.">Development guidelines</a>
+<a href="howto-dev.html" title="Describes tips and procedures for efficiently developing with Forrest.">Development tips</a>
 </div>
 <div class="menuitem">
 <a href="issues.html">Reporting Bugs and Issues</a>

Modified: forrest/site/todo.html
URL: http://svn.apache.org/viewvc/forrest/site/todo.html?rev=412637&r1=412636&r2=412637&view=diff
==============================================================================
--- forrest/site/todo.html (original)
+++ forrest/site/todo.html Wed Jun  7 19:55:40 2006
@@ -159,7 +159,7 @@
 <div onclick="SwitchMenu('menu_1.3', 'skin/')" id="menu_1.3Title" class="menutitle">Procedures &amp; Best Practice</div>
 <div id="menu_1.3" class="menuitemgroup">
 <div class="menuitem">
-<a href="howto-dev.html" title="Describes tips and procedures for efficiently developing with Forrest.">Development guidelines</a>
+<a href="howto-dev.html" title="Describes tips and procedures for efficiently developing with Forrest.">Development tips</a>
 </div>
 <div class="menuitem">
 <a href="issues.html">Reporting Bugs and Issues</a>

Modified: forrest/site/zone.html
URL: http://svn.apache.org/viewvc/forrest/site/zone.html?rev=412637&r1=412636&r2=412637&view=diff
==============================================================================
--- forrest/site/zone.html (original)
+++ forrest/site/zone.html Wed Jun  7 19:55:40 2006
@@ -159,7 +159,7 @@
 <div onclick="SwitchMenu('menu_selected_1.3', 'skin/')" id="menu_selected_1.3Title" class="menutitle" style="background-image: url('skin/images/chapter_open.gif');">Procedures &amp; Best Practice</div>
 <div id="menu_selected_1.3" class="selectedmenuitemgroup" style="display: block;">
 <div class="menuitem">
-<a href="howto-dev.html" title="Describes tips and procedures for efficiently developing with Forrest.">Development guidelines</a>
+<a href="howto-dev.html" title="Describes tips and procedures for efficiently developing with Forrest.">Development tips</a>
 </div>
 <div class="menuitem">
 <a href="issues.html">Reporting Bugs and Issues</a>