From dev-return-21373-apmail-forrest-dev-archive=forrest.apache.org@forrest.apache.org Mon Dec 05 09:32:01 2005 Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 19427 invoked from network); 5 Dec 2005 09:32:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Dec 2005 09:32:00 -0000 Received: (qmail 86710 invoked by uid 500); 5 Dec 2005 09:31:59 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 86528 invoked by uid 500); 5 Dec 2005 09:31:59 -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 86507 invoked by uid 99); 5 Dec 2005 09:31:58 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Dec 2005 01:31:58 -0800 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 [212.23.3.140] (HELO pythagoras.zen.co.uk) (212.23.3.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Dec 2005 01:31:58 -0800 Received: from [82.69.78.226] (helo=[192.168.0.2]) by pythagoras.zen.co.uk with esmtp (Exim 4.30) id 1EjCh6-0004sf-ML for dev@forrest.apache.org; Mon, 05 Dec 2005 09:31:36 +0000 Message-ID: <439408E6.2070000@apache.org> Date: Mon, 05 Dec 2005 09:31:18 +0000 From: Ross Gardler User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@forrest.apache.org Subject: Re: Views References: <200512042200.12161.diwaker@apache.org> In-Reply-To: <200512042200.12161.diwaker@apache.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Originating-Pythagoras-IP: [82.69.78.226] X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Diwaker Gupta wrote: > On Sunday 04 December 2005 9:08 pm, Paul Bolger wrote: > >>[views: .fv files] Is there a way to specify one .fv file for multiple >>input files, or does every page need an individual file? > > > Yes. If you search through the archives, you'll find several emails from > Thorsten covering the resolving mechanism. I believe its something like this > (this is not authoritative, but indicative): > > o for pagename.html, first check if pagename.fv exists if not, look for one in the directory of the source file with the same name as the default *.fv (as defined in forrest.properties) if not, look for themename.fv in the PROJECT_HOME/resources/themes directory > o if not, look for themename.fv in the resources/themes directory (in the themer plugin) > o if not, use default.fv that ships with Forrest. Ross