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/07/29 01:44:12 UTC

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

Author: rgardler
Date: Thu Jul 28 16:44:06 2005
New Revision: 226295

URL: http://svn.apache.org/viewcvs?rev=226295&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/viewcvs/forrest/site/plugins/whiteboard-plugins.xml?rev=226295&r1=226294&r2=226295&view=diff
==============================================================================
--- forrest/site/plugins/whiteboard-plugins.xml (original)
+++ forrest/site/plugins/whiteboard-plugins.xml Thu Jul 28 16:44:06 2005
@@ -90,6 +90,19 @@
     </description>
     <forrestVersion>0.7</forrestVersion>
   </plugin>
+  
+  <plugin name="org.apache.forrest.plugin.output.voice"
+        type="output"
+        author="Apache Forrest Project"
+        website="http://forrest.apache.org/pluginDocs/plugin_0_70/org.apache.forrest.plugin.output.Chart"
+        url="http://forrest.apache.org/plugins/"
+        version="0.1-dev">
+    <description>
+      Add voiceXML content to a Forrest page. This allows the page to be read by a voice synthesiser
+      and navigated with voice commands.
+    </description>
+    <forrestVersion>0.8-dev</forrestVersion>
+  </plugin>
 
   <!-- ================================================================== -->
   <!-- Internal Plugins                                                   -->