Re: [DOCS] Moving documentation to XML

2015-11-03 Thread Tair Sabirgaliev
Then there is asciidoc.. On Ср, 4 нояб. 2015 г. at 2:11 Dmitry Igrishin wrote: > 2015-11-03 20:46 GMT+03:00 Oleg Bartunov : > >> >> >> On Mon, Oct 26, 2015 at 11:53 AM, Alexander Lakhin < >> a.lak...@postgrespro.ru> wrote: >> >>> Hello, Peter. >>> >>> I've managed to speed up html generation from

Re: [DOCS] Moving documentation to XML

2015-11-03 Thread Dmitry Igrishin
2015-11-03 20:46 GMT+03:00 Oleg Bartunov : > > > On Mon, Oct 26, 2015 at 11:53 AM, Alexander Lakhin < > a.lak...@postgrespro.ru> wrote: > >> Hello, Peter. >> >> I've managed to speed up html generation from xml (make xslthtml) from 32 >> min. (in my environment) to 4 min. by modifying slowest XSL

Re: [DOCS] Moving documentation to XML

2015-11-03 Thread Oleg Bartunov
On Mon, Oct 26, 2015 at 11:53 AM, Alexander Lakhin wrote: > Hello, Peter. > > I've managed to speed up html generation from xml (make xslthtml) from 32 > min. (in my environment) to 4 min. by modifying slowest XSL templates. > All my modifications incorporated in a single file > stylesheet-xhtml-

Re: [DOCS] Moving documentation to XML

2015-11-02 Thread Stefan Kaltenbrunner
On 10/30/2015 02:40 PM, Alexander Lakhin wrote: > Hello, Guillaume. > > We have plans to use this for russian translation, too. We translate the > docs by converting (with xml2po) the single xml to postgres-ru.po and > after translating it we convert it back to xml (we get postres-ru.xml > here).

Re: [DOCS] Moving documentation to XML

2015-10-30 Thread Alexander Lakhin
Hello, Guillaume. We have plans to use this for russian translation, too. We translate the docs by converting (with xml2po) the single xml to postgres-ru.po and after translating it we convert it back to xml (we get postres-ru.xml here). (Until now we had to perform one more conversion (post

Re: [DOCS] Moving documentation to XML

2015-10-28 Thread Guillaume Lelarge
Le 26 oct. 2015 6:40 PM, "Alexander Lakhin" a écrit : > > Hello, Peter. > > I've managed to speed up html generation from xml (make xslthtml) from 32 min. (in my environment) to 4 min. by modifying slowest XSL templates. > All my modifications incorporated in a single file stylesheet-xhtml-speedup

Re: [DOCS] Moving documentation to XML

2015-10-26 Thread Alexander Lakhin
Hello, Peter. I've managed to speed up html generation from xml (make xslthtml) from 32 min. (in my environment) to 4 min. by modifying slowest XSL templates. All my modifications incorporated in a single file stylesheet-xhtml-speedup.xsl, which is included in stylesheet.xsl. I performed optim

Re: [DOCS] Moving documentation to XML

2015-04-06 Thread Peter Eisentraut
On 4/2/15 5:22 PM, Luzanov Pavel wrote: > Peter, > > > I found this message in archives: > > http://www.postgresql.org/message-id/flat/519c3d99.9000...@gmx.net#519c3d99.9000...@gmx.net > > > and, as you recommend, tested a speed of building docs on a fresh Ubuntu > installation. > > 50sec fo

[DOCS] Moving documentation to XML

2015-04-02 Thread Luzanov Pavel
Peter, I found this message in archives: http://www.postgresql.org/message-id/flat/519c3d99.9000...@gmx.net#519c3d99.9000...@gmx.net and, as you recommend, tested a speed of building docs on a fresh Ubuntu installation. 50sec for make html and 14min 50sec for make xslthtml 17 times slower!

Re: [DOCS] moving documentation to XML

2013-05-22 Thread Josh Kupershmidt
On Tue, May 21, 2013 at 11:38 PM, Peter Eisentraut wrote: > For 9.4, I would like to tackle moving our documentation to a DocBook > XML source format and tool chain. Awesome. I have been a mite unhappy with the existing SGML toolchain. I hope we'll have a better chance of properly addressing some

[DOCS] moving documentation to XML

2013-05-21 Thread Peter Eisentraut
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: . Most of these points have become no-b