From owner-freebsd-www@FreeBSD.ORG Tue Jan 11 10:23:59 2005 Return-Path: Delivered-To: freebsd-www@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8CD3C16A4CE for ; Tue, 11 Jan 2005 10:23:59 +0000 (GMT) Received: from engine140.deployzone.net (engine140.deployzone.net [193.17.85.140]) by mx1.FreeBSD.org (Postfix) with SMTP id C5F4643D3F for ; Tue, 11 Jan 2005 10:23:58 +0000 (GMT) (envelope-from chris@zumbrunn.com) Received: from adsl-212-90-218-5.cybernet.ch [212.90.218.5] by engine140.deployzone.net; Tue, 11 Jan 2005 11:23:05 +0100 In-Reply-To: <20050110180154.GB49329@submonkey.net> References: <736EAA55-5B8B-11D9-ACB2-000A95C969C6@zumbrunn.com> <20050102110732.GB861@zaphod.nitro.dk> <20050103232207.GA44980@gothmog.gr> <9FC79942-5DE3-11D9-BEAB-000A95C969C6@zumbrunn.com> <20050110180154.GB49329@submonkey.net> Mime-Version: 1.0 (Apple Message framework v619) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Chris Zumbrunn Date: Tue, 11 Jan 2005 11:23:54 +0100 To: Ceri Davies X-Mailer: Apple Mail (2.619) cc: freebsd-www@freebsd.org Subject: Re: Rework of the FreeBSD website [was:FreeBSD'sVisualIdentity:Outdated?] X-BeenThere: freebsd-www@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: FreeBSD Project Webmasters List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jan 2005 10:23:59 -0000 On Jan 10, 2005, at 7:01 PM, Ceri Davies wrote: > On Wed, Jan 05, 2005 at 10:46:28AM +0100, Chris Zumbrunn wrote: >> >> The html versions are now available from the following URLs: >> >> http://top.ch/sitedata/freebsd/freebsdweb1e.html >> http://top.ch/sitedata/freebsd/freebsdweb2e.html >> >> How does that look? >> >> There is also a patch http://top.ch/sitedata/freebsd/patch.txt but I'm >> not sure if it's usable. At least it should provide you with a good >> overview of the kind of modifications involved. > > Is • a standard entity, or does this fail to build? Similarly for > &stylesheet; - are you sure we have the whole patch here? • is a standard entity as of HTML 4.0. Alternatively, I believe • could also be used. &stylesheet; is a placeholder that gets replaced with the correct URL when the site is built. I didn't add that, it's already in use like that. Chris