Commit graph

3 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
Dima Dorfman
d8b7521af5 Remove stale comment; this isn't the Porter's Handbook. 2001-06-02 23:06:52 +00:00
Nik Clayton
3d8787466c Update the <legalnotice> at the publisher's request. Add a document
specific freebsd.dsl to ensure that the legalnotice remains with the
document, rather than being hived off in to a separate file.
2001-03-09 18:05:31 +00:00