From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luis Felipe =?ISO-8859-1?Q?L=F3pez?= Acevedo Subject: Re: [ART] Website mockup rev2 Date: Thu, 26 Feb 2015 15:03:15 -0500 Message-ID: <1424980995.2864.13.camel@openmailbox.org> References: <1424484170.6354.13.camel@openmailbox.org> <87bnkixffw.fsf@gnu.org> <1424889291.1437.61.camel@openmailbox.org> <87pp8x3brk.fsf@gnu.org> <87385tabw4.fsf@fsf.org> <87fv9sy0n0.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]:53745) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YR4fJ-0000ec-3p for guix-devel@gnu.org; Thu, 26 Feb 2015 15:04:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YR4fE-00036j-6V for guix-devel@gnu.org; Thu, 26 Feb 2015 15:04:09 -0500 In-Reply-To: <87fv9sy0n0.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: Ludovic =?ISO-8859-1?Q?Court=E8s?= Cc: guix-devel@gnu.org El jue, 26-02-2015 a las 19:43 +0100, Ludovic Court=C3=A8s escribi=C3=B3: > David Thompson skribis: >=20 > > Ludovic Court=C3=A8s writes: > > > >> I would go either static (complexity or even Skribilo) or somehow us= e > >> Guile=E2=80=99s web server, but then again I=E2=80=99m not going to = do it so I=E2=80=99m open to > >> whatever seems appropriate. > > > > Using a static site generator would be nice, I think. Serving dynami= c > > web pages (that are essentially static) would be a burden. >=20 > Makes sense. >=20 > > It would be a shame to use a static site generator that isn't written= in > > Guile. However, there isn't an available solution and my efforts to > > write one (along with a Markdown parser) haven't produced anything > > usable as of now. >=20 > Skribilo would work I think, preferably with its extended sexp syntax. > Taylan=E2=80=99s (html simple) is another option, using sexp syntax. >=20 > There are building blocks for other things: the SXML modules, the stexi > modules (for Texinfo-syntax input), Andy=E2=80=99s Org-mode parser in > Guile-Present, and your Mardown parser. >=20 > With all this, it should definitely be possible to do something, but > it=E2=80=99s up to whoever takes up the task to comment on it. Luis, w= ould you > be willing/able to look at these options? Pierre-Antoine? I'm leaving the implementation job to Pierre-Antoine, but I'm studying Tylan's tool and Skribilo, just in case :) I don't mind learning some Guile.