Commit graph

20 commits

Author SHA1 Message Date
Hiroki Sato
8def749c53 Normalize DTD URL. 2013-11-13 07:52:45 +00:00
Gabor Kovesdan
24d129e8d1 - Definitively upgrade to DocBook 5.0 2013-11-07 15:39:28 +00:00
Gabor Kovesdan
94b16e9fc5 - abstract should be in articleinfo 2013-05-31 12:21:23 +00:00
Gabor Kovesdan
a1f23ecf64 - Fix build 2013-05-07 18:39:50 +00:00
Gabor Kovesdan
821f9bab5d - MFH 2013-04-11 10:34:45 +00:00
Hiroki Sato
8a83211a78 Use localized version of the build scripts.
Pointed out by:	gabor
2013-04-08 03:05:08 +00:00
Gabor Kovesdan
3a9b83582b - Use XInclude to include text files instead of <inlinegraphic> since such
inclusion is not supported in standard XSLT and xsltproc provides no
  extensions for that
2013-01-30 20:11:31 +00:00
Gabor Kovesdan
5df509eaa2 - Remove standalone="no" statements from XML declarations since it did not
always work and is no use anyway
2013-01-30 19:12:36 +00:00
Gabor Kovesdan
36cdb51546 - Migrate the documentation set to DocBook 4.5 2013-01-30 14:00:53 +00:00
Gabor Kovesdan
77d737ee88 - Rename the share/sgml directories to share/xml
- Fix build errors from the next change

Approved by:	doceng (implicit)
2012-10-01 11:56:00 +00:00
Gabor Kovesdan
b4346b9b2d - Rename .sgml files to .xml
- Reflect the rename in referencing files

Approved by:	doceng (implicit)
2012-10-01 09:53:01 +00:00
Gabor Kovesdan
9c243757ef - XML declarations should use IANA encoding names
Pointed out by:	hrs
2012-09-14 17:47:48 +00:00
Gabor Kovesdan
071a7c7949 - XMLify the Japanese tree
- Entity cleanup

Approved by:	doceng (implicit)
2012-06-24 07:48:27 +00:00
Hideyuki KURASHINA
6be9b78bd8 - Merge the following from the English version:
1.42  -> 1.47  articles/Makefile
  1.503 -> 1.506 articles/contributing/article.sgml
  1.9   -> 1.10  articles/contributors/Makefile
  1.436 -> 1.446 articles/contributors/article.sgml
  New   -> 1.3   articles/fbsd-from-scratch/stage_1.conf.default
  1.1   -> 1.5   articles/fbsd-from-scratch/stage_1.sh
  New   -> 1.3   articles/fbsd-from-scratch/stage_2.conf.default
  1.1   -> 1.5   articles/fbsd-from-scratch/stage_2.sh
  1.1   -> 1.4   articles/fbsd-from-scratch/stage_3.mk
  1.27  -> 1.30  articles/fonts/article.sgml
  1.23  -> 1.32  articles/problem-reports/article.sgml

- Append stage_[12].conf.default into EXTRAS.

                 articles/fbsd-from-scratch/Makefile

Submitted by:	Hiroo Ono <hiroo _at_ jp dot FreeBSD dot org>
2006-03-13 16:46:15 +00:00
Hiroki Sato
bc03262347 Merge the following from the English version:
1.434 -> 1.436	contributors/article.sgml
	1.16  -> 1.17 	diskless-x/article.sgml
	1.4   -> 1.11 	fbsd-from-scratch/article.sgml
2004-12-29 17:28:47 +00:00
Hideyuki KURASHINA
564f9c020c Merge the following from the English version:
1.36  -> 1.42	articles/Makefile
 1.4   -> 1.6	articles/contributing/Makefile
 1.6   -> 1.9	articles/contributors/Makefile
 1.420 -> 1.434	articles/contributors/article.sgml
 1.3   -> 1.5	articles/dialup-firewall/Makefile
 1.39  -> 1.40	articles/dialup-firewall/article.sgml
 1.7   -> 1.8	articles/diskless-x/Makefile
 1.15  -> 1.16	articles/diskless-x/article.sgml
 1.4   -> 1.6	articles/fbsd-from-scratch/Makefile
 1.10  -> 1.12	articles/fonts/Makefile
 1.24  -> 1.27	articles/fonts/article.sgml
 1.4   -> 1.6	articles/ipsec-must/Makefile
 1.12  -> 1.15	articles/ipsec-must/article.sgml
 1.10  -> 1.12	articles/multi-os/Makefile
 1.37  -> 1.39	articles/multi-os/article.sgml
 1.4   -> 1.6	articles/problem-reports/Makefile
 1.3   -> 1.4	articles/zip-drive/Makefile
 1.12  -> 1.15	articles/zip-drive/article.sgml
2004-10-28 18:37:19 +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
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