public inbox for [email protected]  
help / color / mirror / Atom feed
From: Peter Eisentraut <[email protected]>
To: Tom Lane <[email protected]>
Cc: [email protected]
Subject: Re: [pgsql-www] missing 8.1.2 release notes
Date: Tue, 14 Feb 2006 21:31:21 +0100
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
	<[email protected]>

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)




view thread (3+ messages)

reply

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Reply to all the recipients using the --to and --cc options:
  reply via email

  To: [email protected]
  Cc: [email protected], [email protected]
  Subject: Re: [pgsql-www] missing 8.1.2 release notes
  In-Reply-To: <[email protected]>

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox