Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 29511 invoked from network); 20 Jun 2005 19:29:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Jun 2005 19:29:39 -0000 Received: (qmail 24697 invoked by uid 500); 20 Jun 2005 19:29:36 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 24666 invoked by uid 500); 20 Jun 2005 19:29:35 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 24643 invoked by uid 99); 20 Jun 2005 19:29:35 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jun 2005 12:29:35 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [130.237.222.115] (HELO smtp.nada.kth.se) (130.237.222.115) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Jun 2005 12:29:35 -0700 X-Authentication-Info: The sender was authenticated as danielf using PLAIN at smtp.nada.kth.se Received: from [83.226.251.243] (c-f3fbe253.188-1-64736c14.cust.bredbandsbolaget.se [83.226.251.243]) (authenticated bits=0) by smtp.nada.kth.se (8.12.11/8.12.11) with ESMTP id j5KJTTqN007597 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 20 Jun 2005 21:29:30 +0200 (MEST) Message-ID: <42B719B8.4050509@nada.kth.se> Date: Mon, 20 Jun 2005 21:32:08 +0200 From: Daniel Fagerstrom User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: [Ann/RFC] "Sitemap Blocks" References: <42A1F510.3030903@nada.kth.se> <42ADAE82.5050603@apache.org> <42B6C7C0.1050605@nada.kth.se> <42B70A86.4060306@apache.org> In-Reply-To: <42B70A86.4060306@apache.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Stefano Mazzocchi wrote: > Daniel Fagerstrom wrote: >>Now, to continue the work on the sitemap aspect of blocks we really need >>to apply it in a non trivial application. By doing that we will get more >>experience of the involved concepts. It would also make it easier for >>the rest of the community to see what the sitemap aspect of blocks can >>be used for. There seem to be a large community interest in the >>component aspect of blocks, but not yet in the sitemap aspect. Actually >>using it in a real use case would also increase my and others motivation >>to polish the implementation. >> >>I think that the Linotype would make an excelent use case for >>introducing the current block mechanism in. Are you interested? > > > In fact, I am. Cool! > Give me a 3 lines description of where to start looking and I'll get going. A good starting point is the BlocksManager and sitemap component configurations in the test cases: src/test/org/apache/cocoon/test/components/blocks/BlocksManagerTestCase.xconf. /Daniel