From afa8f50a084ee811bb3fc12ae2e785806ac2af72 Mon Sep 17 00:00:00 2001 From: Tom Rhodes Date: Sun, 9 Feb 2003 00:09:19 +0000 Subject: [PATCH] Add a hats.ent file. In this file, define the following information: What hats are availible. What the different hat-based groups/teams are. Who is part of what group/team, thus explaining what hat they are wearing. Mark all this up in entity format, thus using one entity across the site will list all the team members. --- en/hats.ent | 84 ++++++++++++++++++++++++++++++++++++++++++++ en/internal/Makefile | 3 +- 2 files changed, 86 insertions(+), 1 deletion(-) create mode 100644 en/hats.ent diff --git a/en/hats.ent b/en/hats.ent new file mode 100644 index 0000000000..639ba838b5 --- /dev/null +++ b/en/hats.ent @@ -0,0 +1,84 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Alan Cox'> +Satoshi Asami'> +Bill Fumerola'> +Bruce B. Mah'> +Chern Lee'> +Daniel Harris'> +Dag-Erling Smorgrav'> +Doug Rabson'> +Andrew Gallatin'> +Guido van Rooij'> +Ian Dowse'> +Warner Losh'> +Jake Burkholder'> +Jeff Roberson'> +Chris D. Faulhaber'> +John Baldwin'> +Akinori MUSHA'> +Kris Kennaway'> +Jun Kuriyama'> +Mario Sergio Fujikawa Ferreira'> +Marcel Moolenaar'> +Murray Stokely'> +Michael Lucas'> +Jacques Vidrine'> +Nik Clayton'> +Nick Sayer'> +Takahashi Yoshihiro'> +David O`Brien'> +Peter Wemm'> +Poul-Henning Kamp'> +Ruslan Ermilov'> +Robert Watson'> +Sam Leffler'> +Scott Long'> +Maxim Sobolev'> +Steve Price'> +Thomas Moestl'> +Trevor Johnson'> +Tom Rhodes'> +Wes Peters'> +Will Andrews'> +Wilko Bulte'> \ No newline at end of file diff --git a/en/internal/Makefile b/en/internal/Makefile index c156dfcf40..4e07957404 100644 --- a/en/internal/Makefile +++ b/en/internal/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD: www/en/internal/Makefile,v 1.31 2003/01/04 02:03:58 kuriyama Exp $ +# $FreeBSD: www/en/internal/Makefile,v 1.32 2003/02/07 12:24:17 ceri Exp $ .if exists(../Makefile.conf) .include "../Makefile.conf" @@ -13,6 +13,7 @@ DOCS+= about.sgml DOCS+= machines.sgml DOCS+= mirror.sgml DOCS+= new-account.sgml +DOCS+= staff.sgml DOCS+= statistic.sgml DOCS+= developer.sgml DOCS+= bylaws.sgml