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 2006/02/11 07:53:14 UTC

svn commit: r376939 - /forrest/site/plugins/plugins.xml

Author: crossley
Date: Fri Feb 10 22:53:13 2006
New Revision: 376939

URL: http://svn.apache.org/viewcvs?rev=376939&view=rev
Log:
Deployment plugins descriptor file plugins.xml (deployed by 'deploy-plugins.xml' target of plugin build script)

Modified:
    forrest/site/plugins/plugins.xml

Modified: forrest/site/plugins/plugins.xml
URL: http://svn.apache.org/viewcvs/forrest/site/plugins/plugins.xml?rev=376939&r1=376938&r2=376939&view=diff
==============================================================================
--- forrest/site/plugins/plugins.xml (original)
+++ forrest/site/plugins/plugins.xml Fri Feb 10 22:53:13 2006
@@ -55,7 +55,7 @@
         author="Apache Forrest Project"
         website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.excel/"
         url="http://forrest.apache.org/plugins"
-        version="0.3-dev">
+        version="0.3">
     <description>
       Reads (simple) Excel sheets from the Excel "Save As" (Type=XML).
     </description>
@@ -79,7 +79,7 @@
         author="Apache Forrest Project"
         website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.listLocations"
         url="http://forrest.apache.org/plugins/"
-        version="0.1">
+        version="0.2">
     <description>
       Use lists of locations maintained in a simple xml format
       and transform them to documents.
@@ -138,25 +138,25 @@
   <plugin name="org.apache.forrest.plugin.input.simplifiedDocbook"
         type="input"
         author="Apache Forrest Project"
-        website="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.input.simplifiedDocbook"
+        website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.simplifiedDocbook"
         url="http://forrest.apache.org/plugins/"
-        version="0.1">
+        version="0.2">
     <description>
       Enable Simplified Docbook to be used as input.
     </description>
-    <forrestVersion>0.7</forrestVersion>
+    <forrestVersion>0.8</forrestVersion>
   </plugin>  
 
   <plugin name="org.apache.forrest.plugin.input.wiki"
         type="input"
         author="Apache Forrest Project"
-        website="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.input.wiki"
+        website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.wiki"
         url="http://forrest.apache.org/plugins/"
-        version="0.1">
+        version="0.2">
     <description>
       Embed various wiki documents in a Forrest site. 
     </description>
-    <forrestVersion>0.7</forrestVersion>
+    <forrestVersion>0.8</forrestVersion>
   </plugin>
 
 <!-- ================================================================== -->
@@ -166,38 +166,38 @@
   <plugin name="org.apache.forrest.plugin.output.pdf"
         type="output"
         author="Apache Forrest Project"
-        website="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.output.pdf"
+        website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.output.pdf"
         url="http://forrest.apache.org/plugins/"
-        version="0.1">
+        version="0.2">
     <description>
       Enable Forrest documents to be output in PDF format. 
     </description>
-    <forrestVersion>0.7</forrestVersion>
+    <forrestVersion>0.8</forrestVersion>
   </plugin>
 
   <plugin name="org.apache.forrest.plugin.output.POD"
         type="output"
         author="Apache Forrest Project"
-        website="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.output.POD"
+        website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.output.POD"
         url="http://forrest.apache.org/plugins/"
-        version="0.1">
+        version="0.2">
     <description>
       Enable Forrest documents to be output in Plain Old
       Documentation (POD) format.
     </description>
-    <forrestVersion>0.7</forrestVersion>
+    <forrestVersion>0.8</forrestVersion>
   </plugin>
 
   <plugin name="org.apache.forrest.plugin.output.Text"
         type="output"
         author="Apache Forrest Project"
-        website="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.output.Text"
+        website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.output.Text"
         url="http://forrest.apache.org/plugins/"
-        version="0.1">
+        version="0.2">
     <description>
       Enable Forrest documents to be output in Text format. 
     </description>
-    <forrestVersion>0.7</forrestVersion>
+    <forrestVersion>0.8</forrestVersion>
   </plugin>
 
   <plugin name="s5"
@@ -205,7 +205,7 @@
         author="Ross Gardler"
         website="http://forrest.apache.org/~rgardler/testingGround/forrestPlugins/s5"
         url="http://www.apache.org/~rgardler/testingGround/forrestPlugins/"
-        version="0.1-dev">
+        version="0.1">
     <description>
       Create S5: A Simple Standards-Based Slide Show System presentations
       from xdocs.
@@ -216,21 +216,5 @@
   <!-- ================================================================== -->
   <!-- Internal Plugins                                                   -->
   <!-- ================================================================== -->
-
-  <plugin name="org.apache.forrest.plugin.internal.IMSManifest"
-        type="internal"
-        author="Apache Forrest Project"
-        website="http://forrest.apache.org/pluginDocs/plugins_0_70/org.apache.forrest.plugin.internal.IMSManifest"
-        url="http://forrest.apache.org/plugins/"
-        version="0.1">
-
-    <description>
-      Use an IMS Manifest file to manage site structure. Generates site.xml and
-      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>
 
 </plugins>