From dev-return-20105-apmail-forrest-dev-archive=forrest.apache.org@forrest.apache.org Tue Oct 04 07:27:18 2005 Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 56522 invoked from network); 4 Oct 2005 07:27:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Oct 2005 07:27:18 -0000 Received: (qmail 30987 invoked by uid 500); 4 Oct 2005 07:27:17 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 30788 invoked by uid 500); 4 Oct 2005 07:27:16 -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 30777 invoked by uid 99); 4 Oct 2005 07:27:16 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Oct 2005 00:27:16 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [65.77.211.84] (HELO www2.kc.aoindustries.com) (65.77.211.84) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Oct 2005 00:27:20 -0700 Received: from fo2.kc.aoindustries.com (www2.kc.aoindustries.com [65.77.211.84]) by www2.kc.aoindustries.com (8.13.1/8.13.1) with ESMTP id j947QrG5009499 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 4 Oct 2005 02:26:53 -0500 Received: from localhost (localhost [[UNIX: localhost]]) by fo2.kc.aoindustries.com (8.13.1/8.13.1/Submit) id j947QrrJ009440 for dev@forrest.apache.org; Tue, 4 Oct 2005 02:26:53 -0500 X-Authentication-Warning: fo2.kc.aoindustries.com: indexgeo set sender to crossley@apache.org using -f Date: Tue, 4 Oct 2005 17:26:49 +1000 From: David Crossley To: dev@forrest.apache.org Subject: Re: status of "views" development (Was: svn commit: r292072) Message-ID: <20051004072649.GA23439@igg.indexgeo.com.au> References: <20050927235942.91569.qmail@minotaur.apache.org> <20051004032208.GA20530@igg.indexgeo.com.au> <1128410482.8261.22.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1128410482.8261.22.camel@localhost> User-Agent: Mutt/1.4i X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Thorsten Scherler wrote: > David Crossley escribi??: > ... > > The views development is now in two new plugins: > > * internal.structurer (which was copied from internal.view) > > * output.themes (which was copied from output.viewHelper.xhtml) > > > > The input.viewHelper.xhtml.ls plugin is still relevant to > > get a list of contracts. > > > Development of the old plugins has now ceased. The last > > working version was SVN revision r292708. > > > > That is right. The "new" version of views, that are will be used in the > future are in the new plugins. They are based on jx-templates. > > > Documentation will need to be changed. > > for the new plugins because the contracts have to request all content > that they are using. There is no default pipeline anymore. What! Do you mean also the original source which provides the main content? -David