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
Gabor Kovesdan
e8e2dfdbab
- Do not specify image file extensions in documents; the proper extension
...
is appended during rendering
- For the same reason, do not specify format either
- Add constraints to enforce this
2013-04-02 09:50:10 +00:00
Gabor Kovesdan
eb47c46865
- Fix erroneous fileref's that result in missing images
...
- Also fix fdp-primer examples
2013-03-14 09:19:23 +00:00
Gabor Kovesdan
06f710c8aa
- Remove more DSSSL leftovers
2013-02-25 20:04:29 +00:00
Gabor Kovesdan
9f052111c6
- Remove a couple of DSSSL leftovers
2013-02-19 16:20:38 +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
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
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
74586f38c6
- Remove PSGML comments since they are not very useful after the XML
...
migration
Approved by: doceng (implicit)
No objection from: doc@, www@
2012-08-07 23:31:39 +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
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 (< 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
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