Commit graph

2 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
Nik Clayton
046186d81c Introduce Chapter 8 of the "FreeBSD Corporate Networker's Guide" by Ted
Mittelstaedt to the repo.  Permission to include this has been given by
Addison Wesley (specifically, Chanda Leary-Coutu <Chanda.Leary-Coutu@awl.com>).
DocBook markup by me (as was the ASCII art, I hope all of you readers not
using a graphical terminal appreciate it).
2001-04-09 20:39:29 +00:00