Commit Graph

11 Commits

Author SHA1 Message Date
2527b08239 Updated Support, Security, and Versioning with modern design.
Authors: Sarah Conway <sarah.conway@crunchydata.com> andme.
2018-04-17 13:43:12 -04: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
ebfff4f2c5 Replace <b> and <i> tags with <strong> and <em> respectively.
The semantics of <b> and <i> tags have changed as the web has
evolved. <b> is specified to only be used as a last resort
whereas <i> can be used for other purposes (e.g. rendering icons).
Bold and italic text should be rendered using <strong> and <em>
respectively.

This patch makes this replacement in all pages except for pages
that will be deprecrated soon and in the presskits.
2018-04-15 15:01:46 -04:00
a37288c887 Tweak wording around minor rev upgrades
Change "risk of upgrading" to "risk associated with upgrading".
2018-03-22 11:46:57 +01:00
1bb9df8da1 Add clarifying language about how the EOL versioning policy works.
Language proposed by Noah Misch.
2017-10-29 16:18:25 -04:00
ff3562338e Update versioning explanation text to reflect version 10 2017-05-19 13:50:44 +02:00
88d6fdc224 Invent the concept of a "numtree" for versions
This property returns a single digit numbers for versions 10 and up (10,
11 etc), and keeps the two digit number for earlier (9.0, 9.1 etc).
2017-05-19 13:42:58 +02:00
e0cf03904c Add texts about quarterly releases 2016-03-29 22:26:19 +02:00
fe22416c89 convert some absolute url references to relative ones, still more to go... 2014-12-19 20:10:58 +01:00
bce7f1832a cosmetic fix - use non obsolete versions in explaining out versioning schema 2013-08-09 22:22:55 +02:00
08b9ac643f Render list of supported versions on the main page
Now that we have more metadata, we can render this on the main page instead of
on the wiki. This commit copies all the text from the current wiki page, and
uses the new fields in the Version model to render the table on the same URL
as the reference was on before.
2012-01-07 13:09:20 +01:00