You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by th...@apache.org on 2008/02/15 13:33:24 UTC

svn commit: r628040 - /forrest/trunk/whiteboard/plugins/whiteboard-plugins.xml

Author: thorsten
Date: Fri Feb 15 04:33:23 2008
New Revision: 628040

URL: http://svn.apache.org/viewvc?rev=628040&view=rev
Log:
Adding org.apache.forrest.plugin.internal.xhtml2 plugin to plugin list, since it never have been added there

Modified:
    forrest/trunk/whiteboard/plugins/whiteboard-plugins.xml

Modified: forrest/trunk/whiteboard/plugins/whiteboard-plugins.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/whiteboard-plugins.xml?rev=628040&r1=628039&r2=628040&view=diff
==============================================================================
--- forrest/trunk/whiteboard/plugins/whiteboard-plugins.xml (original)
+++ forrest/trunk/whiteboard/plugins/whiteboard-plugins.xml Fri Feb 15 04:33:23 2008
@@ -355,4 +355,13 @@
     </description>
     <forrestVersion>0.8</forrestVersion>
   </plugin>
+  <plugin name="org.apache.forrest.plugin.internal.xhtml2" type="internal"
+    author="Apache Forrest Project"
+    website="http://forrest.apache.org/pluginDocs/plugins_0_90/org.apache.forrest.plugin.internal.xhtml2/"
+    url="http://forrest.apache.org/plugins" version="0.1">
+    <description> Forrest versions prior to 0.9 used XDoc as their internal format, versions
+      from 0.9 onwards are going to use a subset of XHTML2 instead. This plugin converts the
+      main forrest sitemaps to work with XHTML2. </description>
+    <forrestVersion>0.8</forrestVersion>
+  </plugin>
 </plugins>