X-Original-To: pgsql-docs-postgresql.org@localhost.postgresql.org Received: from localhost (av.hub.org [200.46.204.144]) by postgresql.org (Postfix) with ESMTP id 6304E9DC9B5 for ; Tue, 14 Feb 2006 16:31:32 -0400 (AST) Received: from postgresql.org ([200.46.204.71]) by localhost (av.hub.org [200.46.204.144]) (amavisd-new, port 10024) with ESMTP id 52195-01 for ; Tue, 14 Feb 2006 16:31:32 -0400 (AST) X-Greylist: domain auto-whitelisted by SQLgrey- Received: from mail.gmx.net (mail.gmx.de [213.165.64.21]) by postgresql.org (Postfix) with SMTP id 474529DC988 for ; Tue, 14 Feb 2006 16:31:27 -0400 (AST) Received: (qmail invoked by alias); 14 Feb 2006 20:31:28 -0000 Received: from dslb-084-063-000-219.pools.arcor-ip.net (EHLO colt.pezone.net) [84.63.0.219] by mail.gmx.net (mp020) with SMTP; 14 Feb 2006 21:31:28 +0100 X-Authenticated: #495269 From: Peter Eisentraut To: Tom Lane Subject: Re: [pgsql-www] missing 8.1.2 release notes Date: Tue, 14 Feb 2006 21:31:21 +0100 User-Agent: KMail/1.8.3 Cc: pgsql-docs@postgresql.org References: <20787.1139942750@sss.pgh.pa.us> In-Reply-To: <20787.1139942750@sss.pgh.pa.us> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602142131.22372.peter_e@gmx.net> X-Y-GMX-Trusted: 0 X-Virus-Scanned: by amavisd-new at hub.org X-Spam-Status: No, score=0.123 required=5 tests=[AWL=0.123] X-Spam-Score: 0.123 X-Spam-Level: X-Archive-Number: 200602/11 X-Sequence-Number: 3451 Tom Lane wrote: > I've been annoyed before that we can't publish a stable URL for a > given release's notes until it's been superseded. CC'ing pgsql-docs > to see if anyone has an idea how to get the front release's notes > into a sub-page... This is easy to do, but then it will affect all chapters. Try to the following patch, and if you like the format we can put it in place. --- ../../../../cvs-pgsql/doc/src/sgml/stylesheet.dsl 2005-10-13 22:10:03.000000000 +0200 +++ stylesheet.dsl 2006-02-14 21:28:14.000000000 +0100 @@ -180,6 +180,9 @@ (define %body-attr% '()) (define ($generate-book-lot-list$) '()) +;; Do not combine first section into chapter chunk. +(define (chunk-skip-first-element-list) '()) + ;; Returns the depth of auto TOC that should be made at the nd-level (define (toc-depth nd) (cond ((string=? (gi nd) (normalize "book")) 2)