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 2007/03/26 04:56:49 UTC

svn commit: r522405 [2/3] - in /forrest/site: ./ docs_0_80/ docs_0_80/howto/ pluginDocs/plugins_0_70/ pluginDocs/plugins_0_80/ procedures/release/

Modified: forrest/site/docs_0_80/linking.html
URL: http://svn.apache.org/viewvc/forrest/site/docs_0_80/linking.html?view=diff&rev=522405&r1=522404&r2=522405
==============================================================================
--- forrest/site/docs_0_80/linking.html (original)
+++ forrest/site/docs_0_80/linking.html Sun Mar 25 19:56:47 2007
@@ -399,10 +399,19 @@
         and how various link schemes (site: and ext:) operate.
         An overview of the implementation is also provided.
       </p>
+<p>
+        While reading this document, bear in mind that the Cocoon
+        <a href="../docs_0_80/sitemap-ref.html">Sitemap</a> is handling the processing.
+        The sitemaps are resolving the site: URIs and then matching them to
+        determine how to process each.
+        In general, you can use the power of the Cocoon Sitemap to
+        handle certain difficult linking and menu situations 
+       (for example see this <a href="../docs_0_80/faq.html#tab-index">FAQ</a>).
+      </p>
 </div>
 
     
-<a name="N1001A"></a><a name="site"></a>
+<a name="N10025"></a><a name="site"></a>
 <h2 class="underlined_10">site.xml</h2>
 <div class="section">
 <p>
@@ -539,11 +548,12 @@
 </ul>
 <p>
         See another <a href="../docs_0_80/faq.html#site-xml">explained example</a>.
+        Also remember to look at the comprehensive example with Forrest's own documentation.
       </p>
 </div>
 
     
-<a name="N100A9"></a><a name="menu_generation"></a>
+<a name="N100B4"></a><a name="menu_generation"></a>
 <h2 class="underlined_10">Generating Menus</h2>
 <div class="section">
 <p>
@@ -574,7 +584,7 @@
       defaults to "<span class="codefrag">index.html</span>" if no value is supplied. Therefore the
       link for the howto tab is <span class="codefrag">community/howto/index.html</span>
 </p>
-<a name="N100F0"></a><a name="tabs-external"></a>
+<a name="N100FB"></a><a name="tabs-external"></a>
 <h3 class="underlined_5">Tabs for External Resources</h3>
 <p>A tab can refer to an external resource by using the 
         "<span class="codefrag">href</span>" attribute instead of the "<span class="codefrag">dir</span>" attribute.
@@ -587,7 +597,7 @@
         is left unmodified by Forrest unless it is root-relative and obviously 
         specifies a directory (ends in '/'). In which case /index.html will be 
         added.</p>
-<a name="N10110"></a><a name="selecting-entries"></a>
+<a name="N1011B"></a><a name="selecting-entries"></a>
 <h3 class="underlined_5">Selecting menu entries</h3>
 <p>Forrest decides which menu entries to display, by examining the
           "<span class="codefrag">tab</span>" attributes in the <span class="codefrag">site.xml</span> file. The children of 
@@ -640,14 +650,14 @@
           value of "<span class="codefrag">home</span>".  Forrest will select <em>all nodes with
             tab="home"</em> and put them in the menu.
         </p>
-<a name="N1016A"></a><a name="other-menu-selection"></a>
+<a name="N10175"></a><a name="other-menu-selection"></a>
 <h3 class="underlined_5">Alternative menu selection mechanisms.</h3>
 <p>
           The "<span class="codefrag">tab</span>" attribute-based scheme for selecting a menu's
           entries is not the only one, although it is the most flexible.  Here
           we describe a few alternatives.
         </p>
-<a name="N10176"></a><a name="dir-menu-selection"></a>
+<a name="N10181"></a><a name="dir-menu-selection"></a>
 <h4>Directory-based selection</h4>
 <p>In this scheme, each tab corresponds to a directory within the
             site.  All content below that directory is included in the menu.</p>
@@ -670,7 +680,7 @@
               entries.</li>
           
 </ul>
-<a name="N101A6"></a><a name="book-menu-selection"></a>
+<a name="N101B1"></a><a name="book-menu-selection"></a>
 <h4>Specifying menus with book.xml</h4>
 <p>
             Historically, menus in Forrest have been generated from a
@@ -681,7 +691,7 @@
             that led to obsolescence of book.xml files.  In general, however, we
             recommend that users avoid <span class="codefrag">book.xml</span> files.
           </p>
-<a name="N101C3"></a><a name="tab-selection"></a>
+<a name="N101CE"></a><a name="tab-selection"></a>
 <h3 class="underlined_5">Selecting the current tab</h3>
 <p>
           The tab selection algorithm is quite simple: the tab with the
@@ -689,7 +699,7 @@
           node is "selected". However the interaction of <span class="codefrag">tabs.xml</span> and <span class="codefrag">site.xml</span>
           while powerful, can be complex to establish.
         </p>
-<a name="N101D9"></a><a name="tab-site"></a>
+<a name="N101E4"></a><a name="tab-site"></a>
 <h3 class="underlined_5">Configuring the interaction between tabs.xml and site.xml</h3>
 <p>
           This is a collection of tips to assist with getting your menus and tabs
@@ -760,7 +770,7 @@
 </div>
 
     
-<a name="N1022C"></a><a name="toc-generation"></a>
+<a name="N10237"></a><a name="toc-generation"></a>
 <h2 class="underlined_10">Table of Contents Generation</h2>
 <div class="section">
 <p>Each page can have an automatically generated table of contents. This
@@ -806,10 +816,10 @@
 </div>
     
     
-<a name="N10261"></a><a name="linking"></a>
+<a name="N1026C"></a><a name="linking"></a>
 <h2 class="underlined_10">Linking systems</h2>
 <div class="section">
-<a name="N10267"></a><a name="direct-linking"></a>
+<a name="N10272"></a><a name="direct-linking"></a>
 <h3 class="underlined_5">Direct linking</h3>
 <p>
           In earlier versions of Forrest (and in similar systems), there has
@@ -828,7 +838,7 @@
           typically renders to multiple output formats (HTML and PDF), links in
           one of them (here, the PDF) are likely to break.
         </p>
-<a name="N1028C"></a><a name="indirect-linking"></a>
+<a name="N10297"></a><a name="indirect-linking"></a>
 <h3 class="underlined_5">Indirect linking</h3>
 <p>
           Forrest's solution is simple: instead of &lt;a href="todo.html"&gt;,
@@ -856,7 +866,7 @@
           "idea" of "the todo file".  It doesn't matter where it physically lives;
           that will be sorted out by Forrest.
         </p>
-<a name="N102B3"></a><a name="resolve-site-uris"></a>
+<a name="N102BE"></a><a name="resolve-site-uris"></a>
 <h4>Resolving site: URIs</h4>
 <p>
             So how does "<span class="codefrag">site:todo</span>" get resolved?  A full answer
@@ -891,7 +901,7 @@
             "new_content_type" its own XML file, or a node in another file, in
             another category.
           </p>
-<a name="N102F1"></a><a name="resolve-ext-uris"></a>
+<a name="N102FC"></a><a name="resolve-ext-uris"></a>
 <h4>ext: URIs: linking to external URLs</h4>
 <p>
             The "<span class="codefrag">ext:</span>" scheme was created partly to demonstrate the
@@ -926,7 +936,7 @@
             Specifically, the "@href" aggregation makes defining large numbers of
             related URLs easy.
           </p>
-<a name="N10324"></a><a name="source-uris"></a>
+<a name="N1032F"></a><a name="source-uris"></a>
 <h4>Theory: source URIs</h4>
 <p>
             The "<span class="codefrag">site:</span>" URIs like "<span class="codefrag">site:todo</span>" are examples of
@@ -942,7 +952,7 @@
             in the destination URI space, just like exotic XML source formats are
             translated into plain old HTML in the output.
           </p>
-<a name="N10343"></a><a name="future-schemes"></a>
+<a name="N1034E"></a><a name="future-schemes"></a>
 <h4>Future schemes</h4>
 <p>
             So far, the "<span class="codefrag">site:</span>" and "<span class="codefrag">ext:</span>" schemes are defined.
@@ -1012,7 +1022,7 @@
           </p>
 </div>
     
-<a name="N103E6"></a><a name="concept"></a>
+<a name="N103F1"></a><a name="concept"></a>
 <h2 class="underlined_10">Concept</h2>
 <div class="section">
 <p>
@@ -1027,7 +1037,7 @@
       </p>
 </div>
     
-<a name="N103FD"></a><a name="implementation"></a>
+<a name="N10408"></a><a name="implementation"></a>
 <h2 class="underlined_10">Implementation</h2>
 <div class="section">
 <p>Full details on the implementation of

Modified: forrest/site/docs_0_80/linking.pdf
URL: http://svn.apache.org/viewvc/forrest/site/docs_0_80/linking.pdf?view=diff&rev=522405&r1=522404&r2=522405
==============================================================================
Binary files - no diff available.

Modified: forrest/site/docs_0_80/sitemap-ref.html
URL: http://svn.apache.org/viewvc/forrest/site/docs_0_80/sitemap-ref.html?view=diff&rev=522405&r1=522404&r2=522405
==============================================================================
--- forrest/site/docs_0_80/sitemap-ref.html (original)
+++ forrest/site/docs_0_80/sitemap-ref.html Sun Mar 25 19:56:47 2007
@@ -367,6 +367,9 @@
 </ul>
 </li>
 <li>
+<a href="#resolvingResources">Resolving Resources</a>
+</li>
+<li>
 <a href="#menu_generation_impl">Menu XML generation</a>
 </li>
 <li>
@@ -422,7 +425,19 @@
     </p>
 
     
-<a name="N10028"></a><a name="getting_started"></a>
+<div class="warning">
+<div class="label">Warning</div>
+<div class="content">
+      The example sitemap fragments might be out-of-date because since this
+      document was written, the core sitemaps in main/webapp/ have changed and
+      some of the specialised processing has moved to plugins.
+      View your source sitemaps when reading this document.
+      (See <a href="https://issues.apache.org/jira/browse/FOR-922">FOR-922</a>.)
+    </div>
+</div>
+
+    
+<a name="N1002F"></a><a name="getting_started"></a>
 <h2 class="underlined_10">Getting started</h2>
 <div class="section">
 <p>
@@ -447,7 +462,7 @@
 </div>
 
     
-<a name="N1004B"></a><a name="overview"></a>
+<a name="N10052"></a><a name="overview"></a>
 <h2 class="underlined_10">Sitemap Overview</h2>
 <div class="section">
 <p>
@@ -591,7 +606,7 @@
     -->
 
     
-<a name="N10122"></a><a name="source_pipelines"></a>
+<a name="N10129"></a><a name="source_pipelines"></a>
 <h2 class="underlined_10">Source pipelines (**.xml)</h2>
 <div class="section">
 <p>
@@ -631,7 +646,7 @@
 (*.xml)
                         (in forrest.xmap, faq.xmap, etc)
       </pre>
-<a name="N1014D"></a><a name="forrest_xmap"></a>
+<a name="N10154"></a><a name="forrest_xmap"></a>
 <h3 class="underlined_5">forrest.xmap</h3>
 <p>
           Most of the usual Source pipelines are defined in
@@ -653,7 +668,7 @@
             &lt;map:transform src="{forrest:forrest.stylesheets}/howto-to-document.xsl" /&gt;
           &lt;/map:when&gt;
           </pre>
-<a name="N10175"></a><a name="other_source"></a>
+<a name="N1017C"></a><a name="other_source"></a>
 <h3 class="underlined_5">Other source pipelines</h3>
 <p>As mentioned above, all non-core Source pipelines are distributed in
           independent <span class="codefrag">*.xmap</span> files.  There is a block of
@@ -687,7 +702,7 @@
         &lt;/map:match&gt;
         ....
         ....</pre>
-<a name="N10188"></a><a name="late_binding_pipelines"></a>
+<a name="N1018F"></a><a name="late_binding_pipelines"></a>
 <h4>Late-binding pipelines</h4>
 <p>
             One point of interest here is that the sub-sitemap is often not
@@ -710,7 +725,7 @@
 </div>
 
     
-<a name="N101B3"></a><a name="output_pipelines"></a>
+<a name="N101BA"></a><a name="output_pipelines"></a>
 <h2 class="underlined_10">Output pipelines</h2>
 <div class="section">
 <p>
@@ -722,7 +737,7 @@
         We now wish to render the XML from these pipelines to output formats
         like HTML and PDF.
       </p>
-<a name="N101C2"></a><a name="pdf"></a>
+<a name="N101C9"></a><a name="pdf"></a>
 <h3 class="underlined_5">PDF output</h3>
 <div class="note">
 <div class="label">Note</div>
@@ -767,7 +782,7 @@
         
 </ol>
 <p>Lastly, we generate a PDF using the fo2pdf serializer.</p>
-<a name="N101FF"></a><a name="html"></a>
+<a name="N10206"></a><a name="html"></a>
 <h3 class="underlined_5">HTML output</h3>
 <p>Generating HTML pages is more complicated, because we have to merge
           the page body with a menu and tabs, and then add a header and footer.
@@ -813,10 +828,10 @@
         </pre>
 </div>
     
-<a name="N10249"></a><a name="intermediate_pipelines"></a>
+<a name="N10250"></a><a name="intermediate_pipelines"></a>
 <h2 class="underlined_10">Intermediate pipelines</h2>
 <div class="section">
-<a name="N1024F"></a><a name="body_pipeline"></a>
+<a name="N10256"></a><a name="body_pipeline"></a>
 <h3 class="underlined_5">Page body</h3>
 <p>Here is the matcher which generates the page body:</p>
 <pre class="code">
@@ -876,7 +891,7 @@
             &lt;html&gt; and &lt;body&gt;) suitable for merging with the menu and tabs.</li>
         
 </ol>
-<a name="N10294"></a><a name="menu_pipeline"></a>
+<a name="N1029B"></a><a name="menu_pipeline"></a>
 <h3 class="underlined_5">Page menu</h3>
 <p>In the <span class="codefrag">sitemap.xmap</span> file, the matcher generating HTML for the menu is:</p>
 <pre class="code">
@@ -895,7 +910,7 @@
 <p>How the menu XML is actually generated (the *book-*.html pipeline) is
           sufficiently complex to require a 
           <a href="#menu_generation_impl">section of its own</a>.</p>
-<a name="N102BA"></a><a name="tab_pipeline"></a>
+<a name="N102C1"></a><a name="tab_pipeline"></a>
 <h3 class="underlined_5">Page tabs</h3>
 <p>Tab generation is quite tame compared to menus:</p>
 <pre class="code">
@@ -913,9 +928,21 @@
           a "longest matching path" algorithm is implemented.  See the
           <span class="codefrag">tab-to-menu.xsl</span> stylesheet for details.</p>
 </div>
+    
+    
+<a name="N102DD"></a><a name="resolvingResources"></a>
+<h2 class="underlined_10">Resolving Resources</h2>
+<div class="section">
+<p>Many resources are resolved by the locationmap. This allow us to provide
+      many alternative locations for a file without cluttering up the
+      sitemap with multiple processing paths. We use a strict naming convention
+      to help make the sitemaps more readable. This is described in the
+      <a href="../docs_0_80/locationmap.html#namingConvention">Locationmap</a>
+      documentation.</p>
+</div>
 
     
-<a name="N102D6"></a><a name="menu_generation_impl"></a>
+<a name="N102EB"></a><a name="menu_generation_impl"></a>
 <h2 class="underlined_10">Menu XML generation</h2>
 <div class="section">
 <p>The "book" pipeline is defined in <span class="codefrag">sitemap.xmap</span>as:</p>
@@ -1016,7 +1043,7 @@
 </div>
 
     
-<a name="N1035C"></a><a name="linkrewriting_impl"></a>
+<a name="N10371"></a><a name="linkrewriting_impl"></a>
 <h2 class="underlined_10">Link rewriting</h2>
 <div class="section">
 <p>In numerous places in <span class="codefrag">sitemap.xmap</span> you will see the
@@ -1025,7 +1052,7 @@
 <p>This statement is Cocoon's linking system in action.  A full
         description is provided in <a href="../docs_0_80/linking.html">Menus and
           Linking</a>.  Here we describe the implementation of linking.</p>
-<a name="N10373"></a><a name="input_modules"></a>
+<a name="N10388"></a><a name="input_modules"></a>
 <h3 class="underlined_5">Cocoon foundations: Input Modules</h3>
 <p>
           The implementation of <span class="codefrag">site:</span> linking is heavily based on
@@ -1056,13 +1083,13 @@
           <a href="http://issues.apache.org/bugzilla/show_bug.cgi?id=15611">LinkRewriterTransformer</a>,
           currently distributed as a "block" in Cocoon 2.1
         </p>
-<a name="N103A7"></a><a name="implement_rewriting"></a>
+<a name="N103BC"></a><a name="implement_rewriting"></a>
 <h3 class="underlined_5">Implementing "site:" rewriting</h3>
 <p>
           Using the above components, "<span class="codefrag">site:</span>" URI rewriting is
           accomplished as follows.
         </p>
-<a name="N103B6"></a><a name="cocoon_xconf"></a>
+<a name="N103CB"></a><a name="cocoon_xconf"></a>
 <h4>cocoon.xconf</h4>
 <p>First, we declare all the input modules we will be needing:</p>
 <pre class="code">
@@ -1106,7 +1133,7 @@
 <p>However at the moment, we have only declared the input modules.
             They will be configured in <span class="codefrag">sitemap.xmap</span> as described in
             the next section.</p>
-<a name="N103F4"></a><a name="sitemap"></a>
+<a name="N10409"></a><a name="sitemap"></a>
 <h4>sitemap.xmap</h4>
 <p>
             Now in the sitemap, we define the LinkRewriterTransformer, and
@@ -1206,7 +1233,7 @@
             <span class="codefrag">cocoon:/community/linkmap-index.html</span>
           
 </p>
-<a name="N10467"></a><a name="dynamic_linkmap"></a>
+<a name="N1047C"></a><a name="dynamic_linkmap"></a>
 <h4>Dynamically generating a linkmap</h4>
 <p>
             Why do we need this "linkmap" pipeline generating dynamic XML from

Modified: forrest/site/docs_0_80/sitemap-ref.pdf
URL: http://svn.apache.org/viewvc/forrest/site/docs_0_80/sitemap-ref.pdf?view=diff&rev=522405&r1=522404&r2=522405
==============================================================================
Binary files - no diff available.

Modified: forrest/site/forrest-issues.html
URL: http://svn.apache.org/viewvc/forrest/site/forrest-issues.html?view=diff&rev=522405&r1=522404&r2=522405
==============================================================================
--- forrest/site/forrest-issues.html (original)
+++ forrest/site/forrest-issues.html Sun Mar 25 19:56:47 2007
@@ -195,16 +195,13 @@
 <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-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-911%5D+decide+content+of+release">[FOR-911] decide content of release</a>
 </li>
 <li>
 <a href="#%5BFOR-855%5D+verify+the+license+situation+prior+to+each+release">[FOR-855] verify the license situation prior to each release</a>
 </li>
 <li>
-<a href="#%5BFOR-533%5D+Auto+Generate+plugins.xml+entry">[FOR-533] Auto Generate plugins.xml entry</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-735%5D+Plugins+are+not+correctly+deployed+in+webapp+mode">[FOR-735] Plugins are not correctly deployed in webapp mode</a>
@@ -213,27 +210,12 @@
 <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-200%5D+Locationmap+for+Forrest+and+Users">[FOR-200] Locationmap for Forrest and Users</a>
+<a href="#%5BFOR-533%5D+Auto+Generate+plugins.xml+entry">[FOR-533] Auto Generate plugins.xml entry</a>
 </li>
 <li>
 <a href="#%5BFOR-644%5D+code-style+cleanup+for+xml+files">[FOR-644] code-style cleanup for xml files</a>
 </li>
 <li>
-<a href="#%5BFOR-666%5D+clarify+the+sitemap+matches+etc.+in+FAQ+about+non-skinned+html">[FOR-666] clarify the sitemap matches etc. in FAQ about non-skinned html</a>
-</li>
-<li>
-<a href="#%5BFOR-726%5D+use+locationmap+in+all+of+the+plugins">[FOR-726] use locationmap in all of the plugins</a>
-</li>
-<li>
-<a href="#%5BFOR-765%5D+forrest+war+and+classpath+issues+with+Jetty">[FOR-765] forrest war and classpath issues with Jetty</a>
-</li>
-<li>
-<a href="#%5BFOR-901%5D+Review+the+note+on+the+home+page+about+first+forrest+run+and+retrieving+plugins+from+network">[FOR-901] Review the note on the home page about first forrest run and retrieving plugins from network</a>
-</li>
-<li>
-<a href="#%5BFOR-906%5D+locationmap+documentation+explain+this-to-that.xsl+naming+convention+and+default+lm+matches">[FOR-906] locationmap documentation explain this-to-that.xsl naming convention and default lm matches</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>
 </li>
 <li>
@@ -243,13 +225,7 @@
 <a href="#%5BFOR-960%5D+PNG+Images+not+transparent+in+IE6+or+below">[FOR-960] PNG Images not transparent in IE6 or below</a>
 </li>
 <li>
-<a href="#%5BFOR-537%5D+Plugin+documentation+sitemap+references">[FOR-537] Plugin documentation sitemap references</a>
-</li>
-<li>
-<a href="#%5BFOR-731%5D+empty+linkmap.html+document%2C+side-effect+of+workaround+to+FOR-675">[FOR-731] empty linkmap.html document, side-effect of workaround to FOR-675</a>
-</li>
-<li>
-<a href="#%5BFOR-767%5D+Forrestbot+webapp+reports+succesful+even+when+there+are+broken+links">[FOR-767] Forrestbot webapp reports succesful even when there are broken links</a>
+<a href="#%5BFOR-765%5D+forrest+war+and+classpath+issues+with+Jetty">[FOR-765] forrest war and classpath issues with Jetty</a>
 </li>
 <li>
 <a href="#%5BFOR-861%5D+Update+locationmap+docs+for+working+with+remote+files">[FOR-861] Update locationmap docs for working with remote files</a>
@@ -275,20 +251,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="https://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="N1001D"></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>
-<a href="http://issues.apache.org/jira/browse/FOR-865">http://issues.apache.org/jira/browse/FOR-865</a>
-</p>
-<p>There are insufficient entries in our site-author/status.xml to generate the changes.html for the upcoming release.&lt;br/&gt;
-&lt;br/&gt;
-Besides informing users of the major changes and providing cross-links to the issue tracker, this file also provides recognition of contributions ... at the moment there are too few. It also has the importance=high attribute, which generates our release announcement ... again, too few.&lt;br/&gt;
-&lt;br/&gt;
-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="N10029"></a><a name="%5BFOR-911%5D+decide+content+of+release"></a>
+<a name="N1001D"></a><a name="%5BFOR-911%5D+decide+content+of+release"></a>
 <h2 class="underlined_10">[FOR-911] decide content of release</h2>
 <div class="section">
 <p>
@@ -300,7 +263,7 @@
 &amp;nbsp;content of release [was: Re: review list of scheduled issues for 0.8 release]&lt;br/&gt;
 &amp;nbsp;&lt;a href="http://marc.theaimsgroup.com/?t=115257903800001"&gt;http://marc.theaimsgroup.com/?t=115257903800001&lt;/a&gt;</p>
 </div>
-<a name="N10035"></a><a name="%5BFOR-855%5D+verify+the+license+situation+prior+to+each+release"></a>
+<a name="N10029"></a><a name="%5BFOR-855%5D+verify+the+license+situation+prior+to+each+release"></a>
 <h2 class="underlined_10">[FOR-855] verify the license situation prior to each release</h2>
 <div class="section">
 <p>
@@ -315,19 +278,20 @@
 B) Scan the whole trunk repository to add missing ASF license headers to source files and to ensure that the ASF license headers have not been accidently added to external files. See etc/relicense.txt&lt;br/&gt;
 </p>
 </div>
-<a name="N10041"></a><a name="%5BFOR-533%5D+Auto+Generate+plugins.xml+entry"></a>
-<h2 class="underlined_10">[FOR-533] Auto Generate plugins.xml entry</h2>
+<a name="N10035"></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>
-<a href="http://issues.apache.org/jira/browse/FOR-533">http://issues.apache.org/jira/browse/FOR-533</a>
+<a href="http://issues.apache.org/jira/browse/FOR-865">http://issues.apache.org/jira/browse/FOR-865</a>
 </p>
-<p>The information in the plugins.xml file would be better kept in the plugin directory and added to the plugins.xml file when deployed. This would reduce the amount of duplication in the plugins config files.&lt;br/&gt;
+<p>There are insufficient entries in our site-author/status.xml to generate the changes.html for the upcoming release.&lt;br/&gt;
 &lt;br/&gt;
-All the necessary values are now in the plugin build.xml file.&lt;br/&gt;
+Besides informing users of the major changes and providing cross-links to the issue tracker, this file also provides recognition of contributions ... at the moment there are too few. It also has the importance=high attribute, which generates our release announcement ... again, too few.&lt;br/&gt;
 &lt;br/&gt;
-This change will require that the plugins.xml file be retrieved from the build directory rather than the plugins directory when building the plugin documentation pages. We will therefore need a fall back to retrieve this file from the network if it is not currently available - this can be done with the locationmap</p>
+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="N1004D"></a><a name="%5BFOR-735%5D+Plugins+are+not+correctly+deployed+in+webapp+mode"></a>
+<a name="N10041"></a><a name="%5BFOR-735%5D+Plugins+are+not+correctly+deployed+in+webapp+mode"></a>
 <h2 class="underlined_10">[FOR-735] Plugins are not correctly deployed in webapp mode</h2>
 <div class="section">
 <p>
@@ -339,7 +303,7 @@
 - configure Tomcat to run the webapp (we did it by creating a context descriptor and put it onder Tomcat's config directory)&lt;br/&gt;
 - the pdf links give an error &amp;quot;Resource Not Found&amp;quot;</p>
 </div>
-<a name="N10059"></a><a name="%5BFOR-742%5D+trouble+accessing+unversioned+plugin+for+a+released+version+of+Forrest%2C+e.g.+projectInfo"></a>
+<a name="N1004D"></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>
@@ -350,17 +314,19 @@
 The solution is discussed here:&lt;br/&gt;
 &lt;a href="http://marc.theaimsgroup.com/?t=113176328300002"&gt;http://marc.theaimsgroup.com/?t=113176328300002&lt;/a&gt;</p>
 </div>
-<a name="N10065"></a><a name="%5BFOR-200%5D+Locationmap+for+Forrest+and+Users"></a>
-<h2 class="underlined_10">[FOR-200] Locationmap for Forrest and Users</h2>
+<a name="N10059"></a><a name="%5BFOR-533%5D+Auto+Generate+plugins.xml+entry"></a>
+<h2 class="underlined_10">[FOR-533] Auto Generate plugins.xml entry</h2>
 <div class="section">
 <p>
-<a href="http://issues.apache.org/jira/browse/FOR-200">http://issues.apache.org/jira/browse/FOR-200</a>
+<a href="http://issues.apache.org/jira/browse/FOR-533">http://issues.apache.org/jira/browse/FOR-533</a>
 </p>
-<p>The locationmap gives us the ability to specify where sources are, both for Forrest and for the users.&lt;br/&gt;
+<p>The information in the plugins.xml file would be better kept in the plugin directory and added to the plugins.xml file when deployed. This would reduce the amount of duplication in the plugins config files.&lt;br/&gt;
 &lt;br/&gt;
-Beware that it will not work for raw files that are not linked, as this &amp;quot;feature&amp;quot; currently uses a fixed dir being being copied by Ant.</p>
+All the necessary values are now in the plugin build.xml file.&lt;br/&gt;
+&lt;br/&gt;
+This change will require that the plugins.xml file be retrieved from the build directory rather than the plugins directory when building the plugin documentation pages. We will therefore need a fall back to retrieve this file from the network if it is not currently available - this can be done with the locationmap</p>
 </div>
-<a name="N10071"></a><a name="%5BFOR-644%5D+code-style+cleanup+for+xml+files"></a>
+<a name="N10065"></a><a name="%5BFOR-644%5D+code-style+cleanup+for+xml+files"></a>
 <h2 class="underlined_10">[FOR-644] code-style cleanup for xml files</h2>
 <div class="section">
 <p>
@@ -369,54 +335,7 @@
 <p>We have much inconsistent whitespace in all of our files. This is known to cause trouble in a collaborative environment. See discussion at: &lt;a href="http://marc.theaimsgroup.com/?t=112450901100001"&gt;http://marc.theaimsgroup.com/?t=112450901100001&lt;/a&gt; and &lt;a href="http://marc.theaimsgroup.com/?t=112495618800002"&gt;http://marc.theaimsgroup.com/?t=112495618800002&lt;/a&gt; and various linked discussions.&lt;br/&gt;
 </p>
 </div>
-<a name="N1007D"></a><a name="%5BFOR-666%5D+clarify+the+sitemap+matches+etc.+in+FAQ+about+non-skinned+html"></a>
-<h2 class="underlined_10">[FOR-666] clarify the sitemap matches etc. in FAQ about non-skinned html</h2>
-<div class="section">
-<p>
-<a href="http://issues.apache.org/jira/browse/FOR-666">http://issues.apache.org/jira/browse/FOR-666</a>
-</p>
-<p>The pattern matching example is quite misleading. There should be a note where exactly to copy your old site (in a standard seeded project) to make the pattern matching work.&lt;br/&gt;
-&lt;br/&gt;
-At least for me it worked only after I used a  **.html directeive.&lt;br/&gt;
-&lt;br/&gt;
-&amp;lt;map:match pattern=&amp;quot;old_site/**.html&amp;quot;&amp;gt;</p>
-</div>
-<a name="N10089"></a><a name="%5BFOR-726%5D+use+locationmap+in+all+of+the+plugins"></a>
-<h2 class="underlined_10">[FOR-726] use locationmap in all of the plugins</h2>
-<div class="section">
-<p>
-<a href="http://issues.apache.org/jira/browse/FOR-726">http://issues.apache.org/jira/browse/FOR-726</a>
-</p>
-<p>Each plugin has sitemaps that need to use the locationmap.&lt;br/&gt;
-&lt;br/&gt;
-(Perhaps we need Jira sub-tasks for each plugin.)</p>
-</div>
-<a name="N10095"></a><a name="%5BFOR-765%5D+forrest+war+and+classpath+issues+with+Jetty"></a>
-<h2 class="underlined_10">[FOR-765] forrest war and classpath issues with Jetty</h2>
-<div class="section">
-<p>
-<a href="http://issues.apache.org/jira/browse/FOR-765">http://issues.apache.org/jira/browse/FOR-765</a>
-</p>
-<p>Until recently we could run forrest as a WAR with Jetty. With today's SVN r356945 it gets past the Cocoon startup phase, then on the first client request it suffers some error which causes a NoSuchMethodError. See attached log ... no other clues. This happens for any site, e.g. 'forrest seed-sample war'. All is okay for 'forrest seed-sample run'. This indicates a classpath issue with Jetty/Forrest configuration.</p>
-</div>
-<a name="N100A1"></a><a name="%5BFOR-901%5D+Review+the+note+on+the+home+page+about+first+forrest+run+and+retrieving+plugins+from+network"></a>
-<h2 class="underlined_10">[FOR-901] Review the note on the home page about first forrest run and retrieving plugins from network</h2>
-<div class="section">
-<p>
-<a href="http://issues.apache.org/jira/browse/FOR-901">http://issues.apache.org/jira/browse/FOR-901</a>
-</p>
-<p>Review the note on the home page about first forrest run and retrieving plugins from network&lt;br/&gt;
-&lt;a href="http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/index.xml?r1=365495&amp;r2=365494&amp;pathrev=365495"&gt;http://svn.apache.org/viewvc/forrest/trunk/site-author/content/xdocs/index.xml?r1=365495&amp;amp;r2=365494&amp;amp;pathrev=365495&lt;/a&gt;</p>
-</div>
-<a name="N100AD"></a><a name="%5BFOR-906%5D+locationmap+documentation+explain+this-to-that.xsl+naming+convention+and+default+lm+matches"></a>
-<h2 class="underlined_10">[FOR-906] locationmap documentation explain this-to-that.xsl naming convention and default lm matches</h2>
-<div class="section">
-<p>
-<a href="http://issues.apache.org/jira/browse/FOR-906">http://issues.apache.org/jira/browse/FOR-906</a>
-</p>
-<p>Explain this-to-that.xsl naming convention and default locationmap matches.</p>
-</div>
-<a name="N100B9"></a><a name="%5BFOR-241%5D+character+entities+%28e.g.+ampersand%29+are+expanded+again+for+href+or+src+attributes"></a>
+<a name="N10071"></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>
 <div class="section">
 <p>
@@ -443,7 +362,7 @@
 The ampersand in the link element text is properly handled but&lt;br/&gt;
 the ampersand in the link href attribute is not.</p>
 </div>
-<a name="N100C5"></a><a name="%5BFOR-922%5D+update+all+docs+that+explain+sitemap+fragments"></a>
+<a name="N1007D"></a><a name="%5BFOR-922%5D+update+all+docs+that+explain+sitemap+fragments"></a>
 <h2 class="underlined_10">[FOR-922] update all docs that explain sitemap fragments</h2>
 <div class="section">
 <p>
@@ -455,7 +374,7 @@
 &lt;br/&gt;
 These changes need to be reflected in the current docs.</p>
 </div>
-<a name="N100D1"></a><a name="%5BFOR-960%5D+PNG+Images+not+transparent+in+IE6+or+below"></a>
+<a name="N10089"></a><a name="%5BFOR-960%5D+PNG+Images+not+transparent+in+IE6+or+below"></a>
 <h2 class="underlined_10">[FOR-960] PNG Images not transparent in IE6 or below</h2>
 <div class="section">
 <p>
@@ -467,47 +386,15 @@
 &lt;br/&gt;
 This can be overcome with an AlphaImageLoader fix applied.</p>
 </div>
-<a name="N100DD"></a><a name="%5BFOR-537%5D+Plugin+documentation+sitemap+references"></a>
-<h2 class="underlined_10">[FOR-537] Plugin documentation sitemap references</h2>
-<div class="section">
-<p>
-<a href="http://issues.apache.org/jira/browse/FOR-537">http://issues.apache.org/jira/browse/FOR-537</a>
-</p>
-<p>This one references:&lt;br/&gt;
-&amp;quot;FORREST_INSTALL_DIR/plugins/sitemap.xmap&amp;quot;&lt;br/&gt;
-and&lt;br/&gt;
-&amp;quot;src/plugins/sitemap.xmap&amp;quot;&lt;br/&gt;
-and&lt;br/&gt;
-&amp;quot;&amp;lt;map:mount uri-prefix=&amp;quot;&amp;quot;&lt;br/&gt;
-&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;src=&amp;quot;{forrest:plugins}/sitemap.xmap&amp;quot;:&lt;br/&gt;
-&lt;br/&gt;
-&lt;a href="http://forrest.apache.org/0.7/docs/plugins/pluginInfrastructure.html#How+does+Installation+work%3F"&gt;http://forrest.apache.org/0.7/docs/plugins/pluginInfrastructure.html#How+does+Installation+work%3F&lt;/a&gt;&lt;br/&gt;
-&lt;br/&gt;
-&lt;br/&gt;
---tim</p>
-</div>
-<a name="N100E9"></a><a name="%5BFOR-731%5D+empty+linkmap.html+document%2C+side-effect+of+workaround+to+FOR-675"></a>
-<h2 class="underlined_10">[FOR-731] empty linkmap.html document, side-effect of workaround to FOR-675</h2>
-<div class="section">
-<p>
-<a href="http://issues.apache.org/jira/browse/FOR-731">http://issues.apache.org/jira/browse/FOR-731</a>
-</p>
-<p>The main/webapp/resources/stylesheets/linkmap-to-document.xsl has a workaround for a side-effect to the of the workaround for issue &lt;a href="https://issues.apache.org/jira/browse/FOR-675" title="upgrading to commons-jxpath-1.2.jar causes failures with linkrewriter protocols site: etc."&gt;FOR-675&lt;/a&gt;.</p>
-</div>
-<a name="N100F5"></a><a name="%5BFOR-767%5D+Forrestbot+webapp+reports+succesful+even+when+there+are+broken+links"></a>
-<h2 class="underlined_10">[FOR-767] Forrestbot webapp reports succesful even when there are broken links</h2>
+<a name="N10095"></a><a name="%5BFOR-765%5D+forrest+war+and+classpath+issues+with+Jetty"></a>
+<h2 class="underlined_10">[FOR-765] forrest war and classpath issues with Jetty</h2>
 <div class="section">
 <p>
-<a href="http://issues.apache.org/jira/browse/FOR-767">http://issues.apache.org/jira/browse/FOR-767</a>
-</p>
-<p>We should also report why it failed:&lt;br/&gt;
-&lt;br/&gt;
-- plugin problem&lt;br/&gt;
-- broken link (with a link to the broken links file)&lt;br/&gt;
-- ??&lt;br/&gt;
+<a href="http://issues.apache.org/jira/browse/FOR-765">http://issues.apache.org/jira/browse/FOR-765</a>
 </p>
+<p>Until recently we could run forrest as a WAR with Jetty. With today's SVN r356945 it gets past the Cocoon startup phase, then on the first client request it suffers some error which causes a NoSuchMethodError. See attached log ... no other clues. This happens for any site, e.g. 'forrest seed-sample war'. All is okay for 'forrest seed-sample run'. This indicates a classpath issue with Jetty/Forrest configuration.</p>
 </div>
-<a name="N10101"></a><a name="%5BFOR-861%5D+Update+locationmap+docs+for+working+with+remote+files"></a>
+<a name="N100A1"></a><a name="%5BFOR-861%5D+Update+locationmap+docs+for+working+with+remote+files"></a>
 <h2 class="underlined_10">[FOR-861] Update locationmap docs for working with remote files</h2>
 <div class="section">
 <p>
@@ -521,7 +408,7 @@
 [2] &lt;a href="http://forrest.apache.org/docs_0_80/locationmap.html#namingConvention"&gt;http://forrest.apache.org/docs_0_80/locationmap.html#namingConvention&lt;/a&gt;&lt;br/&gt;
 [3] &lt;a href="http://marc.theaimsgroup.com/?t=114492612100001&amp;r=1&amp;w=2"&gt;http://marc.theaimsgroup.com/?t=114492612100001&amp;amp;r=1&amp;amp;w=2&lt;/a&gt;</p>
 </div>
-<a name="N1010D"></a><a name="%5BFOR-635%5D+images+not+reproduced+in+PDFs%2C+if+sources+are+in+xdocs%2Fimages+directory"></a>
+<a name="N100AD"></a><a name="%5BFOR-635%5D+images+not+reproduced+in+PDFs%2C+if+sources+are+in+xdocs%2Fimages+directory"></a>
 <h2 class="underlined_10">[FOR-635] images not reproduced in PDFs, if sources are in xdocs/images directory</h2>
 <div class="section">
 <p>

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

Modified: forrest/site/index.html
URL: http://svn.apache.org/viewvc/forrest/site/index.html?view=diff&rev=522405&r1=522404&r2=522405
==============================================================================
--- forrest/site/index.html (original)
+++ forrest/site/index.html Sun Mar 25 19:56:47 2007
@@ -284,9 +284,15 @@
 <div class="note">
 <div class="label">Note</div>
 <div class="content">
-        The first time you run Forrest it will attempt to retrieve some plugins
-        from the Internet. This will happen whenever a new plugin is specified. For more 
-        information see the <a href="pluginDocs/index.html">plugins documentation</a>.
+        The first time you run Forrest it may attempt to retrieve some plugins
+        from the Internet (it depends on which distribution of Forrest you have
+        installed). In some cases this will happen whenever a new plugin is specified,
+        in other cases, for example when you have installed all plugins locally
+        or have checked out the full source tree, the plugins will be retrieved
+        from your local installation. In all cases once a plugin has been installed
+        locally there is no need for Forrest to access the Internet. 
+        For more information see the 
+        <a href="pluginDocs/index.html">plugins documentation</a>.
       </div>
 </div>
 <p>

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

Modified: forrest/site/pluginDocs/plugins_0_70/index.html
URL: http://svn.apache.org/viewvc/forrest/site/pluginDocs/plugins_0_70/index.html?view=diff&rev=522405&r1=522404&r2=522405
==============================================================================
--- forrest/site/pluginDocs/plugins_0_70/index.html (original)
+++ forrest/site/pluginDocs/plugins_0_70/index.html Sun Mar 25 19:56:47 2007
@@ -178,13 +178,13 @@
 <a href="#Whiteboard+Plugins">Whiteboard Plugins</a>
 <ul class="minitoc">
 <li>
-<a href="#Input+Plugins-N102F9">Input Plugins</a>
+<a href="#Input+Plugins-N10271">Input Plugins</a>
 </li>
 <li>
-<a href="#Output+Plugins-N1049D">Output Plugins</a>
+<a href="#Output+Plugins-N103E7">Output Plugins</a>
 </li>
 <li>
-<a href="#Internal+Plugins-N105B7">Internal Plugins</a>
+<a href="#Internal+Plugins-N10501">Internal Plugins</a>
 </li>
 </ul>
 </li>
@@ -254,10 +254,7 @@
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
 <tr>
 <th width="25%">Description</th><td>
-<p>
-      Use the NekoDTD tool packaged as a Cocoon Generator to automatically generate 
-      some hyperlinked DTD reference documentation.
-    </p>
+<p>Use the NekoDTD tool packaged as a Cocoon Generator to automatically generate some hyperlinked DTD reference documentation.</p>
 </td>
 </tr>
 <tr>
@@ -283,9 +280,7 @@
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
 <tr>
 <th width="25%">Description</th><td>
-<p>
-      Reads (simple) Excel sheets from the Excel "Save As" (Type=XML).
-    </p>
+<p>Reads (simple) Excel sheets from the Excel 'Save As' (Type=XML).</p>
 </td>
 </tr>
 <tr>
@@ -295,7 +290,7 @@
 <th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.excel/">http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.excel/</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>
+<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</td>
@@ -311,19 +306,17 @@
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
 <tr>
 <th width="25%">Description</th><td>
-<p>
-      Embed syndicated content in a Forrest site. 
-    </p>
+<p>Embed syndicated content in a Forrest site.</p>
 </td>
 </tr>
 <tr>
 <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_80/org.apache.forrest.plugin.input.feeder">http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.feeder</a></td>
+<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.feeder/">http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.feeder/</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>
+<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.2</td>
@@ -339,17 +332,14 @@
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
 <tr>
 <th width="25%">Description</th><td>
-<p>
-      Use lists of locations maintained in a simple xml format
-      and transform them to documents.
-    </p>
+<p>Use lists of locations maintained in a simple xml format and transform them to documents.</p>
 </td>
 </tr>
 <tr>
 <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_80/org.apache.forrest.plugin.input.listLocations">http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.listLocations</a></td>
+<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.listLocations/">http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.listLocations/</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>
@@ -368,19 +358,17 @@
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
 <tr>
 <th width="25%">Description</th><td>
-<p>
-      Use various OpenOffice.org document formats as input sources.
-    </p>
+<p>Use various OpenOffice.org document formats as input sources.</p>
 </td>
 </tr>
 <tr>
 <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_80/org.apache.forrest.plugin.input.OpenOffice.org">http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.OpenOffice.org</a></td>
+<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.OpenOffice.org/">http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.OpenOffice.org/</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>
+<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.2</td>
@@ -396,19 +384,17 @@
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
 <tr>
 <th width="25%">Description</th><td>
-<p>
-      Create a photo Gallery by simply dropping your photos into a directory.
-    </p>
+<p>Create a photo Gallery by simply dropping your photos into a directory.</p>
 </td>
 </tr>
 <tr>
 <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_80/org.apache.forrest.plugin.input.PhotoGallery">http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.PhotoGallery</a></td>
+<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.PhotoGallery/">http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.PhotoGallery/</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>
+<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</td>
@@ -424,16 +410,14 @@
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
 <tr>
 <th width="25%">Description</th><td>
-<p>
-      Generates project info such as changelog and todo list. 
-    </p>
+<p>Generates project info such as changelog and todo list. </p>
 </td>
 </tr>
 <tr>
 <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_80/org.apache.forrest.plugin.input.projectInfo">http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.projectInfo</a></td>
+<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.projectInfo/">http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.projectInfo/</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>
@@ -452,9 +436,7 @@
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
 <tr>
 <th width="25%">Description</th><td>
-<p>
-      Enable Simplified Docbook to be used as input.
-    </p>
+<p>Enable Simplified Docbook to be used as input.</p>
 </td>
 </tr>
 <tr>
@@ -480,16 +462,14 @@
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
 <tr>
 <th width="25%">Description</th><td>
-<p>
-      Embed various wiki documents in a Forrest site. 
-    </p>
+<p>Embed various wiki documents in a Forrest site. </p>
 </td>
 </tr>
 <tr>
 <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_80/org.apache.forrest.plugin.input.wiki">http://forrest.apache.org/pluginDocs/plugins_0_80/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>
@@ -503,48 +483,18 @@
           </th><td>0.8</td>
 </tr>
 </table>
-<a name="N101C7"></a><a name="org.rblasch.forrest.plugin.input.pod"></a>
-<h5>org.rblasch.forrest.plugin.input.pod</h5>
-<table class="ForrestTable" cellspacing="1" cellpadding="4">
-<tr>
-<th width="25%">Description</th><td>
-<p>
-      Embed Pod (Plain Old Documentation) documents in a Forrest site.
-    </p>
-</td>
-</tr>
-<tr>
-<th width="25%">Author</th><td>Ronald Blaschke</td>
-</tr>
-<tr>
-<th width="25%">Website</th><td><a href="http://www.rblasch.org/projects/pod-input/">http://www.rblasch.org/projects/pod-input/</a></td>
-</tr>
-<tr>
-<th width="25%">Download URL:</th><td><a href="http://www.rblasch.org/projects/pod-input">http://www.rblasch.org/projects/pod-input</a></td>
-</tr>
-<tr>
-<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>
-</tr>
-</table>
-<a name="N101F5"></a><a name="Output+Plugins"></a>
+<a name="N101C7"></a><a name="Output+Plugins"></a>
 <h4>Output Plugins</h4>
 <p>
         Output plugins enable Forrest to produce
         documents in different formats.
       </p>
-<a name="N101FB"></a><a name="org.apache.forrest.plugin.output.inputModule"></a>
+<a name="N101CD"></a><a name="org.apache.forrest.plugin.output.inputModule"></a>
 <h5>org.apache.forrest.plugin.output.inputModule</h5>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
 <tr>
 <th width="25%">Description</th><td>
-<p>
-      Enable Forrest to produce properties from an input-module. 
-    </p>
+<p>Produces properties from an input-module.</p>
 </td>
 </tr>
 <tr>
@@ -565,14 +515,12 @@
           </th><td>0.8</td>
 </tr>
 </table>
-<a name="N10229"></a><a name="org.apache.forrest.plugin.output.pdf"></a>
+<a name="N101FB"></a><a name="org.apache.forrest.plugin.output.pdf"></a>
 <h5>org.apache.forrest.plugin.output.pdf</h5>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
 <tr>
 <th width="25%">Description</th><td>
-<p>
-      Enable Forrest documents to be output in PDF format. 
-    </p>
+<p>Create PDF documents from Forrest documents.</p>
 </td>
 </tr>
 <tr>
@@ -593,50 +541,19 @@
           </th><td>0.8</td>
 </tr>
 </table>
-<a name="N10257"></a><a name="org.apache.forrest.plugin.output.POD"></a>
-<h5>org.apache.forrest.plugin.output.POD</h5>
-<table class="ForrestTable" cellspacing="1" cellpadding="4">
-<tr>
-<th width="25%">Description</th><td>
-<p>
-      Enable Forrest documents to be output in Plain Old
-      Documentation (POD) format.
-    </p>
-</td>
-</tr>
-<tr>
-<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_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.2</td>
-</tr>
-<tr>
-<th width="25%">
-            Minimum Forrest version required *
-          </th><td>0.8</td>
-</tr>
-</table>
-<a name="N10285"></a><a name="org.apache.forrest.plugin.output.Text"></a>
+<a name="N10229"></a><a name="org.apache.forrest.plugin.output.Text"></a>
 <h5>org.apache.forrest.plugin.output.Text</h5>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
 <tr>
 <th width="25%">Description</th><td>
-<p>
-      Enable Forrest documents to be output in Text format. 
-    </p>
+<p>Enable Forrest documents to be output in Text format.</p>
 </td>
 </tr>
 <tr>
 <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_80/org.apache.forrest.plugin.output.Text">http://forrest.apache.org/pluginDocs/plugins_0_80/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>
@@ -650,42 +567,14 @@
           </th><td>0.8</td>
 </tr>
 </table>
-<a name="N102B3"></a><a name="s5"></a>
-<h5>s5</h5>
-<table class="ForrestTable" cellspacing="1" cellpadding="4">
-<tr>
-<th width="25%">Description</th><td>
-<p>
-      Create S5: A Simple Standards-Based Slide Show System presentations
-      from xdocs.
-    </p>
-</td>
-</tr>
-<tr>
-<th width="25%">Author</th><td>Ross Gardler</td>
-</tr>
-<tr>
-<th width="25%">Website</th><td><a href="http://forrest.apache.org/~rgardler/testingGround/forrestPlugins/s5">http://forrest.apache.org/~rgardler/testingGround/forrestPlugins/s5</a></td>
-</tr>
-<tr>
-<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</td>
-</tr>
-<tr>
-<th width="25%">
-            Minimum Forrest version required *
-          </th><td>0.7</td>
-</tr>
-</table>
-<a name="N102E1"></a><a name="Internal+Plugins"></a>
+<a name="N10257"></a><a name="Internal+Plugins"></a>
 <h4>Internal Plugins</h4>
 <p>
         Internal plugins change the core behaviour
         of Forrest.
       </p>
-<a name="N102E7"></a><a name="Whiteboard+Plugins"></a>
+<p>No plugins of this type available.</p>
+<a name="N1025F"></a><a name="Whiteboard+Plugins"></a>
 <h3 class="underlined_5">Whiteboard Plugins</h3>
 <div class="warning">
 <div class="label">Warning</div>
@@ -701,30 +590,28 @@
               You may need to perform some manual installation steps to use 
               them. See the plugin documentation for more details.</div>
 </div>
-<a name="N102F9"></a><a name="Input+Plugins-N102F9"></a>
+<a name="N10271"></a><a name="Input+Plugins-N10271"></a>
 <h4>Input Plugins</h4>
 <p>
         Input plugins enable Forrest to work with
         source documents in different formats.
       </p>
-<a name="N102FF"></a><a name="org.apache.forrest.plugin.input.citations"></a>
+<a name="N10277"></a><a name="org.apache.forrest.plugin.input.citations"></a>
 <h5>org.apache.forrest.plugin.input.citations</h5>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
 <tr>
 <th width="25%">Description</th><td>
-<p>
-     List of citations.
-    </p>
+<p>A Central Location For Citations.</p>
 </td>
 </tr>
 <tr>
 <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_80/org.apache.forrest.plugin.input.citations/">http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.citations/</a></td>
+<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.citations">http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.citations</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>
+<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>
@@ -735,14 +622,12 @@
           </th><td>0.8</td>
 </tr>
 </table>
-<a name="N1032D"></a><a name="org.apache.forrest.plugin.input.Daisy"></a>
+<a name="N102A5"></a><a name="org.apache.forrest.plugin.input.Daisy"></a>
 <h5>org.apache.forrest.plugin.input.Daisy</h5>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
 <tr>
 <th width="25%">Description</th><td>
-<p>
-      Allow content to be included from a Daisy CMS repository.
-    </p>
+<p>Allow content to be included from a Daisy CMS repository.</p>
 </td>
 </tr>
 <tr>
@@ -752,7 +637,7 @@
 <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>
+<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>
@@ -763,24 +648,22 @@
           </th><td>0.8</td>
 </tr>
 </table>
-<a name="N1035B"></a><a name="org.apache.forrest.plugin.input.doap"></a>
+<a name="N102D3"></a><a name="org.apache.forrest.plugin.input.doap"></a>
 <h5>org.apache.forrest.plugin.input.doap</h5>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
 <tr>
 <th width="25%">Description</th><td>
-<p>
-      Embed DOAP files in forrest content objects.
-    </p>
+<p>Renders DOAP files in a human readable form.</p>
 </td>
 </tr>
 <tr>
 <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_80/org.apache.forrest.plugin.input.doap/">http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.doap/</a></td>
+<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.doap">http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.doap</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>
+<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>
@@ -791,24 +674,22 @@
           </th><td>0.8</td>
 </tr>
 </table>
-<a name="N10389"></a><a name="org.apache.forrest.plugin.input.ecs"></a>
+<a name="N10301"></a><a name="org.apache.forrest.plugin.input.ecs"></a>
 <h5>org.apache.forrest.plugin.input.ecs</h5>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
 <tr>
 <th width="25%">Description</th><td>
-<p>
-      Process responses from Amaozons E-Commerce System web services.
-    </p>
+<p>Takes responses from Amaqzons Web Services (ECS) and renders them within a Forrest site.</p>
 </td>
 </tr>
 <tr>
 <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_80/org.apache.forrest.plugin.input.ecs/">http://forrest.apache.org/pluginDocs/plugins_0_80/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>
+<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>
@@ -819,14 +700,12 @@
           </th><td>0.8</td>
 </tr>
 </table>
-<a name="N103B7"></a><a name="org.apache.forrest.plugin.input.glossary"></a>
+<a name="N1032F"></a><a name="org.apache.forrest.plugin.input.glossary"></a>
 <h5>org.apache.forrest.plugin.input.glossary</h5>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
 <tr>
 <th width="25%">Description</th><td>
-<p>
-      Enable glossary: a list of technical terms and definitions.
-    </p>
+<p>Enable glossary: a list of technical terms and definitions.</p>
 </td>
 </tr>
 <tr>
@@ -836,7 +715,7 @@
 <th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.glossary/">http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.glossary/</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>
+<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>
@@ -847,26 +726,22 @@
           </th><td>0.8</td>
 </tr>
 </table>
-<a name="N103E5"></a><a name="org.apache.forrest.plugin.input.logs"></a>
+<a name="N1035D"></a><a name="org.apache.forrest.plugin.input.logs"></a>
 <h5>org.apache.forrest.plugin.input.logs</h5>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
 <tr>
 <th width="25%">Description</th><td>
-<p>
-      Embed log file output in Forrest sites. If Forrest is running in a
-      dynamic environment, then pages can be updated to show recent changes in the 
-      log whenever required.
-    </p>
+<p>Embed log file output in Forrest sites. If Forrest is running in adynamic environment, then pages can be updated to show recent changes in the log whenever required.</p>
 </td>
 </tr>
 <tr>
 <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.logs">http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.input.logs</a></td>
+<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.input.logs/">http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.input.logs/</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>
+<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>
@@ -877,14 +752,12 @@
           </th><td>0.7</td>
 </tr>
 </table>
-<a name="N10413"></a><a name="org.apache.forrest.plugin.input.odt"></a>
+<a name="N1038B"></a><a name="org.apache.forrest.plugin.input.odt"></a>
 <h5>org.apache.forrest.plugin.input.odt</h5>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
 <tr>
 <th width="25%">Description</th><td>
-<p>
-      Use OpenDocument Writer files (*.odt) as input sources.
-    </p>
+<p>Reads opendocuments and transforms them to xhtml/xdocs</p>
 </td>
 </tr>
 <tr>
@@ -894,36 +767,7 @@
 <th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.odt">http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.odt</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>
-</tr>
-<tr>
-<th width="25%">
-            Minimum Forrest version required *
-          </th><td>0.8</td>
-</tr>
-</table>
-<a name="N10441"></a><a name="org.apache.forrest.plugin.input.Resume"></a>
-<h5>org.apache.forrest.plugin.input.Resume</h5>
-<table class="ForrestTable" cellspacing="1" cellpadding="4">
-<tr>
-<th width="25%">Description</th><td>
-<p>
-      Basic support for Resumes, renders a single resume, or alloes sorting of 
-      a number of resumes on skill.
-    </p>
-</td>
-</tr>
-<tr>
-<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_80/org.apache.forrest.plugin.input.Resume">http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.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>
+<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>
@@ -934,14 +778,12 @@
           </th><td>0.8</td>
 </tr>
 </table>
-<a name="N1046F"></a><a name="org.apache.forrest.plugin.input.serverStatus"></a>
+<a name="N103B9"></a><a name="org.apache.forrest.plugin.input.serverStatus"></a>
 <h5>org.apache.forrest.plugin.input.serverStatus</h5>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
 <tr>
 <th width="25%">Description</th><td>
-<p>
-      Provides a list of the Cocoon cache and other server status information.
-    </p>
+<p>Provides a list of the Cocoon cache and other server status information.</p>
 </td>
 </tr>
 <tr>
@@ -951,7 +793,7 @@
 <th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.serverStatus">http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.serverStatus</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>
+<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>
@@ -962,30 +804,28 @@
           </th><td>0.8</td>
 </tr>
 </table>
-<a name="N1049D"></a><a name="Output+Plugins-N1049D"></a>
+<a name="N103E7"></a><a name="Output+Plugins-N103E7"></a>
 <h4>Output Plugins</h4>
 <p>
         Output plugins enable Forrest to produce
         documents in different formats.
       </p>
-<a name="N104A3"></a><a name="org.apache.forrest.plugin.output.Anakia"></a>
+<a name="N103ED"></a><a name="org.apache.forrest.plugin.output.Anakia"></a>
 <h5>org.apache.forrest.plugin.output.Anakia</h5>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
 <tr>
 <th width="25%">Description</th><td>
-<p>
-      Produce output in Anakia "xdoc" format.
-    </p>
+<p>Produce output in Anakia xdoc format</p>
 </td>
 </tr>
 <tr>
 <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_80/org.apache.forrest.plugin.output.Anakia/">http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.output.Anakia/</a></td>
+<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.output.Anakia">http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.output.Anakia</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>
+<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>
@@ -996,21 +836,19 @@
           </th><td>0.8</td>
 </tr>
 </table>
-<a name="N104D1"></a><a name="org.apache.forrest.plugin.output.Chart"></a>
+<a name="N1041B"></a><a name="org.apache.forrest.plugin.output.Chart"></a>
 <h5>org.apache.forrest.plugin.output.Chart</h5>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
 <tr>
 <th width="25%">Description</th><td>
-<p>
-      Charting plugin that utilises JChart. 
-    </p>
+<p>Charting plugin that utilises JChart.</p>
 </td>
 </tr>
 <tr>
 <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.Chart">http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.output.Chart</a></td>
+<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.output.Chart/">http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.output.Chart/</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>
@@ -1024,21 +862,19 @@
           </th><td>0.7</td>
 </tr>
 </table>
-<a name="N104FF"></a><a name="org.apache.forrest.plugin.output.htmlArea"></a>
+<a name="N10449"></a><a name="org.apache.forrest.plugin.output.htmlArea"></a>
 <h5>org.apache.forrest.plugin.output.htmlArea</h5>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
 <tr>
 <th width="25%">Description</th><td>
-<p>
-      WYSIWYG editing of HTML documents (requires Forrest to be running dynamically). 
-    </p>
+<p>WYSIWYG editing of HTML documents (requires Forrest to be running dynamically). </p>
 </td>
 </tr>
 <tr>
 <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.htmlArea">http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.output.htmlArea</a></td>
+<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.output.htmlArea/">http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.output.htmlArea/</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>
@@ -1052,14 +888,12 @@
           </th><td>0.7</td>
 </tr>
 </table>
-<a name="N1052D"></a><a name="org.apache.forrest.plugin.output.solr"></a>
+<a name="N10477"></a><a name="org.apache.forrest.plugin.output.solr"></a>
 <h5>org.apache.forrest.plugin.output.solr</h5>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
 <tr>
 <th width="25%">Description</th><td>
-<p> Generates solr documents from xdos. Further when run with the dispatcher
-      it provides a GUI to manage your project in solr and a search interface to search your solr
-      server. </p>
+<p>generates solr documents from xdos</p>
 </td>
 </tr>
 <tr>
@@ -1080,15 +914,12 @@
           </th><td>0.8</td>
 </tr>
 </table>
-<a name="N1055B"></a><a name="org.apache.forrest.plugin.output.voice"></a>
+<a name="N104A5"></a><a name="org.apache.forrest.plugin.output.voice"></a>
 <h5>org.apache.forrest.plugin.output.voice</h5>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
 <tr>
 <th width="25%">Description</th><td>
-<p>
-      Add voiceXML content to a Forrest page. This allows the page to be read by a voice synthesiser
-      and navigated with voice commands.
-    </p>
+<p>Voice</p>
 </td>
 </tr>
 <tr>
@@ -1101,7 +932,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%">
@@ -1109,21 +940,19 @@
           </th><td>0.8</td>
 </tr>
 </table>
-<a name="N10589"></a><a name="org.apache.forrest.themes.core"></a>
+<a name="N104D3"></a><a name="org.apache.forrest.themes.core"></a>
 <h5>org.apache.forrest.themes.core</h5>
 <table class="ForrestTable" cellspacing="1" cellpadding="4">
 <tr>
 <th width="25%">Description</th><td>
-<p>
-      The core theme package for the dispatcher.
-    </p>
+<p>The core theme package for the dispatcher.</p>
 </td>
 </tr>
 <tr>
 <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_80/org.apache.forrest.themes.core">http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.themes.core</a></td>
+<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.themes.core/">http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.themes.core/</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>
@@ -1137,27 +966,25 @@
           </th><td>0.8</td>
 </tr>
 </table>
-<a name="N105B7"></a><a name="Internal+Plugins-N105B7"></a>
+<a name="N10501"></a><a name="Internal+Plugins-N10501"></a>
 <h4>Internal Plugins</h4>
 <p>
         Internal plugins change the core behaviour
         of Forrest.
       </p>
-<a name="N105BD"></a><a name="org.apache.forrest.plugin.internal.dispatcher"></a>
+<a name="N10507"></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>
-      Enable Forrest to use page-specific views and contracts. Next generation skinning.
-    </p>
+<p>Dispatcher - Second generation skinning.</p>
 </td>
 </tr>
 <tr>
 <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_80/org.apache.forrest.plugin.internal.dispatcher">http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.internal.dispatcher</a></td>
+<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.internal.dispatcher/">http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.internal.dispatcher/</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>
@@ -1171,24 +998,45 @@
           </th><td>0.8</td>
 </tr>
 </table>
-<a name="N105EB"></a><a name="org.apache.forrest.plugin.internal.IMSManifest"></a>
+<a name="N10535"></a><a name="org.apache.forrest.plugin.internal.GoogleSitemap"></a>
+<h5>org.apache.forrest.plugin.internal.GoogleSitemap</h5>
+<table class="ForrestTable" cellspacing="1" cellpadding="4">
+<tr>
+<th width="25%">Description</th><td>
+<p>Generates a google-sitemap for all pages in each site.</p>
+</td>
+</tr>
+<tr>
+<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.GoogleSitemap/">http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.GoogleSitemap/</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>
+</tr>
+<tr>
+<th width="25%">
+            Minimum Forrest version required *
+          </th><td>0.7</td>
+</tr>
+</table>
+<a name="N10563"></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>
-      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>
+<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.</p>
 </td>
 </tr>
 <tr>
 <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_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>
@@ -1202,21 +1050,19 @@
           </th><td>0.7</td>
 </tr>
 </table>
-<a name="N10619"></a><a name="org.apache.forrest.plugin.internal.NoteTaking"></a>
+<a name="N10591"></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>
-      Provides facilities for adding notes to pages when Forrest is run in dynamic mode.
-    </p>
+<p>Provides features that facilitate the creation of a study aid package with Forrest.</p>
 </td>
 </tr>
 <tr>
 <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_80/org.apache.forrest.plugin.NoteTaking">http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.NoteTaking</a></td>
+<th width="25%">Website</th><td><a href="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.internal.NoteTaking">http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.internal.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>

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