Re: Get rid of /static/ in doc urls?

From: "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>
To: Andres Freund <andres(at)anarazel(dot)de>, pgsql-www(at)postgresql(dot)org
Subject: Re: Get rid of /static/ in doc urls?
Date: 2018-10-19 22:30:49
Message-ID: 3c7626ac-0d09-f1db-c972-fb6d6e7b467b@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

On 10/19/18 6:26 PM, Andres Freund wrote:
> Hi,
>
> For reasons I can't quite understand the /static/ in the docs URL bugs
> me, now that we don't have /interactive/ anymore. Could we just shorten
> that out of the URL? The redirects shouldn't be problematic...
>

Yeah, that makes a lot of sense.

> I think as long as we issue the right redirects, search engines
> shouldn't be troubled by this, but my knowledge about this kind of stuff
> is severely outdated.
>

We would need permanent redirects, but those are not hard to set up,
especially in Django (or at the webserver level if we wanted to be super
efficient).

AFAIK this should be fairly trivial (and a good idea to do) so I'd +1
the change. I think, again, it's a matter if we want to apply it at the
Django or webserver level.

Jonathan

In response to

Responses

Browse pgsql-www by date

  From Date Subject
Next Message Stephen Frost 2018-10-20 00:32:29 Re: Get rid of /static/ in doc urls?
Previous Message Andres Freund 2018-10-19 22:26:12 Get rid of /static/ in doc urls?