aboutsummaryrefslogtreecommitdiff
path: root/ja_JP.eucJP/articles/fonts/article.sgml
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 /ja_JP.eucJP/articles/fonts/article.sgml
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 'ja_JP.eucJP/articles/fonts/article.sgml')
-rw-r--r--ja_JP.eucJP/articles/fonts/article.sgml10
1 files changed, 2 insertions, 8 deletions
diff --git a/ja_JP.eucJP/articles/fonts/article.sgml b/ja_JP.eucJP/articles/fonts/article.sgml
index 532f017088..8ae3f35fd4 100644
--- a/ja_JP.eucJP/articles/fonts/article.sgml
+++ b/ja_JP.eucJP/articles/fonts/article.sgml
@@ -6,14 +6,8 @@
Original revision: 1.24
-->
<!DOCTYPE ARTICLE PUBLIC "-//FreeBSD//DTD DocBook V4.1-Based Extension//EN" [
-<!ENTITY % freebsd PUBLIC "-//FreeBSD//ENTITIES DocBook Miscellaneous FreeBSD Entities//EN">
-%freebsd;
-<!ENTITY % man PUBLIC "-//FreeBSD//ENTITIES DocBook Manual Page Entities//EN">
-%man;
-<!ENTITY % ja-trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//JA">
-%ja-trademarks;
-<!ENTITY % trademarks PUBLIC "-//FreeBSD//ENTITIES DocBook Trademark Entities//EN">
-%trademarks;
+<!ENTITY % articles.ent PUBLIC "-//FreeBSD//ENTITIES DocBook FreeBSD Articles Entity Set//EN">
+%articles.ent;
]>
<!-- Recently, I wanted to figure out how to use some additional fonts that