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 2005/03/31 12:46:26 UTC

svn commit: r159580 - in forrest/trunk: docs-author/status.xml plugins/plugins.xml

Author: thorsten
Date: Thu Mar 31 02:46:24 2005
New Revision: 159580

URL: http://svn.apache.org/viewcvs?view=rev&rev=159580
Log:
Updated the status with todos and changes and updated the plugins.xml.

Modified:
    forrest/trunk/docs-author/status.xml
    forrest/trunk/plugins/plugins.xml

Modified: forrest/trunk/docs-author/status.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/docs-author/status.xml?view=diff&r1=159579&r2=159580
==============================================================================
--- forrest/trunk/docs-author/status.xml (original)
+++ forrest/trunk/docs-author/status.xml Thu Mar 31 02:46:24 2005
@@ -51,6 +51,15 @@
         Added document to facilitate
         <link href="site:upgrading_07">upgrading to v0.7</link>
       </action>
+      <action dev="TS" type="add" context="plugins">
+        Added crontracts and nuggets to the view plugin.
+      </action>
+      <action dev="TS" type="add" context="plugins">
+        Created a new plugin org.apache.forrest.plugin.views from the fbits core.
+      </action>
+      <action dev="TS" type="removed" context="plugins">
+        Deleted the fbits plugin.
+      </action>
       <action dev="RDG" type="update" context="skins">
         Add FAQ about "pageBreakBefore" and "pageBreakAfter" class int PDF 
         documents and describe how to enable the page break behaviour in HTML

Modified: forrest/trunk/plugins/plugins.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/plugins/plugins.xml?view=diff&r1=159579&r2=159580
==============================================================================
--- forrest/trunk/plugins/plugins.xml (original)
+++ forrest/trunk/plugins/plugins.xml Thu Mar 31 02:46:24 2005
@@ -198,15 +198,15 @@
     </description>
     <forrestVersion>0.7</forrestVersion>
   </plugin>
-
-  <plugin name="org.apache.forrest.plugin.fbits"
+  
+	<plugin name="org.apache.forrest.plugin.views"
         type="output"
         author="Apache Forrest Project"
         website="http://forrest.apache.org"
         url="http://forrest.apache.org/plugins/"
         version="0.1-dev">
     <description>
-      Allow Forrest documents to output fbits that are used in e.g. leather. 
+      Allow Forrest to use page specific views and contracts. Next generation skining.
     </description>
     <forrestVersion>0.7</forrestVersion>
   </plugin>