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
This commit is contained in:
parent
0df29ebf33
commit
8bca051f77
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=14871
8 changed files with 340 additions and 5 deletions
17
en/projects/mips/Makefile
Normal file
17
en/projects/mips/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Summary for C99 project status
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
MAINTAINER= jmallett
|
||||
|
||||
.if exists(../Makefile.conf)
|
||||
.include "../Makefile.conf"
|
||||
.endif
|
||||
.if exists(../Makefile.inc)
|
||||
.include "../Makefile.inc"
|
||||
.endif
|
||||
|
||||
DOCS= index.sgml
|
||||
DATA= style.css
|
||||
|
||||
.include "${WEB_PREFIX}/share/mk/web.site.mk"
|
Loading…
Add table
Add a link
Reference in a new issue