Modified: forrest/site/forrest-issues.html URL: http://svn.apache.org/viewcvs/forrest/site/forrest-issues.html?rev=370284&r1=370283&r2=370284&view=diff ============================================================================== --- forrest/site/forrest-issues.html (original) +++ forrest/site/forrest-issues.html Wed Jan 18 14:16:05 2006 @@ -208,7 +208,7 @@ <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-771%5D+bin%2Fforrest%3A+Incomplete+symlink+resolution+and+incorrect+argument+passing">[FOR-771] bin/forrest: Incomplete symlink resolution and incorrect argument passing</a> +<a href="#%5BFOR-533%5D+Auto+Generate+plugins.xml+entry">[FOR-533] Auto Generate plugins.xml entry</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> @@ -244,9 +244,6 @@ <a href="#%5BFOR-644%5D+whitespace+cleanup">[FOR-644] whitespace cleanup</a> </li> <li> -<a href="#%5BFOR-726%5D+use+locationmap+in+all+of+the+plugins">[FOR-726] use locationmap in all of the plugins</a> -</li> -<li> <a href="#%5BFOR-721%5D+entries+without+labels+in+site.xml+are+now+being+crawled+and+generated">[FOR-721] entries without labels in site.xml are now being crawled and generated</a> </li> <li> @@ -258,6 +255,9 @@ <li> <a href="#%5BFOR-705%5D+Target+of+LocationMap+rewriteDemo+causes+build+failure+when+target+not+available">[FOR-705] Target of LocationMap rewriteDemo causes build failure when target not available</a> </li> +<li> +<a href="#%5BFOR-765%5D+forrest+war+gets+NoSuchMethodError+for+some+core+transformer">[FOR-765] forrest war gets NoSuchMethodError for some core transformer</a> +</li> </ul> </div> <div class="note"> @@ -418,23 +418,21 @@ <br> <a href="http://marc.theaimsgroup.com/?t=113176328300002">http://marc.theaimsgroup.com/?t=113176328300002</a></p> </div> -<a name="N10081"></a><a name="%5BFOR-771%5D+bin%2Fforrest%3A+Incomplete+symlink+resolution+and+incorrect+argument+passing"></a> -<h2 class="underlined_10">[FOR-771] bin/forrest: Incomplete symlink resolution and incorrect argument passing</h2> +<a name="N10081"></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-771">http://issues.apache.org/jira/browse/FOR-771</a> +<a href="http://issues.apache.org/jira/browse/FOR-533">http://issues.apache.org/jira/browse/FOR-533</a> </p> -<p>Issues in bin/forrest: -<br> -1. The symlink resolution does not handle chained symlinks +<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. <br> -2. The value assigned to FORREST_HOME is not canonical + <br> -3. Command line arguments are passed to ant as $@ instead of &quot;$@&quot; +All the necessary values are now in the plugin build.xml file. <br> <br> -The attached patch bin_forrest.diff fixes these issues and is against SVN HEAD (rev. 232917). The symlink resolution code is less verbose than before (borrowed from the Ant launch script).</p> +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="N1008F"></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> @@ -636,19 +634,7 @@ <br> This Issue will be used to announce which section of the repository is due to be cleaned next. Please keep discussion on that mail thread.</p> </div> -<a name="N10129"></a><a name="%5BFOR-726%5D+use+locationmap+in+all+of+the+plugins"></a> -<h2 class="underlined_10">[FOR-726] use locationmap in all of the plugins</h2> -<div class="section"> -<p> -<a href="http://issues.apache.org/jira/browse/FOR-726">http://issues.apache.org/jira/browse/FOR-726</a> -</p> -<p>Each plugin has sitemaps that need to use the locationmap. -<br> - -<br> -(Perhaps we need Jira sub-tasks for each plugin.)</p> -</div> -<a name="N10137"></a><a name="%5BFOR-721%5D+entries+without+labels+in+site.xml+are+now+being+crawled+and+generated"></a> +<a name="N10129"></a><a name="%5BFOR-721%5D+entries+without+labels+in+site.xml+are+now+being+crawled+and+generated"></a> <h2 class="underlined_10">[FOR-721] entries without labels in site.xml are now being crawled and generated</h2> <div class="section"> <p> @@ -660,7 +646,7 @@ <br> This is most likely a side-effect of the workaround for issue FOR-675</p> </div> -<a name="N10145"></a><a name="%5BFOR-677%5D+leading+slash+in+gathered+URIs+causes+double+the+number+of+links+to+be+processed"></a> +<a name="N10137"></a><a name="%5BFOR-677%5D+leading+slash+in+gathered+URIs+causes+double+the+number+of+links+to+be+processed"></a> <h2 class="underlined_10">[FOR-677] leading slash in gathered URIs causes double the number of links to be processed</h2> <div class="section"> <p> @@ -680,7 +666,7 @@ <br> However, we do have a sitemap transformer to &quot;relativize&quot; and &quot;absolutize&quot; the links. Should it always trim the leading slash? Or are there cases where that should not happen, so cannot generalise?</p> </div> -<a name="N10153"></a><a name="%5BFOR-699%5D+Beginner+HowTos+for+installing+Forrest"></a> +<a name="N10145"></a><a name="%5BFOR-699%5D+Beginner+HowTos+for+installing+Forrest"></a> <h2 class="underlined_10">[FOR-699] Beginner HowTos for installing Forrest</h2> <div class="section"> <p> @@ -688,7 +674,7 @@ </p> <p>These are a whole group of HowTos that I wrote for my local users (probably a tutorial would be a better format). They are not complete, nor tidied at this point, but they cover a lot of basic step-by-step stuff specifically geared towards Linux with Gnome desktop and Windows XP. Figured I would put them out there so we can pull out bits we may want to use.</p> </div> -<a name="N10161"></a><a name="%5BFOR-705%5D+Target+of+LocationMap+rewriteDemo+causes+build+failure+when+target+not+available"></a> +<a name="N10153"></a><a name="%5BFOR-705%5D+Target+of+LocationMap+rewriteDemo+causes+build+failure+when+target+not+available"></a> <h2 class="underlined_10">[FOR-705] Target of LocationMap rewriteDemo causes build failure when target not available</h2> <div class="section"> <p> @@ -715,6 +701,14 @@ <br> </p> +</div> +<a name="N10161"></a><a name="%5BFOR-765%5D+forrest+war+gets+NoSuchMethodError+for+some+core+transformer"></a> +<h2 class="underlined_10">[FOR-765] forrest war gets NoSuchMethodError for some core transformer</h2> +<div class="section"> +<p> +<a href="http://issues.apache.org/jira/browse/FOR-765">http://issues.apache.org/jira/browse/FOR-765</a> +</p> +<p>Until recently we could run forrest as a WAR. With today's SVN r356945 it gets past the Cocoon startup phase, then on the first client request it suffers some error which causes a NoSuchMethodError. See attached log ... no other clues. This happens for any site, e.g. 'forrest seed-sample war'. All is okay for 'forrest seed-sample run'.</p> </div> </div> <!--+
Modified: forrest/site/forrest-issues.pdf URL: http://svn.apache.org/viewcvs/forrest/site/forrest-issues.pdf?rev=370284&r1=370283&r2=370284&view=diff ============================================================================== Binary files - no diff available. Modified: forrest/site/issues.html URL: http://svn.apache.org/viewcvs/forrest/site/issues.html?rev=370284&r1=370283&r2=370284&view=diff ============================================================================== --- forrest/site/issues.html (original) +++ forrest/site/issues.html Wed Jan 18 14:16:05 2006 @@ -363,6 +363,12 @@ <li> +<a href="http://issues.apache.org/jira/browse/FOR?report=com.atlassian.jira.plugin.system.project:roadmap-panel">Roadmap</a> + - Issues that are scheduled to be investigated. + </li> + +<li> + <a href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?mode=hide&requestId=12310043">FOR-unscheduled</a> - Issues that have not yet been scheduled to be fixed for a certain version. </li> Modified: forrest/site/issues.pdf URL: http://svn.apache.org/viewcvs/forrest/site/issues.pdf?rev=370284&r1=370283&r2=370284&view=diff ============================================================================== Binary files - no diff available. Modified: forrest/site/live-sites.html URL: http://svn.apache.org/viewcvs/forrest/site/live-sites.html?rev=370284&r1=370283&r2=370284&view=diff ============================================================================== --- forrest/site/live-sites.html (original) +++ forrest/site/live-sites.html Wed Jan 18 14:16:05 2006 @@ -449,12 +449,15 @@ <li> <a href="http://j2ee.by.ru/">J2EE Quick Start</a> </li> + +<li> +<a href="http://javaworkshop.sourceforge.net ">Java Workshop</a> online web book - show cases some of the tools that every java developer should have in his / her toolbox </li> <!-- <li><link href=""></link></li> --> </ul> </div> -<a name="N10189"></a><a name="dispatcher"></a> +<a name="N1018F"></a><a name="dispatcher"></a> <h2 class="underlined_10">Sites using upcoming Dispatcher</h2> <div class="section"> <p>The skinning system in versions of Forrest up to and including 0.7 was great, Modified: forrest/site/live-sites.pdf URL: http://svn.apache.org/viewcvs/forrest/site/live-sites.pdf?rev=370284&r1=370283&r2=370284&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=370284&r1=370283&r2=370284&view=diff ============================================================================== --- forrest/site/pluginDocs/plugins_0_70/index.html (original) +++ forrest/site/pluginDocs/plugins_0_70/index.html Wed Jan 18 14:16:05 2006 @@ -176,13 +176,13 @@ <a href="#Whiteboard+Plugins">Whiteboard Plugins</a> <ul class="minitoc"> <li> -<a href="#Input+Plugins-N102F3">Input Plugins</a> +<a href="#Input+Plugins-N102C5">Input Plugins</a> </li> <li> -<a href="#Output+Plugins-N103B1">Output Plugins</a> +<a href="#Output+Plugins-N10383">Output Plugins</a> </li> <li> -<a href="#Internal+Plugins-N10441">Internal Plugins</a> +<a href="#Internal+Plugins-N10413">Internal Plugins</a> </li> </ul> </li> @@ -653,38 +653,7 @@ Internal plugins change the core behaviour of Forrest. </p> -<a name="N102B9"></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> -</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> -</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="N102E7"></a><a name="Whiteboard+Plugins"></a> +<a name="N102B9"></a><a name="Whiteboard+Plugins"></a> <h3 class="underlined_5">Whiteboard Plugins</h3> <div class="frame warning"> <div class="label">Warning</div> @@ -693,13 +662,13 @@ You may need to perform some manual installation steps to use them. See the plugin documentation for more details.</div> </div> -<a name="N102F3"></a><a name="Input+Plugins-N102F3"></a> +<a name="N102C5"></a><a name="Input+Plugins-N102C5"></a> <h4>Input Plugins</h4> <p> Input plugins enable Forrest to work with source documents in different formats. </p> -<a name="N102F9"></a><a name="org.apache.forrest.plugin.input.Daisy"></a> +<a name="N102CB"></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> @@ -727,7 +696,7 @@ </th><td>0.7</td> </tr> </table> -<a name="N10327"></a><a name="org.apache.forrest.plugin.input.ecs"></a> +<a name="N102F9"></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> @@ -755,7 +724,7 @@ </th><td>0.8</td> </tr> </table> -<a name="N10355"></a><a name="org.apache.forrest.plugin.input.logs"></a> +<a name="N10327"></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> @@ -785,7 +754,7 @@ </th><td>0.7</td> </tr> </table> -<a name="N10383"></a><a name="org.apache.forrest.plugin.input.Resume"></a> +<a name="N10355"></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> @@ -814,13 +783,13 @@ </th><td>0.7</td> </tr> </table> -<a name="N103B1"></a><a name="Output+Plugins-N103B1"></a> +<a name="N10383"></a><a name="Output+Plugins-N10383"></a> <h4>Output Plugins</h4> <p> Output plugins enable Forrest to produce documents in different formats. </p> -<a name="N103B7"></a><a name="org.apache.forrest.plugin.output.Chart"></a> +<a name="N10389"></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> @@ -848,7 +817,7 @@ </th><td>0.7</td> </tr> </table> -<a name="N103E5"></a><a name="org.apache.forrest.plugin.output.htmlArea"></a> +<a name="N103B7"></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> @@ -876,7 +845,7 @@ </th><td>0.7</td> </tr> </table> -<a name="N10413"></a><a name="org.apache.forrest.plugin.output.voice"></a> +<a name="N103E5"></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> @@ -905,12 +874,43 @@ </th><td>0.8-dev</td> </tr> </table> -<a name="N10441"></a><a name="Internal+Plugins-N10441"></a> +<a name="N10413"></a><a name="Internal+Plugins-N10413"></a> <h4>Internal Plugins</h4> <p> Internal plugins change the core behaviour of Forrest. </p> +<a name="N10419"></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> +</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> +</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="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"> Modified: forrest/site/pluginDocs/plugins_0_70/index.pdf URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_70/index.pdf?rev=370284&r1=370283&r2=370284&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=370284&r1=370283&r2=370284&view=diff ============================================================================== --- forrest/site/pluginDocs/plugins_0_80/index.html (original) +++ forrest/site/pluginDocs/plugins_0_80/index.html Wed Jan 18 14:16:05 2006 @@ -176,13 +176,13 @@ <a href="#Whiteboard+Plugins">Whiteboard Plugins</a> <ul class="minitoc"> <li> -<a href="#Input+Plugins-N102F3">Input Plugins</a> +<a href="#Input+Plugins-N102C5">Input Plugins</a> </li> <li> -<a href="#Output+Plugins-N103B1">Output Plugins</a> +<a href="#Output+Plugins-N10383">Output Plugins</a> </li> <li> -<a href="#Internal+Plugins-N10441">Internal Plugins</a> +<a href="#Internal+Plugins-N10413">Internal Plugins</a> </li> </ul> </li> @@ -653,38 +653,7 @@ Internal plugins change the core behaviour of Forrest. </p> -<a name="N102B9"></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> -</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> -</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="N102E7"></a><a name="Whiteboard+Plugins"></a> +<a name="N102B9"></a><a name="Whiteboard+Plugins"></a> <h3 class="underlined_5">Whiteboard Plugins</h3> <div class="frame warning"> <div class="label">Warning</div> @@ -693,13 +662,13 @@ You may need to perform some manual installation steps to use them. See the plugin documentation for more details.</div> </div> -<a name="N102F3"></a><a name="Input+Plugins-N102F3"></a> +<a name="N102C5"></a><a name="Input+Plugins-N102C5"></a> <h4>Input Plugins</h4> <p> Input plugins enable Forrest to work with source documents in different formats. </p> -<a name="N102F9"></a><a name="org.apache.forrest.plugin.input.Daisy"></a> +<a name="N102CB"></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> @@ -727,7 +696,7 @@ </th><td>0.7</td> </tr> </table> -<a name="N10327"></a><a name="org.apache.forrest.plugin.input.ecs"></a> +<a name="N102F9"></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> @@ -755,7 +724,7 @@ </th><td>0.8</td> </tr> </table> -<a name="N10355"></a><a name="org.apache.forrest.plugin.input.logs"></a> +<a name="N10327"></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> @@ -785,7 +754,7 @@ </th><td>0.7</td> </tr> </table> -<a name="N10383"></a><a name="org.apache.forrest.plugin.input.Resume"></a> +<a name="N10355"></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> @@ -814,13 +783,13 @@ </th><td>0.7</td> </tr> </table> -<a name="N103B1"></a><a name="Output+Plugins-N103B1"></a> +<a name="N10383"></a><a name="Output+Plugins-N10383"></a> <h4>Output Plugins</h4> <p> Output plugins enable Forrest to produce documents in different formats. </p> -<a name="N103B7"></a><a name="org.apache.forrest.plugin.output.Chart"></a> +<a name="N10389"></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> @@ -848,7 +817,7 @@ </th><td>0.7</td> </tr> </table> -<a name="N103E5"></a><a name="org.apache.forrest.plugin.output.htmlArea"></a> +<a name="N103B7"></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> @@ -876,7 +845,7 @@ </th><td>0.7</td> </tr> </table> -<a name="N10413"></a><a name="org.apache.forrest.plugin.output.voice"></a> +<a name="N103E5"></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> @@ -905,12 +874,43 @@ </th><td>0.8-dev</td> </tr> </table> -<a name="N10441"></a><a name="Internal+Plugins-N10441"></a> +<a name="N10413"></a><a name="Internal+Plugins-N10413"></a> <h4>Internal Plugins</h4> <p> Internal plugins change the core behaviour of Forrest. </p> +<a name="N10419"></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> +</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> +</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="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"> Modified: forrest/site/pluginDocs/plugins_0_80/index.pdf URL: http://svn.apache.org/viewcvs/forrest/site/pluginDocs/plugins_0_80/index.pdf?rev=370284&r1=370283&r2=370284&view=diff ============================================================================== Binary files - no diff available.
