Commit graph

3 commits

Author SHA1 Message Date
Hiroki Sato
c66e55ad18 Move %l10n; and %10n-common; to the head of the entity lists.
This allows l10n.ent to override other entity sets.
2005-04-02 17:56:00 +00:00
Hideyuki KURASHINA
f6e57c87b0 To utilize localized version of &ng.misc;,
- add newsgroups.ent
  - add above item to catalog file, then use it in articles.ent and books.ent

Noticed by:	kano at na dot rim dot or dot jp
Reference:	[doc-jp 14506]
2004-12-23 17:13:33 +00:00
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