Re: Update the git landing page - Mailing list pgsql-www

From Euler Taveira
Subject Re: Update the git landing page
Date
Msg-id 5e306276-882e-4f12-ac0b-4669b7309456@app.fastmail.com
Whole thread Raw
In response to Re: Update the git landing page  (Daniel Gustafsson <daniel@yesql.se>)
Responses Re: Update the git landing page
List pgsql-www
On Thu, Feb 20, 2025, at 5:34 PM, Daniel Gustafsson wrote:
On 20 Feb 2025, at 21:31, Magnus Hagander <magnus@hagander.net> wrote:

On Thu, Feb 20, 2025 at 9:29 PM Greg Sabino Mullane <htamfids@gmail.com> wrote:
For reasons, I was scanning for something here today:


...and wow!, some of that stuff is very old and clearly will never be used again. Maybe we can move anything not updated in three years to a separate page, or at least put it at the bottom of the list? And while we are at it, can we put the actual postgres project at the top? It doesn't look good that the first three projects have had no updates in a decade on average, and you have to dig a bit to find postgres.


This is the output from gitweb. I don't believe gitweb supports any such pagination.

You can instead use cgit and sort by idle, that will order the list with the
oldest entries below the fold:

https://git.postgresql.org/cgit/?s=idle

... or click on Last Change link.


This order can also be set in the gitweb.conf [1].

our $default_projects_order = "age";

Regarding to the old projects, we can use the category feature that allows us
to group by category and the active projects can be listed on top. The
$projects_list_group_categories enables this feature [2].




--
Euler Taveira

pgsql-www by date:

Previous
From: Jelte Fennema-Nio
Date:
Subject: Re: Error in form on site commitfest.postgresql.org
Next
From: Álvaro Herrera
Date:
Subject: Re: Update the git landing page