From mboxrd@z Thu Jan 1 00:00:00 1970 From: taylanbayirli@gmail.com (Taylan Ulrich =?utf-8?Q?Bay=C4=B1rl=C4=B1?= =?utf-8?Q?=2FKammer?=) Subject: Re: [ART] Website mockup rev2 Date: Thu, 26 Feb 2015 10:36:57 +0100 Message-ID: <87fv9t5806.fsf@taylan.uni.cx> 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 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37882) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YQusU-00025a-GF for guix-devel@gnu.org; Thu, 26 Feb 2015 04:37:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YQusQ-0001cz-Jl for guix-devel@gnu.org; Thu, 26 Feb 2015 04:37:06 -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 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/ Taylan