From owner-freebsd-doc Tue Dec 15 14:28:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA06664 for freebsd-doc-outgoing; Tue, 15 Dec 1998 14:28:08 -0800 (PST) (envelope-from owner-freebsd-doc@FreeBSD.ORG) Received: from nothing-going-on.demon.co.uk (nothing-going-on.demon.co.uk [193.237.89.66]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA06425 for ; Tue, 15 Dec 1998 14:25:40 -0800 (PST) (envelope-from nik@nothing-going-on.demon.co.uk) Received: (from nik@localhost) by nothing-going-on.demon.co.uk (8.8.8/8.8.8) id UAA27349; Tue, 15 Dec 1998 20:22:35 GMT (envelope-from nik) Message-ID: <19981215202234.29778@nothing-going-on.org> Date: Tue, 15 Dec 1998 20:22:34 +0000 From: Nik Clayton To: Eivind Eklund , Nik Clayton Cc: doc@FreeBSD.ORG Subject: Re: New page for mailing lists / projects / resources References: <19981215000528.38029@nothing-going-on.org> <19981215201702.Z46780@follo.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89.1i In-Reply-To: <19981215201702.Z46780@follo.net>; from Eivind Eklund on Tue, Dec 15, 1998 at 08:17:02PM +0100 Organization: Nik at home, where there's nothing going on Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Dec 15, 1998 at 08:17:02PM +0100, Eivind Eklund wrote: > On Tue, Dec 15, 1998 at 12:05:28AM +0000, Nik Clayton wrote: > > What is this? > > > > This is a new structure for presenting some information on the FreeBSD > > web site. > > I _like_ it :-) Good. This, incidentally, is why the *BSD myths page has been so long in production. I wanted to get this framework right first. > > projects.sgml and resources.sgml are HTML fragments that list the projects > > and resources appropriate for this list. Note that this HTML will be > > included in files that appear at two different positions in the tree, so > > any URLs must be absolute at least as far as the root document. > > > > By that I mean you can't put in > > > >
  • Random resource
  • > > > > You *must* put in code like > > > >
  • Random resource
  • > > > > otherwise links will break. This shouldn't be a problem, even for mirrors. > > I think this is wrong. At least www.jp.freebsd.org use a subdir for > the normal FreeBSD pages. > > Would it be possible to use some entity to refer to basepoints, or > somesuch? I've just had a quick think about this. It's a horrible kludge, but you could have an &dotdotslash; entity. In list-index-template.sgml it's defined and in lists/{projects|resources|lists}.sgml it's defined as lists/advocacy/projects.sgml would have URLs like ... But it should only be used once in a URL. If you needed to go up two levels you'd write ... That would also do the right thing. ... would be wrong. Thoughts? N -- C.R.F. Consulting -- we're run to make me richer. . . To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message