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/10/19 23:35:29 UTC

svn commit: r326715 - /forrest/trunk/main/webapp/resources/stylesheets/plugins-to-xdoc.xsl

Author: rgardler
Date: Wed Oct 19 14:35:23 2005
New Revision: 326715

URL: http://svn.apache.org/viewcvs?rev=326715&view=rev
Log:
add note about meaning of minimum forrst version

Modified:
    forrest/trunk/main/webapp/resources/stylesheets/plugins-to-xdoc.xsl

Modified: forrest/trunk/main/webapp/resources/stylesheets/plugins-to-xdoc.xsl
URL: http://svn.apache.org/viewcvs/forrest/trunk/main/webapp/resources/stylesheets/plugins-to-xdoc.xsl?rev=326715&r1=326714&r2=326715&view=diff
==============================================================================
--- forrest/trunk/main/webapp/resources/stylesheets/plugins-to-xdoc.xsl (original)
+++ forrest/trunk/main/webapp/resources/stylesheets/plugins-to-xdoc.xsl Wed Oct 19 14:35:23 2005
@@ -58,11 +58,16 @@
           funcitonal, in most cases they are usable, but use them with
           caution as they are not considered stable.</p>
           
-          <div class="frame note">
-            <div class="label">Note</div>
-            <div class="content">If you have created a plugin that is not listed
-            here please let us know.</div>
-          </div>
+          <note>If you have created a plugin that is not listed
+            here please let us know.</note>
+    
+          <note>The minimum version of Forrest is for latest version of
+          the plugin, there may be an earlier versions of the plugin for
+          earlier versions of Forrest. If you do not define a version 
+          number for the plugin it will always use the latest version
+          compatible with your version of Forrest. However, be aware
+          that if you are using a development version of forrest, you
+          will also be using development versions of the plugins.</note>
           
           <section>
             <title>Released Plugins</title>
@@ -87,6 +92,7 @@
   </xsl:template>
   
   <xsl:template match="plugins">
+    
     <section>
       <title>Input Plugins</title>
       <p>
@@ -180,7 +186,7 @@
         </tr>
 
         <tr>
-          <th width="25%">Plugin version</th>
+          <th width="25%">Latest Plugin version</th>
           <td>
             <xsl:value-of select="@version" />
           </td>
@@ -188,7 +194,7 @@
 
         <tr>
           <th width="25%">
-            Minimum Forrest version required
+            Minimum Forrest version required *
           </th>
           <td>
             <xsl:value-of select="forrestVersion" />