Re: Update the git landing page

From: "Euler Taveira" <euler(at)eulerto(dot)com>
To: "Daniel Gustafsson" <daniel(at)yesql(dot)se>, "Magnus Hagander" <magnus(at)hagander(dot)net>
Cc: "Greg Sabino Mullane" <htamfids(at)gmail(dot)com>, pgsql-www(at)postgresql(dot)org
Subject: Re: Update the git landing page
Date: 2025-02-21 15:38:59
Message-ID: 5e306276-882e-4f12-ac0b-4669b7309456@app.fastmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

On Thu, Feb 20, 2025, at 5:34 PM, Daniel Gustafsson wrote:
>> On 20 Feb 2025, at 21:31, Magnus Hagander <magnus(at)hagander(dot)net> wrote:
>>
>> On Thu, Feb 20, 2025 at 9:29 PM Greg Sabino Mullane <htamfids(at)gmail(dot)com> wrote:
>>> For reasons, I was scanning for something here today:
>>>
>>> https://git.postgresql.org/
>>>
>>> ...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.

https://git.postgresql.org/gitweb/?o=age

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].

[1] https://git-scm.com/docs/gitweb.conf#Documentation/gitweb.conf.txt-defaultprojectsorder
[2] https://git-scm.com/docs/gitweb.conf#Documentation/gitweb.conf.txt-projectslistgroupcategories

--
Euler Taveira
EDB https://www.enterprisedb.com/

In response to

Responses

Browse pgsql-www by date

  From Date Subject
Next Message Álvaro Herrera 2025-02-21 15:54:22 Re: Update the git landing page
Previous Message Jelte Fennema-Nio 2025-02-21 09:23:57 Re: Error in form on site commitfest.postgresql.org