Message from discussion
Include simple text-based templating?
Received: by 10.36.153.13 with SMTP id a13mr1865803nze;
Tue, 05 Sep 2006 12:24:23 -0700 (PDT)
Return-Path: <dang...@gmail.com>
Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.235])
by mx.googlegroups.com with ESMTP id y6si2125767nzg.2006.09.05.12.24.22;
Tue, 05 Sep 2006 12:24:23 -0700 (PDT)
Received-SPF: pass (googlegroups.com: domain of dang...@gmail.com designates 66.249.82.235 as permitted sender)
DomainKey-Status: good (test mode)
Received: by wx-out-0506.google.com with SMTP id h26so2602487wxd
for <markup-discuss@googlegroups.com>; Tue, 05 Sep 2006 12:24:22 -0700 (PDT)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
s=beta; d=gmail.com;
h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references;
b=dqcF/QY/vPMtGS7QCBOH9un70hm9dgVZxWm3UbNMPTVry3hkEFWKj2TkFQOVtz37miLpWIVuFJaFV2DJSlmn+es/lt7fDlXt3oCAitUz6a/FvtozjaDnxD90+MCmTBdUyF0s8w2tjdXZe7TawH9rTH/+l03OTD8XB3lM8Ll/yq4=
Received: by 10.70.84.6 with SMTP id h6mr10604438wxb;
Tue, 05 Sep 2006 12:24:22 -0700 (PDT)
Received: by 10.70.77.3 with HTTP; Tue, 5 Sep 2006 12:24:22 -0700 (PDT)
Message-ID: <3f085ecd0609051224j1ad8ae0ej815ba97d37dad515@mail.gmail.com>
Date: Tue, 5 Sep 2006 15:24:22 -0400
From: "Kevin Dangoor" <dang...@gmail.com>
To: markup-discuss@googlegroups.com
Subject: Re: Include simple text-based templating?
In-Reply-To: <EA31F8CF-7929-4C60-9D1F-115DCC452E50@gmx.de>
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <EA31F8CF-7929-4C60-9D1F-115DCC452E50@gmx.de>
I had suggested something like this for Kid a long time back. This
looks like a nice addition that will handle the most common text
templating needs.
Good stuff!
On 9/5/06, Christopher Lenz <cml...@gmx.de> wrote:
> would appreciate your thoughts on something I've been mulling over
> the last couple of days. See:
>
> <http://markup.edgewall.org/ticket/47>
>
> > As Markup already provides much of the functionality needed for
> > general-purpose templating (not just XML-based templating), it
> > should be possible to reuse this to create a very simple
> > text-based template engine, for those cases where you need to
> > generate plain text, and using a package such as Cheetah may be
> > overkill.