You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by ri...@apache.org on 2004/12/03 18:20:47 UTC

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

Author: rick
Date: Fri Dec  3 09:20:47 2004
New Revision: 109709

URL: http://svn.apache.org/viewcvs?view=rev&rev=109709
Log:
Added the org.apache.forrest.plugin.text-output information to the plugins.xml on the website
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&rev=109709&p1=forrest/site/plugins/plugins.xml&r1=109708&p2=forrest/site/plugins/plugins.xml&r2=109709
==============================================================================
--- forrest/site/plugins/plugins.xml	(original)
+++ forrest/site/plugins/plugins.xml	Fri Dec  3 09:20:47 2004
@@ -125,6 +125,18 @@
     <forrestVersion>0.7</forrestVersion>
   </plugin>
   
+  <plugin name="org.apache.forrest.plugin.text-output"
+        type="output"
+        author="Apache Forrest Project"
+        website="http://forrest.apache.org"
+        url="http://forrest.apache.org/plugins/"
+        version="0.7">
+    <description>
+      Allow Forrest documents to be output in Text format. 
+    </description>
+    <forrestVersion>0.7</forrestVersion>
+  </plugin>
+  
   <plugin name="org.apache.forrest.plugin.fbits"
         type="output"
         author="Apache Forrest Project"