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 2007/01/18 00:54:39 UTC

svn commit: r497254 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.solr/status.xml

Author: thorsten
Date: Wed Jan 17 15:54:38 2007
New Revision: 497254

URL: http://svn.apache.org/viewvc?view=rev&rev=497254
Log:
adding the work done on the plugin to the status

Modified:
    forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.solr/status.xml

Modified: forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.solr/status.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.solr/status.xml?view=diff&rev=497254&r1=497253&r2=497254
==============================================================================
--- forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.solr/status.xml (original)
+++ forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.solr/status.xml Wed Jan 17 15:54:38 2007
@@ -19,6 +19,7 @@
 
   <developers>
     <!-- Add new developers here -->
+    <person name="Thorsten Scherler" email="thorsten@apache.org" id="TS"/>
     <person name="Volunteer needed" email="dev@forrest.apache.org" id="open"/>
   </developers>
 
@@ -38,22 +39,33 @@
   <changes>
     <!-- Add new releases here -->
     <release version="0.1" date="not-released">
-      <action dev="RDG" type="add" context="admin">
+      <action dev="TS" type="add" context="admin">
         Initial plugin code.
       </action>
+      <action dev="TS" type="add" context="admin">
+        Adding paginator transformer. The pagination will add something like this to the stream:
+ <![CDATA[<paginator found="17" start="0" rows="10" pages="2">
+  <page id="1" queryString="q=forrest&amp;hl=true&amp;rows=10&amp;version=2.2&amp;indent=on&amp;hl.fl=content&amp;fl=id,title&amp;Search=Search&amp;start=0" current="true"/>
+  <page id="2" queryString="q=forrest&amp;hl=true&amp;rows=10&amp;version=2.2&amp;indent=on&amp;hl.fl=content&amp;fl=id,title&amp;Search=Search&amp;start=10"/>
+ </paginator>]]>
+      </action>
+      <action dev="TS" type="add" context="admin">
+        Initial plugin code.
+      </action>
+      <action dev="TS" type="add" context="admin">
+        Grouping all plugin specific contracts and hooks as tiles.
+      </action>
+      <action dev="TS" type="add" context="admin">
+        Excluding the solr-actionbar contract when in crawler mode.
+      </action>
     </release>
   </changes>
 
   <todo>
     <actions priority="high">
       <action context="docs" dev="open">
-        Customize this template plugin with your plugin's details.  This
-        TODO list is generated from 'status.xml'.
-      </action>
-      <action context="docs" dev="open">
-        Create the documentation with lots of examples and samples.  
-        XML content goes in
-        <code>src/documentation/content/xdocs</code>.
+        Add more explanation about each component (generator and transformer)
+        to make it easier for cocoon folks to use them direcly from the plugin jar.
       </action>
     </actions>
   </todo>