Author: sjur Date: Thu Jan 24 20:47:47 2013 New Revision: 1438179 URL: http://svn.apache.org/viewvc?rev=1438179&view=rev Log: Deployment of docs for org.apache.forrest.plugin.input.wiki plugin (deployed by 'deploy-docs' target of plugin build script)
Modified: forrest/site/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.wiki/changes.html forrest/site/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.wiki/changes.rss forrest/site/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.wiki/samples/jspwiki-sample.html Modified: forrest/site/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.wiki/changes.html URL: http://svn.apache.org/viewvc/forrest/site/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.wiki/changes.html?rev=1438179&r1=1438178&r2=1438179&view=diff ============================================================================== --- forrest/site/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.wiki/changes.html (original) +++ forrest/site/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.wiki/changes.html Thu Jan 24 20:47:47 2013 @@ -217,6 +217,10 @@ document.write("Last Published: " + docu Committed by RDG.</li> <li> <img class="icon" alt="fix" src="images/fix.jpg"> + Some small changes to allow for colons in table titles. + Committed by SNM.</li> +<li> +<img class="icon" alt="fix" src="images/fix.jpg"> Allow more items as (the first) symbol(s) within inline elements. Committed by SNM.</li> <li> Modified: forrest/site/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.wiki/changes.rss URL: http://svn.apache.org/viewvc/forrest/site/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.wiki/changes.rss?rev=1438179&r1=1438178&r2=1438179&view=diff ============================================================================== --- forrest/site/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.wiki/changes.rss (original) +++ forrest/site/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.wiki/changes.rss Thu Jan 24 20:47:47 2013 @@ -16,6 +16,13 @@ SNM : + Some small changes to allow for colons in table titles. + </description></item> + <item><title>MyProject code fix</title><link>http://example.org/myproj//changes.html</link><description>code fix + by + SNM + : + Allow more items as (the first) symbol(s) within inline elements. </description></item> <item><title>MyProject code add</title><link>http://example.org/myproj//changes.html</link><description>code add @@ -143,6 +150,12 @@ SNM : + Some small changes to allow for colons in table titles. + </description></item><item><title>MyProject code fix</title><link>http://example.org/myproj//changes.html</link><description>code fix + by + SNM + : + Allow more items as (the first) symbol(s) within inline elements. </description></item><item><title>MyProject code add</title><link>http://example.org/myproj//changes.html</link><description>code add by Modified: forrest/site/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.wiki/samples/jspwiki-sample.html URL: http://svn.apache.org/viewvc/forrest/site/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.wiki/samples/jspwiki-sample.html?rev=1438179&r1=1438178&r2=1438179&view=diff ============================================================================== --- forrest/site/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.wiki/samples/jspwiki-sample.html (original) +++ forrest/site/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.wiki/samples/jspwiki-sample.html Thu Jan 24 20:47:47 2013 @@ -459,7 +459,7 @@ __text__ = prints 'text' in bold. <p>renders the following table. Note how you can use links also inside tables. </p> <table class="ForrestTable" cellspacing="1" cellpadding="4"> <tr> -<th>Heading 1 </th><th>Heading 2 </th> +<th>Heading 1 </th><th>Heading 2</th> </tr> <tr> <td><em>Italic Text</em> </td><td>Plain Text </td>