Return-Path: Delivered-To: apmail-forrest-svn-archive@www.apache.org Received: (qmail 66543 invoked from network); 17 Jan 2007 23:55:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Jan 2007 23:55:44 -0000 Received: (qmail 87174 invoked by uid 500); 17 Jan 2007 23:55:50 -0000 Delivered-To: apmail-forrest-svn-archive@forrest.apache.org Received: (qmail 87142 invoked by uid 500); 17 Jan 2007 23:55:50 -0000 Mailing-List: contact svn-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: "Forrest Developers List" List-Id: Delivered-To: mailing list svn@forrest.apache.org Received: (qmail 87129 invoked by uid 99); 17 Jan 2007 23:55:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jan 2007 15:55:50 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jan 2007 15:55:43 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 682431A981A; Wed, 17 Jan 2007 15:54:39 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r497254 - /forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.output.solr/status.xml Date: Wed, 17 Jan 2007 23:54:39 -0000 To: svn@forrest.apache.org From: thorsten@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070117235439.682431A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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 @@ + @@ -38,22 +39,33 @@ - + Initial plugin code. + + Adding paginator transformer. The pagination will add something like this to the stream: + + + + ]]> + + + Initial plugin code. + + + Grouping all plugin specific contracts and hooks as tiles. + + + Excluding the solr-actionbar contract when in crawler mode. + - Customize this template plugin with your plugin's details. This - TODO list is generated from 'status.xml'. - - - Create the documentation with lots of examples and samples. - XML content goes in - src/documentation/content/xdocs. + Add more explanation about each component (generator and transformer) + to make it easier for cocoon folks to use them direcly from the plugin jar.