From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
Cc: | Edward Hooper <dokhebi(at)gmail(dot)com>, pgsql-docs(at)postgresql(dot)org |
Subject: | Re: PostgreSQL docs in ePub format |
Date: | 2013-01-09 22:10:56 |
Message-ID: | 20130109221056.GC8545@momjian.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs |
On Wed, Jan 9, 2013 at 04:59:17PM -0500, Peter Eisentraut wrote:
> On 1/9/13 2:13 PM, Edward Hooper wrote:
> > I want to make an attempt to take the DocBook/SGML text that comes with
> > PostgreSQL and produce an ePub file. However, I have no experience with
> > this. I would like to get together with other like minded PostgreSQL
> > users and produce something useful.
>
> Do this:
>
> cd doc/src/sgml/
> make postgres.xml
> xsltproc http://docbook.sourceforge.net/release/xsl/current/epub/docbook.xsl postgres.xml
> echo 'application/epub+zip' > mimetype
> zip -r postgres.epub META-INF OEBPS mimetype
Should this be in the SGML docs?
--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com
+ It's impossible for everything to be true. +
From | Date | Subject | |
---|---|---|---|
Next Message | Ian Lawrence Barwick | 2013-01-10 00:35:10 | Small clarification in "34.41. schemata" |
Previous Message | Peter Eisentraut | 2013-01-09 21:59:17 | Re: PostgreSQL docs in ePub format |