head	1.13;
access;
symbols
	RELEASE_8_3_0:1.13
	RELEASE_9_0_0:1.13
	RELEASE_7_4_0:1.13
	RELEASE_8_2_0:1.13
	RELEASE_8_1_0:1.12
	RELEASE_7_3_0:1.11
	RELEASE_8_0_0:1.11
	RELEASE_7_2_0:1.11
	RELEASE_7_1_0:1.11
	RELEASE_6_4_0:1.11
	RELEASE_6_3_0:1.10
	RELEASE_7_0_0:1.10
	RELEASE_6_2_0:1.10
	RELEASE_5_5_0:1.10
	RELEASE_6_1_0:1.10
	RELEASE_6_0_0:1.10
	RELEASE_5_4_0:1.9
	RELEASE_4_11_0:1.9
	RELEASE_5_3_0:1.9
	RELEASE_4_10_0:1.7
	RELEASE_5_2_1:1.6
	RELEASE_5_2_0:1.6
	RELEASE_4_9_0:1.6
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


1.13
date	2010.12.04.18.18.25;	author tabthorpe;	state Exp;
branches;
next	1.12;

1.12
date	2010.02.20.18.38.46;	author linimon;	state Exp;
branches;
next	1.11;

1.11
date	2008.08.16.22.21.38;	author pgj;	state Exp;
branches;
next	1.10;

1.10
date	2005.09.20.20.55.51;	author joel;	state Exp;
branches;
next	1.9;

1.9
date	2004.10.26.18.58.32;	author simon;	state Exp;
branches;
next	1.8;

1.8
date	2004.07.06.15.09.51;	author hrs;	state Exp;
branches;
next	1.7;

1.7
date	2004.04.06.16.10.03;	author phantom;	state Exp;
branches;
next	1.6;

1.6
date	2003.07.08.19.05.30;	author hrs;	state Exp;
branches;
next	1.5;

1.5
date	2003.07.08.17.51.11;	author hrs;	state Exp;
branches;
next	1.4;

1.4
date	2003.04.22.18.35.36;	author hrs;	state Exp;
branches;
next	1.3;

1.3
date	2003.04.19.11.39.23;	author hrs;	state Exp;
branches;
next	1.2;

1.2
date	2003.02.16.14.59.40;	author hrs;	state Exp;
branches;
next	1.1;

1.1
date	2001.08.01.23.22.35;	author murray;	state Exp;
branches;
next	;


desc
@@


1.13
log
@- Add a page for portmgr alumni

Reviewed by:	keramida
@
text
@#
# $FreeBSD$
#
# Article: Contributors to FreeBSD

DOC?= article

FORMATS?= html
WITH_ARTICLE_TOC?= YES

INSTALL_COMPRESSED?=gz
INSTALL_ONLY_COMPRESSED?=

SRCS=	article.sgml
SRCS+=	contrib.ent
SRCS+=	contrib.386bsd.sgml
SRCS+=	contrib.additional.sgml
SRCS+=	contrib.committers.sgml
SRCS+=	contrib.corealumni.sgml
SRCS+=	contrib.develalumni.sgml
SRCS+=	contrib.develinmemoriam.sgml
SRCS+=	contrib.portmgralumni.sgml

URL_RELPREFIX?=	../../../..
DOC_PREFIX?=	${.CURDIR}/../../..

.include "${DOC_PREFIX}/share/mk/doc.project.mk"
@


1.12
log
@Apparently I forgot to add the newest chapter to SRCS.
@
text
@d22 1
@


1.11
log
@Clean up in articles/contributors:

- Remove deprecated listings of teams (since they were moved to [1] and
  they are maintained at administration [2]):
  - Core Team (section 2)
  - Other FreeBSD Teams, like The FreeBSD Documentation Engineering Team,
    The FreeBSD Port Management Team, and so on (section 3)
  - Miscellaneous Hats, like The FreeBSD Bugmeisters and GNATS admins,
    The FreeBSD Security Officers, and so on (section 4)
  - FreeBSD Release Engineering Teams, like Primary FreeBSD Release
	Engineering Team, AMD64 Release Engineering Team, and so on
	(section 5)
  - The FreeBSD Documentation Project, like Handbook Editor,
	FAQ Editor, and so on (section 7)
  - Who is Responsible for What, like CVSup Mirror Site Coordinator,
    Postmaster, and so on (section 8)

- Move Adam Weinberger (adamw@@) back to active developers

- Fix ordering of rnolan@@ and sbruno@@

- Add wes@@ and imp@@ to the Core Team Alumni

[1] http://lists.freebsd.org/pipermail/cvs-doc/2007-March/015350.html
[2] http://www.freebsd.org/administration.html

Discussed with:	joel, remko (section 7), ache (section 8)
Reviewed by:	joel
Approved by:	gabor (mentor)
@
text
@d21 1
@


1.10
log
@Split article.sgml into two more files.

Reviewed by:	brueffer
@
text
@a18 1
SRCS+=	contrib.core.sgml
a20 3
SRCS+=	contrib.docproj.sgml
SRCS+=	contrib.staff.sgml
SRCS+=	contrib.who.sgml
@


1.9
log
@Add contrib.staff.sgml to SRCS.
@
text
@d22 1
d24 1
@


1.8
log
@Use relative URLs when URL_RELPREFIX is defined and URLS_ABSOLUTE
is not defined.

- URL_RELPREFIX must always point the top page's URL
  (http://www.FreeBSD.org) in relative form, defined in Makefile.

- &url.base; can be used in doc/<langcode>/*.  It will be
  replaced with the real URL which points the top page.

For translators: Please make sure to define URL_RELPREFIX to
point the top page.  The localized docs have different directory
hierarchy in its URL from the English version.

Tested by:	den
@
text
@d22 1
@


1.7
log
@Sync these Makefiles to have one style of declarations and comments.
@
text
@d23 3
a25 1
DOC_PREFIX?= ${.CURDIR}/../../..
@


1.6
log
@Add contrib.ent for contrib.*.sgml and use it in article.sgml.
@
text
@d1 1
d3 2
d9 1
d14 8
a21 10
WITH_ARTICLE_TOC?=YES

SRCS= article.sgml
SRCS+=contrib.ent
SRCS+=contrib.386bsd.sgml
SRCS+=contrib.additional.sgml
SRCS+=contrib.committers.sgml
SRCS+=contrib.core.sgml
SRCS+=contrib.corealumni.sgml
SRCS+=contrib.develalumni.sgml
a23 1

@


1.5
log
@Split contributors/article.sgml into several files.

Note to committers: Lists of core, committers, and contributors are
split into contrib.core.sgml, contrib.committers.sgml,
and contrib.additional.sgml respectively.

Translators: Please use the split files as entities in the
localized article.sgml instead of translating all of the
original files.  See ja_JP.eucJP version for example.

Not objected to by:	-doc
@
text
@d13 1
@


1.4
log
@Back out WITH_DOCFORMAT_NAVI_LINK?=YES in Makefile.  The navi-link
is generated when ${WITH_DOCFORMAT_NAVI_LINK} is defined or
${FORMATS} includes "html" and "html-split."
@
text
@d13 6
@


1.3
log
@- Add WITH_DOCFORMAT_NAVI_LINK to mk/doc.docbook.mk and
  enable it in en_US.ISO8859-1/ and ja_JP.eucJP/.

- Add PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
  and l10n.ent for entity localization.

- Use share/misc/docbook.css for indentiation of <programlisting>
  and <screen>.

- Add some missing $FreeBSD$.
@
text
@a10 1
WITH_DOCFORMAT_NAVI_LINK?=YES
@


1.2
log
@Replace ${JADEFLAGS} with the corresponding variables.
@
text
@d10 2
a11 1
WITH_ARTICLE_TOC=YES
@


1.1
log
@Combine parts of Chapter 21 and Appendix D from the FreeBSD Handbook
into a separate 'Contributors' article so that everything is in one
place.  This was done for various reasons :

  * This information is way out of scope for the Handbook.

  * When we talk about "Contributors" to FreeBSD or developed by "A
    large team of individuals" on the web site we can point the user
    to a complete document on our web page rather than two separate
    chapters in the Handbook.

  * We can create a plain-text 'CREDITS' file from this SGML and put
    it in /usr/share/misc or similar for all FreeBSD installs if that
    is desired.

Reviewed by: Nik
@
text
@d10 1
a10 1
JADEFLAGS+=	-V %generate-article-toc%
@

