Re: [DOCS] [pgsql-www] What's New

2008-04-18 Thread Magnus Hagander
Simon Riggs wrote:
> On Fri, 2008-04-18 at 11:38 +0200, Magnus Hagander wrote:
> > Simon Riggs wrote:
> > > We need a way to link to the release notes for the latest
> > > production release, so people can easily see What's New.
> > > 
> > > 1. Currently its very hard to locate a description of what the new
> > > features in the latest release are. You have to know how the docs
> > > are structured to find it easily. If you click on the Home Page's
> > > "Notes" link for 8.3.1 you go to the minor release notes for
> > > 8.3.1 and there is no obvious link to the notes for 8.3.0 which
> > > is where all the main features are described. We don't even say
> > > that's how it works, so there's no way of knowing you aren't
> > > viewing *all* the info. So if you don't know, and most people
> > > don't, 8.3 looks like a minor upgrade from 8.2 only, so why
> > > bother.
> > 
> > Good point. But we need some way to include the release notes for
> > the minor version as well. Do you have any suggestion for how to do
> > it? Adding two different set of notes to the website there will
> > just make things even more confusing, I think. 
> 
> > Perhaps what we need is a section
> > in the 8.3.1 release notes that says "this is a minor update. If you
> > want to see the release notes between 8.2 and 8.3, please click
> > here" with a link to them?
> 
> Good idea.
> 
> Wording: "This is a minor release. For a full list of features added
> in this major release, please click here".
> 
> Note that this would be a link between *any* minor release and its
> corresponding major release. i.e. 8.3.1, 8.3.2 etc would all point to
> 8.3

I tried that first, but I think I got it better if I just worked it
into the paragraph that was already there. For an example, see:
http://builder.hagander.net/pgdoc/release-8-3-1.html

I can easily change it back to your wording if you think that's better,
but you did mean that as a separate paragraph, correct?

If people like this method, I'll go through the release.sgml file and
make the change for other versions as well. It's a simple cut/paste...
Patch is as simple as:

 This release contains a variety of fixes from 8.3.0.
+For information about new features in the 8.3 release, see
+.



(obviously it needs to be backpatched to the stable branch to make any
difference for the links on the website)

So. Objections? Better wordings? 

//Magnus

-- 
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs


Re: [DOCS] [pgsql-www] What's New

2008-04-18 Thread Alvaro Herrera
Magnus Hagander wrote:

> If people like this method, I'll go through the release.sgml file and
> make the change for other versions as well. It's a simple cut/paste...
> Patch is as simple as:
> 
>  This release contains a variety of fixes from 8.3.0.
> +For information about new features in the 8.3 release, see
> +.
> 

I'd go with

> +For information about new features in the 8.3 major release, see
> +.

-- 
Alvaro Herrerahttp://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

-- 
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs


[DOCS] Adding a ref file

2008-04-18 Thread Simon Riggs
I'm trying to add a new ref/.sgml file, but I can't see which file needs
to change to allow that to be fully referenced.

Is this because of an error in my .sgml file, or am I missing something
else? AFAICS the Makefile should pick up all .sgml files, but it seems
not to be doing that.

Hit me with your cluesticks, please.

-- 
  Simon Riggs
  2ndQuadrant  http://www.2ndQuadrant.com


-- 
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs


Re: [DOCS] Adding a ref file

2008-04-18 Thread Tom Lane
Simon Riggs <[EMAIL PROTECTED]> writes:
> I'm trying to add a new ref/.sgml file, but I can't see which file needs
> to change to allow that to be fully referenced.

Example:

$ grep psqlRef *sgml ref/*sgml 
reference.sgml:   &psqlRef;
ref/allfiles.sgml:
$ 

regards, tom lane

-- 
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs


Re: [DOCS] Adding a ref file

2008-04-18 Thread Simon Riggs
On Fri, 2008-04-18 at 13:26 -0400, Tom Lane wrote:
> Simon Riggs <[EMAIL PROTECTED]> writes:
> > I'm trying to add a new ref/.sgml file, but I can't see which file needs
> > to change to allow that to be fully referenced.
> 
> Example:
> 
> $ grep psqlRef *sgml ref/*sgml 
> reference.sgml:   &psqlRef;
> ref/allfiles.sgml:
> $ 

Ah! I had allfiles.sgml but not reference.sgml. Working now, thanks.

-- 
  Simon Riggs
  2ndQuadrant  http://www.2ndQuadrant.com


-- 
Sent via pgsql-docs mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs