From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-docs(at)postgresql(dot)org |
Subject: | Re: [pgsql-www] missing 8.1.2 release notes |
Date: | 2006-02-14 20:31:21 |
Message-ID: | 200602142131.22372.peter_e@gmx.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs pgsql-www |
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)
From | Date | Subject | |
---|---|---|---|
Next Message | Martijn van Oosterhout | 2006-02-18 18:52:22 | Config file for psql |
Previous Message | Tom Lane | 2006-02-14 18:45:50 | Re: missing 8.1.2 release notes |
From | Date | Subject | |
---|---|---|---|
Next Message | Joshua D. Drake | 2006-02-14 21:38:26 | Re: Search machine is ready |
Previous Message | Tom Lane | 2006-02-14 18:45:50 | Re: missing 8.1.2 release notes |