Author: gmcdonald Date: Sat Jul 19 02:49:30 2008 New Revision: 678123 URL: http://svn.apache.org/viewvc?rev=678123&view=rev Log: Deployment plugins descriptor file plugins.xml (deployed by 'deploy-plugins.xml' target of plugin build script)
Modified: forrest/site/plugins/whiteboard-plugins.xml Modified: forrest/site/plugins/whiteboard-plugins.xml URL: http://svn.apache.org/viewvc/forrest/site/plugins/whiteboard-plugins.xml?rev=678123&r1=678122&r2=678123&view=diff ============================================================================== --- forrest/site/plugins/whiteboard-plugins.xml (original) +++ forrest/site/plugins/whiteboard-plugins.xml Sat Jul 19 02:49:30 2008 @@ -158,6 +158,17 @@ </description> <forrestVersion>0.8</forrestVersion> </plugin> + <plugin name="uk.ac.osswatch.forrest.input.sourceforge" + type="input" + author="OSS Watch" + website="http://simal.osswatch.ac.uk" + url="http://simal.google.com/files/" + version="0.1"> + <description> + Extracts data from sourceforge.net. + </description> + <forrestVersion>0.8</forrestVersion> + </plugin> <plugin name="org.apache.forrest.plugin.input.skos" type="input" author="Apache Forrest Project" @@ -169,6 +180,17 @@ </description> <forrestVersion>0.8</forrestVersion> </plugin> + <plugin name="org.apache.forrest.plugin.input.baetle" + type="input" + author="Apache Forrest Project" + website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.baetle/" + url="http://forrest.apache.org/plugins" + version="0.1"> + <description> + Rendering Baetle, the RDF vocabulary to describe the content of bug databases. + </description> + <forrestVersion>0.8</forrestVersion> + </plugin> <plugin name="org.apache.forrest.plugin.input.tei" type="input" author="Apache Forrest" @@ -195,6 +217,17 @@ <forrestVersion>0.8</forrestVersion> </plugin> + <plugin name="org.apache.forrest.plugin.input.XDoc" + type="input" + author="Apache Forrest Project" + website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.XDoc/" + url="http://forrest.apache.org/plugins" + version="0.1"> + <description> + Input plugin for XDoc + </description> + <forrestVersion>0.8</forrestVersion> + </plugin> <!-- ================================================================== --> <!-- Output Plugins --> @@ -344,4 +377,13 @@ </description> <forrestVersion>0.8</forrestVersion> </plugin> + <plugin name="org.apache.forrest.plugin.internal.xhtml2" type="internal" + author="Apache Forrest Project" + website="http://forrest.apache.org/pluginDocs/plugins_0_90/org.apache.forrest.plugin.internal.xhtml2/" + url="http://forrest.apache.org/plugins" version="0.1"> + <description> Forrest versions prior to 0.9 used XDoc as their internal format, versions + from 0.9 onwards are going to use a subset of XHTML2 instead. This plugin converts the + main forrest sitemaps to work with XHTML2. </description> + <forrestVersion>0.8</forrestVersion> + </plugin> </plugins>