Commit graph

17 commits

Author SHA1 Message Date
Hideyuki KURASHINA
0ad11ea7ac Add a missing punctuation mark.
Correct wrong punctuation style.

Spotted by:	kano _at_ na dot rim dot or dot jp
Reference:	[doc-jp 19365]
2006-02-28 03:23:29 +00:00
Hideyuki KURASHINA
4b11f29386 Correct portion of previous commit that include result of my exceeded review.
Noticed by:	hrs
2004-12-29 14:46:07 +00:00
Hideyuki KURASHINA
285d6ea71b Fix typos.
Submitted by:	kano at na dot rim dot or dot jp
Reference:	[doc-jp 14550]
2004-12-29 12:35:40 +00:00
Hideyuki KURASHINA
ba199c10c6 Merge the following from the English version:
1.6 -> 1.8	books/design-44bsd/book.sgml
  1.2 -> 1.3	books/design-44bsd/freebsd.dsl
2004-10-28 18:37:25 +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
277e83c521 Fix typos.
Submitted by:	kano@na.rim.or.jp
References:	[doc-jp-work 840]
2004-03-06 06:42:27 +00:00
Motoyuki Konno
d275ec2010 Fix typo.
Submitted by:	kano@na.rim.or.jp
Reference:	[doc-jp 12412]
2004-02-29 07:05:09 +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
Hiroki Sato
4045582769 Merge the following from the English version:
1.2   -> 1.5  	design-44bsd/Makefile
2003-07-09 09:18:06 +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
Hideyuki KURASHINA
1430bebd3e Catch up the following with the English version.
1.5   -> 1.6	books/design-44bsd/book.sgml
	1.184 -> 1.190	books/handbook/pgpkeys/chapter.sgml
2003-03-19 05:49:38 +00:00
Hiroki Sato
435c7993ff - Keep consistent a transliteration of the word "interface."
Submitted by:	Hideyuki KURASHINA <rushani@jp.FreeBSD.org>
References:	[doc-jp-work 542]

- Markup and punctuation style fixes.
2002-12-14 05:42:05 +00:00
Hiroki Sato
2c2a2ada6b Fix typos and change punctuation style.
design-44bsd/book.sgml

Submitted by:	1yen@sh.rim.or.jp
References:	[doc-jp-work 505]

        handbook/printing/chapter.sgml

Submitted by:	"IWAMOTO, Kouichi" <sue@cds.ne.jp>
References:	[doc-jp-work 507]
2002-11-02 07:50:17 +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
c196634042 Fix a mistranslation.
Pointed out by:	s-hrgsh@nyc.odn.ne.jp
References:	[man-jp 3687]
2001-09-02 12:49:15 +00:00
Hiroki Sato
70cc24b4a8 Add new translation and activate it.
Obtained from:	FreeBSD Japanese Documentation Project
2001-07-31 17:12:27 +00:00