On 1/31/06, Robert Brewer <[EMAIL PROTECTED]> wrote:

That's true, but I'd caution that "it's just something you use" hides a
mountain of difficulties. A standard like WSGI can be relatively free in
its interface design (in order to meet a host of specialized needs),
because it has a limited user group. A template standard, in contrast,
will need much more attention paid to "ease of use", which will
constrain its interface design.
 
The user group of a standardized template API would be a framework author. Different frameworks would still access their templating engines in different ways, but with a standardized template engine API, you'd be able to plug different templating engines ( i.e. django, cheetah, kid, zpt, psp) into different frameworks, and have it Just Work.

Peter Hunt
_______________________________________________
Web-SIG mailing list
Web-SIG@python.org
Web SIG: http://www.python.org/sigs/web-sig
Unsubscribe: 
http://mail.python.org/mailman/options/web-sig/archive%40mail-archive.com

Reply via email to