You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/04/08 08:10:50 UTC

svn commit: r160518 - forrest/trunk/plugins/plugins.xml

Author: crossley
Date: Thu Apr  7 23:10:49 2005
New Revision: 160518

URL: http://svn.apache.org/viewcvs?view=rev&rev=160518
Log:
Add entries for "excel input" and "leather output".
The "view" is an "internal" plugin.

Modified:
    forrest/trunk/plugins/plugins.xml

Modified: forrest/trunk/plugins/plugins.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/plugins.xml?view=diff&r1=160517&r2=160518
==============================================================================
--- forrest/trunk/plugins/plugins.xml (original)
+++ forrest/trunk/plugins/plugins.xml Thu Apr  7 23:10:49 2005
@@ -49,6 +49,18 @@
     <forrestVersion>0.7</forrestVersion>
   </plugin>
 
+  <plugin name="org.apache.forrest.plugin.excel"
+        type="input"
+        author="Apache Forrest Project"
+        website="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.excel/"
+        url="http://forrest.apache.org/plugins"
+        version="0.1-dev">
+    <description>
+      Reads (simple) Excel sheets from the Excel "Save As" (Type=XML).
+    </description>
+    <forrestVersion>0.7</forrestVersion>
+  </plugin>
+
   <plugin name="org.apache.forrest.plugin.feeder"
         type="input"
         author="Apache Forrest Project"
@@ -118,7 +130,7 @@
         url="http://forrest.apache.org/plugins/"
         version="0.1">
     <description>
-      Support of Simplified Docbook files.
+      Enable Simplified Docbook to be used as input.
     </description>
     <forrestVersion>0.7</forrestVersion>
   </plugin>  
@@ -163,51 +175,51 @@
     <forrestVersion>0.7</forrestVersion>
   </plugin>
 
-  <plugin name="org.apache.forrest.plugin.pdf-output"
+  <plugin name="org.apache.forrest.plugin.leather"
         type="output"
         author="Apache Forrest Project"
-        website="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.pdf-output"
+        website="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.leather"
         url="http://forrest.apache.org/plugins/"
-        version="0.1">
+        version="0.1-dev">
     <description>
-      Allow Forrest documents to be output in PDF format. 
+      Next generation skinning.
     </description>
     <forrestVersion>0.7</forrestVersion>
   </plugin>
 
-  <plugin name="org.apache.forrest.plugin.pod-output"
+  <plugin name="org.apache.forrest.plugin.pdf-output"
         type="output"
         author="Apache Forrest Project"
-        website="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.pod-output"
+        website="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.pdf-output"
         url="http://forrest.apache.org/plugins/"
         version="0.1">
     <description>
-      Allow Forrest documents to be output in Plain Old
-      Documentation (POD) format.
+      Enable Forrest documents to be output in PDF format. 
     </description>
     <forrestVersion>0.7</forrestVersion>
   </plugin>
 
-  <plugin name="org.apache.forrest.plugin.text-output"
+  <plugin name="org.apache.forrest.plugin.pod-output"
         type="output"
         author="Apache Forrest Project"
-        website="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.text-output"
+        website="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.pod-output"
         url="http://forrest.apache.org/plugins/"
         version="0.1">
     <description>
-      Allow Forrest documents to be output in Text format. 
+      Enable Forrest documents to be output in Plain Old
+      Documentation (POD) format.
     </description>
     <forrestVersion>0.7</forrestVersion>
   </plugin>
 
-  <plugin name="org.apache.forrest.plugin.views"
+  <plugin name="org.apache.forrest.plugin.text-output"
         type="output"
         author="Apache Forrest Project"
-        website="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.views"
+        website="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.text-output"
         url="http://forrest.apache.org/plugins/"
-        version="0.1-dev">
+        version="0.1">
     <description>
-      Allow Forrest to use page specific views and contracts. Next generation skining.
+      Enable Forrest documents to be output in Text format. 
     </description>
     <forrestVersion>0.7</forrestVersion>
   </plugin>
@@ -241,6 +253,18 @@
       tabs.xml from an imsmanifest.xml file when one is available.
 
       Also enables content in one Content Package to be embedded in another.
+    </description>
+    <forrestVersion>0.7</forrestVersion>
+  </plugin>
+
+  <plugin name="org.apache.forrest.plugin.view"
+        type="internal"
+        author="Apache Forrest Project"
+        website="http://forrest.apache.org/docs/plugins/org.apache.forrest.plugin.view"
+        url="http://forrest.apache.org/plugins/"
+        version="0.1-dev">
+    <description>
+      Enable Forrest to use page-specific views and contracts. Next generation skinning.
     </description>
     <forrestVersion>0.7</forrestVersion>
   </plugin>