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/04/02 11:11:55 UTC

svn commit: r524754 [1/2] - in /forrest/site: ./ docs_0_80/ pluginDocs/plugins_0_70/ pluginDocs/plugins_0_80/ procedures/release/

Author: crossley
Date: Mon Apr  2 02:11:53 2007
New Revision: 524754

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

Modified:
    forrest/site/docs_0_80/faq.html
    forrest/site/docs_0_80/faq.pdf
    forrest/site/docs_0_80/faq.xml
    forrest/site/forrest-issues.html
    forrest/site/forrest-issues.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
    forrest/site/procedures/release/How_to_release.html
    forrest/site/procedures/release/How_to_release.pdf

Modified: forrest/site/docs_0_80/faq.html
URL: http://svn.apache.org/viewvc/forrest/site/docs_0_80/faq.html?view=diff&rev=524754&r1=524753&r2=524754
==============================================================================
--- forrest/site/docs_0_80/faq.html (original)
+++ forrest/site/docs_0_80/faq.html Mon Apr  2 02:11:53 2007
@@ -431,6 +431,9 @@
 <li>
 <a href="#javascript">2.20. How to include additional Javascript and CSS files?</a>
 </li>
+<li>
+<a href="#linkmap">2.21. How to show a Table Of Contents for the whole site?</a>
+</li>
 </ul>
 </li>
 <li>
@@ -1182,9 +1185,36 @@
           &lt;map:resource name="skin-read"&gt; section.
         </p>
 </div>
-<a name="N102F7"></a><a name="technical"></a>
+<a name="N102F7"></a><a name="linkmap"></a>
+<h4 class="faq">2.21. How to show a Table Of Contents for the whole site?</h4>
+<div align="right">
+<a href="#linkmap-menu">^</a>
+</div>
+<div style="margin-left: 15px">
+<p>
+          Every site has an automatically generated document at
+          <span class="codefrag">/linkmap.html</span>
+          which is produced from the site.xml navigation configuration.
+          It uses the @label and absolutized @href and element name and @description attribute for
+          each node.
+        </p>
+<p>
+          For example, the Forrest project's <a href="../linkmap.html">Site Linkmap Table of Contents</a>.
+        </p>
+<p>
+          The document is also useful when developing your documentation and linking
+          to other docs. The element names (column #2) e.g.
+           href="site:<strong>mail-lists</strong>" or href="site:<strong>howto/overview</strong>"
+        </p>
+<p>
+          This is also the document that 'forrest site' uses to kick-start the
+          Cocoon crawler which then follows links to build each page. See the
+          project.start-uri in the forrest.properties file.
+        </p>
+</div>
+<a name="N10315"></a><a name="technical"></a>
 <h3 class="underlined_5">3. Technical</h3>
-<a name="N102FB"></a><a name="java-code"></a>
+<a name="N10319"></a><a name="java-code"></a>
 <h4 class="faq">3.1. Where is the Java code?</h4>
 <div align="right">
 <a href="#java-code-menu">^</a>
@@ -1207,7 +1237,7 @@
           with specialised purpose, e.g. PhotoGallery.
         </p>
 </div>
-<a name="N10309"></a><a name="populate-cache"></a>
+<a name="N10327"></a><a name="populate-cache"></a>
 <h4 class="faq">3.2. How to enhance the responsiveness of the cache?</h4>
 <div align="right">
 <a href="#populate-cache-menu">^</a>
@@ -1233,7 +1263,7 @@
 <p>Responsiveness can be further enhanced by utilising a transparent proxy server, e.g. Apache HTTP Server as a frontend. See <a href="http://wiki.apache.org/cocoon/ApacheModProxy">CocoonAndApacheModProxy</a>.
         </p>
 </div>
-<a name="N10323"></a><a name="proxy_config"></a>
+<a name="N10341"></a><a name="proxy_config"></a>
 <h4 class="faq">3.3. I'm behind a proxy and it's preventing Plugins from being downloaded, what should I
         do?</h4>
 <div align="right">
@@ -1249,7 +1279,7 @@
         To avoid to edit every project <span class="codefrag">forrest.properties</span> files, you can do once in your <span class="codefrag">${user.home}/forrest.properties</span> !</div>
 </div>
 </div>
-<a name="N10347"></a><a name="CVS_revison_tags"></a>
+<a name="N10365"></a><a name="CVS_revison_tags"></a>
 <h4 class="faq">3.4. How can I generate html-pages to show the Revision tag of CVS or SVN?</h4>
 <div align="right">
 <a href="#CVS_revison_tags-menu">^</a>
@@ -1265,7 +1295,7 @@
           When using Subversion, remember to set the relevant svn:keywords properties.
         </p>
 </div>
-<a name="N1035C"></a><a name="cli-xconf"></a>
+<a name="N1037A"></a><a name="cli-xconf"></a>
 <h4 class="faq">3.5.  How to control the processing of URIs by Cocoon, e.g. exclude certain URIs, include
         other additional ones. </h4>
 <div align="right">
@@ -1303,7 +1333,7 @@
           <strong>foo/**</strong> to match that. </div>
 </div>
 </div>
-<a name="N10399"></a><a name="ignoring_javadocs"></a>
+<a name="N103B7"></a><a name="ignoring_javadocs"></a>
 <h4 class="faq">3.6.  How do I stop Forrest breaking on links to external files that may not exist, like
         javadocs? </h4>
 <div align="right">
@@ -1314,7 +1344,7 @@
             <span class="codefrag">cli.xconf</span>
           </a> Cocoon config file, and defining patterns for URLs to exclude. </p>
 </div>
-<a name="N103A8"></a><a name="claimed_patterns"></a>
+<a name="N103C6"></a><a name="claimed_patterns"></a>
 <h4 class="faq">3.7. Some of my files are not being processed because they use common filenames. </h4>
 <div align="right">
 <a href="#claimed_patterns-menu">^</a>
@@ -1330,7 +1360,7 @@
           with this issue (<a href="http://issues.apache.org/jira/browse/FOR-217">FOR-217</a>).
         </p>
 </div>
-<a name="N103BA"></a><a name="build_msg_a"></a>
+<a name="N103D8"></a><a name="build_msg_a"></a>
 <h4 class="faq">3.8. What do the symbols and numbers mean when Forrest lists each document that it has
         built? </h4>
 <div align="right">
@@ -1361,7 +1391,7 @@
         
 </ul>
 </div>
-<a name="N103D8"></a><a name="headless_operation"></a>
+<a name="N103F6"></a><a name="headless_operation"></a>
 <h4 class="faq">3.9.  When generating PNG images from SVG, I get an error: Can't connect to X11 window
         server using ':0.0' as the value of the DISPLAY variable. </h4>
 <div align="right">
@@ -1374,7 +1404,7 @@
 <pre class="code">forrest -Dforrest.jvmargs=-Djava.awt.headless=true site</pre>
 <p> See also <a href="http://cocoon.apache.org/2.1/faq/faq-configure-environment.html">Cocoon FAQ</a>. </p>
 </div>
-<a name="N103F4"></a><a name="project-logo-svg"></a>
+<a name="N10412"></a><a name="project-logo-svg"></a>
 <h4 class="faq">3.10.  
         The project logo that is generated from SVG is truncating my project name.
       </h4>
@@ -1394,7 +1424,7 @@
           <a href="http://www.w3.org/Graphics/SVG/">SVG</a> resources.
         </p>
 </div>
-<a name="N1040C"></a><a name="catalog"></a>
+<a name="N1042A"></a><a name="catalog"></a>
 <h4 class="faq">3.11.  How do i configure my favourite XML editor or parser to find the local Forrest
         DTDs? </h4>
 <div align="right">
@@ -1404,7 +1434,7 @@
 <p> Notes are provided for various tools at <a href="../docs_0_80/catalog.html">Using Catalog Entity
             Resolver for local DTDs</a>. </p>
 </div>
-<a name="N10418"></a><a name="skin"></a>
+<a name="N10436"></a><a name="skin"></a>
 <h4 class="faq">3.12.  How to make the site look better and change its skin? </h4>
 <div align="right">
 <a href="#skin-menu">^</a>
@@ -1416,7 +1446,7 @@
 <p> See notes about <a href="../docs_0_80/your-project.html#skins">configuration</a> of the skins.
           Some projects may have special needs and can define their <a href="../docs_0_80/your-project.html#new_skin">own skin</a>. </p>
 </div>
-<a name="N1042F"></a><a name="xsp"></a>
+<a name="N1044D"></a><a name="xsp"></a>
 <h4 class="faq">3.13. How do I enable XSP processing?</h4>
 <div align="right">
 <a href="#xsp-menu">^</a>
@@ -1464,7 +1494,7 @@
 </ol>
 <p>See also the <a href="http://wiki.apache.org/cocoon/AddingXSPToForrest">AddingXSPToForrest</a> Wiki page.</p>
 </div>
-<a name="N1046A"></a><a name="breadcrumbs"></a>
+<a name="N10488"></a><a name="breadcrumbs"></a>
 <h4 class="faq">3.14. How do breadcrumbs work? Why don't they work locally?</h4>
 <div align="right">
 <a href="#breadcrumbs-menu">^</a>
@@ -1483,7 +1513,7 @@
           are viewing the site locally, there is no domain and so there will be no extra
           breadcrumbs, only the ones that are specified in <span class="codefrag">skinconf.xml</span>. </p>
 </div>
-<a name="N1047F"></a><a name="run_port"></a>
+<a name="N1049D"></a><a name="run_port"></a>
 <h4 class="faq">3.15. How do I make forrest run listen on a different port?</h4>
 <div align="right">
 <a href="#run_port-menu">^</a>
@@ -1499,7 +1529,7 @@
         
 </p>
 </div>
-<a name="N10493"></a><a name="debugging"></a>
+<a name="N104B1"></a><a name="debugging"></a>
 <h4 class="faq">3.16. Can I run Forrest with Java debugging turned on?</h4>
 <div align="right">
 <a href="#debugging-menu">^</a>
@@ -1511,7 +1541,7 @@
         to the <span class="codefrag">forrest.jvmargs</span> property in the <span class="codefrag">forrest.properties</span>
         file. Don't forget to ensure the property is uncommented in that file.</p>
 </div>
-<a name="N104A4"></a><a name="checksums"></a>
+<a name="N104C2"></a><a name="checksums"></a>
 <h4 class="faq">3.17. How do I enable Cocoon's document checksum feature?</h4>
 <div align="right">
 <a href="#checksums-menu">^</a>
@@ -1544,9 +1574,9 @@
         installation-wide cli.xconf file.
         </p>
 </div>
-<a name="N104C0"></a><a name="old_faqs"></a>
+<a name="N104DE"></a><a name="old_faqs"></a>
 <h3 class="underlined_5">4. Older version: 0.6</h3>
-<a name="N104C4"></a><a name="old_claimed_patterns"></a>
+<a name="N104E2"></a><a name="old_claimed_patterns"></a>
 <h4 class="faq">4.1. Some of my files are not being processed because they use common filenames. </h4>
 <div align="right">
 <a href="#old_claimed_patterns-menu">^</a>
@@ -1562,9 +1592,9 @@
           with this issue (<a href="http://issues.apache.org/jira/browse/FOR-217">FOR-217</a>).
         </p>
 </div>
-<a name="N104D6"></a><a name="general"></a>
+<a name="N104F4"></a><a name="general"></a>
 <h3 class="underlined_5">5. General</h3>
-<a name="N104DA"></a><a name="generating_menus"></a>
+<a name="N104F8"></a><a name="generating_menus"></a>
 <h4 class="faq">5.1. What is the relationship between site.xml and book.xml? </h4>
 <div align="right">
 <a href="#generating_menus-menu">^</a>
@@ -1578,7 +1608,7 @@
           <span class="codefrag">site.xml</span>-generated menus aren't appropriate. See <a href="../docs_0_80/linking.html">Menus and
             Linking</a>. </p>
 </div>
-<a name="N104F5"></a><a name="docbook"></a>
+<a name="N10513"></a><a name="docbook"></a>
 <h4 class="faq">5.2.  How do I use DocBook as the XML documentation format? </h4>
 <div align="right">
 <a href="#docbook-menu">^</a>
@@ -1674,7 +1704,7 @@
           different DTDs, then see <a href="../docs_0_80/your-project.html#new_dtd">Using Forrest</a> for
           configuration guidance. </p>
 </div>
-<a name="N1052E"></a><a name="version"></a>
+<a name="N1054C"></a><a name="version"></a>
 <h4 class="faq">5.3.  How to report which version of Forrest is being used and the properties that are
         set? </h4>
 <div align="right">
@@ -1687,7 +1717,7 @@
           watch the build messages. Doing <span class="codefrag">'forrest -v'</span> will provide verbose build
           messages. </p>
 </div>
-<a name="N10542"></a><a name="logs"></a>
+<a name="N10560"></a><a name="logs"></a>
 <h4 class="faq">5.4.  Where are the log files to find more infomation about errors? </h4>
 <div align="right">
 <a href="#logs-menu">^</a>
@@ -1706,7 +1736,7 @@
 <p> Doing <span class="codefrag">'forrest -v'</span> will provide verbose build messages to the standard
           output. </p>
 </div>
-<a name="N10566"></a><a name="how_can_I_help"></a>
+<a name="N10584"></a><a name="how_can_I_help"></a>
 <h4 class="faq">5.5.  How to help? </h4>
 <div align="right">
 <a href="#how_can_I_help-menu">^</a>
@@ -1717,7 +1747,7 @@
           particularly from newcomers&mdash;often, close proximity blinds software developers to
           faults that are obvious to everyone else. Don't be shy! </p>
 </div>
-<a name="N10572"></a><a name="patch"></a>
+<a name="N10590"></a><a name="patch"></a>
 <h4 class="faq">5.6.  How to contribute a patch? </h4>
 <div align="right">
 <a href="#patch-menu">^</a>
@@ -1728,7 +1758,7 @@
 <p>More info about contributing can be found at the <a href="../contrib.html">Contributing
             to Forrest</a> page. It is always a good idea to check the Forrest <a href="../issues.html">issue tracker</a> before diving in. </p>
 </div>
-<a name="N1058D"></a><a name="jobs"></a>
+<a name="N105AB"></a><a name="jobs"></a>
 <h4 class="faq">5.7.  How can job positions be advertised? </h4>
 <div align="right">
 <a href="#jobs-menu">^</a>

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

Modified: forrest/site/docs_0_80/faq.xml
URL: http://svn.apache.org/viewvc/forrest/site/docs_0_80/faq.xml?view=diff&rev=524754&r1=524753&r2=524754
==============================================================================
--- forrest/site/docs_0_80/faq.xml (original)
+++ forrest/site/docs_0_80/faq.xml Mon Apr  2 02:11:53 2007
@@ -446,6 +446,27 @@
           Search for "javascript" then follow to the 
           &lt;map:resource name="skin-read"&gt; section.
         </p>
+      </section><section id="linkmap"><title>2.21. How to show a Table Of Contents for the whole site?</title>
+        <p>
+          Every site has an automatically generated document at
+          <code>/linkmap.html</code>
+          which is produced from the site.xml navigation configuration.
+          It uses the @label and absolutized @href and element name and @description attribute for
+          each node.
+        </p>
+        <p>
+          For example, the Forrest project's <link href="site:linkmap">Site Linkmap Table of Contents</link>.
+        </p>
+        <p>
+          The document is also useful when developing your documentation and linking
+          to other docs. The element names (column #2) e.g.
+           href="site:<strong>mail-lists</strong>" or href="site:<strong>howto/overview</strong>"
+        </p>
+        <p>
+          This is also the document that 'forrest site' uses to kick-start the
+          Cocoon crawler which then follows links to build each page. See the
+          project.start-uri in the forrest.properties file.
+        </p>
       </section></section><section id="technical"><title>3. Technical</title><section id="java-code"><title>3.1. Where is the Java code?</title>
         <p>
           Because we are based on Apache Cocoon, a lot of the functionality is

Modified: forrest/site/forrest-issues.html
URL: http://svn.apache.org/viewvc/forrest/site/forrest-issues.html?view=diff&rev=524754&r1=524753&r2=524754
==============================================================================
--- forrest/site/forrest-issues.html (original)
+++ forrest/site/forrest-issues.html Mon Apr  2 02:11:53 2007
@@ -198,29 +198,23 @@
 <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-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>
+<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-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-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-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>
 <a href="#%5BFOR-922%5D+update+all+docs+that+explain+sitemap+fragments">[FOR-922] update all docs that explain sitemap fragments</a>
 </li>
+<li>
+<a href="#%5BFOR-644%5D+code-style+cleanup+for+xml+files">[FOR-644] code-style cleanup for xml files</a>
+</li>
 </ul>
 </div>
 <div class="note">
@@ -243,7 +237,15 @@
 &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="N1001D"></a><a name="%5BFOR-855%5D+verify+the+license+situation+prior+to+each+release"></a>
+<a name="N1001D"></a><a name="%5BFOR-868%5D+add+relevant+notes+to+the+%22Upgrading%22+xdoc"></a>
+<h2 class="underlined_10">[FOR-868] add relevant notes to the "Upgrading" xdoc</h2>
+<div class="section">
+<p>
+<a href="http://issues.apache.org/jira/browse/FOR-868">http://issues.apache.org/jira/browse/FOR-868</a>
+</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;&lt;strike&gt;FOR-865&lt;/strike&gt;&lt;/a&gt; &amp;quot;Add missing entries to status.xml to generate the changes list&amp;quot;.</p>
+</div>
+<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>
@@ -258,28 +260,7 @@
 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="N10029"></a><a name="%5BFOR-868%5D+add+relevant+notes+to+the+%22Upgrading%22+xdoc"></a>
-<h2 class="underlined_10">[FOR-868] add relevant notes to the "Upgrading" xdoc</h2>
-<div class="section">
-<p>
-<a href="http://issues.apache.org/jira/browse/FOR-868">http://issues.apache.org/jira/browse/FOR-868</a>
-</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="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-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="N10041"></a><a name="%5BFOR-742%5D+trouble+accessing+unversioned+plugin+for+a+released+version+of+Forrest%2C+e.g.+projectInfo"></a>
+<a name="N10035"></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>
@@ -290,28 +271,7 @@
 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="N1004D"></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-533">http://issues.apache.org/jira/browse/FOR-533</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;
-&lt;br/&gt;
-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="N10059"></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>
-<a href="http://issues.apache.org/jira/browse/FOR-644">http://issues.apache.org/jira/browse/FOR-644</a>
-</p>
-<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="N10065"></a><a name="%5BFOR-241%5D+character+entities+%28e.g.+ampersand%29+are+expanded+again+for+href+or+src+attributes"></a>
+<a name="N10041"></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>
@@ -338,7 +298,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="N10071"></a><a name="%5BFOR-922%5D+update+all+docs+that+explain+sitemap+fragments"></a>
+<a name="N1004D"></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>
@@ -349,6 +309,15 @@
 The sitemaps were recently updated to use locationmap, some sitemaps were simplified, filenames were changed, e.g. document2html.xsl to document-to-html.xsl&lt;br/&gt;
 &lt;br/&gt;
 These changes need to be reflected in the current docs.</p>
+</div>
+<a name="N10059"></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>
+<a href="http://issues.apache.org/jira/browse/FOR-644">http://issues.apache.org/jira/browse/FOR-644</a>
+</p>
+<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>
 </div>
 <!--+

Modified: forrest/site/forrest-issues.pdf
URL: http://svn.apache.org/viewvc/forrest/site/forrest-issues.pdf?view=diff&rev=524754&r1=524753&r2=524754
==============================================================================
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=524754&r1=524753&r2=524754
==============================================================================
--- forrest/site/pluginDocs/plugins_0_70/index.html (original)
+++ forrest/site/pluginDocs/plugins_0_70/index.html Mon Apr  2 02:11:53 2007
@@ -178,13 +178,13 @@
 <a href="#Whiteboard+Plugins">Whiteboard Plugins</a>
 <ul class="minitoc">
 <li>
-<a href="#Input+Plugins-N10271">Input Plugins</a>
+<a href="#Input+Plugins-N102FB">Input Plugins</a>
 </li>
 <li>
-<a href="#Output+Plugins-N103E7">Output Plugins</a>
+<a href="#Output+Plugins-N1049F">Output Plugins</a>
 </li>
 <li>
-<a href="#Internal+Plugins-N10501">Internal Plugins</a>
+<a href="#Internal+Plugins-N105B9">Internal Plugins</a>
 </li>
 </ul>
 </li>
@@ -254,7 +254,10 @@
 <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>
@@ -280,7 +283,9 @@
 <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>
@@ -290,7 +295,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>
@@ -306,17 +311,19 @@
 <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>
@@ -332,14 +339,17 @@
 <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>
@@ -358,17 +368,19 @@
 <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>
@@ -384,17 +396,19 @@
 <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>
@@ -410,14 +424,16 @@
 <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>
@@ -436,7 +452,9 @@
 <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>
@@ -462,14 +480,16 @@
 <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>
@@ -483,18 +503,48 @@
           </th><td>0.8</td>
 </tr>
 </table>
-<a name="N101C7"></a><a name="Output+Plugins"></a>
+<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>
 <h4>Output Plugins</h4>
 <p>
         Output plugins enable Forrest to produce
         documents in different formats.
       </p>
-<a name="N101CD"></a><a name="org.apache.forrest.plugin.output.inputModule"></a>
+<a name="N101FB"></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>Produces properties from an input-module.</p>
+<p>
+      Enable Forrest to produce properties from an input-module. 
+    </p>
 </td>
 </tr>
 <tr>
@@ -515,12 +565,14 @@
           </th><td>0.8</td>
 </tr>
 </table>
-<a name="N101FB"></a><a name="org.apache.forrest.plugin.output.pdf"></a>
+<a name="N10229"></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>Create PDF documents from Forrest documents.</p>
+<p>
+      Enable Forrest documents to be output in PDF format. 
+    </p>
 </td>
 </tr>
 <tr>
@@ -541,19 +593,50 @@
           </th><td>0.8</td>
 </tr>
 </table>
-<a name="N10229"></a><a name="org.apache.forrest.plugin.output.Text"></a>
+<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>
 <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>
@@ -567,14 +650,43 @@
           </th><td>0.8</td>
 </tr>
 </table>
-<a name="N10257"></a><a name="Internal+Plugins"></a>
+<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>
 <h4>Internal Plugins</h4>
 <p>
         Internal plugins change the core behaviour
         of Forrest.
       </p>
 <p>No plugins of this type available.</p>
-<a name="N1025F"></a><a name="Whiteboard+Plugins"></a>
+<a name="N102E9"></a><a name="Whiteboard+Plugins"></a>
 <h3 class="underlined_5">Whiteboard Plugins</h3>
 <div class="warning">
 <div class="label">Warning</div>
@@ -590,28 +702,30 @@
               You may need to perform some manual installation steps to use 
               them. See the plugin documentation for more details.</div>
 </div>
-<a name="N10271"></a><a name="Input+Plugins-N10271"></a>
+<a name="N102FB"></a><a name="Input+Plugins-N102FB"></a>
 <h4>Input Plugins</h4>
 <p>
         Input plugins enable Forrest to work with
         source documents in different formats.
       </p>
-<a name="N10277"></a><a name="org.apache.forrest.plugin.input.citations"></a>
+<a name="N10301"></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>A Central Location For Citations.</p>
+<p>
+     List of 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>
@@ -622,12 +736,14 @@
           </th><td>0.8</td>
 </tr>
 </table>
-<a name="N102A5"></a><a name="org.apache.forrest.plugin.input.Daisy"></a>
+<a name="N1032F"></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>
@@ -637,7 +753,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>
@@ -648,22 +764,24 @@
           </th><td>0.8</td>
 </tr>
 </table>
-<a name="N102D3"></a><a name="org.apache.forrest.plugin.input.doap"></a>
+<a name="N1035D"></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>Renders DOAP files in a human readable form.</p>
+<p>
+      Embed DOAP files in forrest content objects.
+    </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>
@@ -674,22 +792,24 @@
           </th><td>0.8</td>
 </tr>
 </table>
-<a name="N10301"></a><a name="org.apache.forrest.plugin.input.ecs"></a>
+<a name="N1038B"></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>Takes responses from Amaqzons Web Services (ECS) and renders them within a Forrest site.</p>
+<p>
+      Process responses from Amaozons E-Commerce System web services.
+    </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>
@@ -700,12 +820,14 @@
           </th><td>0.8</td>
 </tr>
 </table>
-<a name="N1032F"></a><a name="org.apache.forrest.plugin.input.glossary"></a>
+<a name="N103B9"></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>
@@ -715,7 +837,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>
@@ -726,22 +848,26 @@
           </th><td>0.8</td>
 </tr>
 </table>
-<a name="N1035D"></a><a name="org.apache.forrest.plugin.input.logs"></a>
+<a name="N103E7"></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 adynamic 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 a
+      dynamic 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>
@@ -752,12 +878,14 @@
           </th><td>0.7</td>
 </tr>
 </table>
-<a name="N1038B"></a><a name="org.apache.forrest.plugin.input.odt"></a>
+<a name="N10415"></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>Reads opendocuments and transforms them to xhtml/xdocs</p>
+<p>
+      Use OpenDocument Writer files (*.odt) as input sources.
+    </p>
 </td>
 </tr>
 <tr>
@@ -767,7 +895,36 @@
 <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>
+<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="N10443"></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>
 </tr>
 <tr>
 <th width="25%">Latest Plugin version</th><td>0.1</td>
@@ -778,12 +935,14 @@
           </th><td>0.8</td>
 </tr>
 </table>
-<a name="N103B9"></a><a name="org.apache.forrest.plugin.input.serverStatus"></a>
+<a name="N10471"></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>
@@ -793,7 +952,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>
@@ -804,28 +963,30 @@
           </th><td>0.8</td>
 </tr>
 </table>
-<a name="N103E7"></a><a name="Output+Plugins-N103E7"></a>
+<a name="N1049F"></a><a name="Output+Plugins-N1049F"></a>
 <h4>Output Plugins</h4>
 <p>
         Output plugins enable Forrest to produce
         documents in different formats.
       </p>
-<a name="N103ED"></a><a name="org.apache.forrest.plugin.output.Anakia"></a>
+<a name="N104A5"></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>
@@ -836,19 +997,21 @@
           </th><td>0.8</td>
 </tr>
 </table>
-<a name="N1041B"></a><a name="org.apache.forrest.plugin.output.Chart"></a>
+<a name="N104D3"></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_80/org.apache.forrest.plugin.output.Chart/">http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.output.Chart/</a></td>
+<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>
 </tr>
 <tr>
 <th width="25%">Download URL:</th><td><a href="http://forrest.apache.org/plugins/">http://forrest.apache.org/plugins/</a></td>
@@ -862,19 +1025,21 @@
           </th><td>0.7</td>
 </tr>
 </table>
-<a name="N10449"></a><a name="org.apache.forrest.plugin.output.htmlArea"></a>
+<a name="N10501"></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>
@@ -888,12 +1053,14 @@
           </th><td>0.7</td>
 </tr>
 </table>
-<a name="N10477"></a><a name="org.apache.forrest.plugin.output.solr"></a>
+<a name="N1052F"></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</p>
+<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>
 </td>
 </tr>
 <tr>
@@ -914,12 +1081,15 @@
           </th><td>0.8</td>
 </tr>
 </table>
-<a name="N104A5"></a><a name="org.apache.forrest.plugin.output.voice"></a>
+<a name="N1055D"></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>Voice</p>
+<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>
 </td>
 </tr>
 <tr>
@@ -932,7 +1102,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.2</td>
+<th width="25%">Latest Plugin version</th><td>0.1</td>
 </tr>
 <tr>
 <th width="25%">
@@ -940,19 +1110,21 @@
           </th><td>0.8</td>
 </tr>
 </table>
-<a name="N104D3"></a><a name="org.apache.forrest.themes.core"></a>
+<a name="N1058B"></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>
@@ -966,25 +1138,27 @@
           </th><td>0.8</td>
 </tr>
 </table>
-<a name="N10501"></a><a name="Internal+Plugins-N10501"></a>
+<a name="N105B9"></a><a name="Internal+Plugins-N105B9"></a>
 <h4>Internal Plugins</h4>
 <p>
         Internal plugins change the core behaviour
         of Forrest.
       </p>
-<a name="N10507"></a><a name="org.apache.forrest.plugin.internal.dispatcher"></a>
+<a name="N105BF"></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>Dispatcher - Second generation skinning.</p>
+<p>
+      Enable Forrest to use page-specific views and contracts. Next 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>
@@ -998,45 +1172,24 @@
           </th><td>0.8</td>
 </tr>
 </table>
-<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>
+<a name="N105ED"></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>
@@ -1050,19 +1203,21 @@
           </th><td>0.7</td>
 </tr>
 </table>
-<a name="N10591"></a><a name="org.apache.forrest.plugin.internal.NoteTaking"></a>
+<a name="N1061B"></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 features that facilitate the creation of a study aid package with Forrest.</p>
+<p>
+      Provides facilities for adding notes to pages when Forrest is run in dynamic mode.
+    </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.NoteTaking">http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.internal.NoteTaking</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>

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=524754&r1=524753&r2=524754
==============================================================================
Binary files - no diff available.