Commit graph

6 commits

Author SHA1 Message Date
Hiroki Sato
5fa082b1f8 Simplify parameter entities in doctype declaration.
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.
2004-08-08 13:44:01 +00:00
Tom Rhodes
e52b5da6db Fix a typo in a command. 2004-08-05 05:54:23 +00:00
Ceri Davies
3589e35102 Merge consecutive, related, screen elements together. 2004-06-23 11:27:27 +00:00
Ceri Davies
83d7641850 Capitalise title elements, Chicago style. 2004-06-23 11:23:12 +00:00
Ceri Davies
65ec9fbff4 Rain on Tom's article, like I promised ;-)
o Some minor grammatical and spelling corrections
o Add some comments where I think improvements are desirable, but the
  initial intent was not clear to me.
o Correct a URL
2004-06-23 11:21:50 +00:00
Tom Rhodes
1031863791 Add a new article on using relaydelay (greylisting) with Sendmail and
FreeBSD.

Reviewed by:	-doc
2004-06-21 20:44:14 +00:00