diff --git a/en/internal/Makefile b/en/internal/Makefile index 2749944bdc..4472b57db1 100644 --- a/en/internal/Makefile +++ b/en/internal/Makefile @@ -1,41 +1,42 @@ -# $FreeBSD: www/en/internal/Makefile,v 1.29 2002/03/06 21:22:10 jim Exp $ +# $FreeBSD: www/en/internal/Makefile,v 1.30 2002/04/06 15:35:30 rwatson Exp $ .if exists(../Makefile.conf) .include "../Makefile.conf" .endif .if exists(../Makefile.inc) .include "../Makefile.inc" .endif DOCS= photos.sgml DOCS+= internal.sgml DOCS+= about.sgml DOCS+= machines.sgml DOCS+= mirror.sgml DOCS+= new-account.sgml DOCS+= statistic.sgml DOCS+= developer.sgml DOCS+= bylaws.sgml DOCS+= releng.sgml DOCS+= releng45.sgml DOCS+= expire-bits.sgml +DOCS+= core-vote.sgml INDEXLINK= internal.html # build the list of personal homepages of FreeBSD developers only # on the main FreeBSD machines hostname!= hostname .if ${hostname} == "hub.freebsd.org" || ${hostname} == "freefall.freebsd.org" DOCS+= homepage.sgml .PHONY: homepage.inc homepage.inc: homepage.pl ${PERL} ${.CURDIR}/homepage.pl > ${.TARGET} homepage.html: homepage.inc CLEANFILES+= homepage.inc .endif DATA+= README.mirror ssh-keys.asc .include "${WEB_PREFIX}/share/mk/web.site.mk" diff --git a/en/internal/core-vote.sgml b/en/internal/core-vote.sgml new file mode 100644 index 0000000000..6bb4eb6b22 --- /dev/null +++ b/en/internal/core-vote.sgml @@ -0,0 +1,78 @@ + + + + %includes; +]> + + + &header; + +

Core's Voting Procedures

+ +

Committers

+ + + +

Personnel

+ + + +

Issues

+ + + +

Unanimous Consent

+ + + +

Any committer may get unanimous consent of core to do something so + long as at least one core member says 'yes' and the previous paragraph + is otherwise followed. +

+ + &footer; + + + diff --git a/en/internal/developer.sgml b/en/internal/developer.sgml index 6950ce1340..b43bd62a8b 100644 --- a/en/internal/developer.sgml +++ b/en/internal/developer.sgml @@ -1,65 +1,67 @@ - + %includes; ]> &header;

Committers Guide

Almost everything a new committer to the FreeBSD Project needs to know (see the Ports Guide and FDP Primer for more info).

New Account Creation Procedure

Commit Bit Expiration Policy

Core Bylaws

+

Core's Voting Procedures

+

Build the FreeBSD Web Pages

&webbuild;

FreeBSD Documentation Project Primer for New Contributors

This primer covers everything you will need to know in order to start contributing to the FreeBSD Documentation Project, from the tools and software you will be using (both mandatory and recommended) to the philosophy behind the Documentation Project.

FreeBSD Porter's Handbook

A Guide for FreeBSD Ports Committers

FreeBSD Projects

Other Resources

FreeBSD Internal Home &footer;