From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: [PATCH] website: Add support for Haunt. Date: Fri, 6 Nov 2015 09:28:35 -0500 Message-ID: References: <87si4mg4fc.fsf@gnu.org> <87io5gcf5k.fsf@gnu.org> <87mvust39h.fsf@gnu.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]:58872) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zui0L-0006YX-4V for guix-devel@gnu.org; Fri, 06 Nov 2015 09:28:38 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zui0K-00058x-89 for guix-devel@gnu.org; Fri, 06 Nov 2015 09:28:37 -0500 Received: from mail-yk0-x229.google.com ([2607:f8b0:4002:c07::229]:34704) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zui0K-000584-2u for guix-devel@gnu.org; Fri, 06 Nov 2015 09:28:36 -0500 Received: by ykdr3 with SMTP id r3so185043078ykd.1 for ; Fri, 06 Nov 2015 06:28:35 -0800 (PST) In-Reply-To: <87mvust39h.fsf@gnu.org> 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 On Thu, Nov 5, 2015 at 6:50 PM, Mathieu Lirzin wrote: > Hi, > > "Thompson, David" writes: > >> On Thu, Nov 5, 2015 at 4:25 PM, Ludovic Court=C3=A8s wrot= e: > [...] >>> Does the generated HTML change as a result of using Haunt? >> >> Not as far as I can tell by looking at the patch. >> >> I'm not 100% sure if Haunt really buys us anything in the case of this >> site. Mathieu, do you see any current or potential future advantages >> to using Haunt having done this work? I'm really happy to see more >> Haunt users, but I also don't want to encourage its use where it >> doesn't make sense. :) > > For now it provides us a reliable and simple command line interface for > building the website. My hope for the future is that GuixSD website > will have a smaller code base that will use convenient generic > procedures provided by Haunt. Of course it will depend on what would > make sense to be implemented in Haunt. the first example I have in mind > is the the RSS/Atom feed importer implemented by Ludo in =E2=80=9Cwww.scm= =E2=80=9D (used > by new Guile's website too) which IIUC could be implemented as a Haunt > reader. This would provide somekind of RSS/Atom functional > composability. ;) > > WDYT? Makes sense. Let's see how it goes. :) > Continue the good work! I'll try. - Dave