Commit Graph

4 Commits

Author SHA1 Message Date
c95fb76a05 Remove references to the (static|interactive) path to documentation.
While the permanent redirect will fix this over the course of time,
it is still better that we do not reference the old path from pgweb.
2018-11-05 10:23:41 -05:00
5a36dbc8ad Append "/" to pgweb hosted URLs that currently lack one.
By default, Django expects URLs to end with a "/" but if it
accepts a request without a trailing slash, it will issue a
permanent redirect with the slash appended. While this is great,
it does mean an extra request to the server.

This patch adds a "/" to anchor tags that did not have one
already appended to it, thus helping to save time for a user
browsing .org as well as for the server.
2018-04-15 15:14:04 -04:00
bdbf92bb86 Move headers into include files - no need for duplication 2012-08-10 13:00:19 +02:00
b282714a09 Restructure download sections to be clearer
In particular, split up the linux instructions into different pages
for different distributions, since they are very differnt, and in
general try to include more detail.

There are still some OSes that definitely need more info, but this
is more than we had before...
2012-07-01 14:25:32 +02:00