From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: [ART] Website mockup rev2 Date: Thu, 26 Feb 2015 15:15:46 -0500 Message-ID: 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> <87fv9t5806.fsf@taylan.uni.cx> 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]:55587) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YR4qi-0006MR-40 for guix-devel@gnu.org; Thu, 26 Feb 2015 15:16:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YR4qa-0007HR-V2 for guix-devel@gnu.org; Thu, 26 Feb 2015 15:15:56 -0500 Received: from na3sys009aog118.obsmtp.com ([74.125.149.244]:53536 helo=mail-pd0-f174.google.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YR4qa-0007H4-NP for guix-devel@gnu.org; Thu, 26 Feb 2015 15:15:48 -0500 Received: by pdjy10 with SMTP id y10so15348511pdj.13 for ; Thu, 26 Feb 2015 12:15:47 -0800 (PST) In-Reply-To: <87fv9t5806.fsf@taylan.uni.cx> 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: =?UTF-8?B?VGF5bGFuIFVscmljaCBCYXnEsXJsxLEvS2FtbWVy?= Cc: guix-devel On Thu, Feb 26, 2015 at 4:36 AM, Taylan Ulrich Bay=C4=B1rl=C4=B1/Kammer wrote: > David Thompson writes: > >> 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. > > For what it's worth, I have a tiny '(html simple)' module to write HTML > documents as SXML: > > https://gitorious.org/taylan-guile/html/ Hey, I also wrote a module for writing SXML as HTML! https://gitorious.org/guix-web/guix-web/source/da5773741e2c53fb26558bfadf54= 938a974d9175:guix/web/sxml.scm :) - Dave