Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1U5qEV-00066z-3u for pgsql-docs@arkaria.postgresql.org; Thu, 14 Feb 2013 04:15:39 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.72) (envelope-from ) id 1U5qEU-0001Zo-LE for pgsql-docs@arkaria.postgresql.org; Thu, 14 Feb 2013 04:15:38 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1U5qET-0001Zi-St for pgsql-docs@postgresql.org; Thu, 14 Feb 2013 04:15:37 +0000 Received: from mout.gmx.net ([212.227.17.21]) by magus.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1U5qER-0001FT-2A for pgsql-docs@postgresql.org; Thu, 14 Feb 2013 04:15:37 +0000 Received: from mailout-de.gmx.net ([10.1.76.35]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0MXkSn-1URTgA2bax-00Wojf for ; Thu, 14 Feb 2013 05:15:33 +0100 Received: (qmail invoked by alias); 14 Feb 2013 04:15:33 -0000 Received: from pool-108-52-108-60.phlapa.fios.verizon.net (EHLO [192.168.1.5]) [108.52.108.60] by mail.gmx.net (mp035) with SMTP; 14 Feb 2013 05:15:33 +0100 X-Authenticated: #495269 X-Provags-ID: V01U2FsdGVkX18AdiBfyKkAnuZkVzX7X1SKLRglUDezr4pWoUb2RT uq+UPKf9jurf2K Message-ID: <1360815330.20348.2.camel@vanquo.pezone.net> Subject: Re: PostgreSQL docs in ePub format From: Peter Eisentraut To: Edward Hooper Cc: pgsql-docs@postgresql.org Date: Wed, 13 Feb 2013 23:15:30 -0500 In-Reply-To: <50EDE835.9090706@gmx.net> References: <50EDE835.9090706@gmx.net> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.4.4-1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 X-Pg-Spam-Score: -1.9 (-) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgsql-docs Precedence: bulk Sender: pgsql-docs-owner@postgresql.org On Wed, 2013-01-09 at 16:59 -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 There is actually a wrapper program dbtoepub shipped with the stylesheet distribution, which hides some of these details. I have committed a make target (make epub) to do this (using dbtoepub) for further investigation. -- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs