On Wed, Jan 9, 2013 at 11:10 PM, Bruce Momjian <[email protected]> wrote: > 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?
To take that one step further, should this be distributed on the website alongside the PDFs? -- Magnus Hagander Me: http://www.hagander.net/ Work: http://www.redpill-linpro.com/ -- Sent via pgsql-docs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs
