Received: from magus.postgresql.org (magus.postgresql.org [87.238.57.229]) by mail.postgresql.org (Postfix) with ESMTP id A1C51D33CBE for ; Tue, 12 Jun 2012 20:19:00 -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 1SeaMT-0005Pw-Ub for pgsql-www@postgresql.org; Tue, 12 Jun 2012 23:18:59 +0000 Received: by obbtb18 with SMTP id tb18so8971244obb.19 for ; Tue, 12 Jun 2012 16:18:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=gITgrkWQydOUPP3+A76ZYyWsDPUpPBecTBqWDzraTgw=; b=pZ9o6Cwpyw9mrZOifsAyCEb2idByp+LZZLo0Im3/ievWS9xk5ADLlMpJvZe1jAlHZd N6LDDJA0dcNXM9xlB7myOjFmVo1CTSAqP/bXZy465bcqs/9Dps88H2qQslyTxe6uqAC0 3D6AEj5WIoabrHwic8NPnwHSg/Q1ZZKjJuiiEgZo7BMh9MdAsh0edUTAI5LAhDLe+EK1 D+i2gtsQaT1u+FpSb2zN5kFmdOeJb9dl7ipr8fdazLqvuR7Pj5DvRhg0jyB3ICuijVQn 4saqJ6P16f4GDkZFuM28kyLvjLrPKzNVxXfaIvAApNznGCwWl5d34klOvFhVyFvNe8eN JGRQ== Received: by 10.182.154.73 with SMTP id vm9mr22334311obb.72.1339543124612; Tue, 12 Jun 2012 16:18:44 -0700 (PDT) MIME-Version: 1.0 Received: by 10.60.146.180 with HTTP; Tue, 12 Jun 2012 16:18:24 -0700 (PDT) In-Reply-To: <4FCFF1E1.7060608@agliodbs.com> References: <201206051142.34071.andres@2ndquadrant.com> <4FCFF1E1.7060608@agliodbs.com> From: Josh Kupershmidt Date: Tue, 12 Jun 2012 16:18:24 -0700 Message-ID: Subject: Re: [PATCH] Cross-version navigation in documentation To: Josh Berkus Cc: pgsql-www@postgresql.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Pg-Spam-Score: -2.7 (--) X-Archive-Number: 201206/22 X-Sequence-Number: 20716 On Wed, Jun 6, 2012 at 5:12 PM, Josh Berkus wrote: > >>> I suspect your browser has cached the old version of the CSS. Does a >>> refresh solve it? > > Oh, wow, very nice! =A0That should really help our "Google links to > ancient version of the docs" problem. I've been finding the feature quite useful, so thanks. One gripe I just noticed: if I wind up on an /interactive/... link, e.g. http://www.postgresql.org/docs/9.2/interactive/sql-createtable.html and try to go to the -devel version from there, I'll always get a 404, presumably since we don't have an interactive version of the -devel docs. Would it be possible to redirect all the "/devel/interactive/" links to their "/devel/static/" equivalents? Josh