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
Ryusuke SUZUKI
b9dcf8fe1b
- Update the author entity references:
...
head/ja_JP.eucJP/articles/contributors/article.xml
head/ja_JP.eucJP/books/faq/book.xml
head/ja_JP.eucJP/books/handbook/bsdinstall/chapter.xml
head/ja_JP.eucJP/share/xml/mailing-lists.ent
- Merge the following from the English version:
r40236 -> r42226 head/ja_JP.eucJP/htdocs/platforms/arm.xml
r38308 -> r42226 head/ja_JP.eucJP/htdocs/platforms/sparc.xml
r41455 -> r42226 head/ja_JP.eucJP/htdocs/security/reporting.xml
r37259 -> r42226 head/ja_JP.eucJP/share/xml/teams.ent
2013-07-10 10:05:37 +00:00
Gabor Kovesdan
0dcb7a2f33
- Avoid footnotes in tables; it looks strange and is problematic for
...
some tools. (Either removed if the affected text has been removed
from the English version or moved into parentheses.)
- Add constaints to avoid programlisting, screen and footnote in tables.
2013-07-06 14:05:02 +00:00
Gabor Kovesdan
a06603e1e8
- MFH
2013-02-05 09:14:34 +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
19323c585b
- Make the Japanese documentation valid XML
2013-01-21 17:40:23 +00:00
Isabell Long
2be1e25fc2
Replace 'SGML' with 'XML' in Makefile code and comments. A consequence of
...
this was that 'SGMLFLAGS' had to be changed to 'XMLFLAGS' in
share/mk/doc.docbook.mk so that everything continued to build OK.
Approved by: gabor (mentor)
2012-10-06 17:52:37 +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
9b85c2d7f5
- Remove old web content and references to them
...
Discussed with: doc@, www@
2012-09-22 19:20:16 +00:00
Gabor Kovesdan
d8a2cdf09b
- Remove the following articles and references to them. Where it is
...
reasonable to maintain the reference, use the archived docs.
5-roadmap
checkpoint
dialup-firewall
diskless-x
euro
formatting-media
hats (content moved to htdocs/internal)
multi-os
storage-devices
vinum
zip-drive
All of these articles can be found here:
http://docs.freebsd.org/doc/9.0-RELEASE/usr/share/doc/freebsd/en_US.ISO8859-1/articles/
No objection from: doc@, www@
2012-09-20 14:33:30 +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
2e51ec7022
- Strip unnecessary trailing spaces
...
Approved by: doceng (implicit)
2012-08-21 19:16:02 +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
f57dbd3368
Merge the following from the English version:
...
1.199 -> 1.204 books/faq/book.sgml
Submitted by: Hiroo Ono <hiroo at oikumene dot gcd dot org>
Reference: [doc-jp-work 932]
2005-06-26 15:20:16 +00:00
Hideyuki KURASHINA
bff69230ae
Remove duplicated translation word ``mailing list''.
...
Submitted by: kano at na dot rim dot or dot jp
Reference: [doc-jp 16179]
2005-06-26 07:28:03 +00:00
Hideyuki KURASHINA
cef74e216f
Fix typos.
...
Submitted by: kano at na dot rim dot or dot jp
Reference: [doc-jp 14444]
2004-12-22 09:08:59 +00:00
Hideyuki KURASHINA
2cebef3086
Fix typo.
...
Submitted by: kano at na dot rim dot or dot jp
Reference: [doc-jp 14374]
2004-12-06 19:52:56 +00:00
Hideyuki KURASHINA
9dd3a674d2
Merge the following from the English version:
...
1.197 -> 1.199 books/faq/book.sgml
Submitted by: Hiroo Ono <hiroo at oikumene dot gcd dot org>
References: [doc-jp-work 916]
2004-09-24 08:29:18 +00:00
Hideyuki KURASHINA
7e639cab9c
Merge the following from the English version:
...
1.194 -> 1.197 books/faq/book.sgml
Submitted by: Hiroo Ono <hiroo at oikumene dot gcd dot org>
References: [doc-jp-work 815]
2004-09-19 17:16:14 +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
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 (< 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
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