[pgpool-committers: 3055] pgpool: Mega patch to add SGML docs.
Tatsuo Ishii
ishii at postgresql.org
Tue Mar 15 16:43:27 JST 2016
Mega patch to add SGML docs.
This is just a starting point of the whole work.
The work to import PostgreSQL SGML doc system was done by Usama.
Modification them to create pgpool docs prototype was done Tatsuo.
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=47d9af9c69bd7eaaefdb9d8d38d99e037c04b305
Modified Files
--------------
Makefile.am | 7 +-
Makefile.in | 27 +-
aclocal.m4 | 1 +
configure | 433 +++-
configure.ac | 17 +-
doc/Makefile.am | 1 +
doc/Makefile.in | 273 ++-
doc/src/Makefile.am | 7 +
doc/src/Makefile.in | 636 ++++++
doc/src/pgpool-en.sgml | 17 +
doc/src/sgml/HTML.index | 76 +
doc/src/sgml/Makefile.am | 189 ++
doc/src/sgml/Makefile.in | 619 ++++++
doc/src/sgml/README.links | 46 +
doc/src/sgml/biblio.sgml | 541 +++++
doc/src/sgml/bookindex.sgml | 121 ++
doc/src/sgml/errcodes-table.sgml | 1371 ++++++++++++
doc/src/sgml/features-supported.sgml | 2174 ++++++++++++++++++++
doc/src/sgml/features-unsupported.sgml | 1862 +++++++++++++++++
doc/src/sgml/filelist.sgml | 210 ++
doc/src/sgml/fixrtf | 46 +
doc/src/sgml/generate-errcodes-table.pl | 59 +
doc/src/sgml/history.sgml | 13 +
doc/src/sgml/html/LEGALNOTICE.html | 129 ++
doc/src/sgml/html/admin.html | 231 +++
doc/src/sgml/html/biblio.html | 738 +++++++
doc/src/sgml/html/bookindex.html | 380 ++++
doc/src/sgml/html/bug-reporting.html | 169 ++
doc/src/sgml/html/history.html | 172 ++
doc/src/sgml/html/index.html | 203 ++
doc/src/sgml/html/install-getsource.html | 169 ++
doc/src/sgml/html/install-post.html | 457 ++++
doc/src/sgml/html/install-procedure.html | 1236 +++++++++++
doc/src/sgml/html/install-requirements.html | 169 ++
doc/src/sgml/html/install-short.html | 187 ++
doc/src/sgml/html/installation-platform-notes.html | 177 ++
doc/src/sgml/html/installation.html | 226 ++
doc/src/sgml/html/intro-whatis.html | 175 ++
doc/src/sgml/html/notation.html | 225 ++
doc/src/sgml/html/pcp-commands.html | 189 ++
doc/src/sgml/html/pcp-node-count.html | 294 +++
doc/src/sgml/html/preface.html | 271 +++
doc/src/sgml/html/reference.html | 198 ++
doc/src/sgml/html/resources.html | 228 ++
doc/src/sgml/html/stylesheet.css | 98 +
doc/src/sgml/html/supported-platforms.html | 244 +++
doc/src/sgml/html/tutorial-install.html | 166 ++
doc/src/sgml/html/tutorial-start.html | 162 ++
doc/src/sgml/html/tutorial.html | 191 ++
doc/src/sgml/info.sgml | 68 +
doc/src/sgml/installation.sgml | 1033 ++++++++++
doc/src/sgml/intro.sgml | 95 +
doc/src/sgml/jadetex.cfg | 89 +
doc/src/sgml/legal.sgml | 48 +
doc/src/sgml/mk_feature_tables.pl | 70 +
doc/src/sgml/notation.sgml | 31 +
doc/src/sgml/pgpool.sgml | 269 +++
doc/src/sgml/problems.sgml | 9 +
doc/src/sgml/ref/allfiles.sgml | 211 ++
doc/src/sgml/ref/pcp_node_count.sgml | 107 +
doc/src/sgml/reference.sgml | 275 +++
doc/src/sgml/start.sgml | 13 +
doc/src/sgml/stylesheet-common.xsl | 85 +
doc/src/sgml/stylesheet-fo.xsl | 34 +
doc/src/sgml/stylesheet-hh.xsl | 41 +
doc/src/sgml/stylesheet-man.xsl | 211 ++
doc/src/sgml/stylesheet.css | 98 +
doc/src/sgml/stylesheet.dsl | 841 ++++++++
doc/src/sgml/stylesheet.xsl | 61 +
doc/src/sgml/version.sgml | 1 +
doc/src/stylesheet-common.xsl | 85 +
doc/src/stylesheet.css | 96 +
doc/src/stylesheet.dsl | 28 +
doc/src/stylesheet.xsl | 61 +
src/Makefile.in | 22 +-
src/include/Makefile.in | 22 +-
src/libs/Makefile.in | 22 +-
src/libs/pcp/Makefile.in | 22 +-
src/parser/Makefile.in | 22 +-
src/tools/Makefile.in | 22 +-
src/tools/pcp/Makefile.in | 22 +-
src/tools/pgmd5/Makefile.in | 22 +-
src/watchdog/Makefile.in | 22 +-
83 files changed, 19890 insertions(+), 98 deletions(-)
More information about the pgpool-committers
mailing list