- Drop all references to providing CVSup mirrors
- Drop all references to providing anonymous CVS mirrors
- Drop all references to mirroring using CVSup, instead use rsync
- Update the recommended arguments to rsync in the examples
- Updatre size estimates for the individual parts
- Change one reference to CVS to instead mention SVN
Note that we are still not accepting applications for new mirrors
of this style.
The primary purposes are to clean up duplicated author definitions in
both share/xml/authors.ent and share/xml/developers.ent, and as a added
bonus simplify writing up author names/email addresses in web pages.
Apart from merging developers.ent into authors.ent, removing the former,
and updating the Committers Guide there should be little user-visible changes:
- a.portmgr renamed to a.portmgr.members
- a.doceng renamed to a.doceng.members
- team.re renamed to a.re.members.email and moved from
share/xml/freebsd.ent to share/xml/authors.ent
- a.core updated and moved from share/xml/mailing-lists.ent to
share/xml/teams.ent
- share/pgpkeys/{addkey.sh|README} updated
Translations are untouched except for build fixes.
Approved by: doceng (gjb)
Approved by: gjb (mentor)
- <application>ify.
- Add missing "this".
- Remove a few occurrences of "probably".
- Fix a link to the FDP Primer and remove some incorrect notes that should have been comments.
- Correct that public CVS mirrors should sync once an hour.
- Fix various grammar nits.
- Remove a note about needing to use make(1) to build the website.
Approved by: ceri@
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.
at `http://www.acme.com/software/thttpd'. Do away with the somewhat
strange capitalization of tHttpd in our docs.
PR: docs/69216
Submitted by: Brad Davis <so14k@so14k.com>