diff options
author | Dave Page | 2025-05-12 16:05:24 +0000 |
---|---|---|
committer | Dave Page | 2025-05-12 16:05:24 +0000 |
commit | 6dfd8b11307f731e1fae6d7e99cb2f123d294e0d (patch) | |
tree | f3d69edb61cfe655003828ce5749882d77a38dad | |
parent | 4ea3186959f4d0862ecbd757719ffc64e79ac923 (diff) |
-rw-r--r-- | templates/base.html | 10 | ||||
-rw-r--r-- | templates/pages/extensions.html | 4 | ||||
-rw-r--r-- | templates/pages/howtozypp.html | 30 | ||||
-rw-r--r-- | templates/pages/index.html | 17 | ||||
-rw-r--r-- | templates/pages/news/new-repo-extra-packages.html | 6 | ||||
-rw-r--r-- | templates/pages/news/new-repo-rpms-released.html | 12 | ||||
-rw-r--r-- | templates/pages/news/pgdg-zypp-repo-gpg-key-update.html | 6 | ||||
-rw-r--r-- | templates/pages/news/postgresql-rpms-for-sles-12-released.html | 2 | ||||
-rw-r--r-- | templates/pages/news/postgresql-rpms-for-sles-15-released.html | 4 | ||||
-rw-r--r-- | templates/pages/news/rsync-support-for-sles-available.html | 56 | ||||
-rw-r--r-- | templates/pages/news/sles-15-sp6-packages-available.html | 4 | ||||
-rw-r--r-- | templates/pages/news/sles12-postgresql-rpms-end-of-life.html | 4 | ||||
-rw-r--r-- | templates/pages/packages.html | 14 | ||||
-rw-r--r-- | templates/pages/repopackages.html | 4 | ||||
-rw-r--r-- | templates/pages/rpmchart.html | 34 | ||||
-rw-r--r-- | templates/pages/srpm-packages.html | 16 |
16 files changed, 113 insertions, 110 deletions
diff --git a/templates/base.html b/templates/base.html index d66d2ca..de0dfb3 100644 --- a/templates/base.html +++ b/templates/base.html @@ -23,7 +23,7 @@ <link rel="stylesheet" href="/static/css/pgzypp.css"> - <title>{%block title%}{%endblock%} - PostgreSQL Zypper Repository</title> + <title>{%block title%}{%endblock%} - Postgres Zypper Repository</title> <script> let theme = 'light'; @@ -44,7 +44,7 @@ <div class="col"> <nav class="navbar fixed-top navbar-expand-lg navbar-light bg-light"> <a class="navbar-brand p-0" href="/"> - <img class="logo" src="/static/img/elephant.png" alt="PostgreSQL Elephant Logo"> + <img class="logo" src="/static/img/elephant.png" alt="Postgres Elephant Logo"> </a> <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#pgNavbar" aria-controls="pgNavbar" aria-expanded="false" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> @@ -104,9 +104,9 @@ <li><a href="/news/new-repo-extra-packages/">Extras repository for SLES 15</a></li> <li><a href="/news/new-repo-rpms-released/">"Common" repository for SLES 15</a></li> <li><a href="/news/sles12-postgresql-rpms-end-of-life/">EOL announcement for SLES 12.</a></li> - <li><a href="/news/postgresql-rpms-for-sles-15-released/"> PostgreSQL 11+ RPMs for SLES 15 released.</a></li> - <li><a href="/news/postgresql-rpms-for-sles-12-released/"> PostgreSQL RPMs for SLES 12 released.</a></li> - <li><a href="/news/rsync-support-for-sles-available/"> rsync support for PostgreSQL SUSE repository is now available.</a></li> + <li><a href="/news/postgresql-rpms-for-sles-15-released/"> Postgres 11+ RPMs for SLES 15 released.</a></li> + <li><a href="/news/postgresql-rpms-for-sles-12-released/"> Postgres RPMs for SLES 12 released.</a></li> + <li><a href="/news/rsync-support-for-sles-available/"> rsync support for Postgres SUSE repository is now available.</a></li> </ul> </div> <!-- End Related Info --> diff --git a/templates/pages/extensions.html b/templates/pages/extensions.html index dc30faa..4443e07 100644 --- a/templates/pages/extensions.html +++ b/templates/pages/extensions.html @@ -2,8 +2,8 @@ {% block title %}Welcome{% endblock %} {% block maincontent %} -<h1>Installing PostgreSQL Extensions via RPMs</h1> -<p>You will find details about installing PostgreSQL extensions on SuSE Enterprise Linux. +<h1>Installing Postgres Extensions via RPMs</h1> +<p>You will find details about installing Postgres extensions on SuSE Enterprise Linux. </p> </p> diff --git a/templates/pages/howtozypp.html b/templates/pages/howtozypp.html index 9e4e250..c552b2a 100644 --- a/templates/pages/howtozypp.html +++ b/templates/pages/howtozypp.html @@ -2,10 +2,10 @@ {%block title%}Howto{%endblock%} {%block maincontent%} -<h1>PostgreSQL - SLES Repo Configuration</h1> +<h1>Postgres - SLES Repo Configuration</h1> <p> - You can use the zypper package manager to install PostgreSQL and/or other + You can use the zypper package manager to install Postgres and/or other components on an SLES 15 / SLES 12 host. zypper will attempt to satisfy package dependencies as it installs a package, but some components (mainly PostGIS) require access to specific repositories that are not hosted at @@ -55,8 +55,8 @@ </p> <p> - To install PostgreSQL and/or other components, runthe following commands to - add PostgreSQL community repository configuration files to your SLES host: + To install Postgres and/or other components, run the following commands to + add Postgres community repository configuration files to your SLES host: </p> <ul> @@ -66,32 +66,32 @@ <a name="pg15sles">SLES 12:</a> </p> <ul> - <li>SLES 12 / PostgreSQL 15: <code>zypper addrepo https://download.postgresql.org/pub/repos/zypp/repo/pgdg-sles-12-pg15.repo</code></li> - <li>SLES 12 / PostgreSQL 14: <code>zypper addrepo https://download.postgresql.org/pub/repos/zypp/repo/pgdg-sles-12-pg14.repo</code></li> - <li>SLES 12 / PostgreSQL 13: <code>zypper addrepo https://download.postgresql.org/pub/repos/zypp/repo/pgdg-sles-13.repo</code></li> - <li>SLES 12 / PostgreSQL 12: <code>zypper addrepo https://download.postgresql.org/pub/repos/zypp/repo/pgdg-sles-12.repo</code></li> + <li>SLES 12 / Postgres 15: <code>zypper addrepo https://download.postgresql.org/pub/repos/zypp/repo/pgdg-sles-12-pg15.repo</code></li> + <li>SLES 12 / Postgres 14: <code>zypper addrepo https://download.postgresql.org/pub/repos/zypp/repo/pgdg-sles-12-pg14.repo</code></li> + <li>SLES 12 / Postgres 13: <code>zypper addrepo https://download.postgresql.org/pub/repos/zypp/repo/pgdg-sles-13.repo</code></li> + <li>SLES 12 / Postgres 12: <code>zypper addrepo https://download.postgresql.org/pub/repos/zypp/repo/pgdg-sles-12.repo</code></li> </ul> <p> After creating the repository configuration files, use the <code>zypper refresh</code> command to refresh the metadata on your SLES host to - include the PostgreSQL SUSE repositories: + include the Postgres SUSE repositories: </p> <p> <code>zypper refresh</code> </p> -<h2>Installing PostgreSQL on SLES host</h2> +<h2>Installing Postgres on SLES host</h2> <p> - After adding the repo, use the following command to install PostgreSQL on + After adding the repo, use the following command to install Postgres on the SLES host: </p> <p> - <a name="pg17install">PostgreSQL 17:</a> + <a name="pg17install">Postgres 17:</a> </p> <p> - <a name="pg16install">PostgreSQL 17:</a> + <a name="pg16install">Postgres 17:</a> </p> <p> <a name="pg15slesinstall"></a> @@ -99,7 +99,7 @@ </p> <p> - <a name="pg15install">PostgreSQL 15:</a> + <a name="pg15install">Postgres 15:</a> </p> <p> <a name="pg15slesinstall"></a> @@ -107,7 +107,7 @@ </p> <p> - Please take a look at the <a href="/packages/">PostgreSQL SuSE package + Please take a look at the <a href="/packages/">Postgres SuSE package list</a> to see what other packages are available in the repository. </p> diff --git a/templates/pages/index.html b/templates/pages/index.html index f16a023..459a729 100644 --- a/templates/pages/index.html +++ b/templates/pages/index.html @@ -2,26 +2,29 @@ {% block title %}Welcome{% endblock %} {% block maincontent %} -<h1>PostgreSQL Zypper Repository </h1> -<p>You will find details on PostgreSQL and related RPMs for SuSE Enterprise Linux. +<h1>Postgres Zypper Repository </h1> +<p>You will find details on Postgres (also known as PostgreSQL) and related + RPMs for SuSE Enterprise Linux. </p> -<h2>About The PostgreSQL ZYPP Repository</h2> -We provide users PostgreSQL and related RPMs for SuSE Enterprise Linux. Please see "<a href="/howtozypp/">ZYPP Howto</a>" for help. +<h2>About The Postgres ZYPP Repository</h2> +We provide users Postgres and related RPMs for SuSE Enterprise Linux. Please + see "<a href="/howtozypp/">ZYPP Howto</a>" for help. </p> <h2>SLES 15 SP6 packages are available</h2> -<p>PostgreSQL ZYPP repository supports SLES 15 SP 6 as of 31 July 2024. Please note that SP5 won't receive updates.</p> +<p>The Postgres ZYPP repository supports SLES 15 SP 6 as of 31 July 2024. + Please note that SP5 won't receive updates.</p> <h2>26 February 2024 GPG Key Update</h2> <p>GPG keys on SLES 15 have been updated as of 26 February 2024. Users need to <b>install the new repository RPMs</b> if they want to receive update or install new packages. Please visit - <a href="/news/pgdg-zypp-repo-gpg-key-update">PostgreSQL ZYPP repository GPG key update</a> page for details. + <a href="/news/pgdg-zypp-repo-gpg-key-update">Postgres ZYPP repository GPG key update</a> page for details. </p> <p> You can pick up any combination below:</p> -<h2>Available PostgreSQL Releases</h2> +<h2>Available Postgres Releases</h2> <ul> <li><a href="/packages/#pg17">18</a><span class="pgyum-warning"> (v18 PACKAGES ARE FOR BETA TESTING ONLY! USE v17 or v16 PACKAGES FOR PRODUCTION)</span>.</li> <li><a href="/packages/#pg16">17</a></li> diff --git a/templates/pages/news/new-repo-extra-packages.html b/templates/pages/news/new-repo-extra-packages.html index 31fb45a..ceaa4d5 100644 --- a/templates/pages/news/new-repo-extra-packages.html +++ b/templates/pages/news/new-repo-extra-packages.html @@ -1,11 +1,11 @@ {%extends "base.html" %} -{%block title%}Extra packages for PostgreSQL RPM repo{%endblock%} +{%block title%}Extra packages for Postgres RPM repo{%endblock%} {%block maincontent%} -<h1>Extra packages for PostgreSQL RPM repo</h1> +<h1>Extra packages for Postgres RPM repo</h1> <p> Recently we added consul, consul-template, haproxy, keepalived, vip-manager and etcd packages - to the PostgreSQL RPM repository to support Patroni installations. The main motivation is to + to the Postgres RPM repository to support Patroni installations. The main motivation is to provide latest and greatest versions of these packages. </p> <p> diff --git a/templates/pages/news/new-repo-rpms-released.html b/templates/pages/news/new-repo-rpms-released.html index 457435a..79b1316 100644 --- a/templates/pages/news/new-repo-rpms-released.html +++ b/templates/pages/news/new-repo-rpms-released.html @@ -4,15 +4,15 @@ <h1>Announcing "common" ZYPP repository</h1> <p> - The community PostgreSQL ZYPP repository does not just include PostgreSQL - packages, but also some extensions which depend on a specific PostgreSQL - version (e.g. PostGIS.), packages in the PostgreSQL world which can be used - against some (or all) PostgreSQL versions, and the supportive packages for + The community Postgres ZYPP repository does not just include Postgres + packages, but also some extensions which depend on a specific Postgres + version (e.g. PostGIS.), packages in the Postgres world which can be used + against some (or all) Postgres versions, and the supportive packages for those extensions (e.g. Proj, GeOS). </p> <p> Until yesterday, all of these packages were contained in the same directory - for each OS / PostgreSQL combination. This increased both build time and + for each OS / Postgres combination. This increased both build time and the disk space required. </p> <p> @@ -41,7 +41,7 @@ <p class="pgzypp-bold"> Existing installations will continue running, and you will still receive “non-common” updates, in particular updates to the main - PostgreSQL packages. However, new installations will fail when they + Postgres packages. However, new installations will fail when they need the common packages. </p> </li> diff --git a/templates/pages/news/pgdg-zypp-repo-gpg-key-update.html b/templates/pages/news/pgdg-zypp-repo-gpg-key-update.html index e246c1d..c07b05f 100644 --- a/templates/pages/news/pgdg-zypp-repo-gpg-key-update.html +++ b/templates/pages/news/pgdg-zypp-repo-gpg-key-update.html @@ -1,11 +1,11 @@ {%extends "base.html" %} -{%block title%}PostgreSQL SLES repository GPG key update - 26 February 2024{%endblock%} +{%block title%}Postgres SLES repository GPG key update - 26 February 2024{%endblock%} {%block maincontent%} -<h1>PostgreSQL SLES repository GPG key update - 26 February 2024</h1> +<h1>Postgres SLES repository GPG key update - 26 February 2024</h1> <h2>General overview</h2> <p> - The previous GPG signatures of the PostgreSQL RPM packages were weak and outdated. + The previous GPG signatures of the Postgres RPM packages were weak and outdated. </p> <h2>So, what happened?</h2> <p> diff --git a/templates/pages/news/postgresql-rpms-for-sles-12-released.html b/templates/pages/news/postgresql-rpms-for-sles-12-released.html index 4b01611..402abd1 100644 --- a/templates/pages/news/postgresql-rpms-for-sles-12-released.html +++ b/templates/pages/news/postgresql-rpms-for-sles-12-released.html @@ -1,5 +1,5 @@ {%extends "base.html" %} -{%block title%}PostgreSQL 9.6+ RPMs for SLES 12 are now available.{%endblock%} +{%block title%}Postgres 9.6+ RPMs for SLES 12 are now available.{%endblock%} {%block maincontent%} <h1> PostgreSQL RPMs for SLES 12 SP4 and SP5 are available.</h1> diff --git a/templates/pages/news/postgresql-rpms-for-sles-15-released.html b/templates/pages/news/postgresql-rpms-for-sles-15-released.html index d9efdec..c06ad43 100644 --- a/templates/pages/news/postgresql-rpms-for-sles-15-released.html +++ b/templates/pages/news/postgresql-rpms-for-sles-15-released.html @@ -1,8 +1,8 @@ {%extends "base.html" %} -{%block title%}PostgreSQL 11+ RPMs for SLES 15 are now available.{%endblock%} +{%block title%}Postgres 11+ RPMs for SLES 15 are now available.{%endblock%} {%block maincontent%} -<h1> PostgreSQL 11+ RPMs for SLES 15 are available.</h1> +<h1> Postgres 11+ RPMs for SLES 15 are available.</h1> <p> Please install repository by following the instructions here first: <a href="/zypphowto/">Zypp repository Howto</a> diff --git a/templates/pages/news/rsync-support-for-sles-available.html b/templates/pages/news/rsync-support-for-sles-available.html index b1adfb9..c916344 100644 --- a/templates/pages/news/rsync-support-for-sles-available.html +++ b/templates/pages/news/rsync-support-for-sles-available.html @@ -1,40 +1,40 @@ {%extends "base.html" %} -{%block title%} rsync support for PostgreSQL SUSE repository is now available.{%endblock%} +{%block title%} rsync support for Postgres SUSE repository is now available.{%endblock%} {%block maincontent%} -<h1> rsync support for PostgreSQL SUSE repository is now available.</h1> +<h1> rsync support for Postgres SUSE repository is now available.</h1> <p> Here is the list of modules for SLES: </p> <p> <code> $ rsync zypp.postgresql.org::<br/> - yum-repo PostgreSQL YUM Repository - zypp-repo PostgreSQL ZYPP Repository - pgrpm-10 PostgreSQL 10 YUM Repository - pgsrpm-10 PostgreSQL 10 YUM Repository - SRPMS - pgrpm-11 PostgreSQL 11 YUM Repository - pgsrpm-11 PostgreSQL 11 YUM Repository - SRPMS - pgrpm-12 PostgreSQL 12 YUM Repository - pgsrpm-12 PostgreSQL 12 YUM Repository - SRPMS - pgrpm-13 PostgreSQL 13 YUM Repository - pgsrpm-13 PostgreSQL 13 YUM Repository - SRPMS - pgrpm-14 PostgreSQL 14 YUM Repository - pgsrpm-14 PostgreSQL 14 YUM Repository - SRPMS - pgrpm-15 PostgreSQL 15 YUM Repository - pgsrpm-15 PostgreSQL 15 YUM Repository - SRPMS - pgrpmzypp-10 PostgreSQL 10 ZYPP Repository - pgsrpmzypp-10 PostgreSQL 10 ZYPP Repository - SRPMS - pgrpmzypp-11 PostgreSQL 11 ZYPP Repository - pgsrpmzypp-11 PostgreSQL 11 ZYPP Repository - SRPMS - pgrpmzypp-12 PostgreSQL 12 ZYPP Repository - pgsrpmzypp-12 PostgreSQL 12 ZYPP Repository - SRPMS - pgrpmzypp-13 PostgreSQL 13 ZYPP Repository - pgsrpmzypp-13 PostgreSQL 13 ZYPP Repository - SRPMS - pgrpmzypp-14 PostgreSQL 14 ZYPP Repository - pgsrpmzypp-14 PostgreSQL 14 ZYPP Repository - SRPMS - pgrpmzypp-15 PostgreSQL 15 ZYPP Repository - pgsrpmzypp-15 PostgreSQL 15 ZYPP Repository - SRPMS + yum-repo Postgres YUM Repository + zypp-repo Postgres ZYPP Repository + pgrpm-10 Postgres 10 YUM Repository + pgsrpm-10 Postgres 10 YUM Repository - SRPMS + pgrpm-11 Postgres 11 YUM Repository + pgsrpm-11 Postgres 11 YUM Repository - SRPMS + pgrpm-12 Postgres 12 YUM Repository + pgsrpm-12 Postgres 12 YUM Repository - SRPMS + pgrpm-13 Postgres 13 YUM Repository + pgsrpm-13 Postgres 13 YUM Repository - SRPMS + pgrpm-14 Postgres 14 YUM Repository + pgsrpm-14 Postgres 14 YUM Repository - SRPMS + pgrpm-15 Postgres 15 YUM Repository + pgsrpm-15 Postgres 15 YUM Repository - SRPMS + pgrpmzypp-10 Postgres 10 ZYPP Repository + pgsrpmzypp-10 Postgres 10 ZYPP Repository - SRPMS + pgrpmzypp-11 Postgres 11 ZYPP Repository + pgsrpmzypp-11 Postgres 11 ZYPP Repository - SRPMS + pgrpmzypp-12 Postgres 12 ZYPP Repository + pgsrpmzypp-12 Postgres 12 ZYPP Repository - SRPMS + pgrpmzypp-13 Postgres 13 ZYPP Repository + pgsrpmzypp-13 Postgres 13 ZYPP Repository - SRPMS + pgrpmzypp-14 Postgres 14 ZYPP Repository + pgsrpmzypp-14 Postgres 14 ZYPP Repository - SRPMS + pgrpmzypp-15 Postgres 15 ZYPP Repository + pgsrpmzypp-15 Postgres 15 ZYPP Repository - SRPMS </code> </p> <p> diff --git a/templates/pages/news/sles-15-sp6-packages-available.html b/templates/pages/news/sles-15-sp6-packages-available.html index 574834a..72d4a1c 100644 --- a/templates/pages/news/sles-15-sp6-packages-available.html +++ b/templates/pages/news/sles-15-sp6-packages-available.html @@ -1,8 +1,8 @@ {%extends "base.html" %} -{%block title%}PostgreSQL ZYPP repository now supports SLES 15 SP 6{%endblock%} +{%block title%}Postgres ZYPP repository now supports SLES 15 SP 6{%endblock%} {%block maincontent%} -<h1> PostgreSQL ZYPP repository now supports SLES 15 SP 6 </h1> +<h1> Postgres ZYPP repository now supports SLES 15 SP 6 </h1> <p> The default location for SLES 15 now points to SP6. Packages for SLES 15 SP5 are also available. </p> diff --git a/templates/pages/news/sles12-postgresql-rpms-end-of-life.html b/templates/pages/news/sles12-postgresql-rpms-end-of-life.html index 257d8f5..f91993e 100644 --- a/templates/pages/news/sles12-postgresql-rpms-end-of-life.html +++ b/templates/pages/news/sles12-postgresql-rpms-end-of-life.html @@ -4,10 +4,10 @@ <h1>EOL announcement for SLES 12</h1> <p> - PostgreSQL RPM repo stopped adding <b>new</b> packages to the SLES 12 repo as of Aug 2023, <b>including PostgreSQL 16</b>. + Postgres RPM repo stopped adding <b>new</b> packages to the SLES 12 repo as of Aug 2023, <b>including Postgres 16</b>. </p> <p> - We will maintain older major releases until each major release is EOLed by PostgreSQL project. Please visit <a href="https://www.postgresql.org/support/versioning/">here</a> + We will maintain older major releases until each major release is EOLed by Postgres project. Please visit <a href="https://www.postgresql.org/support/versioning/">here</a> for latest release dates for each major release. </p> <p> diff --git a/templates/pages/packages.html b/templates/pages/packages.html index 657079f..7ec51a6 100644 --- a/templates/pages/packages.html +++ b/templates/pages/packages.html @@ -8,7 +8,7 @@ </p> <a name="pgcommon"/> -<h2>PostgreSQL Common Repository</h2> +<h2>Postgres Common Repository</h2> <ul> <li><a href="https://download.postgresql.org/pub/repos/zypp/common/suse/sles-15.6-x86_64/">SLES 15 SP6 - x86_64</a></li> @@ -17,20 +17,20 @@ <a name="pg17"/> -<h2>PostgreSQL 17</h2> +<h2>Postgres 17</h2> <ul> <li><a href="https://zypp.postgresql.org/17/suse/sles-15.6-x86_64/">SLES 15 SP6 - x86_64</a></li> </ul> <a name="pg16"/> -<h2>PostgreSQL 16</h2> +<h2>Postgres 16</h2> <ul> <li><a href="https://zypp.postgresql.org/16/suse/sles-15.6-x86_64/">SLES 15 SP6 - x86_64</a></li> <li><a href="https://zypp.postgresql.org/16/suse/sles-15.5-x86_64/">SLES 15 SP5 - x86_64</a><span class="pgyum-warning"> Please update to SP6 to receive updates</span></li> </ul> <a name="pg15"/> -<h2>PostgreSQL 15</h2> +<h2>Postgres 15</h2> <ul> <li><a href="https://zypp.postgresql.org/15/suse/sles-15.6-x86_64/">SLES 15 SP6 - x86_64</a></li> <li><a href="https://zypp.postgresql.org/15/suse/sles-15.5-x86_64/">SLES 15 SP5 - x86_64</a></li> @@ -39,7 +39,7 @@ <a name="pg14"/> -<h2>PostgreSQL 14</h2> +<h2>Postgres 14</h2> <ul> <li><a href="https://zypp.postgresql.org/14/suse/sles-15.6-x86_64/">SLES 15 SP6 - x86_64</a></li> <li><a href="https://zypp.postgresql.org/14/suse/sles-15.5-x86_64/">SLES 15 SP5 - x86_64</a></li> @@ -47,7 +47,7 @@ </ul> <a name="pg13"/> -<h2>PostgreSQL 13</h2> +<h2>Postgres 13</h2> <ul> <li><a href="https://zypp.postgresql.org/13/suse/sles-15.6-x86_64/">SLES 15 SP6 - x86_64</a></li> <li><a href="https://zypp.postgresql.org/13/suse/sles-15.5-x86_64/">SLES 15 SP5 - x86_64</a></li> @@ -55,7 +55,7 @@ </ul> <a name="pg12"/> -<h2>PostgreSQL 12</h2> +<h2>Postgres 12</h2> <ul> <li><a href="https://zypp.postgresql.org/12/suse/sles-15.6-x86_64/">SLES 15 SP6</a></li> <li><a href="https://zypp.postgresql.org/12/suse/sles-15.5-x86_64/">SLES 15 SP5</a></li> diff --git a/templates/pages/repopackages.html b/templates/pages/repopackages.html index f01096e..a1b31db 100644 --- a/templates/pages/repopackages.html +++ b/templates/pages/repopackages.html @@ -5,7 +5,7 @@ <h1>Repo RPMs</h1> <p class="pgzypp-bold"> - Please note that PostgreSQL Zypper repository may depend on some extra repositories. Please refer to the + Please note that Postgres Zypper repository may depend on some extra repositories. Please refer to the <a href="https://zypp.postgresql.org/howtozypp/">Zypper Howto</a> page for details before installing PGDG repository RPM. </p> @@ -13,7 +13,7 @@ <h2>Available Repo RPMs</h2> <p class="pgzypp-bold pgzypp-warning"> There is only one repository RPM per distro which - includes repository information for all available PostgreSQL releases. + includes repository information for all available Postgres releases. </p> <a name="pgsuse"/> diff --git a/templates/pages/rpmchart.html b/templates/pages/rpmchart.html index 18e1c63..3e50aa4 100644 --- a/templates/pages/rpmchart.html +++ b/templates/pages/rpmchart.html @@ -6,21 +6,21 @@ <p> Please click OS/Arch to see the list of available packages which are built - by the PostgreSQL RPM Buildfarm.</p> + by the Postgres RPM Buildfarm.</p> <a name="pgcommon"/> -<h2>PostgreSQL Common Repository</h2> +<h2>Postgres Common Repository</h2> <p> <p> - <a href="https://download.postgresql.org/pub/repos/yum/common">Browse</a> the entire set of repositories for <a href="/news/new-repo-rpms-released/" target="_blank" >PostgreSQL Common repository</a>. + <a href="https://download.postgresql.org/pub/repos/yum/common">Browse</a> the entire set of repositories for <a href="/news/new-repo-rpms-released/" target="_blank" >Postgres Common repository</a>. </p> <a name="pg17"/> -<h2>PostgreSQL 17</h2> +<h2>Postgres 17</h2> <p> - <a href="https://download.postgresql.org/pub/repos/zypp/17/suse">Browse</a> the entire set of repositories for PostgreSQL 17. + <a href="https://download.postgresql.org/pub/repos/zypp/17/suse">Browse</a> the entire set of repositories for Postgres 17. </p> <table class="table"> @@ -40,9 +40,9 @@ </table> <a name="pg16"/> -<h2>PostgreSQL 16</h2> +<h2>Postgres 16</h2> <p> - <a href="https://download.postgresql.org/pub/repos/zypp/16/suse">Browse</a> the entire set of repositories for PostgreSQL 16. + <a href="https://download.postgresql.org/pub/repos/zypp/16/suse">Browse</a> the entire set of repositories for Postgres 16. </p> <table class="table"> @@ -65,9 +65,9 @@ </table> -<h2>PostgreSQL 15</h2> +<h2>Postgres 15</h2> <p> - <a href="https://download.postgresql.org/pub/repos/zypp/15/suse">Browse</a> the entire set of repositories for PostgreSQL 15. + <a href="https://download.postgresql.org/pub/repos/zypp/15/suse">Browse</a> the entire set of repositories for Postgres 15. </p> <table class="table"> @@ -98,9 +98,9 @@ </table> <a name="pg14"/> -<h2>PostgreSQL 14</h2> +<h2>Postgres 14</h2> <p> - <a href="https://download.postgresql.org/pub/repos/zypp/14/suse">Browse</a> the entire set of repositories for PostgreSQL 14. + <a href="https://download.postgresql.org/pub/repos/zypp/14/suse">Browse</a> the entire set of repositories for Postgres 14. </p> <table class="table"> @@ -131,9 +131,9 @@ </table> <a name="pg13"/> -<h2>PostgreSQL 13</h2> +<h2>Postgres 13</h2> <p> - <a href="https://download.postgresql.org/pub/repos/zypp/13/suse">Browse</a> the entire set of repositories for PostgreSQL 13. + <a href="https://download.postgresql.org/pub/repos/zypp/13/suse">Browse</a> the entire set of repositories for Postgres 13. </p> <table class="table"> @@ -164,9 +164,9 @@ </table> <a name="pg12"/> -<h2>PostgreSQL 12</h2> +<h2>Postgres 12</h2> <p> - <a href="https://download.postgresql.org/pub/repos/zypp/12/suse">Browse</a> the entire set of repositories for PostgreSQL 12. + <a href="https://download.postgresql.org/pub/repos/zypp/12/suse">Browse</a> the entire set of repositories for Postgres 12. </p> <table class="table"> @@ -204,9 +204,9 @@ <a name="pg11"/> -<h2>PostgreSQL 11</h2> +<h2>Postgres 11</h2> <p> - <a href="https://download.postgresql.org/pub/repos/zypp/11/suse">Browse</a> the entire set of repositories for PostgreSQL 11. + <a href="https://download.postgresql.org/pub/repos/zypp/11/suse">Browse</a> the entire set of repositories for Postgres 11. </p> <table class="table"> diff --git a/templates/pages/srpm-packages.html b/templates/pages/srpm-packages.html index ec906fb..0c285e6 100644 --- a/templates/pages/srpm-packages.html +++ b/templates/pages/srpm-packages.html @@ -8,7 +8,7 @@ For RPMs, please click <a href="/packages/">here</a>. </p> <a name="pgcommon"/> -<h2>PostgreSQL Common Repository</h2> +<h2>Postgres Common Repository</h2> <ul> <li><a href="https://download.postgresql.org/pub/repos/zypp/srpms/common/suse/sles-15.6-x86_64/">SLES 15 SP6 - x86_64</a></li> @@ -16,20 +16,20 @@ </ul> <a name="pg17"/> -<h2>PostgreSQL 17</h2> +<h2>Postgres 17</h2> <ul> <li><a href="https://zypp.postgresql.org/srpms/17/suse/sles-15.6-x86_64/">SLES 15 SP6</a></li> </ul> <a name="pg16"/> -<h2>PostgreSQL 16</h2> +<h2>Postgres 16</h2> <ul> <li><a href="https://zypp.postgresql.org/srpms/16/suse/sles-15.6-x86_64/">SLES 15 SP6</a></li> <li><a href="https://zypp.postgresql.org/srpms/16/suse/sles-15.5-x86_64/">SLES 15 SP5</a></li> </ul> <a name="pg15"/> -<h2>PostgreSQL 15</h2> +<h2>Postgres 15</h2> <ul> <li><a href="https://zypp.postgresql.org/srpms/15/suse/sles-15.6-x86_64/">SLES 15 SP6</a></li> <li><a href="https://zypp.postgresql.org/srpms/15/suse/sles-15.5-x86_64/">SLES 15 SP5</a></li> @@ -37,7 +37,7 @@ </ul> <a name="pg14"/> -<h2>PostgreSQL 14</h2> +<h2>Postgres 14</h2> <ul> <li><a href="https://zypp.postgresql.org/srpms/14/suse/sles-15.6-x86_64/">SLES 15 SP6</a></li> <li><a href="https://zypp.postgresql.org/srpms/14/suse/sles-15.5-x86_64/">SLES 15 SP5</a></li> @@ -45,7 +45,7 @@ </ul> <a name="pg13"/> -<h2>PostgreSQL 13</h2> +<h2>Postgres 13</h2> <ul> <li><a href="https://zypp.postgresql.org/srpms/13/suse/sles-15.6-x86_64/">SLES 15 SP6</a></li> <li><a href="https://zypp.postgresql.org/srpms/13/suse/sles-15.5-x86_64/">SLES 15 SP5</a></li> @@ -53,7 +53,7 @@ </ul> <a name="pg12"/> -<h2>PostgreSQL 12</h2> +<h2>Postgres 12</h2> <ul> <li><a href="https://zypp.postgresql.org/srpms/12/suse/sles-15.6-x86_64/">SLES 15 SP6</a></li> <li><a href="https://zypp.postgresql.org/srpms/12/suse/sles-15.5-x86_64/">SLES 15 SP5</a></li> @@ -61,7 +61,7 @@ </ul> <a name="pg11"/> -<h2>PostgreSQL 11 <span class="pgyum-warning"> (no longer maintained by upstream).</span></h2> +<h2>Postgres 11 <span class="pgyum-warning"> (no longer maintained by upstream).</span></h2> <ul> <li><a href="https://zypp.postgresql.org/srpms/11/suse/sles-15.5-x86_64/">SLES 15 SP5</a></li> <li><a href="https://zypp.postgresql.org/srpms/11/suse/sles-12.5-x86_64/">SLES 12 SP5</a></li> |