Date: Thu, 6 Feb 2003 23:02:29 +0000 From: Ceri Davies <setantae@submonkey.net> To: Tom Rhodes <trhodes@FreeBSD.org> Cc: doc@FreeBSD.org Subject: Re: Documenting FreeBSD Officers, Hats, and Working Groups Message-ID: <20030206230229.GD18106@submonkey.net> In-Reply-To: <20030206174120.0075fcd5.trhodes@FreeBSD.org> References: <20030128040205.GO18752@freebsdmall.com> <20030206214853.GB17028@submonkey.net> <20030206165535.1503ff12.trhodes@FreeBSD.org> <20030206221455.GC17028@submonkey.net> <20030206174120.0075fcd5.trhodes@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Feb 06, 2003 at 05:41:20PM -0500, Tom Rhodes wrote: > On Thu, 6 Feb 2003 22:14:55 +0000 > Ceri Davies <setantae@submonkey.net> wrote: > > > On Thu, Feb 06, 2003 at 04:55:35PM -0500, Tom Rhodes wrote: > > > > > > I've already began > > > to think about how I want to set this up. I want to define entities > > > so we can do things like: > > > > > > &donations; > > > &so; > > > &so-team; > > > > > > However, developer entities already exist without email addresses, > > > I'm about to just include email addresses into the existing entities > > > and let it go throughout the site. Thats the most logical way IMHO, > > > however I'm still looking at a few other options, which include just > > > not using email addresses, yet that would be a bad idea... > > > > I think it would be useful to have a list of all the hats and their > > members in one place though - I saw at least two people state they > > didn't know who was in the TRB this week. > > Actually, I thought of this so they can be used at the internal > area, and then in the places (like releng) we can use entities and > just keep one file current. Perhaps hats.ent in the internal area > would be a better idea than developers... We *might* be talking about the same thing here, but I'm not sure. With the addition of the entities you mention above, I had in mind something like (in whereever it ends up). The entire thing is mutable, but it shows what I am talking about quite well: <sect1> <para>The following teams exist within the FreeBSD organization.</para> <sect2 id="donations"> <title>&donations;</title> <para>The &donations; exists to coordinate people with stuff to give and people who want it. Their bit of the website is <ulink url="/donations/">here</ulink>.</para> <para>The members of the &donations; are:</para> <itemizedlist> <listitem>&mwlucas;</listitem> <listitem>&obrien;</listitem> <listitem>&trhodes;</listitem> <listitem>...</listitem> </itemizedlist> </sect2> <!-- Best not forget admins@ --> <sect2 id="admins"> <title>&admins;</title> <para>The &admins; look after the project's hardware and network resources.</para> <para>The following people are members of &admins;:</para> <itemizedlist> <listitem>&peter;</listitem> <listitem>&joe;</listitem> ... </itemizedlist> </sect2> </sect1> You get the idea. Any and all omissions not intended to cause offence or whatever. Ceri -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030206230229.GD18106>