Commit graph

105 commits

Author SHA1 Message Date
Hideyuki KURASHINA
591abf3ae4 Merge the following from the English version:
1.36 -> 1.49	share/sgml/mailing-lists.ent

Submitted by:	Hiroo Ono <hiroo _at_ jp dot FreeBSD dot org>
2006-03-13 16:41:51 +00:00
Hiroki Sato
2b98be436c Add continents group. 2005-09-19 07:58:57 +00:00
Hideyuki KURASHINA
00b6821e41 Merge the following from the English version:
1.24 -> 1.28	share/sgml/trademarks.ent
2005-06-30 14:42:48 +00:00
Hideyuki KURASHINA
dc311b6929 Merge the following from the English version:
1.11 -> 1.24	share/sgml/trademarks.ent
2005-06-30 14:31:19 +00:00
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
Norikatsu Shigemura
5fbf8dc2d2 Add my PGP information, and Japanese my name.
Informed by:	rushani, hrs
Approved by:	rushani (doc committer)
2005-02-16 16:07:16 +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
c24e829215 Add a <meta> tag into %html-header-tags% to explicitly declare
the charset of HTML files generated from an DocBook/SGML file.

Note to translators:

  While some of the translations already use this tweak
  in their localized freebsd.dsl, it is no longer needed so
  removed and the necessary changes have been added instead.
  After this commit, please make sure to define
  &doc.html.charset; in <langcode>/share/sgml/l10n.ent.
  If not defined, iso-8859-1 is used by default and it can
  break the translation.

Discussed on:	-doc
2004-11-07 16:26:09 +00:00
Hideyuki KURASHINA
ed3b3c2619 Merge the following from the English version:
1.55  -> 1.56	books/handbook/boot/chapter.sgml
 1.25  -> 1.28	books/handbook/chapters.ent
 1.30  -> 1.41	books/handbook/desktop/chapter.sgml
 1.96  -> 1.102	books/handbook/introduction/chapter.sgml
 1.93  -> 1.102	books/handbook/l10n/chapter.sgml
 1.330 -> 1.356	books/handbook/mirrors/chapter.sgml
 1.202 -> 1.243	books/handbook/pgpkeys/chapter.sgml
 1.27  -> 1.36	share/sgml/mailing-lists.ent
 1.10  -> 1.15	share/sgml/teams.ent
2004-10-02 23:51:38 +00:00
Hideyuki KURASHINA
e90cd917a6 Merge the following from the English version:
1.25 -> 1.27	share/sgml/mailing-lists.ent

Submitted by:	Hiroo Ono <hiroo at oikumene dot gcd dot org>
References:	[doc-jp-work 904]
2004-09-20 06:18:22 +00:00
Hiroki Sato
e323638302 Add transtable entries:
Costa Rica, Indonesia, Kyrgyzstan, and Thailand.
2004-08-10 16:29:26 +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
Hiroki Sato
ddd742a0b2 Add entities &url.articles.*; and &url.books.*;. These can be used
in <ulink> like <ulink url="&url.books.handbook;/kernelconfig.html"></ulink>.

To use these entities, put the following lines in preamble (DOCTYPE
declaration) of the document:

<!ENTITY % l10n.ent PUBLIC "-//FreeBSD//ENTITIES DocBook Language Specific Entities//EN">
%l10n.ent;
<!ENTITY % urls.ent PUBLIC "-//FreeBSD//ENTITIES DocBook URL Entities//EN">
%urls.ent;

and put URL_RELPREFIX in the Makefile.

For translation teams:
  please add your "langcode" into <langcode>/share/sgml/l10n.ent using
  examples from en_US.ISO8859-1/share/sgml/l10n.ent and ja_JP.eucJP/share/
  sgml/l10n.ent.  &url.books.*; will be replaced with URLs for your
  language; if you want URLs which point the original (English) docs,
  you can use &url.books.*.en; instead.

Discussed with:	den
2004-07-26 15:28:32 +00:00
Hiroki Sato
2e2010fbb7 Improve transtable.{xml,xsl}, including:
- The structure of transtable.xml is revised.  <word> should be
   bracketed with <group>.

 - A sorting order of the FreeBSD mirror sites rendered using
   mirrors.xml has been determined by sort(1).

 - A template "transtable-lookup" has been added for localization on
   word-by-word basis.

 - Replace English month names in news.xml, press.xml, and
   advisories.xml with numbers that correspond to the names.
   The number->name translation is performed on the fly.

 - Since information in mirrors.xml is used in www/ tree, it depends on
   doc/ tree now.  When WITHOUT_DOC is defined it can be built without
   doc/ tree, but some information becomes unavailable.  For example,
   a list of the mirror sites generated in index.html becomes a dummy
   one, and calling "transtable-lookup" with a word returns the word
   itself.

Neither www/ nor doc/ build should be broken due to this commit, but
until the necessary changes are applied in the localized directories,
the transtable does not work; it simply generates non-localized contents
even if transtable.xsl is used.
2004-01-12 21:27:01 +00:00
Hiroki Sato
5d2d4e1117 Add a new template: mirrors-lastmodified. 2003-11-24 20:06:38 +00:00
Hiroki Sato
20bedcfcf2 Add refinements on mirrors.xml:
- add doc.common.mk, which defines variables, targets, and
   dependencies commonly used in www/ and doc/.

 - move www/<lang>/includes.xsl to the language independent
   directory and split into several files.

 - add transtable*.xsl and transtable.xml to support localized
   mirror names.

 - make doc/{en_US.ISO8859-1,ja_JP.eucJP}/books/handbook/ use
   mirrors.xml (mirrors and eresources).

 - make www/{en,ja}/index.xsl use mirrors.xml.

For details, please see doc/share/sgml/README.mirrors for the moment.

Reviewed by:	simon and Alex Dupre <sysadmin@alexdupre.com>
2003-11-24 18:26:35 +00:00
Hiroki Sato
6f0e95eff6 - Use mirrors.xml in ja_JP.eucJP. To translate country names, transtable.xsl
is used.

- Add transtable support to doc/share/sgml/mirrors.xsl.

- Some whitespace cleanups.
2003-11-17 06:28:19 +00:00
Hideyuki KURASHINA
47b817aa0c Add a missing word. 2003-11-01 19:03:21 +00:00
Hideyuki KURASHINA
8b256b8452 Fix a typo: remove a duplicated word. 2003-11-01 18:36:58 +00:00
Hideyuki KURASHINA
022cf78889 Catch up with the English version:
1.8   -> 1.9   books/handbook/colophon.sgml
   1.54  -> 1.58  books/handbook/bibliography/chapter.sgml
   1.306 -> 1.326 books/handbook/mirrors/chapter.sgml
   1.193 -> 1.199 books/handbook/pgpkeys/chapter.sgml
   1.4   -> 1.10  share/sgml/teams.ent
2003-10-18 23:43:16 +00:00
Hiroki Sato
205538d49c Remove unnecessary lines. 2003-10-11 20:50:57 +00:00
Hiroki Sato
a6741b3978 Add Japanese localized version of trademarks.ent.
(new) -> 1.11 	sgml/trademarks.ent

Submitted by:	Hiroo Ono <hiroo@oikumene.gcd.org>
2003-10-11 08:54:51 +00:00
Hiroki Sato
2ae07d1271 Merge the following from the English version:
1.10  -> 1.25 	sgml/mailing-lists.ent
2003-07-10 17:10:40 +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
af310a1377 Merge the following from the English version:
1.6   -> 1.10 	sgml/mailing-lists.ent
2003-02-07 16:37:53 +00:00
Hideyuki KURASHINA
90e219aaad Add my entity and PGP key.
Approved by:	hrs (mentor)
2003-02-01 05:25:23 +00:00
Hiroki Sato
3287ebb750 Add &a.maho; in Japanese.
References:	[doc-jp-work 506]
2003-01-08 15:02:21 +00:00
Hiroki Sato
ca40df8af1 Add Japanese version of teams.ent. 2002-08-10 20:48:37 +00:00
SUZUKI Shinsuke
9bb4d1e07b added SUZUKI Shinsuke <suz@freebsd.org> to developers-list
Reviewed by:	ume
2002-03-28 19:08:07 +00:00
Makoto Matsushita
fc98cc8ba0 Add my Japanese/Kanji name.
Suggested by: hrs
2001-10-26 11:42:49 +00:00
Hiroki Sato
01ecc16c42 - Create an entity-set of Japanese authors.
sgml/authors.ent
	sgml/catalog

- Revise translation:

	sgml/mailing-lists.ent
2001-09-04 10:40:30 +00:00
Jun Kuriyama
cac615bf4a Merge the changes in the English version. 2001-08-05 11:39:24 +00:00
Hiroki Sato
f8f6502569 - Merge the following from the English version:
1.30  -> 1.40 	Makefile
	1.163 -> 1.172	authors.ent
	1.97  -> 1.106	book.sgml
	1.9   -> 1.15 	chapters.ent
	1.29  -> 1.34 	backups/chapter.sgml
	1.24  -> 1.29 	basics/chapter.sgml
	1.31  -> 1.33 	bibliography/chapter.sgml
	1.10  -> 1.14 	boot/chapter.sgml
	1.425 -> 1.453	contrib/chapter.sgml
	1.61  -> 1.76 	cutting-edge/chapter.sgml
	1.37  -> 1.41 	hw/chapter.sgml
	1.24  -> 1.33 	serialcomms/chapter.sgml

- a portion merged only needed to avoid breakage of building process:

	advanced-networking/chapter.sgml
2001-07-18 19:29:10 +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
Hiroki Sato
1f406f69ef Merge the following from the English version:
1.159 -> 1.163	authors.ent
	1.417 -> 1.425	contrib/chapter.sgml
	1.41  -> 1.42 	kernelconfig/chapter.sgml
	1.121 -> 1.124	mirrors/chapter.sgml
	1.69  -> 1.70 	pgpkeys/chapter.sgml
	1.33  -> 1.34 	printing/chapter.sgml
	1.212 -> 1.216	staff/chapter.sgml
2001-06-07 18:29:12 +00:00
Hiroki Sato
4ab0bc4fb0 - Merge the following from the English version:
1.158 -> 1.159	authors.ent
	1.28  -> 1.29 	backups/chapter.sgml
	1.410 -> 1.417	contrib/chapter.sgml
	1.67  -> 1.69 	pgpkeys/chapter.sgml
	1.211 -> 1.212	staff/chapter.sgml

- /ncvs -> /home/ncvs:

	1.112 -> 1.121	mirrors/chapter.sgml

Pointed out by:	"NAKAMURA,Takeshi" <e0857-nakamura@crc.co.jp>
References:	[doc-jp 8228]
2001-05-19 16:03:12 +00:00
Hiroki Sato
7aadffeff1 Merge the following from the English version:
1.157 -> 1.158	authors.ent
	1.30  -> 1.31 	bibliography/chapter.sgml
	1.407 -> 1.410	contrib/chapter.sgml
	1.32  -> 1.33 	printing/chapter.sgml
2001-05-04 21:31:57 +00:00
Hiroki Sato
e4f1bdb52d - Merge the following from the English version:
1.155 -> 1.157	authors.ent
	1.95  -> 1.97 	book.sgml
	1.23  -> 1.24 	basics/chapter.sgml
	1.406 -> 1.407	contrib/chapter.sgml
	1.39  -> 1.41 	kernelconfig/chapter.sgml
	1.30  -> 1.31 	kerneldebug/chapter.sgml
	1.31  -> 1.32 	printing/chapter.sgml
	1.41  -> 1.42 	security/chapter.sgml
	1.23  -> 1.24 	serialcomms/chapter.sgml
	1.209 -> 1.211	staff/chapter.sgml

- Fix mistranslation:

	boot/chapter.sgml

Submitted by:	Hideyuki KURASHINA <rushani@alles.or.jp>
Reviewed by:	Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
References:	[doc-jp 8153]
2001-04-29 17:51:30 +00:00
Takuya SHIOZAKI
6f122e0479 add myself into the list of committers.
Reviewed by:	ume
2001-04-26 19:19:52 +00:00
Hiroki Sato
c19dfc27c0 Merge the following from the English version:
1.154 -> 1.155	authors.ent
	1.35  -> 1.36 	advanced-networking/chapter.sgml
	1.27  -> 1.28 	backups/chapter.sgml
	1.405 -> 1.406	contrib/chapter.sgml
	1.60  -> 1.61 	cutting-edge/chapter.sgml
	1.25  -> 1.26 	disks/chapter.sgml
	1.54  -> 1.55 	eresources/chapter.sgml
	1.35  -> 1.36 	hw/chapter.sgml
	1.64  -> 1.65 	install/chapter.sgml
	1.24  -> 1.25 	internals/chapter.sgml
	1.38  -> 1.39 	kernelconfig/chapter.sgml
	1.29  -> 1.30 	kerneldebug/chapter.sgml
	1.16  -> 1.17 	kernelopts/chapter.sgml
	1.43  -> 1.44 	l10n/chapter.sgml
	1.34  -> 1.35 	linuxemu/chapter.sgml
	1.20  -> 1.21 	mail/chapter.sgml
	1.110 -> 1.111	mirrors/chapter.sgml
	1.66  -> 1.67 	pgpkeys/chapter.sgml
	1.18  -> 1.19 	policies/chapter.sgml
	1.30  -> 1.31 	ppp-and-slip/chapter.sgml
	1.30  -> 1.31 	printing/chapter.sgml
	1.40  -> 1.41 	security/chapter.sgml
	1.22  -> 1.23 	serialcomms/chapter.sgml
	1.4   -> 1.5  	sound/chapter.sgml
	1.207 -> 1.209	staff/chapter.sgml
2001-04-09 02:15:23 +00:00
Hiroki Sato
89f882875b Catch up with the English version:
1.150 -> 1.154	authors.ent
	1.390 -> 1.405	contrib/chapter.sgml
	1.59  -> 1.60 	cutting-edge/chapter.sgml
	1.53  -> 1.54 	eresources/chapter.sgml
	1.32  -> 1.34 	linuxemu/chapter.sgml
	1.108 -> 1.110	mirrors/chapter.sgml
	1.62  -> 1.66 	pgpkeys/chapter.sgml
	1.202 -> 1.207	staff/chapter.sgml
	1.13  -> 1.14 	x11/chapter.sgml
2001-04-08 15:33:44 +00:00
Hiroki Sato
e22f2bf609 Catch up with the English version:
1.149 -> 1.150	authors.ent
	1.60  -> 1.62 	pgpkeys/chapter.sgml
	1.21  -> 1.22 	serialcomms/chapter.sgml
	1.200 -> 1.201	staff/chapter.sgml
2001-03-14 08:07:21 +00:00
Hiroki Sato
e4b524e8f3 Merge the following from the English version:
1.146 -> 1.149	authors.ent
	1.377 -> 1.382	contrib/chapter.sgml
	1.51  -> 1.58 	pgpkeys/chapter.sgml
	1.197 -> 1.200	staff/chapter.sgml

Submitted by:	Shun SUZUKI <si006@ccm.gs.niigata-u.ac.jp>, hrs
References:	[doc-jp 8030]
2001-03-08 16:07:57 +00:00
Hiroki Sato
2efcc7f9a7 Merge the following from the English version:
1.145 -> 1.146	authors.ent
	1.369 -> 1.377	contrib/chapter.sgml
	1.35  -> 1.36 	introduction/chapter.sgml
	1.37  -> 1.38 	kernelconfig/chapter.sgml
	1.112 -> 1.113	ports/chapter.sgml
	1.195 -> 1.197	staff/chapter.sgml
2001-03-03 05:02:16 +00:00
Hiroki Sato
3f5e72d93d Merge the following from the English version:
1.143 -> 1.145	authors.ent
	1.366 -> 1.369	contrib/chapter.sgml
	1.192 -> 1.195	staff/chapter.sgml
2001-02-11 11:09:04 +00:00
Hiroki Sato
e42b467d14 Merge the following from the English version:
1.141 -> 1.143	authors.ent
	1.363 -> 1.366	contrib/chapter.sgml
	1.36  -> 1.37 	kernelconfig/chapter.sgml
	1.190 -> 1.192	staff/chapter.sgml
2001-02-03 12:05:54 +00:00
Hiroki Sato
83ccf63974 Merge the following from the English version:
1.140 -> 1.141	authors.ent
	1.94  -> 1.95 	book.sgml
	1.359 -> 1.363	contrib/chapter.sgml
	1.52  -> 1.53 	eresources/chapter.sgml
	1.20  -> 1.21 	serialcomms/chapter.sgml
	1.189 -> 1.190	staff/chapter.sgml
	1.4   -> 1.5  	users/chapter.sgml
2001-01-23 01:38:52 +00:00
Hiroki Sato
2c6adc487a Translate the Japanese committer's name into Japanese.
Approved by:	onoe
2001-01-03 19:35:34 +00:00
Hiroki Sato
290e3b4d87 - Merge the following from the English version:
1.165 -> 1.189	staff/chapter.sgml

- Translate the Japanese committer's name into Japanese:

	authors.ent

Approved by:	mita
2000-12-31 16:35:29 +00:00
Hiroki Sato
0a3ec0d8b6 Merge the following from the English version:
1.139 -> 1.140	authors.ent
	1.357 -> 1.358	contrib/chapter.sgml
2000-12-31 11:06:36 +00:00