You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-svn@forrest.apache.org by cr...@apache.org on 2010/06/24 06:55:17 UTC

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

Author: crossley
Date: Thu Jun 24 04:55:17 2010
New Revision: 957414

URL: http://svn.apache.org/viewvc?rev=957414&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/viewvc/forrest/site/plugins/plugins.xml?rev=957414&r1=957413&r2=957414&view=diff
==============================================================================
--- forrest/site/plugins/plugins.xml (original)
+++ forrest/site/plugins/plugins.xml Thu Jun 24 04:55:17 2010
@@ -20,14 +20,16 @@
   <!ENTITY % link.att 'name CDATA #REQUIRED href CDATA #REQUIRED'>
   <!ELEMENT plugins (plugin*)>
   <!ATTLIST plugins type CDATA #REQUIRED>
-  <!ELEMENT plugin (description, forrestVersion)>
+  <!ELEMENT plugin (description, forrestVersionInitial, forrestVersion)>
   <!ATTLIST plugin name CDATA #REQUIRED
                  type (input|output|internal) #REQUIRED
                  url  CDATA #REQUIRED
                  author CDATA #REQUIRED
                  website CDATA #IMPLIED
+                 publish CDATA #IMPLIED
                  version CDATA #IMPLIED>
   <!ELEMENT description (#PCDATA)>
+  <!ELEMENT forrestVersionInitial (#PCDATA)>
   <!ELEMENT forrestVersion (#PCDATA)>
   ]>
 <plugins type="released">
@@ -39,33 +41,39 @@
         author="Apache Forrest Project"
         website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.dtdx"
         url="http://forrest.apache.org/plugins/"
+        publish="true"
         version="0.2">
     <description>
       Use the NekoDTD tool packaged as a Cocoon Generator to automatically
       generate some hyperlinked DTD reference documentation.
     </description>
+    <forrestVersionInitial>0.6</forrestVersionInitial>
     <forrestVersion>0.8</forrestVersion>
   </plugin>
   <plugin name="org.apache.forrest.plugin.input.excel"
         type="input"
         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"
+        url="http://forrest.apache.org/plugins/"
+        publish="true"
         version="0.3">
     <description>
       Reads (simple) Excel sheets from the Excel "Save As" (Type=XML).
     </description>
+    <forrestVersionInitial>0.7</forrestVersionInitial>
     <forrestVersion>0.8</forrestVersion>
   </plugin>
   <plugin name="org.apache.forrest.plugin.input.feeder"
         type="input"
         author="Apache Forrest Project"
         website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.feeder"
-        url="http://forrest.apache.org/plugins"
+        url="http://forrest.apache.org/plugins/"
+        publish="true"
         version="0.2">
     <description>
       Embed syndicated content in a Forrest site.
     </description>
+    <forrestVersionInitial>0.7</forrestVersionInitial>
     <forrestVersion>0.8</forrestVersion>
   </plugin>
   <plugin name="org.apache.forrest.plugin.input.listLocations"
@@ -73,33 +81,39 @@
         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/"
+        publish="true"
         version="0.2">
     <description>
       Use lists of locations maintained in a simple xml format and transform
       them to documents.
     </description>
+    <forrestVersionInitial>0.7</forrestVersionInitial>
     <forrestVersion>0.8</forrestVersion>
   </plugin>
   <plugin name="org.apache.forrest.plugin.input.OpenOffice.org"
         type="input"
         author="Apache Forrest Project"
         website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.OpenOffice.org"
-        url="http://forrest.apache.org/plugins"
+        url="http://forrest.apache.org/plugins/"
+        publish="true"
         version="0.2">
     <description>
       Use various OpenOffice.org document formats as input sources.
     </description>
+    <forrestVersionInitial>0.6</forrestVersionInitial>
     <forrestVersion>0.8</forrestVersion>
   </plugin>
   <plugin name="org.apache.forrest.plugin.input.PhotoGallery"
         type="input"
         author="Apache Forrest Project"
         website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.PhotoGallery"
-        url="http://forrest.apache.org/plugins"
+        url="http://forrest.apache.org/plugins/"
+        publish="true"
         version="0.3">
     <description>
       Create a photo Gallery by simply dropping your photos into a directory.
     </description>
+    <forrestVersionInitial>0.7</forrestVersionInitial>
     <forrestVersion>0.8</forrestVersion>
   </plugin>
   <plugin name="org.rblasch.forrest.plugin.input.pod"
@@ -107,10 +121,12 @@
         author="Ronald Blaschke"
 	website="http://www.rblasch.org/projects/pod-input/"
 	url="http://www.rblasch.org/projects/pod-input"
+        publish="true"
         version="0.1">
     <description>
       Embed Pod (Plain Old Documentation) documents in a Forrest site.
     </description>
+    <forrestVersionInitial>0.6</forrestVersionInitial>
     <forrestVersion>0.7</forrestVersion>
   </plugin>
   <plugin name="org.apache.forrest.plugin.input.projectInfo"
@@ -118,10 +134,12 @@
         author="Apache Forrest Project"
         website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.projectInfo"
         url="http://forrest.apache.org/plugins/"
+        publish="true"
         version="0.2">
     <description>
       Generates project info such as changelog and todo list.
     </description>
+    <forrestVersionInitial>0.6</forrestVersionInitial>
     <forrestVersion>0.8</forrestVersion>
   </plugin>
   <plugin name="org.apache.forrest.plugin.input.simplifiedDocbook"
@@ -129,10 +147,12 @@
         author="Apache Forrest Project"
         website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.simplifiedDocbook"
         url="http://forrest.apache.org/plugins/"
+        publish="true"
         version="0.2">
     <description>
       Enable Simplified Docbook to be used as input.
     </description>
+    <forrestVersionInitial>0.6</forrestVersionInitial>
     <forrestVersion>0.8</forrestVersion>
   </plugin>
   <plugin name="org.apache.forrest.plugin.input.wiki"
@@ -140,10 +160,12 @@
         author="Apache Forrest Project"
         website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.input.wiki"
         url="http://forrest.apache.org/plugins/"
+        publish="true"
         version="0.2">
     <description>
       Embed various wiki documents in a Forrest site.
     </description>
+    <forrestVersionInitial>0.6</forrestVersionInitial>
     <forrestVersion>0.8</forrestVersion>
   </plugin>
 <!-- ================================================================== -->
@@ -154,10 +176,12 @@
         author="Apache Forrest Project"
         website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.output.pdf"
         url="http://forrest.apache.org/plugins/"
+        publish="true"
         version="0.2">
     <description>
       Enable Forrest documents to be output in PDF format.
     </description>
+    <forrestVersionInitial>0.6</forrestVersionInitial>
     <forrestVersion>0.8</forrestVersion>
   </plugin>
   <plugin name="org.apache.forrest.plugin.output.POD"
@@ -165,22 +189,26 @@
         author="Apache Forrest Project"
         website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.output.POD"
         url="http://forrest.apache.org/plugins/"
+        publish="true"
         version="0.2">
     <description>
       Enable Forrest documents to be output in Plain Old Documentation (POD)
       format.
     </description>
-    <forrestVersion>0.8</forrestVersion>
+    <forrestVersionInitial>0.6</forrestVersionInitial>
+    <forrestVersion>0.9</forrestVersion>
   </plugin>
   <plugin name="org.apache.forrest.plugin.output.Text"
         type="output"
         author="Apache Forrest Project"
         website="http://forrest.apache.org/pluginDocs/plugins_0_80/org.apache.forrest.plugin.output.Text"
         url="http://forrest.apache.org/plugins/"
+        publish="true"
         version="0.2">
     <description>
       Enable Forrest documents to be output in Text format.
     </description>
+    <forrestVersionInitial>0.6</forrestVersionInitial>
     <forrestVersion>0.8</forrestVersion>
   </plugin>
   <plugin name="s5"
@@ -188,11 +216,13 @@
         author="Ross Gardler"
         website="http://forrest.apache.org/~rgardler/testingGround/forrestPlugins/s5"
         url="http://www.apache.org/~rgardler/testingGround/forrestPlugins/"
+        publish="true"
         version="0.1">
     <description>
       Create S5: A Simple Standards-Based Slide Show System presentations from
       xdocs.
     </description>
+    <forrestVersionInitial>0.7</forrestVersionInitial>
     <forrestVersion>0.7</forrestVersion>
   </plugin>
 <!-- ================================================================== -->