Received: from maia.hub.org (maia-5.hub.org [200.46.204.29]) by mail.postgresql.org (Postfix) with ESMTP id 16E58632369 for ; Sat, 12 Jun 2010 12:42:36 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.29]) (amavisd-maia, port 10024) with ESMTP id 84011-05 for ; Sat, 12 Jun 2010 15:42:28 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mail.postgresql.org (Postfix) with SMTP id 4666962DBC7 for ; Sat, 12 Jun 2010 12:42:28 -0300 (ADT) Received: (qmail invoked by alias); 12 Jun 2010 15:42:26 -0000 Received: from a88-115-218-165.elisa-laajakaista.fi (EHLO [10.0.0.101]) [88.115.218.165] by mail.gmx.net (mp003) with SMTP; 12 Jun 2010 17:42:26 +0200 X-Authenticated: #495269 X-Provags-ID: V01U2FsdGVkX1/D9s5zqfHDUm6Yuvf2fbixecV8k5XEKcTTAnF4Wv ylxSVebtNu+BLs Subject: Re: Cognitive dissonance From: Peter Eisentraut To: Tom Lane Cc: John Gage , PostgreSQL - General , Robert =?ISO-8859-1?Q?Gravsj=F6?= , Bruce Momjian In-Reply-To: <25416.1276348229@sss.pgh.pa.us> References: <201006120120.o5C1KpJ11286@momjian.us> <1276336574.10097.5.camel@vanquo.pezone.net> <25416.1276348229@sss.pgh.pa.us> Content-Type: text/plain; charset="UTF-8" Date: Sat, 12 Jun 2010 18:42:24 +0300 Message-ID: <1276357344.10097.9.camel@vanquo.pezone.net> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 8bit X-Y-GMX-Trusted: 0 X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-1.91 tagged_above=-5 required=5 tests=BAYES_00=-1.9, RCVD_IN_DNSWL_NONE=-0.0001, T_RP_MATCHES_RCVD=-0.01 X-Spam-Level: X-Archive-Number: 201006/544 X-Sequence-Number: 164081 On lör, 2010-06-12 at 09:10 -0400, Tom Lane wrote: > Peter Eisentraut writes: > > On lör, 2010-06-12 at 11:18 +0200, John Gage wrote: > >> A one file html version would be a godsend. > > > I've committed a build target for that now. Use 'make postgres.html' in > > doc/src/sgml/. > > Huh, is that actually worth anything? How many browsers will open it > without crashing, or will navigate the page with decent performance > if they do manage to open it? Text output is generated by going through HTML. I haven't figured out the best way to do the second step yet. We use lynx for INSTALL and HISTORY, but the results for this big file aren't very clean. Browsers seem to handle the file OK, btw.