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/06/24 23:05:36 UTC

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

Author: rgardler
Date: Fri Jun 24 14:05:34 2005
New Revision: 201676

URL: http://svn.apache.org/viewcvs?rev=201676&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=201676&r1=201675&r2=201676&view=diff
==============================================================================
--- forrest/site/plugins/whiteboard-plugins.xml (original)
+++ forrest/site/plugins/whiteboard-plugins.xml Fri Jun 24 14:05:34 2005
@@ -19,6 +19,7 @@
   <!ENTITY % links.att 'name CDATA #REQUIRED'>
   <!ENTITY % link.att 'name CDATA #REQUIRED href CDATA #REQUIRED'>
   <!ELEMENT plugins (plugin*)>
+  <!ATTLIST plugins type CDATA #REQUIRED>
   <!ELEMENT plugin (description, forrestVersion)>
   <!ATTLIST plugin name CDATA #REQUIRED
                  type (input|output|internal) #REQUIRED
@@ -30,20 +31,20 @@
   <!ELEMENT forrestVersion (#PCDATA)>
   ]>
 
-<plugins>
+<plugins type="whiteboard">
 
 <!-- ================================================================== -->
 <!-- Input Plugins                                                      -->
 <!-- ================================================================== -->  
 
-  <plugin name="org.apache.forrest.plugin.input.excel"
+  <plugin name="org.apache.forrest.plugin.input.Daisy"
         type="input"
         author="Apache Forrest Project"
-        website="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.input.excel/"
+        website="http://forrest.apache.org/pluginDocs/plugin_0_70/org.apache.forrest.plugin.input.Daisy/"
         url="http://forrest.apache.org/plugins"
-        version="0.3-dev">
+        version="0.1-dev">
     <description>
-      Reads (simple) Excel sheets from the Excel "Save As" (Type=XML).
+      Allow content to be included from a Daisy CMS repository.
     </description>
     <forrestVersion>0.7</forrestVersion>
   </plugin>
@@ -51,7 +52,7 @@
   <plugin name="org.apache.forrest.plugin.input.logs"
         type="input"
         author="Apache Forrest Project"
-        website="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.input.logs"
+        website="http://forrest.apache.org/pluginDocs/plugin_0_70/org.apache.forrest.plugin.input.logs"
         url="http://forrest.apache.org/plugins"
         version="0.1-dev">
     <description>
@@ -66,10 +67,10 @@
 <!-- Output Plugins                                                     -->
 <!-- ================================================================== -->
 
-  <plugin name="org.apache.forrest.plugin.Chart"
+  <plugin name="org.apache.forrest.plugin.output.Chart"
         type="output"
         author="Apache Forrest Project"
-        website="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.Chart"
+        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>
@@ -81,11 +82,11 @@
   <plugin name="org.apache.forrest.plugin.output.htmlArea"
         type="output"
         author="Apache Forrest Project"
-        website="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.output.htmlArea"
+        website="http://forrest.apache.org/pluginDocs/plugin_0_70/org.apache.forrest.plugin.output.htmlArea"
         url="http://forrest.apache.org/plugins/"
         version="0.1-dev">
     <description>
-      WYSIWYG editing (requires Forrest to be running dynamically). 
+      WYSIWYG editing of HTML documents (requires Forrest to be running dynamically). 
     </description>
     <forrestVersion>0.7</forrestVersion>
   </plugin>
@@ -97,7 +98,7 @@
   <plugin name="org.apache.forrest.plugin.internal.view"
         type="internal"
         author="Apache Forrest Project"
-        website="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.view"
+        website="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.view"
         url="http://forrest.apache.org/plugins/"
         version="0.1-dev">
     <description>