moving documentation to XML

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-docs <pgsql-docs(at)postgresql(dot)org>
Subject: moving documentation to XML
Date: 2013-05-22 03:38:01
Message-ID: 519C3D99.9000304@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

For 9.4, I would like to tackle moving our documentation to a DocBook
XML source format and tool chain. The issues surrounding that have been
summarized on this wiki page:
<https://wiki.postgresql.org/wiki/Switching_PostgreSQL_documentation_from_SGML_to_XML>.
Most of these points have become no-brainers by now. The one remaining
major issue is that the XSLT HTML build is very very slow compared to
what we currently have. So the first step will be to address that. I
have a few ideas that I'll try, and I might also solicit some help from
DocBook-related forums. Anyone who wants to help, it's very easy to get
started. In doc/src/sgml, run

make html

vs

make xslthtml

and make the latter as fast as the former. Currently, I'm timing this
at about 1 minute versus about 11 minutes, which is clearly unacceptable.

If or when that gets fixed, the next steps would be

- use XSLT as primary method for building HTML (dump DSSSL style sheets)

- use FOP as primary method for building PDF (additional issues to solve
there)

- convert source to XML

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Josh Kupershmidt 2013-05-22 12:55:21 Re: moving documentation to XML
Previous Message Alvaro Herrera 2013-05-22 03:33:50 Re: CREATE OPERATOR query