aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/books/dev-model
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2004-08-08 13:44:01 +0000
committerHiroki Sato <hrs@FreeBSD.org>2004-08-08 13:44:01 +0000
commit5fa082b1f81b9d5920377b2bd4b9db324febe8d2 (patch)
tree042111a3ca3746205d16d56b940fc5e1b1e4baa7 /en_US.ISO8859-1/books/dev-model
parente2b5be5cd98e331a0b17b2fd113508af62aed2d9 (diff)
downloaddoc-5fa082b1f81b9d5920377b2bd4b9db324febe8d2.tar.gz
doc-5fa082b1f81b9d5920377b2bd4b9db324febe8d2.zip
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.
Notes
Notes: svn path=/head/; revision=21867
Diffstat (limited to 'en_US.ISO8859-1/books/dev-model')
-rw-r--r--en_US.ISO8859-1/books/dev-model/book.sgml8
1 files changed, 2 insertions, 6 deletions
diff --git a/en_US.ISO8859-1/books/dev-model/book.sgml b/en_US.ISO8859-1/books/dev-model/book.sgml
index 0f78a2c652..262e1babf0 100644
--- a/en_US.ISO8859-1/books/dev-model/book.sgml
+++ b/en_US.ISO8859-1/books/dev-model/book.sgml
@@ -27,12 +27,8 @@
-->
<!DOCTYPE book PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
-<!ENTITY % bookinfo PUBLIC "-//FreeBSD//ENTITIES DocBook BookInfo Entities//EN">
-%bookinfo;
-<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
-%man;
-<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN">
-%freebsd;
+<!ENTITY % books.ent PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Books Entity Set//EN">
+%books.ent;
<!ENTITY % chapters SYSTEM "chapters.ent">
%chapters;
<!ENTITY % chap.index "IGNORE">