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 cr...@apache.org on 2009/01/15 00:31:34 UTC

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

Author: crossley
Date: Wed Jan 14 15:31:34 2009
New Revision: 734554

URL: http://svn.apache.org/viewvc?rev=734554&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=734554&r1=734553&r2=734554&view=diff
==============================================================================
--- forrest/site/plugins/whiteboard-plugins.xml (original)
+++ forrest/site/plugins/whiteboard-plugins.xml Wed Jan 14 15:31:34 2009
@@ -34,6 +34,28 @@
 <!-- ================================================================== -->
 <!-- Input Plugins                                                      -->
 <!-- ================================================================== -->
+  <plugin name="org.apache.forrest.plugin.input.wordpress"
+        type="input"
+        author="Apache Forrest Project"
+        website="http://forrest.apache.org/pluginDocs/plugins_0_90/org.apache.forrest.plugin.input.wordpress/"
+        url="http://forrest.apache.org/plugins"
+        version="0.1">
+    <description>
+      Include content from a WordPress blog.
+    </description>
+    <forrestVersion>0.9</forrestVersion>
+  </plugin>
+  <plugin name="org.apache.forrest.plugin.input.gallery2"
+        type="input"
+        author="Apache Forrest Project"
+        website="http://forrest.apache.org/pluginDocs/plugins_0_90/org.apache.forrest.plugin.input.gallery2/"
+        url="http://forrest.apache.org/plugins"
+        version="0.1">
+    <description>
+      Include content from a Menalto Gallery 2.
+    </description>
+    <forrestVersion>0.9</forrestVersion>
+  </plugin>
   <plugin name="org.apache.forrest.plugin.input.citations"
         type="input"
         author="Apache Forrest Project"
@@ -180,6 +202,21 @@
     </description>
     <forrestVersion>0.8</forrestVersion>
   </plugin>
+
+<!--
+-->
+  <plugin name="org.apache.forrest.plugin.input.storeSimple"
+        type="input"
+        author="Apache Forrest Project"
+        website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.storeSimple/"
+        url="http://forrest.apache.org/plugins"
+        version="0.1">
+    <description>
+      A simple online shopping cart.
+    </description>
+    <forrestVersion>0.8</forrestVersion>
+  </plugin>
+
   <plugin name="org.apache.forrest.plugin.input.baetle"
 	  type="input"
 	  author="Apache Forrest Project"
@@ -337,6 +374,18 @@
     </description>
     <forrestVersion>0.8</forrestVersion>
   </plugin>
+
+  <plugin name="org.apache.forrest.plugin.output.OOo"
+        type="output"
+        author="Apache Forrest"
+        website="http://forrest.apache.org/pluginDocs/plugins_0_90/org.apache.forrest.plugin.output.OOo/"
+        url="http://forrest.apache.org/plugins/"
+        version="0.1">
+    <description>
+      Creates OpenOffice 2.4+ .odt output from forrest xdoc.
+    </description>
+    <forrestVersion>0.9</forrestVersion>
+  </plugin> 
 <!-- ================================================================== -->
 <!-- Internal Plugins                                                   -->
 <!-- ================================================================== -->