Replace link with the target Amazon URL visitor would be redirected to normally.
PR: 218071
Submitted by: Ian A Rios <riosi AT rpi edu>
Approved by: bcr (mentor)
Differential Revision: https://reviews.freebsd.org/D10259
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)
be any content changes involved in this commit, however, localization
teams are encouraged to catch up with this change.
Requested by: intron at intron ac
Reviewed by: Niclas Zeising <lothrandil at n00b apagnu se>
Glanced by: simon
- Use trademark entities.
- Add trademark attributions.
- Don't join trademarks with other words, e.g. using hyphens.
trademark.ent:
- Add trademark entity for Sun.
This is a very unusual piece of documentation in that it is maintained
by an outside author who thinks he has a better home-grown
documentation management system than ours, so he now supports
DocBook/SGML as an "output" format to his own system. His output is
perfectly valid DocBook but the indentation is mostly non-existent,
and 'tidy -xml' breaks things.
Anyway, please send updates to this chapter directly to the submitter.
Submitted by: G. Adam Stanislav (adam@whizkidtech.net)
Discussed on: freebsd-doc