From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) Subject: bug#22217: WWW: per-package anchor links in the package list Date: Tue, 22 Dec 2015 19:02:38 +0100 Message-ID: <87io3qbbup.fsf@gnu.org> References: <20151221184317.GA10483@jasmine> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54225) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBRH9-00063I-O8 for bug-guix@gnu.org; Tue, 22 Dec 2015 13:03:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aBRH4-0002TO-6C for bug-guix@gnu.org; Tue, 22 Dec 2015 13:03:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:52565) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aBRH4-0002TJ-3Q for bug-guix@gnu.org; Tue, 22 Dec 2015 13:03:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84) (envelope-from ) id 1aBRH3-0007lG-Td for bug-guix@gnu.org; Tue, 22 Dec 2015 13:03:01 -0500 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-Reply-To: <20151221184317.GA10483@jasmine> (Leo Famulari's message of "Mon, 21 Dec 2015 13:43:17 -0500") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org Sender: bug-guix-bounces+gcggb-bug-guix=m.gmane.org@gnu.org To: Leo Famulari Cc: 22217-done@debbugs.gnu.org Leo Famulari skribis: > This is a "wishlist" bug. > > The website's package list should have per-package anchor links for > "advertising" Guix packages. Done in commit 497145e of guix-artwork.git. I=E2=80=99ve regenerated so you can see the result. For a given package =E2=80=98foo=E2=80=99, there=E2=80=99s always an anchor= =E2=80=98#foo=E2=80=99 pointing to the latest version of =E2=80=98foo=E2=80=99. When there are other versions= available, their anchor is the full-length thing, like =E2=80=98#guile-1.8.8=E2=80=99. I think that should be good enough in practice. Feedback welcome! Ludo=E2=80=99.