Return-Path: Delivered-To: apmail-forrest-user-archive@www.apache.org Received: (qmail 62454 invoked from network); 3 Dec 2004 13:39:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 3 Dec 2004 13:39:17 -0000 Received: (qmail 79923 invoked by uid 500); 3 Dec 2004 13:39:16 -0000 Delivered-To: apmail-forrest-user-archive@forrest.apache.org Received: (qmail 79891 invoked by uid 500); 3 Dec 2004 13:39:15 -0000 Mailing-List: contact user-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: user@forrest.apache.org Delivered-To: mailing list user@forrest.apache.org Received: (qmail 79877 invoked by uid 99); 3 Dec 2004 13:39:15 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from zukmail03.zreo.compaq.com (HELO zukmail03.zreo.compaq.com) (161.114.128.27) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 03 Dec 2004 05:39:13 -0800 Received: from IDAEXG12.emea.cpqcorp.net (idaexg12.emea.cpqcorp.net [16.16.5.39]) by zukmail03.zreo.compaq.com (Postfix) with ESMTP id 092922E80 for ; Fri, 3 Dec 2004 13:39:10 +0000 (GMT) Received: from idaexc01.emea.cpqcorp.net ([16.16.5.47]) by IDAEXG12.emea.cpqcorp.net with Microsoft SMTPSVC(6.0.3790.211); Fri, 3 Dec 2004 14:39:10 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C4D93D.78095FA2" Subject: [skins] Remark on skins documentation - page breaks Date: Fri, 3 Dec 2004 14:39:09 +0100 Message-ID: <1AB048BB58C35849AD36CDE65F16C110DA2800@idaexc01.emea.cpqcorp.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [skins] Remark on skins documentation - page breaks Thread-Index: AcTZPXedL8AbcG9UQfqr5+mvyjAplQ== From: "Jacques, Olivier (OCBU-Test Infra)" To: X-OriginalArrivalTime: 03 Dec 2004 13:39:10.0538 (UTC) FILETIME=[7828AAA0:01C4D93D] X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N This is a multi-part message in MIME format. ------_=_NextPart_001_01C4D93D.78095FA2 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hello, =20 first, thanks this great piece of software! I have a small comment on the current documentation: http://forrest.apache.org/docs/dev/your-project.html#skins To create a new skin, it is recommended to start from an existing skin and copy it to src/documentation/skins This is what I did (from tigris skin) but it didn't work at first.=20 -> I had to copy the "common" skin too in the same place. =20 Don't know if you want to change the documentation or something in the skins themselves. =20 As per suggested in the documentation, here is why I wanted to create a new skin: insert page breaks at certain points in the document. This is done using CSS with the attribute: "page-break-before: always" So I did, in "mytigris.css": h3, h4 { margin-bottom: 0; page-break-before: always; } =20 It would be great to have this hability from within the document XML source. =20 Best regards, Olivier. ------_=_NextPart_001_01C4D93D.78095FA2 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable
Hello,
 
first, thanks this great piece of=20 software!
I have a small comment on the current = documentation: http:= //forrest.apache.org/docs/dev/your-project.html#skins
To create a new skin, it is recommended to = start from=20 an existing skin and copy it to=20 src/documentation/skins
This is what I did (from tigris skin) but it = didn't=20 work at first.
-> I had to copy the "common" skin too in = the same=20 place.
 
Don't know if you want to change the = documentation or=20 something in the skins themselves.
 
As per suggested in the documentation, here = is why I=20 wanted to create a new skin: insert page breaks at certain points in the = document.
This is done using CSS with the attribute:=20 "page-break-before: always"
So I did, in = "mytigris.css":
h3, h4 {
 margin-bottom:=20 0;
 page-break-before: always;
}
 
It would be great to have this hability from = within the=20 document XML source.
 
Best regards,
Olivier.
------_=_NextPart_001_01C4D93D.78095FA2--