From dev-return-26367-apmail-forrest-dev-archive=forrest.apache.org@forrest.apache.org Thu Jan 18 08:45:42 2007 Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 74756 invoked from network); 18 Jan 2007 08:45:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Jan 2007 08:45:41 -0000 Received: (qmail 57861 invoked by uid 500); 18 Jan 2007 08:45:47 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 57818 invoked by uid 500); 18 Jan 2007 08:45:47 -0000 Mailing-List: contact dev-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@forrest.apache.org List-Id: Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 57807 invoked by uid 99); 18 Jan 2007 08:45:47 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Jan 2007 00:45:47 -0800 X-ASF-Spam-Status: No, hits=2.9 required=10.0 tests=HELO_DYNAMIC_SPLIT_IP,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of thorsten.scherler.ext@juntadeandalucia.es designates 217.12.18.114 as permitted sender) Received: from [217.12.18.114] (HELO 114.zone-217.12.18.juntadeandalucia.es) (217.12.18.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Jan 2007 00:45:38 -0800 Received: from [10.240.216.71] (helo=mail.juntadeandalucia.es) by guadix1.juntadeandalucia.es with esmtps (TLSv1:AES256-SHA:256) (Exim 4.60) (envelope-from ) id 1H7StY-0006Yt-JD for dev@forrest.apache.org; Thu, 18 Jan 2007 09:45:16 +0100 Received: from [10.240.216.71] (helo=[10.240.194.36]) by mail.juntadeandalucia.es with esmtpa (Exim 4.60) (envelope-from ) id 1H7StY-0004R7-SG for dev@forrest.apache.org; Thu, 18 Jan 2007 09:45:17 +0100 Subject: Re: Renaming tiles to X?(was Re: svn commit: r496145) From: Thorsten Scherler To: dev@forrest.apache.org In-Reply-To: <20070118024436.GA8001@igg.indexgeo.com.au> References: <20070114204846.6C05F1A981A@eris.apache.org> <45AB4600.60308@apache.org> <1169073543.14189.50.camel@cartman> <20070118024436.GA8001@igg.indexgeo.com.au> Content-Type: text/plain Date: Thu, 18 Jan 2007 09:45:51 +0100 Message-Id: <1169109951.4988.20.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 Content-Transfer-Encoding: 7bit X-Spam-Score: -1.4 (-) X-Virus-Checked: Checked by ClamAV on apache.org On Thu, 2007-01-18 at 13:44 +1100, David Crossley wrote: > Thorsten Scherler wrote: > > Ross Gardler wrote: > > > thorsten@apache.org wrote: > > > > Author: thorsten > > > > Date: Sun Jan 14 12:48:45 2007 > > > > New Revision: 496145 > > > > > > > > URL: http://svn.apache.org/viewvc?view=rev&rev=496145 > > > > Log: > > > > Allowing plugins to provide tiles. > > > > > > I'm assuming this is tiles in Dispatcher speak not tiles as in Apache > > > Tiles. If this is so I think we ought to find a different name for it in > > > Dispatcher, I can already "hear" the confused user questions as a result > > > of a Google search. > > > > Would be templates better? > > > > They are "sub-structurer" to easier provide grouped contracts > > (functionality) and hooks (design) on a plugin/project/theme base. > > "Templates" is an over-used term. > > Would the term "groups" be suitable. I like it. It describes best what it is. A group of contracts and hooks. Thanks David. salu2 > > thorsten