Author: crossley Date: Mon Jun 14 05:34:07 2010 New Revision: 954368 URL: http://svn.apache.org/viewvc?rev=954368&view=rev Log: Add the remaining missing plugin descriptors. These plugins have never been deployed, so publish=false. Show them to encourage their use.
Modified: forrest/trunk/whiteboard/plugins/whiteboard-plugins.xml Modified: forrest/trunk/whiteboard/plugins/whiteboard-plugins.xml URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/whiteboard-plugins.xml?rev=954368&r1=954367&r2=954368&view=diff ============================================================================== --- forrest/trunk/whiteboard/plugins/whiteboard-plugins.xml (original) +++ forrest/trunk/whiteboard/plugins/whiteboard-plugins.xml Mon Jun 14 05:34:07 2010 @@ -36,6 +36,19 @@ <!-- ================================================================== --> <!-- Input Plugins --> <!-- ================================================================== --> + <plugin name="org.apache.forrest.plugin.input.Blog" + type="input" + author="Apache Forrest Project" + website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.Blog/" + url="http://forrest.apache.org/plugins/" + publish="false" + version="0.1"> + <description> + Use Forrest to publish a weblog + </description> + <forrestVersionInitial>0.8</forrestVersionInitial> + <forrestVersion>0.8</forrestVersion> + </plugin> <plugin name="org.apache.forrest.plugin.input.citations" type="input" author="Apache Forrest Project" @@ -62,6 +75,19 @@ <forrestVersionInitial>0.7</forrestVersionInitial> <forrestVersion>0.8</forrestVersion> </plugin> + <plugin name="org.apache.forrest.plugin.Database" + type="input" + author="Apache Forrest Project" + website="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.Database/" + url="http://forrest.apache.org/plugins/" + publish="false" + version="0.1"> + <description> + Read content from a relational database. + </description> + <forrestVersionInitial>0.7</forrestVersionInitial> + <forrestVersion>0.7</forrestVersion> + </plugin> <plugin name="org.apache.forrest.plugin.input.doac" type="input" author="Apache Forrest Project" @@ -114,6 +140,19 @@ <forrestVersionInitial>0.8</forrestVersionInitial> <forrestVersion>0.8</forrestVersion> </plugin> + <plugin name="org.apache.forrest.plugin.input.Lenya" + type="input" + author="Apache Forrest Project" + website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.Lenya/" + url="http://forrest.apache.org/plugins/" + publish="false" + version="0.1"> + <description> + Allows content to be retrieved from a Lenya repository and skinned as part of a normal Forrest Content Object. + </description> + <forrestVersionInitial>0.8</forrestVersionInitial> + <forrestVersion>0.8</forrestVersion> + </plugin> <plugin name="org.apache.forrest.plugin.input.logs" type="input" author="Apache Forrest Project" @@ -379,6 +418,32 @@ <forrestVersionInitial>0.9</forrestVersionInitial> <forrestVersion>0.9</forrestVersion> </plugin> + <plugin name="org.apache.forrest.plugin.OpenOffice.org-output" + type="output" + author="Apache Forrest Project" + website="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.OpenOffice.org-output/" + url="http://forrest.apache.org/plugins/" + publish="false" + version="0.1"> + <description> + Generate output in RTF format. + </description> + <forrestVersionInitial>0.7</forrestVersionInitial> + <forrestVersion>0.7</forrestVersion> + </plugin> + <plugin name="rtf-output" + type="output" + author="Apache Forrest Project" + website="http://forrest.apache.org/pluginDocs/plugins_0_70/rtf-output/" + url="http://forrest.apache.org/plugins/" + publish="false" + version="0.1"> + <description> + Generate output in RTF format. + </description> + <forrestVersionInitial>0.7</forrestVersionInitial> + <forrestVersion>0.7</forrestVersion> + </plugin> <plugin name="org.apache.forrest.plugin.output.iCal" type="output" @@ -412,6 +477,32 @@ <!-- ================================================================== --> <!-- Internal Plugins --> <!-- ================================================================== --> + <plugin name="org.apache.forrest.plugin.internal.DevTools" + type="internal" + author="Apache Forrest Project" + website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.internal.DevTools/" + url="http://forrest.apache.org/plugins/" + publish="false" + version="0.1"> + <description> + Provides various tools that are useful during the development of your Forrest based content object. + </description> + <forrestVersionInitial>0.8</forrestVersionInitial> + <forrestVersion>0.8</forrestVersion> + </plugin> + <plugin name="org.apache.forrest.internal.GoogleSitemap" + type="internal" + author="Apache Forrest Project" + website="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.internal.GoogleSitemap/" + url="http://forrest.apache.org/plugins/" + publish="false" + version="0.1"> + <description> + Generates a google-sitemap for all pages in each site. + </description> + <forrestVersionInitial>0.7</forrestVersionInitial> + <forrestVersion>0.7</forrestVersion> + </plugin> <plugin name="org.apache.forrest.plugin.internal.IMSManifest" type="internal" author="Apache Forrest Project"