public inbox for [email protected]help / color / mirror / Atom feed
missing 8.1.2 release notes 3+ messages / 3 participants [nested] [flat]
* missing 8.1.2 release notes @ 2006-02-14 18:29 Kris Jurka <[email protected]> 0 siblings, 1 reply; 3+ messages in thread From: Kris Jurka @ 2006-02-14 18:29 UTC (permalink / raw) To: [email protected] The 8.1.2 release notes are missing. http://www.postgresql.org/docs/current/static/release-8-1-2.html Kris Jurka ^ permalink raw reply [nested|flat] 3+ messages in thread
* Re: missing 8.1.2 release notes @ 2006-02-14 18:45 Tom Lane <[email protected]> parent: Kris Jurka <[email protected]> 0 siblings, 1 reply; 3+ messages in thread From: Tom Lane @ 2006-02-14 18:45 UTC (permalink / raw) To: Kris Jurka <[email protected]>; +Cc: [email protected]; pgsql-docs Kris Jurka <[email protected]> writes: > The 8.1.2 release notes are missing. The static docs are 8.1.2 (Magnus did say he'd just uploaded the 8.1.3 docs update, but I suppose it hasn't propagated yet). The current release's notes are in release.html not a version-numbered page. 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... regards, tom lane ^ permalink raw reply [nested|flat] 3+ messages in thread
* Re: [pgsql-www] missing 8.1.2 release notes @ 2006-02-14 20:31 Peter Eisentraut <[email protected]> parent: Tom Lane <[email protected]> 0 siblings, 0 replies; 3+ messages in thread From: Peter Eisentraut @ 2006-02-14 20:31 UTC (permalink / raw) To: Tom Lane <[email protected]>; +Cc: pgsql-docs 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) ^ permalink raw reply [nested|flat] 3+ messages in thread
end of thread, other threads:[~2006-02-14 20:31 UTC | newest] Thread overview: 3+ messages (download: mbox mbox.gz follow: Atom feed) -- links below jump to the message on this page -- 2006-02-14 18:29 missing 8.1.2 release notes Kris Jurka <[email protected]> 2006-02-14 18:45 ` Tom Lane <[email protected]> 2006-02-14 20:31 ` Peter Eisentraut <[email protected]>
This inbox is served by agora; see mirroring instructions for how to clone and mirror all data and code used for this inbox