paul, stephane, viny, arr, flathill, sada, dan, mini, dcs,
rpratt, smace, tomsoft, chm, emoore, orion, logo, wjv,
alex, taoka, patrick, cwt, jim, furuta, zarzycki, bean,
mb, rnordier, tshiozak, uhclem, cshumway, rv.
o Move imura back to the Developers section.
o Replace rich with lesi (XFree86).
o Replace patrick with glewis (Java).
o Move garga to the correct (alphabetically) place.
Approved by: brueffer (mentor)
portmgr has therefore tried to find a suitable replacement for him on
portmgr. Clement has fortunately accepted this burden, so please give
him a warm welcome to portmgr, he's going to need it.
Let us also thank Oliver for his many contributions and hope that he is
well and someday, maybe, returns to the project.
With hat: portmgr secretary
Doc karma: simon
who kindly agreed to take over the maintainership
of this section.
While i am here, remove the entry for the Gallery, which
has been removed some time ago.
er, FreeBSD Postmaster team :) Also, leave just David Wolfskill's name
there, since Jonathan Bresler kindly acknowledged that David's been
doing a great job for the past year and has not needed assistance.
Enclose the FreeBSD.org domain name in <hostid> tags by blackend's
suggestion.
PR: 71529
Submitted by: dhw
Reviewed by: blackend
Currently we have articles.ent and books.ent, and
for example, articles.ent can be used by putting the
following lines in the doctype declaration:
<!ENTITY % articles.ent PUBLIC
"-//FreeBSD//ENTITIES DocBook FreeBSD Articles Entity Set//EN">
%articles.ent;
This pulls all of the necessary entities via share/sgml/articles.ent.
The translation teams can customize these entities by redefining
the articles.ent file in <langcode>/share/sgml. See
ja_JP.eucJP/share/sgml for example.
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
Ihis entity auto-replaced with ../../../.. by default
and with http://www.FreeBSD.org/ when URLS_ABSOLUTE is set
(used for mirrors and for release building accordingly)
- Add trademark tags as needed, generally on first use in each
article.
- Add an attribution to the legal section mentioning all trademarks
referenced.
- Always use correct case for trademarks.
- Don't join trademarks with other words, e.g. using hyphens.
trademark.ent:
- Commonly used trademarks are defined as entities for ease of use.
- All trademark attributions are defined as entities for ease of use.
Approved by: ceri (mentor)
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