diff --git a/templates/pages/support.html b/templates/pages/support.html index 0d5701d5..4d05130c 100644 --- a/templates/pages/support.html +++ b/templates/pages/support.html @@ -2,16 +2,20 @@ {%block title%}Support{%endblock%} {%block contents%} -

Support

+

Support

-

PostgreSQL has a wide variety of community and commercial support options available for users. -The Community section of this website details the support options available to users from the PostgreSQL -community, including mailing lists and IRC. -And don't forget to read the FAQs and documentation. +

PostgreSQL has a wide variety of community and commercial support options available for users, including: +

-

Commercial support is also available from one of the many companies providing professional services -to the PostgreSQL community. A listing of companies that provide hosting with PostgreSQL access is +

Commercial support is also available from one of the many companies providing professional services +to the PostgreSQL community. A list of companies that provide PostgreSQL-specific hosting is also available.

Bug Reporting

diff --git a/templates/profserv/list.html b/templates/profserv/list.html index 64e0ab6f..21f6d6c5 100644 --- a/templates/profserv/list.html +++ b/templates/profserv/list.html @@ -1,80 +1,76 @@ {%extends "base/page.html"%} {%block title%}{{title}}{%endblock%} {%block contents%} -

{{title}}

+

{{title}}

The following {{whatname}} are registered in {{regionname}}.

-{%for s in services%} -
- - - - - - {%if s.provides_hosting and s.provides_support %} - - - - - {%endif%} - - - - - {%if s.employees %} - - - - - {%endif%} - {%if s.locations%} - - - - - {%endif%} - {%if s.hours %} - - - - - {%endif%} - {%if s.languages%} - - - - - {%endif%} - {%if s.customerexample%} - - - - - {%endif%} - {%if s.experience %} - - - - - {%endif%} - {%if s.contact%} - - - - - {%endif%} -
Name{{s.org.name}}{%if s.url%} ({{s.url}}){%endif%} -
ProvidesProvides both support and hosting. -
Description{{s.description}} -
Number of employees{{s.employees}} -
Office locations{{s.locations}} -
Hours{{s.hours}} -
Languages{{s.languages}} -
Customer example{{s.customerexample}} -
Experience{{s.experience}} -
Contact information{{s.contact}} -
-
+{% for s in services %} +

+ {{ s.org.name }} +

+ + + {% if s.url %} + + + + + {% endif %} + + + + + {% if s.provides_hosting and s.provides_support %} + + + + + {% endif %} + {%if s.employees %} + + + + + {% endif %} + {%if s.locations%} + + + + + {% endif %} + {% if s.hours %} + + + + + {% endif %} + {% if s.languages %} + + + + + {% endif %} + {% if s.customerexample %} + + + + + {% endif %} + {% if s.experience %} + + + + + {% endif %} + {%if s.contact%} + + + + + {% endif %} + +
Website{{s.url}}
Description{{s.description}}
ProvidesProvides both support and hosting.
Employees{{s.employees}}
Office locations{{s.locations}}
Hours{{s.hours}}
Languages{{s.languages}}
Customer example{{s.customerexample}}
Experience{{s.experience}}
Contact information{{s.contact}}
+
{%endfor%} {%endblock%} diff --git a/templates/profserv/root.html b/templates/profserv/root.html index 086b9a60..5f8809d1 100644 --- a/templates/profserv/root.html +++ b/templates/profserv/root.html @@ -1,7 +1,7 @@ {%extends "base/page.html"%} {%block title%}{{title}}{%endblock%} {%block contents%} -

{{title}}

+

{{title}}

{%if support%}

Commercial support is available from many different companies providing professional services diff --git a/templates/security/security.html b/templates/security/security.html index 5838725d..1466fc3b 100644 --- a/templates/security/security.html +++ b/templates/security/security.html @@ -2,7 +2,7 @@ {%block title%}Security Information{%endblock%} {%block contents%} -

Security Information

+

Security Information

If you wish to report a new security vulnerability in PostgreSQL, please @@ -61,33 +61,33 @@ You can filter the view of patches to show just patches for version:
- all

-
- - - - - - - - -{%for p in patches%} - - - - - - - -{%endfor%} - -
ReferenceAffected
versions
Fixed inComponent and
CVSS v3 Base Score
Description
-{%if p.cve%}{%if p.cve_visible%}CVE-{{p.cve}}{%else%}CVE-{{p.cve}}{%endif%}
{%endif%} -{%if p.newspost%}Announcement
{%endif%} -
{{p.affected|join:", "}}{{p.fixed|join:", "}} -{{p.component}}
-{%if p.cvssscore >= 0%}{{p.cvssscore}}
{{p.cvssvector}} -{%else%}Legacy: {{p.legacyscore}}{%endif%}
{{p.description}}{%if p.detailslink%}

more details{%endif%}
-
+ + + + + + + + + + + + {%for p in patches%} + + + + + + + + {% endfor %} + +
ReferenceAffectedFixedComponent & CVSS v3 Base ScoreDescription
+ {%if p.cve%}{%if p.cve_visible%}CVE-{{p.cve}}{%else%}CVE-{{p.cve}}{%endif%}
{%endif%} + {%if p.newspost%}Announcement
{%endif%} +
{{p.affected|join:", "}}{{p.fixed|join:", "}}{{p.component}}
+ {%if p.cvssscore >= 0%}{{p.cvssscore}}
{{p.cvssvector}} + {%else%}Legacy: {{p.legacyscore}}{%endif%}
{{p.description}}{%if p.detailslink%}

more details{%endif%}

Unsupported versions

@@ -105,42 +105,40 @@ You can filter the view of patches to show just patches for version:
The following component references are used in the above table:

-
- - - +
Component
+ + + + + + + + + + + - - + + + + - - - - + + + + - - - - + + + + - - - - - - - - - - - - - - - - -
ComponentDescription
core serverThis vulnerability exists in the core server product.
Description
clientThis vulnerability exists in a client library or client application only.
core serverThis vulnerability exists in the core server product.
contrib moduleThis vulnerability exists in a contrib module. Contrib modules are not installed by default when PostgreSQL is installed from source. They may be installed by binary packages.
clientThis vulnerability exists in a client library or client application only.
client contrib moduleThis vulnerability exists in a contrib module used on the client only.
contrib moduleThis vulnerability exists in a contrib module. Contrib modules are not installed by default when PostgreSQL is installed from source. They may be installed by binary packages.
client contrib moduleThis vulnerability exists in a contrib module used on the client only.
packagingThis vulnerability exists in PostgreSQL binary packaging, e.g. an installer or RPM.
-
+ + packaging + This vulnerability exists in PostgreSQL binary packaging, e.g. an installer or RPM. + + + {%endblock%} diff --git a/templates/support/versioning.html b/templates/support/versioning.html index 82f995f8..34c90f67 100644 --- a/templates/support/versioning.html +++ b/templates/support/versioning.html @@ -2,7 +2,7 @@ {%block title%}Versioning policy{%endblock%} {%block contents%} -

Versioning policy

+

Versioning policy

We always recommend that all users run the latest available minor release for whatever major version is in use. @@ -53,25 +53,27 @@ version may be required.

End Of Life (EOL) dates

-
- - - - - - - - -{%for v in versions%} - - - - - - - -{%endfor%} -
VersionCurrent minorSupportedFirst release dateEOL date
{{v.numtree}}{{v.numtree}}.{{v.latestminor}}{{v.supported|yesno:"Yes,No"}}{{v.firstreldate|date:"F Y"}}{{v.eoldate|date:"F Y"}}
-
+ + + + + + + + + + + + {%for v in versions%} + + + + + + + + {%endfor%} + +
VersionCurrent minorSupportedFirst release dateEOL date
{{v.numtree}}{{v.numtree}}.{{v.latestminor}}{{v.supported|yesno:"Yes,No"}}{{v.firstreldate|date:"F Y"}}{{v.eoldate|date:"F Y"}}
{%endblock%}