From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Linas Vepstas Newsgroups: gmane.lisp.guile.user Subject: Re: My Project: Guile Hypertext Preprocessor Date: Wed, 11 Aug 2010 21:57:25 -0500 Message-ID: References: Reply-To: linasvepstas@gmail.com NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1281581876 19826 80.91.229.12 (12 Aug 2010 02:57:56 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 12 Aug 2010 02:57:56 +0000 (UTC) Cc: Guile Mailing List To: Luiji Maryo Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Thu Aug 12 04:57:55 2010 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.69) (envelope-from ) id 1OjNzO-0001m2-JO for guile-user@m.gmane.org; Thu, 12 Aug 2010 04:57:54 +0200 Original-Received: from localhost ([127.0.0.1]:43475 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OjNzN-0007dE-Pk for guile-user@m.gmane.org; Wed, 11 Aug 2010 22:57:53 -0400 Original-Received: from [140.186.70.92] (port=52246 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OjNzJ-0007cm-CF for guile-user@gnu.org; Wed, 11 Aug 2010 22:57:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OjNzI-00075c-8n for guile-user@gnu.org; Wed, 11 Aug 2010 22:57:49 -0400 Original-Received: from mail-qw0-f41.google.com ([209.85.216.41]:38507) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OjNzI-00075V-6h for guile-user@gnu.org; Wed, 11 Aug 2010 22:57:48 -0400 Original-Received: by qwk4 with SMTP id 4so1014057qwk.0 for ; Wed, 11 Aug 2010 19:57:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:reply-to :in-reply-to:references:from:date:message-id:subject:to:cc :content-type:content-transfer-encoding; bh=O3u63oPsFKNnQSsbhe8qqqFjIij6Rki1tu83eCoBFNI=; b=lkj9qKtzWQ/GG2L32O7ntOWvOOQPqTxhGwPyfg5tA9FmZIl/HF094cwJthlk6Onutc kf0FS14u+iur9A81BTP03NeJJgJO0U5V9K/bY83lFzLXTaoaje9b5U3yHM3Op+b6z7wy g2K0SVa1n5uq2jZuGn1NQMMwyn/BU1Gu2ev7U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:reply-to:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:content-transfer-encoding; b=f/eXv9Kj35s6yZfsDhQjh++SYFCfpRa15NWaP1VHx56lp/fSqRD4vxLneYpVbrJsR9 0E0aMsufxfwVrsqy73Z7/87444/QTnCYaAxRdOcLptmZc69KsiepEPVud7FPbwn2SKAv BNqfXTt08dGK9FmLQLFNPqHc9Fy9DL5mHHzNc= Original-Received: by 10.220.62.136 with SMTP id x8mr12085612vch.150.1281581865219; Wed, 11 Aug 2010 19:57:45 -0700 (PDT) Original-Received: by 10.220.194.136 with HTTP; Wed, 11 Aug 2010 19:57:25 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/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:8058 Archived-At: On 11 August 2010 19:12, Luiji Maryo wrote: > Hello, > =C2=A0 (define title "My Title") > =C2=A0 (define user "CoolDude1024") > ?> > > <?g (write title) ?> > >

> How are you doing today, > I was wondering if anybody had any suggestions on this concept before I g= et > too far through coding it. For what its worth, there is an implentation of something like this inside of gtt, the gnome time tracker. It uses html so that users can write customized reports & layouts, while pulling actual data from the inside of the time-tracker engine. At one point, gnucash was supposed ot do something similar, too, for its reports/graphs, but I am not sure what actually happened there. I really like the general idea, I think it was under-utilized by most of the desktop-application apps. --linas