Commit graph

13 commits

Author SHA1 Message Date
Thomas Abthorpe
b7f16a0634 - Add a page for portmgr alumni
Reviewed by:	keramida
2010-12-04 18:18:25 +00:00
Mark Linimon
a28b5edc1d Apparently I forgot to add the newest chapter to SRCS. 2010-02-20 18:38:46 +00:00
Gabor Pali
425401b4b4 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)
2008-08-16 22:21:38 +00:00
Joel Dahl
e356cd7f2f Split article.sgml into two more files.
Reviewed by:	brueffer
2005-09-20 20:55:51 +00:00
Simon L. B. Nielsen
07cea875d9 Add contrib.staff.sgml to SRCS. 2004-10-26 18:58:32 +00:00
Hiroki Sato
84f8ee0a15 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
2004-07-06 15:09:55 +00:00
Alexey Zelkin
6d048e2320 Sync these Makefiles to have one style of declarations and comments. 2004-04-06 16:10:08 +00:00
Hiroki Sato
af088b1371 Add contrib.ent for contrib.*.sgml and use it in article.sgml. 2003-07-08 19:05:30 +00:00
Hiroki Sato
7224c79e47 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
2003-07-08 17:51:11 +00:00
Hiroki Sato
f6cd99b654 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."
2003-04-22 18:35:44 +00:00
Hiroki Sato
4f8b26641c - 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$.
2003-04-19 11:39:30 +00:00
Hiroki Sato
ee5bf07c5d Replace ${JADEFLAGS} with the corresponding variables. 2003-02-16 14:59:48 +00:00
Murray Stokely
aec10572d4 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
2001-08-01 23:22:35 +00:00