Commit graph

4 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
Hideyuki KURASHINA
760e2bbcd5 Catch up with the English version:
1.419 -> 1.420 articles/contributors/article.sgml
   1.2   -> 1.4   articles/fbsd-from-scratch/article.sgml
   1.11  -> 1.12  articles/zip-drive/article.sgml
2003-10-20 10:11:13 +00:00
Hideyuki KURASHINA
9bfcf97c85 Catch up with the English version:
1.417 -> 1.419 articles/contributors/article.sgml
   1.1   -> 1.2   articles/fbsd-from-scratch/article.sgml
2003-10-14 06:11:41 +00:00
Hiroki Sato
8e73cebbbc Add a new translation and hook up to the build:
(new)         	Makefile
	(new) -> 1.4  	fbsd-from-scratch/Makefile
	(new) -> 1.1  	fbsd-from-scratch/article.sgml
	(new) -> 1.1  	fbsd-from-scratch/stage_1.sh
	(new) -> 1.1  	fbsd-from-scratch/stage_2.sh
	(new) -> 1.1  	fbsd-from-scratch/stage_3.mk
2003-10-11 15:06:56 +00:00