You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by rg...@apache.org on 2005/03/15 11:41:29 UTC

svn commit: r157532 - forrest/site/plugins/plugins.xml

Author: rgardler
Date: Tue Mar 15 02:41:28 2005
New Revision: 157532

URL: http://svn.apache.org/viewcvs?view=rev&rev=157532
Log:
Deployment plugins descriptor file (plugins.xml) (deployed by 'deploy-plugins.xml' target of plugin build script)

Modified:
    forrest/site/plugins/plugins.xml

Modified: forrest/site/plugins/plugins.xml
URL: http://svn.apache.org/viewcvs/forrest/site/plugins/plugins.xml?view=diff&r1=157531&r2=157532
==============================================================================
--- forrest/site/plugins/plugins.xml (original)
+++ forrest/site/plugins/plugins.xml Tue Mar 15 02:41:28 2005
@@ -74,14 +74,26 @@
     <forrestVersion>0.7</forrestVersion>
   </plugin>
   
-  <plugin name="org.apache.forrest.plugin.OpenOffice.org"
+  <plugin name="org.apache.forrest.plugin.feeder"
+        type="input"
+        author="Ross Gardler"
+        website="http://www.burrokeet.org"
+        url="http://forrest.apache.org/plugins"
+        version="0.1-dev">
+    <description>
+      Embed syndicated content in a Forrest site. 
+    </description>
+    <forrestVersion>0.7</forrestVersion>
+  </plugin>  
+  
+  <plugin name="org.apache.forrest.plugin.projectInfo"
         type="input"
         author="Apache Forrest Project"
-        website="http://forrest.apache.org/plugins/OpenOffice.org"
+        website="http://forrest.apache.org/plugins/projectInfo"
         url="http://forrest.apache.org/plugins/"
         version="0.7-dev">
     <description>
-      Embed OpenOffice.org application content in a Forrest site. 
+      Generates project info such as changelog and todo list. 
     </description>
     <forrestVersion>0.7</forrestVersion>
   </plugin>