- 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)
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
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
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$.
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