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 /templates/pages/index.html | |
parent | 4ea3186959f4d0862ecbd757719ffc64e79ac923 (diff) |
Diffstat (limited to 'templates/pages/index.html')
-rw-r--r-- | templates/pages/index.html | 17 |
1 files changed, 10 insertions, 7 deletions
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> |