From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Thien-Thi Nguyen Newsgroups: gmane.lisp.guile.user Subject: Re: scheme -> (X)HTML Date: Wed, 02 Apr 2008 13:42:58 +0200 Organization: sometimes Message-ID: <87k5jg5vp9.fsf@ambire.localdomain> References: <20080325193702.6B6AE94049@webmail220.herald.ox.ac.uk> <2bc5f8210803251253p6f07911brcceaa1cc2bf949c1@mail.gmail.com> <47F1142B.302@bioch.ox.ac.uk> <200803312233.43660.salvestrini@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1207136759 17626 80.91.229.12 (2 Apr 2008 11:45:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 2 Apr 2008 11:45:59 +0000 (UTC) To: guile-user@gnu.org Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Wed Apr 02 13:46:31 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 1Jh1QA-0001Cx-KP for guile-user@m.gmane.org; Wed, 02 Apr 2008 13:46:26 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jh1PY-0007We-Ez for guile-user@m.gmane.org; Wed, 02 Apr 2008 07:45:48 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jh1PT-0007WD-29 for guile-user@gnu.org; Wed, 02 Apr 2008 07:45:43 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jh1PR-0007VY-G0 for guile-user@gnu.org; Wed, 02 Apr 2008 07:45:42 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jh1PR-0007VV-97 for guile-user@gnu.org; Wed, 02 Apr 2008 07:45:41 -0400 Original-Received: from main.gmane.org ([80.91.229.2] helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1Jh1PR-0001lK-0O for guile-user@gnu.org; Wed, 02 Apr 2008 07:45:41 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Jh1PK-0006uP-Me for guile-user@gnu.org; Wed, 02 Apr 2008 11:45:34 +0000 Original-Received: from 151.61.141.113 ([151.61.141.113]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 02 Apr 2008 11:45:34 +0000 Original-Received: from ttn by 151.61.141.113 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 02 Apr 2008 11:45:34 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 14 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 151.61.141.113 User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) Cancel-Lock: sha1:bSL8MXd5UsvtRGGxssqlTdRyIFs= X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:6511 Archived-At: Another way is to use modules (ttn-do zzz xhtml-tree)[0] and (ttn-do zzz publishing)[1]. All of gnuvola's html, modulo texinfo output, is rendered that way. Likewise, the servers grumi[2] and sizzweb[3] compose using those modules. Same idea as the others proposed, different dependencies. thi [0] http://www.gnuvola.org/software/ttn-do/ttn-do.html.gz#zzz-xhtml_002dtree [1] http://www.gnuvola.org/software/ttn-do/ttn-do.html.gz#zzz-publishing [2] http://www.gnuvola.org/software/ttn-do/scm-html/grumi.scm.html.gz [3] http://www.gnuvola.org/software/ttn-do/scm-html/sizzweb.scm.html.gz