You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-svn@forrest.apache.org by gm...@apache.org on 2008/07/19 11:49:30 UTC

svn commit: r678123 - /forrest/site/plugins/whiteboard-plugins.xml

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>



RE: svn commit: r678123 - /forrest/site/plugins/whiteboard-plugins.xml

Posted by Gavin <ga...@16degrees.com.au>.

> -----Original Message-----
> From: David Crossley [mailto:crossley@apache.org]
> Sent: Tuesday, 29 July 2008 1:19 PM
> To: dev@forrest.apache.org
> Subject: Re: svn commit: r678123 - /forrest/site/plugins/whiteboard-
> plugins.xml
> 
> Ross Gardler wrote:
> > Gavin wrote:
> > >I don't recall changing anything in here, but attempt to deploy the
> > >whiteboard plugin with my updated docs failed, then this appeared .
> >
> > Its unusual for SVN to write changes for you ;-)
> >
> > You must have had local changes.
> >
> > Any deploy will ensure the plugin.xml file is up to date.
> >
> > "uk.ac.osswatch.forrest.input.sourceforge" looks like something you
> > would have enabled when playing with Simal 0.1 The plugin does exist but
> > is not maintained as Simal no longer uses Forrest and the utility of
> > that plugin is not really sufficient to encourage donation here.
> >
> > No idea about the others.
> 
> I spent some time today investigating these changes.

Thanks for doing that, 
> 
> Looking at 'svn praise trunk/whiteboard/plugins/whiteboard-plugins.xml'
> shows that you, Ross, added that
> "uk.ac.osswatch.forrest.input.sourceforge"
> plugin descriptor entry in r571867.
> 
> Regarding the other changes ...
> 
> The "internal.xhtml2" and "input.XDoc" were missing from that
> main whiteboard plugins descriptor list, and added by Thorsten
> in r628040 and r628042.
> 
> However because no plugin changes have been deployed for a
> long time, these changes were finally deployed to bring the
> descriptors up-to-date when Gavin tried recently in this r678123
> to deploy some other plugin.

Yes, and I need to resolve why it was unsuccessful, will get to that
soon. I added some docs to the dispatcher plugin, the sources of which made
it into svn, but the plugin failed to deploy, it seems as a side-effect of
trying I updated other pending stuff.

> 
> Regarding the "input.baetle" plugin descriptor entry ...
> 
> This had not been committed to trunk/whiteboard/plugins/whiteboard-
> plugins.xml
> when the "input.baetle" plugin itself was added in
> http://svn.apache.org/viewvc?view=rev&revision=634254
> So Gavin, you need to commit that change that you have pending.

Amazing, I originally thought I missed adding the entry into
whiteboard-plugins.xml, but it was there, just never committed, so it really
was 'pending' !

Gav...

> 
> -David
> 
> > >>-----Original Message-----
> > >>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.fo
> rr
> > >>est.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.fo
> rr
> > >>est.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.fo
> rr
> > >>est.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>
> > >>
> > >>
> > >>
> > >>--
> > >>Internal Virus Database is out-of-date.
> > >>Checked by AVG.
> > >>Version: 7.5.524 / Virus Database: 270.4.7 - Release Date: 7/8/2008
> 12:00
> > >>AM
> > >
> >
> 
> 
> --
> No virus found in this incoming message.
> Checked by AVG.
> Version: 7.5.524 / Virus Database: 270.5.5 - Release Date: 7/23/2008 12:00
> AM


Re: svn commit: r678123 - /forrest/site/plugins/whiteboard-plugins.xml

Posted by David Crossley <cr...@apache.org>.
Ross Gardler wrote:
> Gavin wrote:
> >I don't recall changing anything in here, but attempt to deploy the
> >whiteboard plugin with my updated docs failed, then this appeared .
> 
> Its unusual for SVN to write changes for you ;-)
> 
> You must have had local changes.
> 
> Any deploy will ensure the plugin.xml file is up to date.
> 
> "uk.ac.osswatch.forrest.input.sourceforge" looks like something you 
> would have enabled when playing with Simal 0.1 The plugin does exist but 
> is not maintained as Simal no longer uses Forrest and the utility of 
> that plugin is not really sufficient to encourage donation here.
>
> No idea about the others.

I spent some time today investigating these changes.

Looking at 'svn praise trunk/whiteboard/plugins/whiteboard-plugins.xml'
shows that you, Ross, added that "uk.ac.osswatch.forrest.input.sourceforge"
plugin descriptor entry in r571867.

Regarding the other changes ...

The "internal.xhtml2" and "input.XDoc" were missing from that
main whiteboard plugins descriptor list, and added by Thorsten
in r628040 and r628042.

However because no plugin changes have been deployed for a
long time, these changes were finally deployed to bring the
descriptors up-to-date when Gavin tried recently in this r678123
to deploy some other plugin.

Regarding the "input.baetle" plugin descriptor entry ...

This had not been committed to trunk/whiteboard/plugins/whiteboard-plugins.xml
when the "input.baetle" plugin itself was added in
http://svn.apache.org/viewvc?view=rev&revision=634254
So Gavin, you need to commit that change that you have pending.

-David

> >>-----Original Message-----
> >>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.forr
> >>est.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.forr
> >>est.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.forr
> >>est.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>
> >>
> >>
> >>
> >>--
> >>Internal Virus Database is out-of-date.
> >>Checked by AVG.
> >>Version: 7.5.524 / Virus Database: 270.4.7 - Release Date: 7/8/2008 12:00
> >>AM
> >
> 

Re: svn commit: r678123 - /forrest/site/plugins/whiteboard-plugins.xml

Posted by Ross Gardler <rg...@apache.org>.
Gavin wrote:
> I don't recall changing anything in here, but attempt to deploy the
> whiteboard plugin with my updated docs failed, then this appeared .

Its unusual for SVN to write changes for you ;-)

You must have had local changes.

Any deploy will ensure the plugin.xml file is up to date.

"uk.ac.osswatch.forrest.input.sourceforge" looks like something you 
would have enabled when playing with Simal 0.1 The plugin does exist but 
is not maintained as Simal no longer uses Forrest and the utility of 
that plugin is not really sufficient to encourage donation here.

No idea about the others.

Ross

> 
> Gav...
> 
> 
>> -----Original Message-----
>> From: gmcdonald@apache.org [mailto:gmcdonald@apache.org]
>> Sent: Saturday, 19 July 2008 7:50 PM
>> To: site-svn@forrest.apache.org
>> Subject: svn commit: r678123 - /forrest/site/plugins/whiteboard-
>> plugins.xml
>>
>> 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.forr
>> est.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.forr
>> est.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.forr
>> est.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>
>>
>>
>>
>> --
>> Internal Virus Database is out-of-date.
>> Checked by AVG.
>> Version: 7.5.524 / Virus Database: 270.4.7 - Release Date: 7/8/2008 12:00
>> AM
> 


RE: svn commit: r678123 - /forrest/site/plugins/whiteboard-plugins.xml

Posted by Gavin <ga...@16degrees.com.au>.
I don't recall changing anything in here, but attempt to deploy the
whiteboard plugin with my updated docs failed, then this appeared .

Gav...


> -----Original Message-----
> From: gmcdonald@apache.org [mailto:gmcdonald@apache.org]
> Sent: Saturday, 19 July 2008 7:50 PM
> To: site-svn@forrest.apache.org
> Subject: svn commit: r678123 - /forrest/site/plugins/whiteboard-
> plugins.xml
> 
> 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.forr
> est.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.forr
> est.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.forr
> est.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>
> 
> 
> 
> --
> Internal Virus Database is out-of-date.
> Checked by AVG.
> Version: 7.5.524 / Virus Database: 270.4.7 - Release Date: 7/8/2008 12:00
> AM