Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 19841 invoked from network); 16 Dec 2005 10:17:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 16 Dec 2005 10:17:06 -0000 Received: (qmail 27042 invoked by uid 500); 16 Dec 2005 10:16:42 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 26851 invoked by uid 500); 16 Dec 2005 10:16:41 -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 26840 invoked by uid 99); 16 Dec 2005 10:16:41 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Dec 2005 02:16:41 -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; Fri, 16 Dec 2005 02:16:39 -0800 Received: from [82.69.78.226] (helo=[192.168.0.2]) by pythagoras.zen.co.uk with esmtp (Exim 4.30) id 1EnCdN-0002fD-Gf for dev@forrest.apache.org; Fri, 16 Dec 2005 10:16:17 +0000 Message-ID: <43A293ED.5060004@apache.org> Date: Fri, 16 Dec 2005 10:16:13 +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: Creating documentation (Re: Link to CSS howto-structurer-dsl.html) References: <43A287D5.6050307@apache.org> <43A28DF5.4040202@pcotech.fr> In-Reply-To: <43A28DF5.4040202@pcotech.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable 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 Cyriaque Dupoirieux wrote: > Ross Gardler a =E9crit : >=20 >> Paul Bolger wrote: >> >>> Can anyone explain how to link to an external CSS file from an .fv fi= le? >> >> >> >> http://marc.theaimsgroup.com/?l=3Dforrest-dev&m=3D113244185027121&w=3D= 2 >> > Hi, Paul, >=20 > To summarise : >=20 > * The tag to include css file has the following syntax : >=20 > theme=3D"themeName"/> >=20 > * url attribute indicates the name of the css file, the dispatcher > searches for this file in the following order : > o Does the css file exists in the following directory - if > yes, use this one : >=20 > $PROJECT_HOME/src/documentation/resources/themes/yourtheme/css/layout.s= creen.css=20 >=20 >=20 > o Else, does the css file exists in the following directory - > if yes, use this one : >=20 > =20 > $FORREST_HOME/whiteboard/plugins/org.apache.forrest.plugin.output.theme= r/resources/themes/yourtheme/css/layout.screen.css=20 >=20 >=20 > o Else, does the css file exists in the following directory - > if yes, use this one : >=20 > =20 > $FORREST_HOME/whiteboard/plugins/org.apache.forrest.plugin.output.theme= r/resources/themes/common/css/layout.screen.css=20 >=20 >=20 > * media attribute indicates to the browser the stylesheets to use > depending on the detination media : > o screen : the stylesheet is used with the browser displaying > the page on the screen, > o print - the stylesheet is used while printing the document -= > or print preview... >=20 > (There is a bug with firefox, the bug is already declared twice > in bugzilla, so we are waiting...) >=20 > * theme attribute indicates to the browser for which theme this > stylesheet should be used, letting you add several css files > corresponding to different themes of the same page. (this is a general comment not at all aimed at the authors of these=20 mails - since I'm in that group) Why is it that people take the time to write clear documentation like=20 this but nobody puts it into a document? Someone, please get this into documentation within the structurer=20 plugin. Note that it need not be the person who posts the solution,=20 maybe the person asking the question could help too. (remember this is *not* aimed at people in this thread, it's a general=20 point that I often wonder about). Ross