Commit graph

76 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
1635db278f Fix typo.
Submitted by:	kano@na.rim.or.jp
Reference:	[doc-jp 12477]
2004-04-01 01:09:40 +00:00
Hiroki Sato
277e83c521 Fix typos.
Submitted by:	kano@na.rim.or.jp
References:	[doc-jp-work 840]
2004-03-06 06:42:27 +00:00
Hideyuki KURASHINA
346440534c Fix typo.
Submitted by:	kano@na.rim.or.jp
Reference:	[doc-jp 12393]
2004-02-21 11:35:24 +00:00
Hideyuki KURASHINA
c451157d29 Catch up with the English version:
1.193 -> 1.194 books/faq/book.sgml

Submitted by:	Hiroo Ono <hiroo@oikumene.gcd.org>
Reference:	[doc-jp-work 804]
2004-01-08 13:02:42 +00:00
Hideyuki KURASHINA
72919141ae Fix some typos.
Submitted by:	kano@na.rim.or.jp
Reference:	[doc-jp 12282]
2003-12-20 17:44:52 +00:00
Hideyuki KURASHINA
8c3450984c Catch up with the English version:
1.171 -> 1.193 books/faq/book.sgml

Submitted by:	Hiroo Ono <hiroo@oikumene.gcd.org>
Reference:	[doc-jp-work 776]
2003-12-20 16:19:11 +00:00
Hiroki Sato
3404ffd62d Improve translation. 2003-11-08 18:23:07 +00:00
Hideyuki KURASHINA
241d74ad34 Remove trailing whitespace. 2003-11-08 18:18:19 +00:00
Hideyuki KURASHINA
32f0db1ac2 Catch up with the English version:
1.162 -> 1.171 books/faq/book.sgml

Submitted by:	Hiroo Ono <hiroo@oikumene.gcd.org>
Reference:	[doc-jp-work 755]
2003-11-08 17:19:46 +00:00
Hideyuki KURASHINA
077ce6b848 Catch up with the English version:
1.161 -> 1.162	books/faq/book.sgml

Submitted by:	Hiroo Ono <hiroo@oikumene.gcd.org>
Reference:	[doc-jp-work 751]
2003-11-04 16:46:47 +00:00
Hideyuki KURASHINA
a6cda2eafb Catch up with the English version:
1.157 -> 1.161	books/faq/book.sgml

Submitted by:	Hiroo Ono <hiroo@oikumene.gcd.org>
Reference:	[doc-jp-work 742]
2003-10-30 02:17:55 +00:00
Hideyuki KURASHINA
265de47372 Catch up with the English version:
1.156 -> 1.157	books/faq/book.sgml

Submitted by:	Hiroo Ono <hiroo@oikumene.gcd.org>
Reference:	[doc-jp-work 739]
2003-10-28 02:33:21 +00:00
Hideyuki KURASHINA
b0b67934f5 Catch up with the English version and use Japanese punctuation style:
1.153 -> 1.156 books/faq/book.sgml

Submitted by:	Hiroo Ono <hiroo@oikumene.gcd.org>
Reference:	[doc-jp-work 736]
2003-10-26 22:13:00 +00:00
Hiroki Sato
fc6b1c738c Catch up with the English version:
1.6   -> 1.10 	Makefile
2003-04-27 19:50:26 +00:00
Hiroki Sato
f6cd99b654 Back out WITH_DOCFORMAT_NAVI_LINK?=YES in Makefile. The navi-link
is generated when ${WITH_DOCFORMAT_NAVI_LINK} is defined or
${FORMATS} includes "html" and "html-split."
2003-04-22 18:35:44 +00:00
Hiroki Sato
4f8b26641c - Add WITH_DOCFORMAT_NAVI_LINK to mk/doc.docbook.mk and
enable it in en_US.ISO8859-1/ and ja_JP.eucJP/.

- Add PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN"
  and l10n.ent for entity localization.

- Use share/misc/docbook.css for indentiation of <programlisting>
  and <screen>.

- Add some missing $FreeBSD$.
2003-04-19 11:39:30 +00:00
Hiroki Sato
85df60a6d9 - Fix typos.
- Keep consistent a transliteration of the word "interface."

Submitted by:	kano@na.rim.or.jp,
		Hideyuki KURASHINA <rushani@jp.FreeBSD.org>
References:	[doc-jp-work 536]
2002-12-11 15:56:24 +00:00
Hiroki Sato
cd71d80afb Fix a typo.
Pointed out by:	Hideyuki KURASHINA <rushani@jp.FreeBSD.org>
References:	[doc-jp-work 535]
2002-12-07 01:52:44 +00:00
Hiroki Sato
10e76d73dc Fix a typo.
Pointed out by:	Kimura Fuyuki <fuyuki@hadaly.org>
References:	[doc-jp-work 402]
2002-06-18 06:43:11 +00:00
Alexey Zelkin
9b6ca7453f Move non-committers email address entities (re, faq, etc.) into
own entities file (teams.ent)
2002-02-06 17:05:51 +00:00
Alexey Zelkin
54cf68eab2 Force tidy(1) to use '-raw' and newly added '-preserve' options
to process generated HTML. This not cause any side effects except
leaving some character entities in their numeric form instead
converting them into alphabetical notation (&#60; instead of &lt;),
but since all browsers understand such cases it is not a problem.

This commit should make all translations tidy clean, since
tidy should not arise entities conversion problem as it did
for long time before. Therefore all occurences of manual settings
of TIDYFLAGS and NO_TIDY declarations for translations are removed.

No objections from: -doc
Requested by: Russian and Japanese translation teams
2001-12-12 11:49:38 +00:00
Hiroki Sato
215902e190 - Catch up with English version:
1.149 -> 1.153	book.sgml

- Change translators' credits to use the corresponding entities.
2001-11-22 16:30:16 +00:00
Jun Kuriyama
11bfff782f Fix typo in public identifier reference. 2001-09-05 13:58:10 +00:00
Nik Clayton
d0c1820c08 Switch to DocBook 4.1 2001-07-13 16:11:04 +00:00
Chris Costello
d7cec802c5 Move mailing-lists.ent out of the Handbook and into the language-specific
share/sgml directories, create a public identifier for it and replace all
SYSTEM references to the file with PUBLIC references.

There was no repo-copy made of these files as there is no important
history to preserve.
2001-06-21 03:38:34 +00:00
Andrey A. Chernov
f749b200c1 ISO_* -> ISO* rename 2001-06-11 01:20:40 +00:00
Hiroki Sato
779a50bec8 Merge the following from the English version:
1.146 -> 1.149	book.sgml

Submitted by:	Shun SUZUKI <si006@ccm.gs.niigata-u.ac.jp>
References:	[doc-jp 8033]
2001-03-08 22:18:23 +00:00
Hiroki Sato
0464ef7ae5 Just cleanup of markup (no content changes are in this commit).
Submitted by:	Shun SUZUKI <si006@ccm.gs.niigata-u.ac.jp>
References:	[doc-jp 8022]
2001-03-07 19:42:39 +00:00
Hiroki Sato
3c90af1ab1 Catch up with English version:
1.130 -> 1.146	book.sgml

Submitted by:	Shun SUZUKI <si006@ccm.gs.niigata-u.ac.jp>, hrs
References:	[doc-jp 8001]
2001-03-01 20:14:33 +00:00
Hiroki Sato
08a88b9d70 Merge the following from the English version:
1.106 -> 1.130	book.sgml

Submitted by:	Shun SUZUKI <si006@ccm.gs.niigata-u.ac.jp>
References:	[doc-jp 7947]
2001-01-20 06:21:35 +00:00
Hiroki Sato
eb76bd291e Merge the following from the English version:
1.82  -> 1.106	book.sgml

Submitted by:	Shun SUZUKI <si006@ccm.gs.niigata-u.ac.jp>
References:	[doc-jp 7894]
2000-12-28 10:46:12 +00:00
Hiroki Sato
3b1d75e05c Fix typo.
Pointed out by:	bero@geocities.co.jp
2000-10-11 20:22:14 +00:00
Hiroki Sato
5cb2e2ddf7 Merge the following from the English version:
1.3   -> 1.6  	Makefile
2000-08-28 21:14:28 +00:00
Hiroki Sato
24c7b60018 o Merge the following from the English version and
refine contributors section:

	1.55  -> 1.82	book.sgml

	(Note: Deltas between 1.73 and 1.74 are not merged yet.)

Submitted by:	Takeshi HASEGAWA <tanuki@and.or.jp>
Reviewed by:	hrs
References:	[doc-jp 7616]
2000-08-03 07:48:45 +00:00
Hiroki Sato
7708253adb Merge the following from the English version:
1.51 -> 1.55	book.sgml
2000-07-08 11:45:53 +00:00
Jun Kuriyama
968e6f2e6f Fix typo and merge the following from the English version:
1.45 -> 1.51	book.sgml

Pointed out by: Masahiro HIE <hie@h2o.or.jp>
Submitted by:	Hiroki Sato <hrs@geocities.co.jp>
References:	[doc-jp 7466]
2000-06-20 09:45:24 +00:00
Jun Kuriyama
d4d2018a30 Fix the incomplete example in the qandaentry of ccd
that shows things the user types in.

Pointed out by:	motoyuki
References:	[doc-jp 7340]
2000-05-08 01:45:45 +00:00
Jun Kuriyama
34e593eae5 Merge the following from the English version and
wholly re-format, but it still needs another process
in all the way through.

	1.40 -> 1.45	book.sgml

Submitted by:	Hiroki Sato <hrs@geocities.co.jp>
2000-03-11 00:09:05 +00:00
Jun Kuriyama
d6165c89d4 Merge following changes in the English version:
1.31 -> 1.40	book.sgml

Submitted by:	Shun SUZUKI <si006@ccm.gs.niigata-u.ac.jp>
		Hiroki Sato <hrs@geocities.co.jp>
References:	[doc-jp 7078]
2000-02-19 03:11:42 +00:00
Jun Kuriyama
16ae7a7a7f Use NO_TIDY. 2000-02-03 03:11:06 +00:00
Jun Kuriyama
ed301be5f4 Merge the changes in the English version.
1.10 -> 1.31	book.sgml

Submitted by:	"Naoyuki (Condle) Mori." <condle@mail.wbs.ne.jp>
Reviewed by:	Hiroki Sato <hrs@geocities.co.jp>
2000-01-30 00:07:07 +00:00
Jun Kuriyama
61e3be0ac5 MFen:
1.7 -> 1.10	book.sgml
1999-11-09 22:01:11 +00:00
Jun Kuriyama
5928c82c23 Merge the changes in the English version.
1.6 -> 1.7	book.sgml

Submitted by:	Ako Umatani <uh7a-umtn@asahi-net.or.jp>
Reviewed by:	kuriyama
1999-11-08 14:29:58 +00:00
Jun Kuriyama
274ab33d92 MFen:
1.3 -> 1.6	book.sgml
1999-11-06 10:57:06 +00:00
Jun Kuriyama
190c6b12b2 Description in translator's note updated.
Submitted by:	shimura <shimura@math.cst.nihon-u.ac.jp>
1999-10-22 03:46:45 +00:00
Jun Kuriyama
aba17b351d MFen:
1.1 -> 1.3	book.sgml
1999-10-16 15:22:11 +00:00
Jun Kuriyama
cd77c5b51f Correct "FreeBSD.org" capitalization which I missed.
Finally, Japanese FAQ catches up to the English version (Rev. 1.1).
1999-10-16 13:51:45 +00:00
Jun Kuriyama
5b07649e2c Merge the (not-yet-merged) changes in the old-LinuxDoc English version.
1.9 -> 1.10	x.sgml
1999-10-16 12:25:50 +00:00
Jun Kuriyama
504976f6e5 Merge the (not-yet-merged) changes in the old-LinuxDoc English version.
1.39 -> 1.40	preface.sgml
1999-10-16 10:51:21 +00:00