diff --git a/en/internal/Makefile b/en/internal/Makefile index ef3edd3798..b2f19a12a2 100644 --- a/en/internal/Makefile +++ b/en/internal/Makefile @@ -1,44 +1,45 @@ -# $FreeBSD: www/en/internal/Makefile,v 1.37 2003/07/03 08:56:24 maxim Exp $ +# $FreeBSD: www/en/internal/Makefile,v 1.38 2003/11/24 23:30:29 trhodes 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+= expire-bits.sgml DOCS+= core-vote.sgml DOCS+= trb-dispute.sgml DOCS+= doceng.sgml DOCS+= rtp.sgml +DOCS+= policies.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" || ${hostname} == "www.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/developer.sgml b/en/internal/developer.sgml index 1be147ace3..58414f43c4 100644 --- a/en/internal/developer.sgml +++ b/en/internal/developer.sgml @@ -1,69 +1,71 @@ - + %includes; ]> &header;
This document is an overall guide for all new committers, including +both technical details and policy details. +For the former, see the chapters on + +CVS Operations, the + +GNATS bug tracking system, +and the + +SSH Quick-Start Guide.
+ +It contains almost everything a new committer to the FreeBSD Project +needs to know. See the Documentation Project Primer and the Ports Guide, +below, for more info.
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. +philosophy behind the Documentation Project.
A guide for FreeBSD ports committers
. + +