[pgpool-hackers: 1773] Re: [pgpool-committers: 3416] pgpool: Add Japanse SGML documentation directory doc.ja.

Tatsuo Ishii ishii at sraoss.co.jp
Mon Aug 22 13:52:13 JST 2016


Hello Pgpool-II developers, especially who speak Japanese,

I have just created a starting point of Japanese doc in SGML format
for upcoming Pgpool-II 3.6. I just copied entire tree of current
English SGML doc (doc) into doc.ja and modified a file so that the
SGML build system accepts UTF-8 sgml files, plus tweak sytesheet.dsl
to make the chaset in HTTML files to be utf-8.

I believe exactly the same technique can be used for creating doc tree
for other languages as long as the language can be encoded in UTF-8. I
will welcome if some brave volunteers speak up for other languages.

Please note, however, the English SGML docs is under development. The
current schedule expects that it will be finished by the end of this
month.

Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp

From: Tatsuo Ishii <ishii at postgresql.org>
Subject: [pgpool-committers: 3416] pgpool: Add Japanse SGML documentation directory doc.ja.
Date: Mon, 22 Aug 2016 04:42:47 +0000
Message-ID: <E1bbh4R-0005RZ-Fh at gothos.postgresql.org>

> Add Japanse SGML documentation directory doc.ja.
> 
> doc.ja/src/sgml/Makefile.am and doc.ja/src/sgml/stylesheet.dsl are
> changed from English version to allow to handle UTF-8.
> 
> Branch
> ------
> master
> 
> Details
> -------
> http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=8452ebd00e8f359b978c34cc21e5d962325ee8ad
> 
> Modified Files
> --------------
> configure                                   |    5 +-
> configure.ac                                |    2 +-
> doc.ja/Makefile.am                          |   42 +
> doc.ja/Makefile.in                          |  751 +++++++++
> doc.ja/src/Makefile.am                      |    7 +
> doc.ja/src/Makefile.in                      |  636 ++++++++
> doc.ja/src/sgml/HTML.index                  |  332 ++++
> doc.ja/src/sgml/Makefile.am                 |  190 +++
> doc.ja/src/sgml/Makefile.in                 |  620 ++++++++
> doc.ja/src/sgml/README.links                |   46 +
> doc.ja/src/sgml/advanced.sgml               |   24 +
> doc.ja/src/sgml/biblio.sgml                 |  541 +++++++
> doc.ja/src/sgml/bookindex.sgml              |  364 +++++
> doc.ja/src/sgml/client-auth.sgml            | 1810 ++++++++++++++++++++++
> doc.ja/src/sgml/config-last.sgml            |    3 +
> doc.ja/src/sgml/config.sgml                 |  614 ++++++++
> doc.ja/src/sgml/connection-pooling.sgml     |   10 +
> doc.ja/src/sgml/connection-settings.sgml    |  238 +++
> doc.ja/src/sgml/errcodes-table.sgml         | 1371 +++++++++++++++++
> doc.ja/src/sgml/examples.sgml               |   41 +
> doc.ja/src/sgml/failover.sgml               |   10 +
> doc.ja/src/sgml/features-supported.sgml     | 2174 +++++++++++++++++++++++++++
> doc.ja/src/sgml/features-unsupported.sgml   | 1862 +++++++++++++++++++++++
> doc.ja/src/sgml/filelist.sgml               |  224 +++
> doc.ja/src/sgml/fixrtf                      |   46 +
> doc.ja/src/sgml/generate-errcodes-table.pl  |   59 +
> doc.ja/src/sgml/healthcheck.sgml            |   11 +
> doc.ja/src/sgml/history.sgml                |   38 +
> doc.ja/src/sgml/info.sgml                   |   53 +
> doc.ja/src/sgml/installation.sgml           |  385 +++++
> doc.ja/src/sgml/intro.sgml                  |  194 +++
> doc.ja/src/sgml/jadetex.cfg                 |   89 ++
> doc.ja/src/sgml/legal.sgml                  |   48 +
> doc.ja/src/sgml/loadbalance.sgml            |   12 +
> doc.ja/src/sgml/memcache.sgml               |    9 +
> doc.ja/src/sgml/misc-config.sgml            |    9 +
> doc.ja/src/sgml/mk_feature_tables.pl        |   70 +
> doc.ja/src/sgml/notation.sgml               |   31 +
> doc.ja/src/sgml/online-recovery.sgml        |   10 +
> doc.ja/src/sgml/pgpool.sgml                 |  138 ++
> doc.ja/src/sgml/problems.sgml               |    9 +
> doc.ja/src/sgml/ref/allfiles.sgml           |   10 +
> doc.ja/src/sgml/ref/pcp_common_options.sgml |  164 ++
> doc.ja/src/sgml/ref/pcp_node_count.sgml     |   56 +
> doc.ja/src/sgml/ref/pgpool_setup.sgml       |  290 ++++
> doc.ja/src/sgml/ref/watchdog_setup.sgml     |  428 ++++++
> doc.ja/src/sgml/reference.sgml              |   97 ++
> doc.ja/src/sgml/release.sgml                |   94 ++
> doc.ja/src/sgml/runtime.sgml                |  364 +++++
> doc.ja/src/sgml/ssl.sgml                    |    9 +
> doc.ja/src/sgml/start.sgml                  |   22 +
> doc.ja/src/sgml/stream-check.sgml           |   10 +
> doc.ja/src/sgml/stylesheet-common.xsl       |   85 ++
> doc.ja/src/sgml/stylesheet-fo.xsl           |   34 +
> doc.ja/src/sgml/stylesheet-hh.xsl           |   41 +
> doc.ja/src/sgml/stylesheet-man.xsl          |  211 +++
> doc.ja/src/sgml/stylesheet.css              |  303 ++++
> doc.ja/src/sgml/stylesheet.dsl              |  841 +++++++++++
> doc.ja/src/sgml/stylesheet.xsl              |   61 +
> doc.ja/src/sgml/version.sgml                |    1 +
> doc.ja/src/sgml/watchdog.sgml               |    9 +
> doc.ja/src/stylesheet-common.xsl            |   85 ++
> doc.ja/src/stylesheet.css                   |   96 ++
> doc.ja/src/stylesheet.dsl                   |   28 +
> doc.ja/src/stylesheet.xsl                   |   61 +
> 65 files changed, 16526 insertions(+), 2 deletions(-)
> 
> _______________________________________________
> pgpool-committers mailing list
> pgpool-committers at pgpool.net
> http://www.pgpool.net/mailman/listinfo/pgpool-committers


More information about the pgpool-hackers mailing list