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/01/22 21:23:58 UTC

svn commit: r126048 - /forrest/trunk/plugins/plugins.xml

Author: rgardler
Date: Sat Jan 22 12:23:57 2005
New Revision: 126048

URL: http://svn.apache.org/viewcvs?view=rev&rev=126048
Log:
added pod-input plugin (managed by Ron Blaschke)
Modified:
   forrest/trunk/plugins/plugins.xml

Modified: forrest/trunk/plugins/plugins.xml
Url: http://svn.apache.org/viewcvs/forrest/trunk/plugins/plugins.xml?view=diff&rev=126048&p1=forrest/trunk/plugins/plugins.xml&r1=126047&p2=forrest/trunk/plugins/plugins.xml&r2=126048
==============================================================================
--- forrest/trunk/plugins/plugins.xml	(original)
+++ forrest/trunk/plugins/plugins.xml	Sat Jan 22 12:23:57 2005
@@ -85,6 +85,18 @@
     <forrestVersion>0.7</forrestVersion>
   </plugin>
   
+  <plugin name="org.rblasch.forrest.plugin.pod-input"
+        type="input"
+        author="Ronald Blaschke"
+        website="http://www.rblasch.org/projects/pod-input/"
+        url="http://www.rblasch.org/projects/pod-input/org.rblasch.forrest.plugin.pod-input.zip"
+        version="0.1">
+    <description>
+      Embed Pod (Plain Old Documentation) documents in a Forrest site.
+    </description>
+    <forrestVersion>0.7</forrestVersion>
+  </plugin>
+  
   <plugin name="simplified-docbook"
         type="input"
         author="Apache Forrest Project"
@@ -112,6 +124,18 @@
 <!-- ================================================================== -->
 <!-- Output Plugins                                                     -->
 <!-- ================================================================== -->
+  
+  <plugin name="org.apache.forrest.plugin.Chart"
+        type="output"
+        author="Ross Gardler"
+        website="http://www.apache.org"
+        url="http://forrest.apache.org/plugins/"
+        version="0.1-dev">
+    <description>
+      Charting plugin that utilises JChart. 
+    </description>
+    <forrestVersion>0.7</forrestVersion>
+  </plugin>
   
   <plugin name="org.apache.forrest.plugin.htmlArea"
         type="output"