From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] website : ... Date: Sat, 09 May 2015 16:22:41 +0200 Message-ID: <87h9rlg79q.fsf@gnu.org> References: <87egmr7lro.fsf@openmailbox.org> <87oalvl549.fsf@gnu.org> <87r3qqvcq1.fsf@openmailbox.org> 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]:34079) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yr5eS-000538-9g for guix-devel@gnu.org; Sat, 09 May 2015 10:22:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yr5eO-0000An-8j for guix-devel@gnu.org; Sat, 09 May 2015 10:22:48 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:54334) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yr5eO-0000AU-5y for guix-devel@gnu.org; Sat, 09 May 2015 10:22:44 -0400 In-Reply-To: <87r3qqvcq1.fsf@openmailbox.org> (Mathieu Lirzin's message of "Sat, 09 May 2015 02:03:34 +0200") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Mathieu Lirzin Cc: guix-devel@gnu.org Mathieu Lirzin skribis: > From f6b50dfccae0d493705c600587324153c96a90d0 Mon Sep 17 00:00:00 2001 > From: Mathieu Lirzin > Date: Fri, 8 May 2015 04:56:17 +0200 > Subject: [PATCH] website: Fix URLs. > > Enable local export to link URLs correctly. > > * website/www/utils.scm: New file. I think it=E2=80=99s a good idea to use GNU ChangeLog-style logs, but I won= =E2=80=99t require it for the web site. If you want to do that, remember to mention all the files and procedures/variables that are added/removed/modified. (See the GNU Coding Standards for details on ChangeLogs.) [...] > +(define (guix-url location) > + (string-append (gnu-url "s/guix/") location)) =E2=80=9Csoftware/guix=E2=80=9D rather than =E2=80=9Cs/guix=E2=80=9D. OK to push with this change (with or without ChangeLog-style commit log), and with the two previous patches. Thanks! Ludo=E2=80=99.