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/02/10 23:18:37 UTC

svn commit: r376881 - in /forrest/site: forrest-issues.html forrest-issues.pdf live-sites.html live-sites.pdf pluginDocs/plugins_0_70/index.html pluginDocs/plugins_0_70/index.pdf pluginDocs/plugins_0_80/index.html pluginDocs/plugins_0_80/index.pdf

Author: crossley
Date: Fri Feb 10 14:18:35 2006
New Revision: 376881

URL: http://svn.apache.org/viewcvs?rev=376881&view=rev
Log:
Automatic publish from forrestbot

Modified:
    forrest/site/forrest-issues.html
    forrest/site/forrest-issues.pdf
    forrest/site/live-sites.html
    forrest/site/live-sites.pdf
    forrest/site/pluginDocs/plugins_0_70/index.html
    forrest/site/pluginDocs/plugins_0_70/index.pdf
    forrest/site/pluginDocs/plugins_0_80/index.html
    forrest/site/pluginDocs/plugins_0_80/index.pdf

Modified: forrest/site/forrest-issues.html
URL: http://svn.apache.org/viewcvs/forrest/site/forrest-issues.html?rev=376881&r1=376880&r2=376881&view=diff
==============================================================================
--- forrest/site/forrest-issues.html (original)
+++ forrest/site/forrest-issues.html Fri Feb 10 14:18:35 2006
@@ -208,10 +208,10 @@
 <a href="#%5BFOR-707%5D+Document+i18n+features+of+Forrest">[FOR-707] Document i18n features of Forrest</a>
 </li>
 <li>
-<a href="#%5BFOR-711%5D+Cache+results+from+the+Locationmap">[FOR-711] Cache results from the Locationmap</a>
+<a href="#%5BFOR-742%5D+trouble+accessing+unversioned+plugin+for+a+released+version+of+Forrest%2C+e.g.+projectInfo">[FOR-742] trouble accessing unversioned plugin for a released version of Forrest, e.g. projectInfo</a>
 </li>
 <li>
-<a href="#%5BFOR-742%5D+trouble+accessing+unversioned+plugin+for+a+released+version+of+Forrest%2C+e.g.+projectInfo">[FOR-742] trouble accessing unversioned plugin for a released version of Forrest, e.g. projectInfo</a>
+<a href="#%5BFOR-711%5D+Cache+results+from+the+Locationmap">[FOR-711] Cache results from the Locationmap</a>
 </li>
 <li>
 <a href="#%5BFOR-241%5D+character+entities+%28e.g.+ampersand%29+are+expanded+again+for+href+or+src+attributes">[FOR-241] character entities (e.g. ampersand) are expanded again for href or src attributes</a>
@@ -412,35 +412,35 @@
 &lt;br&gt;
 We could, at the very least use the locationmap to pull this content into our site [OT: I wonder if this could be a way to generate more documentation?)</p>
 </div>
-<a name="N10081"></a><a name="%5BFOR-711%5D+Cache+results+from+the+Locationmap"></a>
-<h2 class="underlined_10">[FOR-711] Cache results from the Locationmap</h2>
+<a name="N10081"></a><a name="%5BFOR-742%5D+trouble+accessing+unversioned+plugin+for+a+released+version+of+Forrest%2C+e.g.+projectInfo"></a>
+<h2 class="underlined_10">[FOR-742] trouble accessing unversioned plugin for a released version of Forrest, e.g. projectInfo</h2>
 <div class="section">
 <p>
-<a href="http://issues.apache.org/jira/browse/FOR-711">http://issues.apache.org/jira/browse/FOR-711</a>
+<a href="http://issues.apache.org/jira/browse/FOR-742">http://issues.apache.org/jira/browse/FOR-742</a>
 </p>
-<p>Now that we are using the locationmap extensively it is showing up just how innefficient it is. The problem is that for the majority of requests there are multiple reqeuests to the locationmap. We can make things much faster (especially on the first page request) by caching results in the locationmap.
+<p>The plugin retrieval and deployment process are not quite correct. Recently the projectInfo plugin had its version number incremented and the &amp;quot;unversioned&amp;quot; plugin now relates specifically to 0.8-dev version. That prevents 0.7 from accessing the relevant plugin.
 &lt;br&gt;
 
 &lt;br&gt;
-I think a simple cache will sufice, lets just provide a static hashmap using the hint as a key and, of course, the location as the value.
-&lt;br&gt;
-
+The solution is discussed here:
 &lt;br&gt;
-If we test all locationmaps and find no result we should record that tere is no result in this hashmap. This will also be a good place to throw an exception so that Cocoon can better report such errors (see FOR-701)</p>
+&lt;a href="http://marc.theaimsgroup.com/?t=113176328300002"&gt;http://marc.theaimsgroup.com/?t=113176328300002&lt;/a&gt;</p>
 </div>
-<a name="N1008F"></a><a name="%5BFOR-742%5D+trouble+accessing+unversioned+plugin+for+a+released+version+of+Forrest%2C+e.g.+projectInfo"></a>
-<h2 class="underlined_10">[FOR-742] trouble accessing unversioned plugin for a released version of Forrest, e.g. projectInfo</h2>
+<a name="N1008F"></a><a name="%5BFOR-711%5D+Cache+results+from+the+Locationmap"></a>
+<h2 class="underlined_10">[FOR-711] Cache results from the Locationmap</h2>
 <div class="section">
 <p>
-<a href="http://issues.apache.org/jira/browse/FOR-742">http://issues.apache.org/jira/browse/FOR-742</a>
+<a href="http://issues.apache.org/jira/browse/FOR-711">http://issues.apache.org/jira/browse/FOR-711</a>
 </p>
-<p>The plugin retrieval and deployment process are not quite correct. Recently the projectInfo plugin had its version number incremented and the &amp;quot;unversioned&amp;quot; plugin now relates specifically to 0.8-dev version. That prevents 0.7 from accessing the relevant plugin.
+<p>Now that we are using the locationmap extensively it is showing up just how innefficient it is. The problem is that for the majority of requests there are multiple reqeuests to the locationmap. We can make things much faster (especially on the first page request) by caching results in the locationmap.
 &lt;br&gt;
 
 &lt;br&gt;
-The solution is discussed here:
+I think a simple cache will sufice, lets just provide a static hashmap using the hint as a key and, of course, the location as the value.
 &lt;br&gt;
-&lt;a href="http://marc.theaimsgroup.com/?t=113176328300002"&gt;http://marc.theaimsgroup.com/?t=113176328300002&lt;/a&gt;</p>
+
+&lt;br&gt;
+If we test all locationmaps and find no result we should record that tere is no result in this hashmap. This will also be a good place to throw an exception so that Cocoon can better report such errors (see FOR-701)</p>
 </div>
 <a name="N1009D"></a><a name="%5BFOR-241%5D+character+entities+%28e.g.+ampersand%29+are+expanded+again+for+href+or+src+attributes"></a>
 <h2 class="underlined_10">[FOR-241] character entities (e.g. ampersand) are expanded again for href or src attributes</h2>

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

Modified: forrest/site/live-sites.html
URL: http://svn.apache.org/viewcvs/forrest/site/live-sites.html?rev=376881&r1=376880&r2=376881&view=diff
==============================================================================
--- forrest/site/live-sites.html (original)
+++ forrest/site/live-sites.html Fri Feb 10 14:18:35 2006
@@ -457,12 +457,15 @@
 <a href="http://www.krabbelkaefer.de">Die Krabbelk&auml;fer</a> - 
         homepage of the association for the promotion of child care in Usingen 
         (Germany).</li>
+      
+<li>
+<a href="http://www.cesarnieto.com">Cesar Nieto S.L.</a>Meat-based products factory - customize skin using v0.7</li>
 <!--  <li><link href=""></link></li> -->
     
 </ul>
 </div>
     
-<a name="N10195"></a><a name="dispatcher"></a>
+<a name="N1019B"></a><a name="dispatcher"></a>
 <h2 class="underlined_10">Sites using upcoming Dispatcher</h2>
 <div class="section">
 <p>The skinning system in versions of Forrest up to and including 0.7 was great,

Modified: forrest/site/live-sites.pdf
URL: http://svn.apache.org/viewcvs/forrest/site/live-sites.pdf?rev=376881&r1=376880&r2=376881&view=diff
==============================================================================
Binary files - no diff available.

Modified: forrest/site/pluginDocs/plugins_0_70/index.html
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/index.html?rev=376881&r1=376880&r2=376881&view=diff
==============================================================================
--- forrest/site/pluginDocs/plugins_0_70/index.html (original)
+++ forrest/site/pluginDocs/plugins_0_70/index.html Fri Feb 10 14:18:35 2006
@@ -294,7 +294,7 @@
 <th width="25%">Download URL:</th><td><a href="http://forrest.apache.org/plugins">http://forrest.apache.org/plugins</a></td>
 </tr>
 <tr>
-<th width="25%">Latest Plugin version</th><td>0.3-dev</td>
+<th width="25%">Latest Plugin version</th><td>0.3</td>
 </tr>
 <tr>
 <th width="25%">
@@ -351,7 +351,7 @@
 <th width="25%">Download URL:</th><td><a href="http://forrest.apache.org/plugins/">http://forrest.apache.org/plugins/</a></td>
 </tr>
 <tr>
-<th width="25%">Latest Plugin version</th><td>0.1</td>
+<th width="25%">Latest Plugin version</th><td>0.2</td>
 </tr>
 <tr>
 <th width="25%">
@@ -457,18 +457,18 @@
 <th width="25%">Author</th><td>Apache Forrest Project</td>
 </tr>
 <tr>
-<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.input.simplifiedDocbook">http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.input.simplifiedDocbook</a></td>
+<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.simplifiedDocbook">http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.simplifiedDocbook</a></td>
 </tr>
 <tr>
 <th width="25%">Download URL:</th><td><a href="http://forrest.apache.org/plugins/">http://forrest.apache.org/plugins/</a></td>
 </tr>
 <tr>
-<th width="25%">Latest Plugin version</th><td>0.1</td>
+<th width="25%">Latest Plugin version</th><td>0.2</td>
 </tr>
 <tr>
 <th width="25%">
             Minimum Forrest version required *
-          </th><td>0.7</td>
+          </th><td>0.8</td>
 </tr>
 </table>
 <a name="N10199"></a><a name="org.apache.forrest.plugin.input.wiki"></a>
@@ -485,18 +485,18 @@
 <th width="25%">Author</th><td>Apache Forrest Project</td>
 </tr>
 <tr>
-<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.input.wiki">http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.input.wiki</a></td>
+<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.wiki">http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.wiki</a></td>
 </tr>
 <tr>
 <th width="25%">Download URL:</th><td><a href="http://forrest.apache.org/plugins/">http://forrest.apache.org/plugins/</a></td>
 </tr>
 <tr>
-<th width="25%">Latest Plugin version</th><td>0.1</td>
+<th width="25%">Latest Plugin version</th><td>0.2</td>
 </tr>
 <tr>
 <th width="25%">
             Minimum Forrest version required *
-          </th><td>0.7</td>
+          </th><td>0.8</td>
 </tr>
 </table>
 <a name="N101C7"></a><a name="org.rblasch.forrest.plugin.input.pod"></a>
@@ -547,18 +547,18 @@
 <th width="25%">Author</th><td>Apache Forrest Project</td>
 </tr>
 <tr>
-<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.output.pdf">http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.output.pdf</a></td>
+<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.output.pdf">http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.output.pdf</a></td>
 </tr>
 <tr>
 <th width="25%">Download URL:</th><td><a href="http://forrest.apache.org/plugins/">http://forrest.apache.org/plugins/</a></td>
 </tr>
 <tr>
-<th width="25%">Latest Plugin version</th><td>0.1</td>
+<th width="25%">Latest Plugin version</th><td>0.2</td>
 </tr>
 <tr>
 <th width="25%">
             Minimum Forrest version required *
-          </th><td>0.7</td>
+          </th><td>0.8</td>
 </tr>
 </table>
 <a name="N10229"></a><a name="org.apache.forrest.plugin.output.POD"></a>
@@ -576,18 +576,18 @@
 <th width="25%">Author</th><td>Apache Forrest Project</td>
 </tr>
 <tr>
-<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.output.POD">http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.output.POD</a></td>
+<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.output.POD">http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.output.POD</a></td>
 </tr>
 <tr>
 <th width="25%">Download URL:</th><td><a href="http://forrest.apache.org/plugins/">http://forrest.apache.org/plugins/</a></td>
 </tr>
 <tr>
-<th width="25%">Latest Plugin version</th><td>0.1</td>
+<th width="25%">Latest Plugin version</th><td>0.2</td>
 </tr>
 <tr>
 <th width="25%">
             Minimum Forrest version required *
-          </th><td>0.7</td>
+          </th><td>0.8</td>
 </tr>
 </table>
 <a name="N10257"></a><a name="org.apache.forrest.plugin.output.Text"></a>
@@ -604,18 +604,18 @@
 <th width="25%">Author</th><td>Apache Forrest Project</td>
 </tr>
 <tr>
-<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.output.Text">http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.output.Text</a></td>
+<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.output.Text">http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.output.Text</a></td>
 </tr>
 <tr>
 <th width="25%">Download URL:</th><td><a href="http://forrest.apache.org/plugins/">http://forrest.apache.org/plugins/</a></td>
 </tr>
 <tr>
-<th width="25%">Latest Plugin version</th><td>0.1</td>
+<th width="25%">Latest Plugin version</th><td>0.2</td>
 </tr>
 <tr>
 <th width="25%">
             Minimum Forrest version required *
-          </th><td>0.7</td>
+          </th><td>0.8</td>
 </tr>
 </table>
 <a name="N10285"></a><a name="s5"></a>
@@ -639,7 +639,7 @@
 <th width="25%">Download URL:</th><td><a href="http://www.apache.org/~rgardler/testingGround/forrestPlugins/">http://www.apache.org/~rgardler/testingGround/forrestPlugins/</a></td>
 </tr>
 <tr>
-<th width="25%">Latest Plugin version</th><td>0.1-dev</td>
+<th width="25%">Latest Plugin version</th><td>0.1</td>
 </tr>
 <tr>
 <th width="25%">
@@ -682,18 +682,18 @@
 <th width="25%">Author</th><td>Apache Forrest Project</td>
 </tr>
 <tr>
-<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.input.Daisy/">http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.input.Daisy/</a></td>
+<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.Daisy/">http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.Daisy/</a></td>
 </tr>
 <tr>
 <th width="25%">Download URL:</th><td><a href="http://forrest.apache.org/plugins">http://forrest.apache.org/plugins</a></td>
 </tr>
 <tr>
-<th width="25%">Latest Plugin version</th><td>0.1-dev</td>
+<th width="25%">Latest Plugin version</th><td>0.1</td>
 </tr>
 <tr>
 <th width="25%">
             Minimum Forrest version required *
-          </th><td>0.7</td>
+          </th><td>0.8</td>
 </tr>
 </table>
 <a name="N102F9"></a><a name="org.apache.forrest.plugin.input.ecs"></a>
@@ -710,7 +710,7 @@
 <th width="25%">Author</th><td>Apache Forrest Project</td>
 </tr>
 <tr>
-<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.input.ecs/">http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.input.ecs/</a></td>
+<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.ecs/">http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.ecs/</a></td>
 </tr>
 <tr>
 <th width="25%">Download URL:</th><td><a href="http://forrest.apache.org/plugins">http://forrest.apache.org/plugins</a></td>
@@ -746,7 +746,7 @@
 <th width="25%">Download URL:</th><td><a href="http://forrest.apache.org/plugins">http://forrest.apache.org/plugins</a></td>
 </tr>
 <tr>
-<th width="25%">Latest Plugin version</th><td>0.1-dev</td>
+<th width="25%">Latest Plugin version</th><td>0.1</td>
 </tr>
 <tr>
 <th width="25%">
@@ -769,18 +769,18 @@
 <th width="25%">Author</th><td>Apache Forrest Project</td>
 </tr>
 <tr>
-<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.f\ orrest.plugin.input.Resume">http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.f\ orrest.plugin.input.Resume</a></td>
+<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.f\ orrest.plugin.input.Resume">http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.f\ orrest.plugin.input.Resume</a></td>
 </tr>
 <tr>
 <th width="25%">Download URL:</th><td><a href="http://forrest.apache.org/plugins">http://forrest.apache.org/plugins</a></td>
 </tr>
 <tr>
-<th width="25%">Latest Plugin version</th><td>0.1-dev</td>
+<th width="25%">Latest Plugin version</th><td>0.1</td>
 </tr>
 <tr>
 <th width="25%">
             Minimum Forrest version required *
-          </th><td>0.7</td>
+          </th><td>0.8</td>
 </tr>
 </table>
 <a name="N10383"></a><a name="Output+Plugins-N10383"></a>
@@ -837,7 +837,7 @@
 <th width="25%">Download URL:</th><td><a href="http://forrest.apache.org/plugins/">http://forrest.apache.org/plugins/</a></td>
 </tr>
 <tr>
-<th width="25%">Latest Plugin version</th><td>0.1-dev</td>
+<th width="25%">Latest Plugin version</th><td>0.1</td>
 </tr>
 <tr>
 <th width="25%">
@@ -865,7 +865,7 @@
 <th width="25%">Download URL:</th><td><a href="http://forrest.apache.org/plugins/">http://forrest.apache.org/plugins/</a></td>
 </tr>
 <tr>
-<th width="25%">Latest Plugin version</th><td>0.1-dev</td>
+<th width="25%">Latest Plugin version</th><td>0.1</td>
 </tr>
 <tr>
 <th width="25%">
@@ -894,12 +894,12 @@
 <th width="25%">Download URL:</th><td><a href="http://forrest.apache.org/plugins/">http://forrest.apache.org/plugins/</a></td>
 </tr>
 <tr>
-<th width="25%">Latest Plugin version</th><td>0.1-dev</td>
+<th width="25%">Latest Plugin version</th><td>0.1</td>
 </tr>
 <tr>
 <th width="25%">
             Minimum Forrest version required *
-          </th><td>0.8-dev</td>
+          </th><td>0.8</td>
 </tr>
 </table>
 <a name="N10441"></a><a name="Internal+Plugins-N10441"></a>
@@ -908,16 +908,13 @@
         Internal plugins change the core behaviour
         of Forrest.
       </p>
-<a name="N10447"></a><a name="org.apache.forrest.plugin.internal.IMSManifest"></a>
-<h5>org.apache.forrest.plugin.internal.IMSManifest</h5>
+<a name="N10447"></a><a name="org.apache.forrest.plugin.internal.dispatcher"></a>
+<h5>org.apache.forrest.plugin.internal.dispatcher</h5>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
 <tr>
 <th width="25%">Description</th><td>
 <p>
-      Use an IMS Manifest file to manage site structure. Generates site.xml and
-      tabs.xml from an imsmanifest.xml file when one is available.
-
-      Also enables content in one Content Package to be embedded in another.
+      Enable Forrest to use page-specific views and contracts. Next generation skinning.
     </p>
 </td>
 </tr>
@@ -925,7 +922,7 @@
 <th width="25%">Author</th><td>Apache Forrest Project</td>
 </tr>
 <tr>
-<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.IMSManifest">http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.IMSManifest</a></td>
+<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.view">http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.view</a></td>
 </tr>
 <tr>
 <th width="25%">Download URL:</th><td><a href="http://forrest.apache.org/plugins/">http://forrest.apache.org/plugins/</a></td>
@@ -936,16 +933,19 @@
 <tr>
 <th width="25%">
             Minimum Forrest version required *
-          </th><td>0.7</td>
+          </th><td>0.8</td>
 </tr>
 </table>
-<a name="N10475"></a><a name="org.apache.forrest.plugin.internal.NoteTaking"></a>
-<h5>org.apache.forrest.plugin.internal.NoteTaking</h5>
+<a name="N10475"></a><a name="org.apache.forrest.plugin.internal.IMSManifest"></a>
+<h5>org.apache.forrest.plugin.internal.IMSManifest</h5>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
 <tr>
 <th width="25%">Description</th><td>
 <p>
-      Provides facilities for adding notes to pages when Forrest is run in dynamic mode.
+      Use an IMS Manifest file to manage site structure. Generates site.xml and
+      tabs.xml from an imsmanifest.xml file when one is available.
+
+      Also enables content in one Content Package to be embedded in another.
     </p>
 </td>
 </tr>
@@ -953,27 +953,27 @@
 <th width="25%">Author</th><td>Apache Forrest Project</td>
 </tr>
 <tr>
-<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.NoteTaking">http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.NoteTaking</a></td>
+<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.IMSManifest">http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.IMSManifest</a></td>
 </tr>
 <tr>
 <th width="25%">Download URL:</th><td><a href="http://forrest.apache.org/plugins/">http://forrest.apache.org/plugins/</a></td>
 </tr>
 <tr>
-<th width="25%">Latest Plugin version</th><td>0.1-dev</td>
+<th width="25%">Latest Plugin version</th><td>0.1</td>
 </tr>
 <tr>
 <th width="25%">
             Minimum Forrest version required *
-          </th><td>0.8-dev</td>
+          </th><td>0.7</td>
 </tr>
 </table>
-<a name="N104A3"></a><a name="org.apache.forrest.plugin.internal.view"></a>
-<h5>org.apache.forrest.plugin.internal.view</h5>
+<a name="N104A3"></a><a name="org.apache.forrest.plugin.internal.NoteTaking"></a>
+<h5>org.apache.forrest.plugin.internal.NoteTaking</h5>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
 <tr>
 <th width="25%">Description</th><td>
 <p>
-      Enable Forrest to use page-specific views and contracts. Next generation skinning.
+      Provides facilities for adding notes to pages when Forrest is run in dynamic mode.
     </p>
 </td>
 </tr>
@@ -981,18 +981,18 @@
 <th width="25%">Author</th><td>Apache Forrest Project</td>
 </tr>
 <tr>
-<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.view">http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.view</a></td>
+<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.NoteTaking">http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.NoteTaking</a></td>
 </tr>
 <tr>
 <th width="25%">Download URL:</th><td><a href="http://forrest.apache.org/plugins/">http://forrest.apache.org/plugins/</a></td>
 </tr>
 <tr>
-<th width="25%">Latest Plugin version</th><td>0.1-dev</td>
+<th width="25%">Latest Plugin version</th><td>0.1</td>
 </tr>
 <tr>
 <th width="25%">
             Minimum Forrest version required *
-          </th><td>0.7</td>
+          </th><td>0.8</td>
 </tr>
 </table>
 </div>

Modified: forrest/site/pluginDocs/plugins_0_70/index.pdf
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/index.pdf?rev=376881&r1=376880&r2=376881&view=diff
==============================================================================
Binary files - no diff available.

Modified: forrest/site/pluginDocs/plugins_0_80/index.html
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_80/index.html?rev=376881&r1=376880&r2=376881&view=diff
==============================================================================
--- forrest/site/pluginDocs/plugins_0_80/index.html (original)
+++ forrest/site/pluginDocs/plugins_0_80/index.html Fri Feb 10 14:18:35 2006
@@ -294,7 +294,7 @@
 <th width="25%">Download URL:</th><td><a href="http://forrest.apache.org/plugins">http://forrest.apache.org/plugins</a></td>
 </tr>
 <tr>
-<th width="25%">Latest Plugin version</th><td>0.3-dev</td>
+<th width="25%">Latest Plugin version</th><td>0.3</td>
 </tr>
 <tr>
 <th width="25%">
@@ -351,7 +351,7 @@
 <th width="25%">Download URL:</th><td><a href="http://forrest.apache.org/plugins/">http://forrest.apache.org/plugins/</a></td>
 </tr>
 <tr>
-<th width="25%">Latest Plugin version</th><td>0.1</td>
+<th width="25%">Latest Plugin version</th><td>0.2</td>
 </tr>
 <tr>
 <th width="25%">
@@ -457,18 +457,18 @@
 <th width="25%">Author</th><td>Apache Forrest Project</td>
 </tr>
 <tr>
-<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.input.simplifiedDocbook">http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.input.simplifiedDocbook</a></td>
+<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.simplifiedDocbook">http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.simplifiedDocbook</a></td>
 </tr>
 <tr>
 <th width="25%">Download URL:</th><td><a href="http://forrest.apache.org/plugins/">http://forrest.apache.org/plugins/</a></td>
 </tr>
 <tr>
-<th width="25%">Latest Plugin version</th><td>0.1</td>
+<th width="25%">Latest Plugin version</th><td>0.2</td>
 </tr>
 <tr>
 <th width="25%">
             Minimum Forrest version required *
-          </th><td>0.7</td>
+          </th><td>0.8</td>
 </tr>
 </table>
 <a name="N10199"></a><a name="org.apache.forrest.plugin.input.wiki"></a>
@@ -485,18 +485,18 @@
 <th width="25%">Author</th><td>Apache Forrest Project</td>
 </tr>
 <tr>
-<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.input.wiki">http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.input.wiki</a></td>
+<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.wiki">http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.wiki</a></td>
 </tr>
 <tr>
 <th width="25%">Download URL:</th><td><a href="http://forrest.apache.org/plugins/">http://forrest.apache.org/plugins/</a></td>
 </tr>
 <tr>
-<th width="25%">Latest Plugin version</th><td>0.1</td>
+<th width="25%">Latest Plugin version</th><td>0.2</td>
 </tr>
 <tr>
 <th width="25%">
             Minimum Forrest version required *
-          </th><td>0.7</td>
+          </th><td>0.8</td>
 </tr>
 </table>
 <a name="N101C7"></a><a name="org.rblasch.forrest.plugin.input.pod"></a>
@@ -547,18 +547,18 @@
 <th width="25%">Author</th><td>Apache Forrest Project</td>
 </tr>
 <tr>
-<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.output.pdf">http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.output.pdf</a></td>
+<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.output.pdf">http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.output.pdf</a></td>
 </tr>
 <tr>
 <th width="25%">Download URL:</th><td><a href="http://forrest.apache.org/plugins/">http://forrest.apache.org/plugins/</a></td>
 </tr>
 <tr>
-<th width="25%">Latest Plugin version</th><td>0.1</td>
+<th width="25%">Latest Plugin version</th><td>0.2</td>
 </tr>
 <tr>
 <th width="25%">
             Minimum Forrest version required *
-          </th><td>0.7</td>
+          </th><td>0.8</td>
 </tr>
 </table>
 <a name="N10229"></a><a name="org.apache.forrest.plugin.output.POD"></a>
@@ -576,18 +576,18 @@
 <th width="25%">Author</th><td>Apache Forrest Project</td>
 </tr>
 <tr>
-<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.output.POD">http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.output.POD</a></td>
+<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.output.POD">http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.output.POD</a></td>
 </tr>
 <tr>
 <th width="25%">Download URL:</th><td><a href="http://forrest.apache.org/plugins/">http://forrest.apache.org/plugins/</a></td>
 </tr>
 <tr>
-<th width="25%">Latest Plugin version</th><td>0.1</td>
+<th width="25%">Latest Plugin version</th><td>0.2</td>
 </tr>
 <tr>
 <th width="25%">
             Minimum Forrest version required *
-          </th><td>0.7</td>
+          </th><td>0.8</td>
 </tr>
 </table>
 <a name="N10257"></a><a name="org.apache.forrest.plugin.output.Text"></a>
@@ -604,18 +604,18 @@
 <th width="25%">Author</th><td>Apache Forrest Project</td>
 </tr>
 <tr>
-<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.output.Text">http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.output.Text</a></td>
+<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.output.Text">http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.output.Text</a></td>
 </tr>
 <tr>
 <th width="25%">Download URL:</th><td><a href="http://forrest.apache.org/plugins/">http://forrest.apache.org/plugins/</a></td>
 </tr>
 <tr>
-<th width="25%">Latest Plugin version</th><td>0.1</td>
+<th width="25%">Latest Plugin version</th><td>0.2</td>
 </tr>
 <tr>
 <th width="25%">
             Minimum Forrest version required *
-          </th><td>0.7</td>
+          </th><td>0.8</td>
 </tr>
 </table>
 <a name="N10285"></a><a name="s5"></a>
@@ -639,7 +639,7 @@
 <th width="25%">Download URL:</th><td><a href="http://www.apache.org/~rgardler/testingGround/forrestPlugins/">http://www.apache.org/~rgardler/testingGround/forrestPlugins/</a></td>
 </tr>
 <tr>
-<th width="25%">Latest Plugin version</th><td>0.1-dev</td>
+<th width="25%">Latest Plugin version</th><td>0.1</td>
 </tr>
 <tr>
 <th width="25%">
@@ -682,18 +682,18 @@
 <th width="25%">Author</th><td>Apache Forrest Project</td>
 </tr>
 <tr>
-<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.input.Daisy/">http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.input.Daisy/</a></td>
+<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.Daisy/">http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.Daisy/</a></td>
 </tr>
 <tr>
 <th width="25%">Download URL:</th><td><a href="http://forrest.apache.org/plugins">http://forrest.apache.org/plugins</a></td>
 </tr>
 <tr>
-<th width="25%">Latest Plugin version</th><td>0.1-dev</td>
+<th width="25%">Latest Plugin version</th><td>0.1</td>
 </tr>
 <tr>
 <th width="25%">
             Minimum Forrest version required *
-          </th><td>0.7</td>
+          </th><td>0.8</td>
 </tr>
 </table>
 <a name="N102F9"></a><a name="org.apache.forrest.plugin.input.ecs"></a>
@@ -710,7 +710,7 @@
 <th width="25%">Author</th><td>Apache Forrest Project</td>
 </tr>
 <tr>
-<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.input.ecs/">http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.input.ecs/</a></td>
+<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.ecs/">http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.ecs/</a></td>
 </tr>
 <tr>
 <th width="25%">Download URL:</th><td><a href="http://forrest.apache.org/plugins">http://forrest.apache.org/plugins</a></td>
@@ -746,7 +746,7 @@
 <th width="25%">Download URL:</th><td><a href="http://forrest.apache.org/plugins">http://forrest.apache.org/plugins</a></td>
 </tr>
 <tr>
-<th width="25%">Latest Plugin version</th><td>0.1-dev</td>
+<th width="25%">Latest Plugin version</th><td>0.1</td>
 </tr>
 <tr>
 <th width="25%">
@@ -769,18 +769,18 @@
 <th width="25%">Author</th><td>Apache Forrest Project</td>
 </tr>
 <tr>
-<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.f\ orrest.plugin.input.Resume">http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.f\ orrest.plugin.input.Resume</a></td>
+<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.f\ orrest.plugin.input.Resume">http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.f\ orrest.plugin.input.Resume</a></td>
 </tr>
 <tr>
 <th width="25%">Download URL:</th><td><a href="http://forrest.apache.org/plugins">http://forrest.apache.org/plugins</a></td>
 </tr>
 <tr>
-<th width="25%">Latest Plugin version</th><td>0.1-dev</td>
+<th width="25%">Latest Plugin version</th><td>0.1</td>
 </tr>
 <tr>
 <th width="25%">
             Minimum Forrest version required *
-          </th><td>0.7</td>
+          </th><td>0.8</td>
 </tr>
 </table>
 <a name="N10383"></a><a name="Output+Plugins-N10383"></a>
@@ -837,7 +837,7 @@
 <th width="25%">Download URL:</th><td><a href="http://forrest.apache.org/plugins/">http://forrest.apache.org/plugins/</a></td>
 </tr>
 <tr>
-<th width="25%">Latest Plugin version</th><td>0.1-dev</td>
+<th width="25%">Latest Plugin version</th><td>0.1</td>
 </tr>
 <tr>
 <th width="25%">
@@ -865,7 +865,7 @@
 <th width="25%">Download URL:</th><td><a href="http://forrest.apache.org/plugins/">http://forrest.apache.org/plugins/</a></td>
 </tr>
 <tr>
-<th width="25%">Latest Plugin version</th><td>0.1-dev</td>
+<th width="25%">Latest Plugin version</th><td>0.1</td>
 </tr>
 <tr>
 <th width="25%">
@@ -894,12 +894,12 @@
 <th width="25%">Download URL:</th><td><a href="http://forrest.apache.org/plugins/">http://forrest.apache.org/plugins/</a></td>
 </tr>
 <tr>
-<th width="25%">Latest Plugin version</th><td>0.1-dev</td>
+<th width="25%">Latest Plugin version</th><td>0.1</td>
 </tr>
 <tr>
 <th width="25%">
             Minimum Forrest version required *
-          </th><td>0.8-dev</td>
+          </th><td>0.8</td>
 </tr>
 </table>
 <a name="N10441"></a><a name="Internal+Plugins-N10441"></a>
@@ -908,16 +908,13 @@
         Internal plugins change the core behaviour
         of Forrest.
       </p>
-<a name="N10447"></a><a name="org.apache.forrest.plugin.internal.IMSManifest"></a>
-<h5>org.apache.forrest.plugin.internal.IMSManifest</h5>
+<a name="N10447"></a><a name="org.apache.forrest.plugin.internal.dispatcher"></a>
+<h5>org.apache.forrest.plugin.internal.dispatcher</h5>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
 <tr>
 <th width="25%">Description</th><td>
 <p>
-      Use an IMS Manifest file to manage site structure. Generates site.xml and
-      tabs.xml from an imsmanifest.xml file when one is available.
-
-      Also enables content in one Content Package to be embedded in another.
+      Enable Forrest to use page-specific views and contracts. Next generation skinning.
     </p>
 </td>
 </tr>
@@ -925,7 +922,7 @@
 <th width="25%">Author</th><td>Apache Forrest Project</td>
 </tr>
 <tr>
-<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.IMSManifest">http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.IMSManifest</a></td>
+<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.view">http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.view</a></td>
 </tr>
 <tr>
 <th width="25%">Download URL:</th><td><a href="http://forrest.apache.org/plugins/">http://forrest.apache.org/plugins/</a></td>
@@ -936,16 +933,19 @@
 <tr>
 <th width="25%">
             Minimum Forrest version required *
-          </th><td>0.7</td>
+          </th><td>0.8</td>
 </tr>
 </table>
-<a name="N10475"></a><a name="org.apache.forrest.plugin.internal.NoteTaking"></a>
-<h5>org.apache.forrest.plugin.internal.NoteTaking</h5>
+<a name="N10475"></a><a name="org.apache.forrest.plugin.internal.IMSManifest"></a>
+<h5>org.apache.forrest.plugin.internal.IMSManifest</h5>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
 <tr>
 <th width="25%">Description</th><td>
 <p>
-      Provides facilities for adding notes to pages when Forrest is run in dynamic mode.
+      Use an IMS Manifest file to manage site structure. Generates site.xml and
+      tabs.xml from an imsmanifest.xml file when one is available.
+
+      Also enables content in one Content Package to be embedded in another.
     </p>
 </td>
 </tr>
@@ -953,27 +953,27 @@
 <th width="25%">Author</th><td>Apache Forrest Project</td>
 </tr>
 <tr>
-<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.NoteTaking">http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.NoteTaking</a></td>
+<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.IMSManifest">http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.IMSManifest</a></td>
 </tr>
 <tr>
 <th width="25%">Download URL:</th><td><a href="http://forrest.apache.org/plugins/">http://forrest.apache.org/plugins/</a></td>
 </tr>
 <tr>
-<th width="25%">Latest Plugin version</th><td>0.1-dev</td>
+<th width="25%">Latest Plugin version</th><td>0.1</td>
 </tr>
 <tr>
 <th width="25%">
             Minimum Forrest version required *
-          </th><td>0.8-dev</td>
+          </th><td>0.7</td>
 </tr>
 </table>
-<a name="N104A3"></a><a name="org.apache.forrest.plugin.internal.view"></a>
-<h5>org.apache.forrest.plugin.internal.view</h5>
+<a name="N104A3"></a><a name="org.apache.forrest.plugin.internal.NoteTaking"></a>
+<h5>org.apache.forrest.plugin.internal.NoteTaking</h5>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
 <tr>
 <th width="25%">Description</th><td>
 <p>
-      Enable Forrest to use page-specific views and contracts. Next generation skinning.
+      Provides facilities for adding notes to pages when Forrest is run in dynamic mode.
     </p>
 </td>
 </tr>
@@ -981,18 +981,18 @@
 <th width="25%">Author</th><td>Apache Forrest Project</td>
 </tr>
 <tr>
-<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.view">http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.view</a></td>
+<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.NoteTaking">http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.NoteTaking</a></td>
 </tr>
 <tr>
 <th width="25%">Download URL:</th><td><a href="http://forrest.apache.org/plugins/">http://forrest.apache.org/plugins/</a></td>
 </tr>
 <tr>
-<th width="25%">Latest Plugin version</th><td>0.1-dev</td>
+<th width="25%">Latest Plugin version</th><td>0.1</td>
 </tr>
 <tr>
 <th width="25%">
             Minimum Forrest version required *
-          </th><td>0.7</td>
+          </th><td>0.8</td>
 </tr>
 </table>
 </div>

Modified: forrest/site/pluginDocs/plugins_0_80/index.pdf
URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_80/index.pdf?rev=376881&r1=376880&r2=376881&view=diff
==============================================================================
Binary files - no diff available.