Re: Cleaning up the books page

From: "Jonathan S(dot) Katz" <jkatz(at)postgresql(dot)org>
To: Daniel Gustafsson <daniel(at)yesql(dot)se>, PostgreSQL WWW <pgsql-www(at)lists(dot)postgresql(dot)org>
Subject: Re: Cleaning up the books page
Date: 2023-07-18 13:05:36
Message-ID: 2760c003-4278-4c7a-2199-01ac56e24743@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

On 7/17/23 5:54 AM, Daniel Gustafsson wrote:
> While adding the latest books to the books page I (re-)realized how much cruft
> that page has accumulated. A lot of books have links which are dead, some are
> listed multiple times in different editions, and many of them cover long since
> EOL version of postgres. On top of that, the indentation is quite creative.
>
> The attached set cleans up that page to make the content IMO more relevant and
> helpful to our users. As we've never claimed to have a complete list of all
> books ever published, keeping the old stuff on-line has no historical interest
> since Google, Amazon and others do a much better job at keeping such things
> available.
>
> The patches are:
>
> 0001: Removes all additional editions of the same book leaving the current
> 0002: Remove all books which 404, and update a few links to work
> 0003: Remove all books published before 2017
> 0004: Fix indentation
>
> I assume 0003 is the controversial one. Thoughts?

I'm +1 for 0002 and 0004, and would prioritize committing 0002 to remove
our outbound links with 404s.

-1 for 0001 (strong opinion loosely held), -1 for 0003 (strong opinion,
strongly held).

Jonathan

In response to

Responses

Browse pgsql-www by date

  From Date Subject
Next Message Akshat Jaimini 2023-07-18 15:26:03 Updates PGWeb Testing Harness Suite
Previous Message Célestin Matte 2023-07-17 12:39:52 Re: [PATCHES] pgarchives: merge schema.sql into Django's model