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.
- Add missing ")" to %(formataddr) function.
- Add missing literal tags to "To:" and "Subject:".
- Add missing filename tag to "inbox".
PR: docs/57209
Submitted by: Josef El-Rayes <j.el-rayes@daemon.li>
- Use trademark entities
- Add trademark attributions.
- Always use correct case for trademarks.
- Don't join trademarks with other words, e.g. using hyphens.
trademark.ent:
- Add entities for more trademarks / companies.
- Sort the Sun trademark attribution entity.
book's author, Jerry Peek, now maintains an online version of this book,
so refer people to that instead. [See the message 'Suggestion: add a
link to your document "An MH Primer"' posted to freebsd-doc on 6th
August 2002]
While I'm here, update a broken link to the MH FAQ.
+ Add a comma to separate parts of existing sentences more clearly.
+ Change "Also you might want" to "You might also want".
+ Remove a duplicate <command>edit</command>.
+ Reword and split sentences, minor other grammar fixes.
internet -> Internet
can not -> cannot
CD-ROM -> CDROM
cdrom -> CDROM
UNIX -> Unix
To be standardized with the rest of the doc tree.
Approved by: murray