From owner-cvs-all@FreeBSD.ORG Mon Dec 6 12:40:41 2004
Return-Path:
Delivered-To: cvs-all@freebsd.org
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
by hub.freebsd.org (Postfix) with ESMTP
id 3193916A4CE; Mon, 6 Dec 2004 12:40:41 +0000 (GMT)
Received: from daemon.li (daemon.li [213.203.244.86])
by mx1.FreeBSD.org (Postfix) with ESMTP
id A9DD743D5A; Mon, 6 Dec 2004 12:40:40 +0000 (GMT)
(envelope-from josef@FreeBSD.org)
Received: from daemon.li (localhost [::ffff:127.0.0.1])
by daemon.li with esmtp; Mon, 06 Dec 2004 12:40:39 +0000
Received: from 140.78.167.137
(SquirrelMail authenticated user josef)
by webmail.daemon.li with HTTP;
Mon, 6 Dec 2004 12:40:39 -0000 (UTC)
Message-ID: <1131.140.78.167.137.1102336839.squirrel@webmail.daemon.li>
Date: Mon, 6 Dec 2004 12:40:39 -0000 (UTC)
From: "Josef El-Rayes"
To: ceri@submonkey.net
In-Reply-To: <20041206115045.GB513@submonkey.net>
References: <200412042304.iB4N488e000350@repoman.freebsd.org>
<20041206115045.GB513@submonkey.net>
X-Priority: 3
Importance: Normal
X-MSMail-Priority: Normal
X-Mailer: SquirrelMail (version 1.2.6)
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 7bit
X-Mime-Autoconverted: from 8bit to 7bit by courier 0.37
cc: murray@FreeBSD.org
cc: cvs-doc@FreeBSD.org
cc: cvs-all@FreeBSD.org
cc: doc-committers@FreeBSD.org
Subject: Re: cvs commit: www/en/docproj current.sgml
X-BeenThere: cvs-all@freebsd.org
X-Mailman-Version: 2.1.1
Precedence: list
List-Id: CVS commit messages for the entire tree
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Mon, 06 Dec 2004 12:40:41 -0000
> On Sat, Dec 04, 2004 at 11:04:08PM +0000, Murray Stokely wrote:
>> murray 2004-12-04 23:04:08 UTC
>>
>> FreeBSD doc repository
>>
>> Modified files:
>> en/docproj current.sgml
>> Log:
>> Use CSS for headings instead of tags.
>
>> | @@ -65,7 +65,7 @@
>> | the open documentation problem reports.
>> |
>> |
>> | - FreeBSD Handbook 3rd
>> Edition
| + FreeBSD Handbook 3rd
>> Edition
>
> Hmm. Does that actually buy us anything in the way of maintainability?
it helps to remove style from content (from html to css file), so you can
change style things without the need of going through all html documents,
but we should leave basic style tags in html, in case a browser is not
able to render css, so the html file stays viewable in any case.
-josef