On Wed, Aug 11, 2010 at 10:57 PM, Linas Vepstas
<address@hidden> wrote:
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