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 2010/12/10 00:44:59 UTC

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

Author: crossley
Date: Thu Dec  9 23:44:59 2010
New Revision: 1044169

URL: http://svn.apache.org/viewvc?rev=1044169&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=1044169&r1=1044168&r2=1044169&view=diff
==============================================================================
--- forrest/site/plugins/whiteboard-plugins.xml (original)
+++ forrest/site/plugins/whiteboard-plugins.xml Thu Dec  9 23:44:59 2010
@@ -362,6 +362,21 @@
     <forrestVersionInitial>0.7</forrestVersionInitial>
     <forrestVersion>0.7</forrestVersion>
   </plugin>
+  <plugin name="org.apache.forrest.plugin.output.Markdown"
+        type="output"
+        author="Apache Forrest Project"
+        website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.output.Markdown/"
+        url="http://forrest.apache.org/plugins/"
+        publish="true"
+        version="0.1">
+    <description>
+      Produce output in Markdown text format. Enables use of Forrest as a
+      tool for gathering input from various sources, and export a consistent
+      set of *.mdtext output documents.
+    </description>
+    <forrestVersionInitial>0.8</forrestVersionInitial>
+    <forrestVersion>0.8</forrestVersion>
+  </plugin>
   <plugin name="org.apache.forrest.plugin.output.voice"
         type="output"
         author="Apache Forrest Project"