From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: 03/04: graph: Add d3js backend. Date: Thu, 15 Dec 2016 18:42:38 +0100 Message-ID: <87h965ay29.fsf@gnu.org> References: <20161214205843.28758.14150@vcs.savannah.gnu.org> <20161214205844.6CCD12201BB@vcs.savannah.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]:35622) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cHbhL-00085C-Js for guix-devel@gnu.org; Thu, 15 Dec 2016 14:28:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cHbhK-000707-SO for guix-devel@gnu.org; Thu, 15 Dec 2016 14:28:11 -0500 In-Reply-To: <20161214205844.6CCD12201BB@vcs.savannah.gnu.org> (Ricardo Wurmus's message of "Wed, 14 Dec 2016 20:58:44 +0000 (UTC)") 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" To: guix-devel@gnu.org, Ricardo Wurmus Hi! rekado@elephly.net (Ricardo Wurmus) skribis: > commit 4d93f312f084c34a70cf7da3abe5f92a74d76861 > Author: Ricardo Wurmus > Date: Sat Oct 22 00:02:19 2016 +0200 > > graph: Add d3js backend. >=20=20=20=20=20 > * d3.v3.js, graph.js: New files. > * Makefile.am (EXTRA_DIST): List them. > * guix/graph.scm (%d3js-backend): New variable. > (emit-d3js-prologue, emit-d3js-epilogue, emit-d3js-node, > emit-d3js-edge): New procedures. > (%graph-backends): Add %d3js-backend. Woohoo! \o/ Could you add a note in guix.texi about this? (Eventually, as time permits, we could add an example in @ifhtml in the manual.) Thanks for the great stuff! Ludo=E2=80=99.