guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: My Project: Guile Hypertext Preprocessor


From: Linas Vepstas
Subject: Re: My Project: Guile Hypertext Preprocessor
Date: Wed, 11 Aug 2010 21:57:25 -0500

On 11 August 2010 19:12, Luiji Maryo <address@hidden> wrote:
> Hello,

> <?g
>   (define title "My Title")
>   (define user "CoolDude1024")
> ?>
> <html>
> <head><title><?g (write title) ?></title></head>
> <body>
> <h1><?g (write title) ?></h1>
> How are you doing today, <?g (write user) ?>

> I was wondering if anybody had any suggestions on this concept before I get
> 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]