From 8bca051f77a19c5aa18198cc1b5e60e35b1747b7 Mon Sep 17 00:00:00 2001 From: Juli Mallett Date: Fri, 8 Nov 2002 14:56:50 +0000 Subject: [PATCH] Add a project status page ala C99 and similar for FreeBSD/MIPS, to make it easier for people to track the status. Add a developers.sgml entry for Justin Wojdacki for use in the status page. Reviewed by: ceri Add an entry for MIPS on the platforms page, and a small page there with a few tiny bits of information, mostly mailing list info and a link to the afforementioned status page. Requested by: ceri --- en/developers.sgml | 3 +- en/platforms/Makefile | 3 +- en/platforms/index.sgml | 6 +- en/platforms/mips.sgml | 75 ++++++++++++++ en/projects/Makefile | 4 +- en/projects/mips/Makefile | 17 +++ en/projects/mips/index.sgml | 199 ++++++++++++++++++++++++++++++++++++ en/projects/mips/style.css | 38 +++++++ 8 files changed, 340 insertions(+), 5 deletions(-) create mode 100644 en/platforms/mips.sgml create mode 100644 en/projects/mips/Makefile create mode 100644 en/projects/mips/index.sgml create mode 100644 en/projects/mips/style.css diff --git a/en/developers.sgml b/en/developers.sgml index 70cf051e13..e96ff52b10 100644 --- a/en/developers.sgml +++ b/en/developers.sgml @@ -6,7 +6,7 @@ allows multiple documents to use the abbreviated entities, and allows us to update author names, or the representation of those names (such as adding email addresses), by just editing a single file. -$FreeBSD: www/en/developers.sgml,v 1.21 2002/08/23 17:46:45 mike Exp $ +$FreeBSD: www/en/developers.sgml,v 1.22 2002/11/06 03:23:17 keramida Exp $ --> @@ -46,6 +46,7 @@ $FreeBSD: www/en/developers.sgml,v 1.21 2002/08/23 17:46:45 mike Exp $ + diff --git a/en/platforms/Makefile b/en/platforms/Makefile index 80dce5278e..9f27d7eb4b 100644 --- a/en/platforms/Makefile +++ b/en/platforms/Makefile @@ -1,4 +1,4 @@ -# $FreeBSD: www/en/platforms/Makefile,v 1.2 2000/11/30 18:56:25 jim Exp $ +# $FreeBSD: www/en/platforms/Makefile,v 1.3 2001/05/04 22:31:57 obrien Exp $ .if exists(../Makefile.conf) .include "../Makefile.conf" @@ -10,6 +10,7 @@ DOCS= alpha.sgml DOCS+= ia64.sgml DOCS+= index.sgml +DOCS+= mips.sgml DOCS+= ppc.sgml DOCS+= sparc.sgml DOCS+= x86-64.sgml diff --git a/en/platforms/index.sgml b/en/platforms/index.sgml index 231072ee66..c670bbddbe 100644 --- a/en/platforms/index.sgml +++ b/en/platforms/index.sgml @@ -2,7 +2,7 @@ - + %includes;]> @@ -20,6 +20,7 @@