From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Francesco Salvestrini Newsgroups: gmane.lisp.guile.user Subject: Re: scheme -> (X)HTML Date: Tue, 25 Mar 2008 21:49:30 +0100 Message-ID: <200803252149.30248.salvestrini@gmail.com> References: <20080325193702.6B6AE94049@webmail220.herald.ox.ac.uk> Reply-To: salvestrini@gmail.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1206478247 9204 80.91.229.12 (25 Mar 2008 20:50:47 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 25 Mar 2008 20:50:47 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Tue Mar 25 21:51:17 2008 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1JeG6u-00022J-8G for guile-user@m.gmane.org; Tue, 25 Mar 2008 21:51:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JeG6I-0001fN-VH for guile-user@m.gmane.org; Tue, 25 Mar 2008 16:50:31 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JeG6D-0001fE-Kc for guile-user@gnu.org; Tue, 25 Mar 2008 16:50:25 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JeG6C-0001ey-PN for guile-user@gnu.org; Tue, 25 Mar 2008 16:50:25 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JeG6C-0001et-IS for guile-user@gnu.org; Tue, 25 Mar 2008 16:50:24 -0400 Original-Received: from fg-out-1718.google.com ([72.14.220.158]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JeG6C-0006dO-03 for guile-user@gnu.org; Tue, 25 Mar 2008 16:50:24 -0400 Original-Received: by fg-out-1718.google.com with SMTP id d23so3411648fga.30 for ; Tue, 25 Mar 2008 13:50:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:from:reply-to:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; bh=FrYWDh+Iz+krveJDnHGAQKZTDzynvCdOJ7IPw+d006I=; b=ArXdf7kflWizUSYccr9mqL1T8bmbHTIjHSPkKpcs1ZGiFEy7WTNNtULuyVHL3h+DawGYXIBQ0mWerIEOk9zugJHiPbUPIi9JisWvYAR/kUPaPLEU3o7r7UXo3JfahDJ3Q0rQ2L/RV/EWma85zWHXtRRUFXX3JWZnEBfmEB2oQOE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=from:reply-to:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=fdGFxge2GHFB2mPEgrzZKctSzeGiqKVFjMqSDjYdsyeBffVrRRvbfT1Sf4lHWyccMUV7/xUYKBxOdE20k9zfL+X5tjDC9OuPOZeW5Oh07lhl9dyqCb0IHKgaf64imgLF4zmgXly1jQx0S79RcW+PAMe1JSBr9JgKwQBWETG/Alw= Original-Received: by 10.86.3.4 with SMTP id 4mr5770966fgc.55.1206478222310; Tue, 25 Mar 2008 13:50:22 -0700 (PDT) Original-Received: from ?192.168.0.2? ( [79.2.204.162]) by mx.google.com with ESMTPS id d4sm8822420fga.2.2008.03.25.13.50.19 (version=SSLv3 cipher=OTHER); Tue, 25 Mar 2008 13:50:21 -0700 (PDT) User-Agent: KMail/1.9.7 In-Reply-To: <20080325193702.6B6AE94049@webmail220.herald.ox.ac.uk> Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:6489 Archived-At: Hi Paul, On Tuesday 25 March 2008, Paul Emsley wrote: > Dear Guilers, > > I have in mind to write a little script that makes a web page about the > state of various files. > > I'd like to use some schemey way of doing this. s-expression -> HTML > perhaps. Links that could be useful: http://en.wikipedia.org/wiki/SXML http://okmij.org/ftp/Scheme/SXML.html An implementation for guile is available at the following URL: http://home.gna.org/guile-lib Cheers, Francesco > What is the thinking guile-user's way of approaching this? > > Cheers, > > Paul. -- In the Spring, I have counted 136 different kinds of weather inside of 24 hours. -- Mark Twain, on New England weather