From 03d5ea4dcbbe6f1c5fdf23d2932b9a11fdb9c99a Mon Sep 17 00:00:00 2001 From: Devrim Gunduz Date: Mon, 2 Jun 2025 17:38:55 +0300 Subject: [PATCH] Add page indexing for easier and better navigation --- templates/pages/repopackages.html | 25 +++++++++++++++++++++---- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/templates/pages/repopackages.html b/templates/pages/repopackages.html index 0a8bfaf..10a86ce 100644 --- a/templates/pages/repopackages.html +++ b/templates/pages/repopackages.html @@ -1,20 +1,36 @@ + {%extends "base.html" %} {%block title%}Repo RPMs{%endblock%} {%block maincontent%} -

Repo RPMs

+

Repository RPMs

+

+

+

+

Finding out which OS/architecture you are using

If you do not know which OS/arch you are using, click here to find your OS/architecture.

+
+ +
+

3rd party repositories

Please note that PostgreSQL YUM repository depends some extra repositories. Please refer to the - Yum Howto page for details before installing PGDG + Yum Howto page for details before installing PGDG repository RPM.

+
+

Available Repo RPMs

There is only one repository RPM per distro which @@ -115,8 +131,9 @@

  • Red Hat Enterprise Linux 7 - x86_64 - NonFree (EOL announcement)
  • CentOS 7 - x86_64 - NonFree (EOL announcement)
  • +
    - +

    Archived repositories

    Unsupported PostgreSQL releases are archived to PostgreSQL YUM archive repo. In order to use this repo, you need to create special repo config files as described below.

    Disclaimer: PGDG does not have any responsibility for the unsupported PostgreSQL and/or OS versions.

    @@ -293,6 +310,6 @@

    Now, you can install PostgreSQL 9.6 on RHEL/CentOS 7:

    yum install postgresql96-server

    - +
    {%endblock%} -- 2.39.5