Author: crossley
Date: Wed Nov 23 18:20:16 2005
New Revision: 348615
URL: http://svn.apache.org/viewcvs?rev=348615&view=rev
Log:
Automatic publish from forrestbot
Modified:
forrest/site/broken-links.xml
forrest/site/docs_0_80/howto/howto-buildPlugin.html
forrest/site/docs_0_80/howto/howto-buildPlugin.pdf
forrest/site/forrest-issues.html
forrest/site/forrest-issues.pdf
forrest/site/pluginDocs/index.html
forrest/site/pluginDocs/index.pdf
forrest/site/pluginDocs/plugins_0_70/index.html
forrest/site/pluginDocs/plugins_0_70/index.pdf
forrest/site/pluginDocs/plugins_0_80/index.html
forrest/site/pluginDocs/plugins_0_80/index.pdf
Modified: forrest/site/broken-links.xml
URL:
http://svn.apache.org/viewcvs/forrest/site/broken-links.xml?rev=348615&r1=348614&r2=348615&view=diff
==============================================================================
--- forrest/site/broken-links.xml (original)
+++ forrest/site/broken-links.xml Wed Nov 23 18:20:16 2005
@@ -1,2 +1,5 @@
<broken-links>
+ <link message="No pipeline matched request:
pluginDocs/error:site:v0.80/plugins/index"
uri="pluginDocs/error:site:v0.80/plugins/index">
+ <referrer uri="pluginDocs/index.html"/>
+ </link>
</broken-links>
Modified: forrest/site/docs_0_80/howto/howto-buildPlugin.html
URL:
http://svn.apache.org/viewcvs/forrest/site/docs_0_80/howto/howto-buildPlugin.html?rev=348615&r1=348614&r2=348615&view=diff
==============================================================================
--- forrest/site/docs_0_80/howto/howto-buildPlugin.html (original)
+++ forrest/site/docs_0_80/howto/howto-buildPlugin.html Wed Nov 23 18:20:16 2005
@@ -399,6 +399,9 @@
<li>
<a href="#descriptor">Managing the plugins descriptors</a>
</li>
+<li>
+<a href="#Experimental+Functionality">Experimental Functionality</a>
+</li>
</ul>
</li>
<li>
@@ -769,29 +772,78 @@
Start adding changes notes.</li>
</ul>
-<a name="N10227"></a><a name="examples"></a>
+<a name="N10226"></a><a name="Experimental+Functionality"></a>
+<h4>Experimental Functionality</h4>
+<div class="warning">
+<div class="label">Warning</div>
+<div class="content">This section describes functionality that is considered
experimental.
+ This functionality may be defective and is not part of the official
release at
+ this time, use at your own risk. If you do choose to use this
functionality then
+ we recomend that you join the Forrest dev list in order to keep
abreast of the
+ changes as they occur.</div>
+</div>
+<div class="note">
+<div class="label">Note</div>
+<div class="content">For an example of each of these features in use see the
+ <span class="codefrag">org.apache.forrest.internal.NoteTaking</span>
plugin.</div>
+</div>
+<a name="N10235"></a><a name="Locationmap"></a>
+<h5>Locationmap</h5>
+<p>Plugins can use the Forrest locationmap to expose resources to your
+ project and other plgins. To use this functionality add your
+ <span class="codefrag">locationmap.xml</span> file to the root of
the plugin directory.</p>
+<p>We have an <a href="http://issues.apache.org/jira/browse/FOR-200">issue</a>
+ for the status of locationmap development.</p>
+<a name="N10249"></a><a name="Dispatcher"></a>
+<h5>Dispatcher</h5>
+<p>Dispatcher (previous codename Forrest Views) is the collective name for the
various pieces of functionality
+ that are intended to replace skins in the future. They allow for a
much more
+ configurable system of defining the contents and look and feel of a
site.</p>
+<p>Plugins can expose contracts for use in structurer files used within
+ Dispatcher-based sites. In order to do this you should develop your
contracts
+ as normal and place them in <span
class="codefrag">PLUGIN_HOME/resources/themes</span>. However,
+ this, by itself, is not sufficient to export your contracts. You
will also need to
+ add the following match to your plugin's <span
class="codefrag">locationmap.xml</span> file:</p>
+<pre class="code">
+ <match pattern="resolvePluginContract.*.**">
+ <select type="exists">
+ <location
src="{forrest:plugins}/PLUGIN_NAME/resources/themes/{project:theme}/{1}/{2}.ft"
/>
+ </select>
+ </match>
+ </pre>
+<p>Of course, you should replace <span class="codefrag">PLUGIN_NAME</span>
with the name of
+ your plugin.</p>
+<p>Once Dispatcher becomes stable we will add this match to the default
locationmap
+ which is generated when you seed a new plugin, but for now it must
be done manually.</p>
+<a name="N10269"></a><a name="Plugin+Properties"></a>
+<h5>Plugin Properties</h5>
+<p>Plugins can define properties that each project can over-ride.
+ For more information see the issue below.</p>
+<p>We have an <a href="http://issues.apache.org/jira/browse/FOR-588">issue</a>
+ for the status of this new configuration system.</p>
+<a name="N1027C"></a><a name="examples"></a>
<h3 class="underlined_5">Examples</h3>
<p>This section will provide some example plugins to help illustrate the
steps discussed above.</p>
-<a name="N10230"></a><a name="input"></a>
+<a name="N10285"></a><a name="input"></a>
<h4>Input Plugin</h4>
<div class="fixme">
<div class="label">Fixme (RDG)</div>
<div class="content">Discuss OpenOffice.org plugin here</div>
</div>
-<a name="N1023B"></a><a name="output"></a>
+<a name="N10290"></a><a name="output"></a>
<h4>Output Plugin</h4>
<div class="fixme">
<div class="label">Fixme (RDG)</div>
<div class="content">Discuss s5 plugin here</div>
</div>
-<a name="N10246"></a><a name="internal"></a>
+<a name="N1029B"></a><a name="internal"></a>
<h4>Internal Plugin</h4>
<div class="fixme">
<div class="label">Fixme (RDG)</div>
<div class="content">Discuss IMSManifest plugin here</div>
</div>
-<a name="N10252"></a><a name="extension"></a>
+<a name="N102A7"></a><a name="extension"></a>
<h3 class="underlined_5">Further Reading</h3>
<ul>
@@ -802,7 +854,7 @@
<a href="../../pluginDocs/plugins_0_80/">Plugins Documentation</a> for
users</li>
</ul>
-<a name="N10268"></a><a name="summarise"></a>
+<a name="N102BD"></a><a name="summarise"></a>
<h3 class="underlined_5">Summarise the Entire Process</h3>
<div class="fixme">
<div class="label">Fixme (open)</div>
Modified: forrest/site/docs_0_80/howto/howto-buildPlugin.pdf
URL:
http://svn.apache.org/viewcvs/forrest/site/docs_0_80/howto/howto-buildPlugin.pdf?rev=348615&r1=348614&r2=348615&view=diff
==============================================================================
Binary files - no diff available.
Modified: forrest/site/forrest-issues.html
URL:
http://svn.apache.org/viewcvs/forrest/site/forrest-issues.html?rev=348615&r1=348614&r2=348615&view=diff
==============================================================================
--- forrest/site/forrest-issues.html (original)
+++ forrest/site/forrest-issues.html Wed Nov 23 18:20:16 2005
@@ -189,15 +189,15 @@
<a href="#%5BFOR-144%5D+define+new+format+for+skinconf.xml">[FOR-144] define
new format for skinconf.xml</a>
</li>
<li>
-<a href="#%5BFOR-588%5D+Design+new+configuration+system">[FOR-588] Design new
configuration system</a>
-</li>
-<li>
<a
href="#%5BFOR-713%5D+HTML-to-document.xsl+no+longer+generates+an+XDoc">[FOR-713]
HTML-to-document.xsl no longer generates an XDoc</a>
</li>
<li>
<a href="#%5BFOR-591%5D+MaxMemory+needs+increasing">[FOR-591] MaxMemory needs
increasing</a>
</li>
<li>
+<a href="#%5BFOR-588%5D+Design+new+configuration+system">[FOR-588] Design new
configuration system</a>
+</li>
+<li>
<a
href="#%5BFOR-572%5D+run+a+memory+profiler+while+forrest+is+operating">[FOR-572]
run a memory profiler while forrest is operating</a>
</li>
<li>
@@ -222,6 +222,9 @@
<a href="#%5BFOR-711%5D+Cache+results+from+the+Locationmap">[FOR-711] Cache
results from the Locationmap</a>
</li>
<li>
+<a
href="#%5BFOR-735%5D+PDF+cannot+be+generated+when+running+Forrest+as+a+webapp">[FOR-735]
PDF cannot be generated when running Forrest as a webapp</a>
+</li>
+<li>
<a
href="#%5BFOR-490%5D+serve+multiple+sites+on+a+single+Forrest+instance">[FOR-490]
serve multiple sites on a single Forrest instance</a>
</li>
<li>
@@ -257,9 +260,6 @@
<li>
<a href="#%5BFOR-157%5D+skin-descriptors+comma+separated+list+fails">[FOR-157]
skin-descriptors comma separated list fails</a>
</li>
-<li>
-<a
href="#%5BFOR-143%5D+Encoding+of+HTML+files+should+be+configurable">[FOR-143]
Encoding of HTML files should be configurable</a>
-</li>
</ul>
</div>
<div class="note">
@@ -288,15 +288,7 @@
<br>
</p>
</div>
-<a name="N1001F"></a><a
name="%5BFOR-588%5D+Design+new+configuration+system"></a>
-<h2 class="underlined_10">[FOR-588] Design new configuration system</h2>
-<div class="section">
-<p>
-<a
href="http://issues.apache.org/jira/browse/FOR-588">http://issues.apache.org/jira/browse/FOR-588</a>
-</p>
-<p>We need a new config system for Forrest for various reasons: the initial
config system was known to be limited; to enable the specification of multiple
Forrest sites within a single instance of Forrest; to accommodate the changes
brought about by forrest:views, themes, and plugins.</p>
-</div>
-<a name="N1002D"></a><a
name="%5BFOR-713%5D+HTML-to-document.xsl+no+longer+generates+an+XDoc"></a>
+<a name="N1001F"></a><a
name="%5BFOR-713%5D+HTML-to-document.xsl+no+longer+generates+an+XDoc"></a>
<h2 class="underlined_10">[FOR-713] HTML-to-document.xsl no longer generates
an XDoc</h2>
<div class="section">
<p>
@@ -312,7 +304,7 @@
<br>
</p>
</div>
-<a name="N1003B"></a><a name="%5BFOR-591%5D+MaxMemory+needs+increasing"></a>
+<a name="N1002D"></a><a name="%5BFOR-591%5D+MaxMemory+needs+increasing"></a>
<h2 class="underlined_10">[FOR-591] MaxMemory needs increasing</h2>
<div class="section">
<p>
@@ -332,6 +324,14 @@
<br>
(NB maxmemory has been increased in forrest.properties, if we resolve this
issue it should be reduced again)</p>
</div>
+<a name="N1003B"></a><a
name="%5BFOR-588%5D+Design+new+configuration+system"></a>
+<h2 class="underlined_10">[FOR-588] Design new configuration system</h2>
+<div class="section">
+<p>
+<a
href="http://issues.apache.org/jira/browse/FOR-588">http://issues.apache.org/jira/browse/FOR-588</a>
+</p>
+<p>We need a new config system for Forrest for various reasons: the initial
config system was known to be limited; to enable the specification of multiple
Forrest sites within a single instance of Forrest; to accommodate the changes
brought about by forrest:views, themes, and plugins.</p>
+</div>
<a name="N10049"></a><a
name="%5BFOR-572%5D+run+a+memory+profiler+while+forrest+is+operating"></a>
<h2 class="underlined_10">[FOR-572] run a memory profiler while forrest is
operating</h2>
<div class="section">
@@ -592,7 +592,23 @@
<br>
If we test all locationmaps and find no result we should record that tere is
no result in this hashmap. This will also be a good place to throw an exception
so that Cocoon can better report such errors (see FOR-701)</p>
</div>
-<a name="N100B9"></a><a
name="%5BFOR-490%5D+serve+multiple+sites+on+a+single+Forrest+instance"></a>
+<a name="N100B9"></a><a
name="%5BFOR-735%5D+PDF+cannot+be+generated+when+running+Forrest+as+a+webapp"></a>
+<h2 class="underlined_10">[FOR-735] PDF cannot be generated when running
Forrest as a webapp</h2>
+<div class="section">
+<p>
+<a
href="http://issues.apache.org/jira/browse/FOR-735">http://issues.apache.org/jira/browse/FOR-735</a>
+</p>
+<p>(At this point I didn't try this scenario step by step any more; basically
it is what we did to setup the site, except that we copied our project data
from forrest 0.6 before trying the pdf links)
+<br>
+
+<br>
+- run forrest webapp to create an empty webapp
+<br>
+- configure Tomcat to run the webapp (we did it by creating a context
descriptor and put it onder Tomcat's config directory)
+<br>
+- the pdf links give an error &quot;Resource Not Found&quot;</p>
+</div>
+<a name="N100C7"></a><a
name="%5BFOR-490%5D+serve+multiple+sites+on+a+single+Forrest+instance"></a>
<h2 class="underlined_10">[FOR-490] serve multiple sites on a single Forrest
instance</h2>
<div class="section">
<p>
@@ -615,7 +631,7 @@
(From Thread &quot;[RT] Serving Apache Forrest site from live
Forrest&quot;<br>
on dev-list. Will add link later.)</p>
</div>
-<a name="N100C7"></a><a name="%5BFOR-343%5D+Upgrading+Plugins"></a>
+<a name="N100D5"></a><a name="%5BFOR-343%5D+Upgrading+Plugins"></a>
<h2 class="underlined_10">[FOR-343] Upgrading Plugins</h2>
<div class="section">
<p>
@@ -625,7 +641,7 @@
<br>
We need a traget in the buildfile that will upgrade an indicated plugin when
possible. This can then (optionally) be used when running Forrest to
automatically upgrade plugins.</p>
</div>
-<a name="N100D5"></a><a
name="%5BFOR-284%5D+link+rewriting+broken+when+linking+to+xml+source+views+which+contain+site%3A+links"></a>
+<a name="N100E3"></a><a
name="%5BFOR-284%5D+link+rewriting+broken+when+linking+to+xml+source+views+which+contain+site%3A+links"></a>
<h2 class="underlined_10">[FOR-284] link rewriting broken when linking to xml
source views which contain site: links</h2>
<div class="section">
<p>
@@ -633,7 +649,7 @@
</p>
<p>When linking to *.xml files (e.g. to demonstrate a source file) then if
that file contains &quot;site:&quot; or &quot;ext:&quot; links,
then they are reported as broken, e.g. docs/site:dtd-docs</p>
</div>
-<a name="N100E3"></a><a
name="%5BFOR-241%5D+character+entities+%28e.g.+ampersand%29+are+expanded+again+for+href+or+src+attributes"></a>
+<a name="N100F1"></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>
@@ -679,7 +695,7 @@
<br>
the ampersand in the link href attribute is not.</p>
</div>
-<a name="N100F1"></a><a
name="%5BFOR-210%5D+whole-site+html+and+pdf%3A+broken+link+faq%2C+broken+image+links"></a>
+<a name="N100FF"></a><a
name="%5BFOR-210%5D+whole-site+html+and+pdf%3A+broken+link+faq%2C+broken+image+links"></a>
<h2 class="underlined_10">[FOR-210] whole-site html and pdf: broken link faq,
broken image links</h2>
<div class="section">
<p>
@@ -689,7 +705,7 @@
<br>
</p>
</div>
-<a name="N100FF"></a><a
name="%5BFOR-209%5D+First+level+selected+tab+is+not+highlighted+when+containing+2nd+level+tabs"></a>
+<a name="N1010D"></a><a
name="%5BFOR-209%5D+First+level+selected+tab+is+not+highlighted+when+containing+2nd+level+tabs"></a>
<h2 class="underlined_10">[FOR-209] First level selected tab is not
highlighted when containing 2nd level tabs</h2>
<div class="section">
<p>
@@ -703,7 +719,7 @@
<br>
</p>
</div>
-<a name="N1010D"></a><a
name="%5BFOR-211%5D+whole-site+html+and+pdf%3A+broken+ext+links"></a>
+<a name="N1011B"></a><a
name="%5BFOR-211%5D+whole-site+html+and+pdf%3A+broken+ext+links"></a>
<h2 class="underlined_10">[FOR-211] whole-site html and pdf: broken ext
links</h2>
<div class="section">
<p>
@@ -711,7 +727,7 @@
</p>
<p>In the the generated site.html all of the external links are broken (i.e.
the href attributes are like ... error:#ext:forrest).</p>
</div>
-<a name="N1011B"></a><a
name="%5BFOR-215%5D+site.lucene+name+colaps+with+site.html+request"></a>
+<a name="N10129"></a><a
name="%5BFOR-215%5D+site.lucene+name+colaps+with+site.html+request"></a>
<h2 class="underlined_10">[FOR-215] site.lucene name colaps with site.html
request</h2>
<div class="section">
<p>
@@ -726,7 +742,7 @@
<br>
</p>
</div>
-<a name="N10129"></a><a
name="%5BFOR-203%5D+2nd+level+tabs+are+not+selected+appropriately"></a>
+<a name="N10137"></a><a
name="%5BFOR-203%5D+2nd+level+tabs+are+not+selected+appropriately"></a>
<h2 class="underlined_10">[FOR-203] 2nd level tabs are not selected
appropriately</h2>
<div class="section">
<p>
@@ -748,7 +764,7 @@
<br>
&nbsp;&nbsp;Lorenz Froihofer.</p>
</div>
-<a name="N10137"></a><a name="%5BFOR-184%5D+Switch+to+XHTML2"></a>
+<a name="N10145"></a><a name="%5BFOR-184%5D+Switch+to+XHTML2"></a>
<h2 class="underlined_10">[FOR-184] Switch to XHTML2</h2>
<div class="section">
<p>
@@ -756,7 +772,7 @@
</p>
<p>Switch to using XHTML2 as a base and intermediate format. This means also
using RelaxNG validations, new sitemap pipelines, new stylesheets, new
input/output for &quot;views&quot;. See the steps in thread: <a
href="http://marc.theaimsgroup.com/?t=112512735800002">http://marc.theaimsgroup.com/?t=112512735800002</a></p>
</div>
-<a name="N10145"></a><a
name="%5BFOR-187%5D+Redefine+project+documentation+dirs"></a>
+<a name="N10153"></a><a
name="%5BFOR-187%5D+Redefine+project+documentation+dirs"></a>
<h2 class="underlined_10">[FOR-187] Redefine project documentation dirs</h2>
<div class="section">
<p>
@@ -764,7 +780,7 @@
</p>
<p>We should finalize all discussions about where to put sources and
extensions in the projects.</p>
</div>
-<a name="N10153"></a><a
name="%5BFOR-157%5D+skin-descriptors+comma+separated+list+fails"></a>
+<a name="N10161"></a><a
name="%5BFOR-157%5D+skin-descriptors+comma+separated+list+fails"></a>
<h2 class="underlined_10">[FOR-157] skin-descriptors comma separated list
fails</h2>
<div class="section">
<p>
@@ -792,36 +808,6 @@
<br>
I just double checked as well the <a
href="file:///d:/get/skins.xml">file:///d:/get/skins.xml</a> and it
worked. When it stands alone but not in the comma seperated list.<br>
</p>
-</div>
-<a name="N10161"></a><a
name="%5BFOR-143%5D+Encoding+of+HTML+files+should+be+configurable"></a>
-<h2 class="underlined_10">[FOR-143] Encoding of HTML files should be
configurable</h2>
-<div class="section">
-<p>
-<a
href="http://issues.apache.org/jira/browse/FOR-143">http://issues.apache.org/jira/browse/FOR-143</a>
-</p>
-<p>From: Fabrice Bacchella <br>
-<br>
-<br>
-By default, HTML files are encoded in ISO-8859-1 because of the way the
Cocoon's HTML serialiser is declared in sitemap.xmap :<br>
-<br>
-&lt;map:serializer name=&quot;html&quot;
mime-type=&quot;text/html&quot;<br>
-src=&quot;org.apache.cocoon.serialization.HTMLSerializer&quot;&gt;<br>
-&nbsp;&nbsp;&lt;doctype-public&gt;-//W3C//DTD HTML 4.01
Transitional//EN&lt;/doctype-public&gt;<br>
-<br>
-&lt;doctype-system&gt;<a
href="http://www.w3.org/TR/html4/loose.dtd&lt;/doctype-system">http://www.w3.org/TR/html4/loose.dtd&amp;lt;/doctype-system</a>&gt;<br>
-&lt;/map:serializer&gt;<br>
-<br>
-The default one is such a case is ISO-8859-1. And it even add a META inthe
HTML result. But here in French, ISO-8859-15 is better because of the =AB e
dans l'o =BB character : =9C. In Russian or Asia, the <br>
-situation is even worse.<br>
-<br>
-Is that possible to add a properties in forrest.properties saying for example
:<br>
-project.encoding=UTF-8<br>
-<br>
-and adding a
&lt;encoding&gt;@project.encoding@&lt;/encoding&gt; element in
the<br>
-HTML serializer ?<br>
-<br>
-And in a more general way, where can I find a document about the way
properties are used by forrest ? Which files use them ? How to add a<br>
-new one ?</p>
</div>
</div>
<!--+
Modified: forrest/site/forrest-issues.pdf
URL:
http://svn.apache.org/viewcvs/forrest/site/forrest-issues.pdf?rev=348615&r1=348614&r2=348615&view=diff
==============================================================================
Binary files - no diff available.
Modified: forrest/site/pluginDocs/index.html
URL:
http://svn.apache.org/viewcvs/forrest/site/pluginDocs/index.html?rev=348615&r1=348614&r2=348615&view=diff
==============================================================================
--- forrest/site/pluginDocs/index.html (original)
+++ forrest/site/pluginDocs/index.html Wed Nov 23 18:20:16 2005
@@ -132,6 +132,10 @@
<li>
<a href="../pluginDocs/plugins_0_80/index.html">0.8-dev</a> - the current
development version</li>
+
+<li>
+<a href="error:site:v0.80//plugins/index">test site proto</a>
+</li>
</ul>
Modified: forrest/site/pluginDocs/index.pdf
URL:
http://svn.apache.org/viewcvs/forrest/site/pluginDocs/index.pdf?rev=348615&r1=348614&r2=348615&view=diff
==============================================================================
Binary files - no diff available.
Modified: forrest/site/pluginDocs/plugins_0_70/index.html
URL:
http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/index.html?rev=348615&r1=348614&r2=348615&view=diff
==============================================================================
--- forrest/site/pluginDocs/plugins_0_70/index.html (original)
+++ forrest/site/pluginDocs/plugins_0_70/index.html Wed Nov 23 18:20:16 2005
@@ -262,18 +262,18 @@
<th width="25%">Author</th><td>Apache Forrest Project</td>
</tr>
<tr>
-<th width="25%">Website</th><td><a
href="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.input.dtdx">http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.input.dtdx</a></td>
+<th width="25%">Website</th><td><a
href="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.dtdx">http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.dtdx</a></td>
</tr>
<tr>
<th width="25%">Download URL:</th><td><a
href="http://forrest.apache.org/plugins/">http://forrest.apache.org/plugins/</a></td>
</tr>
<tr>
-<th width="25%">Latest Plugin version</th><td>0.1</td>
+<th width="25%">Latest Plugin version</th><td>0.2</td>
</tr>
<tr>
<th width="25%">
Minimum Forrest version required *
- </th><td>0.7</td>
+ </th><td>0.8</td>
</tr>
</table>
<a name="N10057"></a><a name="org.apache.forrest.plugin.input.excel"></a>
@@ -290,7 +290,7 @@
<th width="25%">Author</th><td>Apache Forrest Project</td>
</tr>
<tr>
-<th width="25%">Website</th><td><a
href="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.input.excel/">http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.input.excel/</a></td>
+<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>
@@ -301,7 +301,7 @@
<tr>
<th width="25%">
Minimum Forrest version required *
- </th><td>0.7</td>
+ </th><td>0.8</td>
</tr>
</table>
<a name="N10085"></a><a name="org.apache.forrest.plugin.input.feeder"></a>
@@ -318,18 +318,18 @@
<th width="25%">Author</th><td>Apache Forrest Project</td>
</tr>
<tr>
-<th width="25%">Website</th><td><a
href="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.input.feeder">http://forrest.apache.org/pluginDocs/plugins_0_70/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>
</tr>
<tr>
-<th width="25%">Latest Plugin version</th><td>0.1</td>
+<th width="25%">Latest Plugin version</th><td>0.2</td>
</tr>
<tr>
<th width="25%">
Minimum Forrest version required *
- </th><td>0.7</td>
+ </th><td>0.8</td>
</tr>
</table>
<a name="N100B3"></a><a
name="org.apache.forrest.plugin.input.listLocations"></a>
@@ -347,7 +347,7 @@
<th width="25%">Author</th><td>Apache Forrest Project</td>
</tr>
<tr>
-<th width="25%">Website</th><td><a
href="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.input.listLocations">http://forrest.apache.org/pluginDocs/plugins_0_70/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,7 +358,7 @@
<tr>
<th width="25%">
Minimum Forrest version required *
- </th><td>0.7</td>
+ </th><td>0.8</td>
</tr>
</table>
<a name="N100E1"></a><a
name="org.apache.forrest.plugin.input.OpenOffice.org"></a>
@@ -375,18 +375,18 @@
<th width="25%">Author</th><td>Apache Forrest Project</td>
</tr>
<tr>
-<th width="25%">Website</th><td><a
href="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.input.OpenOffice.org">http://forrest.apache.org/pluginDocs/plugins_0_70/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>
</tr>
<tr>
-<th width="25%">Latest Plugin version</th><td>0.1-dev</td>
+<th width="25%">Latest Plugin version</th><td>0.2</td>
</tr>
<tr>
<th width="25%">
Minimum Forrest version required *
- </th><td>0.7</td>
+ </th><td>0.8</td>
</tr>
</table>
<a name="N1010F"></a><a
name="org.apache.forrest.plugin.input.PhotoGallery"></a>
@@ -403,18 +403,18 @@
<th width="25%">Author</th><td>Apache Forrest Project</td>
</tr>
<tr>
-<th width="25%">Website</th><td><a
href="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.input.PhotoGallery">http://forrest.apache.org/pluginDocs/plugins_0_70/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>
</tr>
<tr>
-<th width="25%">Latest Plugin version</th><td>0.1-dev</td>
+<th width="25%">Latest Plugin version</th><td>0.2</td>
</tr>
<tr>
<th width="25%">
Minimum Forrest version required *
- </th><td>0.7</td>
+ </th><td>0.8</td>
</tr>
</table>
<a name="N1013D"></a><a name="org.apache.forrest.plugin.input.projectInfo"></a>
@@ -913,7 +913,35 @@
Internal plugins change the core behaviour
of Forrest.
</p>
-<a name="N10447"></a><a name="org.apache.forrest.plugin.internal.view"></a>
+<a name="N10447"></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>
+</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.NoteTaking">http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.NoteTaking</a></td>
+</tr>
+<tr>
+<th width="25%">Download URL:</th><td><a
href="http://forrest.apache.org/plugins/">http://forrest.apache.org/plugins/</a></td>
+</tr>
+<tr>
+<th width="25%">Latest Plugin version</th><td>0.1-dev</td>
+</tr>
+<tr>
+<th width="25%">
+ Minimum Forrest version required *
+ </th><td>0.8-dev</td>
+</tr>
+</table>
+<a name="N10475"></a><a name="org.apache.forrest.plugin.internal.view"></a>
<h5>org.apache.forrest.plugin.internal.view</h5>
<table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr>
Modified: forrest/site/pluginDocs/plugins_0_70/index.pdf
URL:
http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/index.pdf?rev=348615&r1=348614&r2=348615&view=diff
==============================================================================
Binary files - no diff available.
Modified: forrest/site/pluginDocs/plugins_0_80/index.html
URL:
http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_80/index.html?rev=348615&r1=348614&r2=348615&view=diff
==============================================================================
--- forrest/site/pluginDocs/plugins_0_80/index.html (original)
+++ forrest/site/pluginDocs/plugins_0_80/index.html Wed Nov 23 18:20:16 2005
@@ -262,18 +262,18 @@
<th width="25%">Author</th><td>Apache Forrest Project</td>
</tr>
<tr>
-<th width="25%">Website</th><td><a
href="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.input.dtdx">http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.input.dtdx</a></td>
+<th width="25%">Website</th><td><a
href="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.dtdx">http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.dtdx</a></td>
</tr>
<tr>
<th width="25%">Download URL:</th><td><a
href="http://forrest.apache.org/plugins/">http://forrest.apache.org/plugins/</a></td>
</tr>
<tr>
-<th width="25%">Latest Plugin version</th><td>0.1</td>
+<th width="25%">Latest Plugin version</th><td>0.2</td>
</tr>
<tr>
<th width="25%">
Minimum Forrest version required *
- </th><td>0.7</td>
+ </th><td>0.8</td>
</tr>
</table>
<a name="N10057"></a><a name="org.apache.forrest.plugin.input.excel"></a>
@@ -290,7 +290,7 @@
<th width="25%">Author</th><td>Apache Forrest Project</td>
</tr>
<tr>
-<th width="25%">Website</th><td><a
href="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.input.excel/">http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.input.excel/</a></td>
+<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>
@@ -301,7 +301,7 @@
<tr>
<th width="25%">
Minimum Forrest version required *
- </th><td>0.7</td>
+ </th><td>0.8</td>
</tr>
</table>
<a name="N10085"></a><a name="org.apache.forrest.plugin.input.feeder"></a>
@@ -318,18 +318,18 @@
<th width="25%">Author</th><td>Apache Forrest Project</td>
</tr>
<tr>
-<th width="25%">Website</th><td><a
href="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.input.feeder">http://forrest.apache.org/pluginDocs/plugins_0_70/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>
</tr>
<tr>
-<th width="25%">Latest Plugin version</th><td>0.1</td>
+<th width="25%">Latest Plugin version</th><td>0.2</td>
</tr>
<tr>
<th width="25%">
Minimum Forrest version required *
- </th><td>0.7</td>
+ </th><td>0.8</td>
</tr>
</table>
<a name="N100B3"></a><a
name="org.apache.forrest.plugin.input.listLocations"></a>
@@ -347,7 +347,7 @@
<th width="25%">Author</th><td>Apache Forrest Project</td>
</tr>
<tr>
-<th width="25%">Website</th><td><a
href="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.input.listLocations">http://forrest.apache.org/pluginDocs/plugins_0_70/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,7 +358,7 @@
<tr>
<th width="25%">
Minimum Forrest version required *
- </th><td>0.7</td>
+ </th><td>0.8</td>
</tr>
</table>
<a name="N100E1"></a><a
name="org.apache.forrest.plugin.input.OpenOffice.org"></a>
@@ -375,18 +375,18 @@
<th width="25%">Author</th><td>Apache Forrest Project</td>
</tr>
<tr>
-<th width="25%">Website</th><td><a
href="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.input.OpenOffice.org">http://forrest.apache.org/pluginDocs/plugins_0_70/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>
</tr>
<tr>
-<th width="25%">Latest Plugin version</th><td>0.1-dev</td>
+<th width="25%">Latest Plugin version</th><td>0.2</td>
</tr>
<tr>
<th width="25%">
Minimum Forrest version required *
- </th><td>0.7</td>
+ </th><td>0.8</td>
</tr>
</table>
<a name="N1010F"></a><a
name="org.apache.forrest.plugin.input.PhotoGallery"></a>
@@ -403,18 +403,18 @@
<th width="25%">Author</th><td>Apache Forrest Project</td>
</tr>
<tr>
-<th width="25%">Website</th><td><a
href="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.input.PhotoGallery">http://forrest.apache.org/pluginDocs/plugins_0_70/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>
</tr>
<tr>
-<th width="25%">Latest Plugin version</th><td>0.1-dev</td>
+<th width="25%">Latest Plugin version</th><td>0.2</td>
</tr>
<tr>
<th width="25%">
Minimum Forrest version required *
- </th><td>0.7</td>
+ </th><td>0.8</td>
</tr>
</table>
<a name="N1013D"></a><a name="org.apache.forrest.plugin.input.projectInfo"></a>
@@ -913,7 +913,35 @@
Internal plugins change the core behaviour
of Forrest.
</p>
-<a name="N10447"></a><a name="org.apache.forrest.plugin.internal.view"></a>
+<a name="N10447"></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>
+</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.NoteTaking">http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.NoteTaking</a></td>
+</tr>
+<tr>
+<th width="25%">Download URL:</th><td><a
href="http://forrest.apache.org/plugins/">http://forrest.apache.org/plugins/</a></td>
+</tr>
+<tr>
+<th width="25%">Latest Plugin version</th><td>0.1-dev</td>
+</tr>
+<tr>
+<th width="25%">
+ Minimum Forrest version required *
+ </th><td>0.8-dev</td>
+</tr>
+</table>
+<a name="N10475"></a><a name="org.apache.forrest.plugin.internal.view"></a>
<h5>org.apache.forrest.plugin.internal.view</h5>
<table class="ForrestTable" cellspacing="1" cellpadding="4">
<tr>
Modified: forrest/site/pluginDocs/plugins_0_80/index.pdf
URL:
http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_80/index.pdf?rev=348615&r1=348614&r2=348615&view=diff
==============================================================================
Binary files - no diff available.