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 2006/05/24 00:49:48 UTC

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

Author: rgardler
Date: Tue May 23 15:49:48 2006
New Revision: 409020

URL: http://svn.apache.org/viewvc?rev=409020&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=409020&r1=409019&r2=409020&view=diff
==============================================================================
--- forrest/site/plugins/whiteboard-plugins.xml (original)
+++ forrest/site/plugins/whiteboard-plugins.xml Tue May 23 15:49:48 2006
@@ -37,6 +37,18 @@
 <!-- Input Plugins                                                      -->
 <!-- ================================================================== -->  
 
+  <plugin name="org.apache.forrest.plugin.input.citations"
+        type="input"
+        author="Apache Forrest Project"
+        website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.citations/"
+        url="http://forrest.apache.org/plugins"
+        version="0.1">
+    <description>
+     List of citations.
+    </description>
+    <forrestVersion>0.8</forrestVersion>
+  </plugin>
+
   <plugin name="org.apache.forrest.plugin.input.Daisy"
         type="input"
         author="Apache Forrest Project"
@@ -75,6 +87,18 @@
     <forrestVersion>0.7</forrestVersion>
   </plugin>
 
+  <plugin name="org.apache.forrest.plugin.input.odt"
+        type="input"
+        author="Apache Forrest Project"
+        website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.odt"
+        url="http://forrest.apache.org/plugins"
+        version="0.1">
+    <description>
+      Use OpenDocument Writer files (*.odt) as input sources.
+    </description>
+    <forrestVersion>0.8</forrestVersion>
+  </plugin>
+
   <plugin name="org.apache.forrest.plugin.input.Resume"
         type="input"
         author="Apache Forrest Project"
@@ -200,11 +224,23 @@
   <plugin name="org.apache.forrest.plugin.internal.dispatcher"
         type="internal"
         author="Apache Forrest Project"
-        website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.view"
+        website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.internal.dispatcher"
         url="http://forrest.apache.org/plugins/"
         version="0.1">
     <description>
       Enable Forrest to use page-specific views and contracts. Next generation skinning.
+    </description>
+    <forrestVersion>0.8</forrestVersion>
+  </plugin>
+  
+  <plugin name="org.apache.forrest.plugin.themes.core"
+        type="theme"
+        author="Apache Forrest Project"
+        website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.themes.core"
+        url="http://forrest.apache.org/plugins/"
+        version="0.1">
+    <description>
+      Core themes for use with Dispatcher.
     </description>
     <forrestVersion>0.8</forrestVersion>
   </plugin>