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
b715f903cb
Catch up with the English version:
...
1.1 -> 1.3 Makefile
2003-04-27 19:50:00 +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
53c9422a0b
Merge the following from the English version:
...
1.4 -> 1.7 handbook/colophon.sgml
1.47 -> 1.49 handbook/backups/chapter.sgml
1.40 -> 1.44 handbook/bibliography/chapter.sgml
1.2 -> 1.5 porters-handbook/freebsd.dsl
2003-02-07 17:08:49 +00:00
Hiroki Sato
7793f4eca6
Remove descriptions of Japanese localized mailing-list.
2002-07-30 14:16:21 +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 (< instead of <),
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
Jun Kuriyama
5bed0bcea9
Fix typo.
...
Submitted by: Teruaki Ata <PFA03027@nifty.ne.jp>
2001-12-03 03:51:01 +00:00
Hiroki Sato
24dfdff132
Catch up with the English version:
...
1.120 -> 1.163 book.sgml
Submitted by: Saeki Takashi <saeki@jp.FreeBSD.org>
References: [doc-jp 8344]
2001-09-04 13:48:14 +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
671f625a6d
Merge the following from the English version and
...
add Japanese abstract:
1.119 -> 1.120 book.sgml
Suggested by: Ports Wraith
References: [doc-jp 7619]
2000-09-15 07:41:37 +00:00
Hiroki Sato
7ce46b8f06
Merge the following from the English version:
...
1.115 -> 1.119 book.sgml
1.1 -> 1.2 freebsd.dsl
2000-08-28 21:13:01 +00:00
Hiroki Sato
53e1701b69
o Merge the following from the English version:
...
1.64 -> 1.115 book.sgml
o Add NO_TIDY and Japanese footer:
Makefile
freebsd.dsl
2000-07-16 17:51:49 +00:00
Jun Kuriyama
16defb4704
Merge the structual changes in 1.97 of
...
doc/en_US.ISO_8859-1/books/porters-handbook/book.sgml
NOTE: Original English version is much newer than Japanese one. We
will catch up translation...
2000-05-09 08:36:04 +00:00
Jun Kuriyama
34f0cdb0c5
Framework for Japanese translation of Porters' Handbook.
2000-04-29 07:55:15 +00:00
Akinori MUSHA
07a709874a
Fix a mistake in translation.
...
USE_XLIB does not imply USE_IMAKE, but is implied by USE_IMAKE.
Approved by: kuriyama@FreeBSD.org
2000-04-01 16:47:23 +00:00
Jun Kuriyama
e284b40a51
Following changes in the English version are merged.
...
authors.ent 1.57 -> 1.65
backups/chapter.sgml 1.14 -> 1.15
book.sgml 1.80 -> 1.81
contrib/chapter.sgml 1.127 -> 1.142
eresources/chapter.sgml 1.36 -> 1.37
install/chapter.sgml 1.27 -> 1.29
introduction/chapter.sgml 1.20 -> 1.22
kerneldebug/chapter.sgml 1.19 -> 1.21
kernelopts/chapter.sgml 1.13 -> 1.14
linuxemu/chapter.sgml 1.25 -> 1.26
pgpkeys/chapter.sgml 1.20 -> 1.22
policies/chapter.sgml 1.12 -> 1.14
ports/chapter.sgml 1.59 -> 1.66
staff/chapter.sgml 1.77 -> 1.89
Submitted by: Hiroki Sato <hrs@geocities.co.jp>
Reviewed by: kuriyama
2000-01-06 03:44:50 +00:00
Jun Kuriyama
fea150742b
MFen:
...
1.12 -> 1.13 backups/chapter.sgml
1.117 -> 1.123 contrib/chapter.sgml
1.32 -> 1.35 eresources/chapter.sgml
1.23 -> 1.24 linuxemu/chapter.sgml
1.54 -> 1.59 ports/chapter.sgml
Submitted by: Hiroki Sato <hrs@geocities.co.jp>
References: [doc-jp 6813]
1999-11-07 22:02:30 +00:00
Jun Kuriyama
9b0a284242
MFen:
...
1.15 -> 1.16 security/chapter.sgml
1.45 -> 1.54 ports/chapter.sgml
1999-10-28 21:52:49 +00:00
Jun Kuriyama
9ceefa99b6
MFen:
...
1.14 -> 1.15 security/chapter.sgml
1.44 -> 1.45 ports/chapter.sgml
1.21 -> 1.23 linuxemu/chapter.sgml
Submitted by: Hiroki Sato <hrs@geocities.co.jp>
Reviewed by: kuriyama
1999-10-28 15:17:44 +00:00
Jun Kuriyama
3c353a082d
MFen:
...
1.37 -> 1.44 ports/chapter.sgml
1999-10-04 16:55:49 +00:00
Jun Kuriyama
a1b67f4df2
MFen:
...
1.15 -> 1.21 printing/chapter.sgml
1.33 -> 1.37 ports/chapter.sgml
1.36 -> 1.39 mirrors/chapter.sgml
1999-10-02 02:58:00 +00:00
Jun Kuriyama
cb14348266
MFen:
...
1.32 -> 1.33 ports/chapter.sgml
1.11 -> 1.14 install/chapter.sgml
Submitted by: Hiroki Sato <hrs@geocities.co.jp>
Reviewed by: kuriyama
1999-10-02 02:16:56 +00:00
Jun Kuriyama
cfbec7b7fc
MFen:
...
1.112 -> 1.114 contrib/chapter.sgml
1.69 -> 1.70 staff/chapter.sgml
1.31 -> 1.32 ports/chapter.sgml
1999-09-28 15:31:28 +00:00
Jun Kuriyama
c8641a87ee
MFen:
...
1.13 -> 1.19 linuxemu/chapter.sgml
1.25 -> 1.31 ports/chapter.sgml
1999-09-24 15:12:37 +00:00
Jun Kuriyama
b667fa46ea
MFen:
...
1.24 -> 1.25 ports/chapter.sgml
Submitted by: susumu-w@ops.dti.ne.jp ,
Reviewed by: kuriyama
1999-09-23 22:00:08 +00:00
Jun Kuriyama
8089a8f7c1
MFen:
...
1.20 -> 1.24 ports/chapter.sgml
1999-09-11 12:08:32 +00:00
Jun Kuriyama
a55d2016d9
MFen:
...
1.19 -> 1.20 ports/chapter.sgml
Submitted by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp>
Reviewed by: kuriyama
1999-09-11 07:45:34 +00:00
Jun Kuriyama
1d28cbb525
MFen:
...
1.16 -> 1.19 ports/chapter.sgml
1999-09-11 03:13:46 +00:00
Peter Wemm
5ff728b8ca
$Id$ -> $FreeBSD$
1999-09-06 06:53:43 +00:00
Jun Kuriyama
46706b84b9
MFen:
...
1.15 -> 1.16 ports/chapter.sgml
1.13 -> 1.14 authors.ent
1.10 -> 1.11 introduction/chapter.sgml
1.12 -> 1.14 printing/chapter.sgml
Submitted by: Ichimiya Ryo <ryo@phys.sci.kobe-u.ac.jp>
Reviewed by: kuriyama
1999-05-08 15:13:38 +00:00
Jun Kuriyama
f4bf03c6e1
MFen:
...
1.11 -> 1.13 kerneldebug/chapter.sgml
1.13 -> 1.16 cutting-edge/chapter.sgml
1.9 -> 1.15 ports/chapter.sgml
Submitted by: Yoshiaki Uchikawa <yoshiaki@kt.rim.or.jp>
Yasuhiro Fukuma <yasuf@big.or.jp>
Reviewed by: kuriyama
1999-05-06 13:38:44 +00:00
Jun Kuriyama
aa46ab3679
Move "porting" section from contrib/chapter.sgml to ports/chapter.sgml.
...
Found by: Ports Wraith
1999-04-12 15:22:09 +00:00
Jun Kuriyama
9c0d1e1149
Migration to DocBook was completed.
1999-04-08 15:46:01 +00:00