Received: from magus.postgresql.org (magus.postgresql.org [87.238.57.229]) by mail.postgresql.org (Postfix) with ESMTP id 040C7A10E8C for ; Wed, 30 May 2012 06:59:24 -0300 (ADT) Received: from mail-ob0-f174.google.com ([209.85.214.174]) by magus.postgresql.org with esmtp (Exim 4.72) (envelope-from ) id 1SZfgW-0003Fm-S2 for pgsql-www@postgresql.org; Wed, 30 May 2012 09:59:23 +0000 Received: by obbtb18 with SMTP id tb18so8185602obb.19 for ; Wed, 30 May 2012 02:59:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=juffo.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=J6SEPvZujnutUtLUgZfKb8Mch4QOu+feNZcE+BWtuEk=; b=i/4NX/K7LUfX4YbAr6WRgeyXQ0+BoSwEz0LumIIY3BTcKUGTSSU6gViZBY20tsUsP4 /W9tfDMMMMZQbVL4L/QiZtba8CReFEHIKifltZFMgs8wWPH3gYZ/fesHAuvbrfbMX9Il vdgfJF2ntBI5JZMNxN5qh+4aP04K27TATiYdo= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:x-gm-message-state; bh=J6SEPvZujnutUtLUgZfKb8Mch4QOu+feNZcE+BWtuEk=; b=PuUTv3eIekPPXlBPR/qqVMz//zJ62xzkpI8RLW7CDu9Sz1rsU9Qn6A4oPSfH6yXxMo 3Ju8ntTgySjVrijw6D67BTEnhIsJLr69WetTdYwGdho5E3Xd81IIjm2oN2DorcTXJfTZ ttlERbJLv0ot2fO/5gWset0P8+O061LAqbePzb30I8qbrGY+KfcJpwIcxfayEQuj2sy4 Jl/yLcQmjlUMSXEeO9bJ1ogF0QeN1Vh9jf8F+joOZR38QrCR1ovN+hKCgdO4wOxSU3m/ Q2lDzPWaj408IBAya5ZUoFvtJQ8IJ99tXVNRcuPWs9hAUQ3jMxsGU0JdlTQ4ThjH4FC8 PMRg== Received: by 10.182.52.105 with SMTP id s9mr14492555obo.48.1338371946840; Wed, 30 May 2012 02:59:06 -0700 (PDT) MIME-Version: 1.0 Received: by 10.76.82.200 with HTTP; Wed, 30 May 2012 02:58:26 -0700 (PDT) In-Reply-To: <201205281344.51634.andres@2ndquadrant.com> References: <201205281344.51634.andres@2ndquadrant.com> From: Marti Raudsepp Date: Wed, 30 May 2012 12:58:26 +0300 Message-ID: Subject: Re: [PATCH] Cross-version navigation in documentation To: Magnus Hagander Cc: Andres Freund , pgsql-www , Stefan Kaltenbrunner Content-Type: text/plain; charset=UTF-8 X-Gm-Message-State: ALoCoQkRc99zDUVaW3WUKOhR0kTZhgj5RoiZ9+YO+1Q6SWHDo8ko0z4Z3qgR/+YiAzfOc09GbYm9 X-Pg-Spam-Score: -2.7 (--) X-Archive-Number: 201205/65 X-Sequence-Number: 20689 On Mon, May 28, 2012 at 2:44 PM, Andres Freund wrote: > The amount of pages actually having been renamed isn't that big. Marti opened > up his version of the docs to me and I browsed along and even between 7.4 and > 9.1 I had a hard time finding pages where you would expect a link from 7.4 > forwards. Exactly. And people rely on page names right now anyway -- they find the page on Google and then just change the version number in the URL and see if it works. Either that, or they will read the wrong version. What I'm proposing solves >95% of the cases and I think that is good enough. In theory we could mine git history to extract page renames/merges/splits, but it sounds like a lot of effort for little gain. On Sun, May 27, 2012 at 9:40 PM, Magnus Hagander wrote: > On Sunday, May 27, 2012, Marti Raudsepp wrote: >> PS: Python projects have a nearly universal style of using 4-space >> indents (PEP-0008). > I don't really see the point. If your editor can't be consistent about > tabs/spaces, you probably have a bigger problem Well I need to reconfigure my editor to edit these files. >> 0001-Allow-documentation-loading-without-tidy-Tidylib-for.patch > More to the point though - if we want a feature like that, it should be > controlled by a parameter that turns it off, not by automatically doing it. Ok, agreed. Regards, Marti