Re: Documentation Improvement suggestions

From: "pepone(dot)onrez" <pepone(dot)onrez(at)gmail(dot)com>
To: Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Documentation Improvement suggestions
Date: 2009-07-20 15:25:40
Message-ID: 198501d60907200825l6aab2f41g8ec1953b7f1c485@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Jul 20, 2009 at 5:14 PM, Alvaro
Herrera<alvherre(at)commandprompt(dot)com> wrote:
> Robert James escribió:
>> Two small suggestions that might make it easier for newcomers to take
>> advantage of the wonderful database:
>> 1. Googling Postgres docs produces links for all different versions.  This
>> is because incoming links are to different versions.  Besides being
>> confusing, it pushes the pages lower in Google, and makes it harder to find
>> them.
>> Could the website offer a link to the 'current' version, whichever it is.
>>  Eg instead of just :
>> http://www.postgresql.org/docs/8.1/static/creating-cluster.html
>> Have:
>> http://www.postgresql.org/docs/current/static/creating-cluster.html
>> which would keep all incoming links pointed to the current page.
>
> Maybe we should offer a robots.txt file that told crawlers to only index
> the "current" version of the docs, not the version-specific ones.
>
I don't see this is a good idea, if you want to google only for a
specific version
you can use ''site'' expression to filter your results

site:http://www.postgresql.org/docs/8.4/ foo

>> 2. The 'SQL' in 'PostgresSQL' is hard to say and type.  Everyone drops it
>> (even this list!).  Why not change the official name? Again, it would make
>> googling and naming things easier.
>
> This is a taboo topic which has created the largest holy wars I've seen
> in this project.  Please don't raise it.  If you're interested, search
> the archives.
>
> --
> Alvaro Herrera                                http://www.CommandPrompt.com/
> PostgreSQL Replication, Consulting, Custom Development, 24x7 support
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Martijn van Oosterhout 2009-07-20 15:37:55 Re: Documentation Improvement suggestions
Previous Message Alvaro Herrera 2009-07-20 15:14:27 Re: Documentation Improvement suggestions