From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [ART] Website mockup rev2 Date: Thu, 26 Feb 2015 19:43:15 +0100 Message-ID: <87fv9sy0n0.fsf@gnu.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> 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]:40075) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YR3PA-00064n-HP for guix-devel@gnu.org; Thu, 26 Feb 2015 13:43:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YR3P5-0002To-Gc for guix-devel@gnu.org; Thu, 26 Feb 2015 13:43:24 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:58990) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YR3P5-0002Tk-DF for guix-devel@gnu.org; Thu, 26 Feb 2015 13:43:19 -0500 In-Reply-To: <87385tabw4.fsf@fsf.org> (David Thompson's message of "Wed, 25 Feb 2015 17:01:47 -0500") 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: David Thompson Cc: guix-devel@gnu.org David Thompson skribis: > Ludovic Court=C3=A8s writes: > >> I would go either static (complexity or even Skribilo) or somehow use >> Guile=E2=80=99s web server, but then again I=E2=80=99m not going to do i= t so I=E2=80=99m open to >> whatever seems appropriate. > > Using a static site generator would be nice, I think. Serving dynamic > web pages (that are essentially static) would be a burden. Makes sense. > 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. Skribilo would work I think, preferably with its extended sexp syntax. Taylan=E2=80=99s (html simple) is another option, using sexp syntax. 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. 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, would= you be willing/able to look at these options? Pierre-Antoine? Thanks, Ludo=E2=80=99.