Re: [Web-SIG] ANN: Web framework map wiki

2006-03-29 Thread aurora
Interesting. I spent 3 minutes browsing through http://www.reahl.org/wfmwiki. A lot of words. But where is the map? wy ___ Web-SIG mailing list Web-SIG@python.org Web SIG: http://www.python.org/sigs/web-sig Unsubscribe: http://mail.python.org/mailman/opt

Re: [Web-SIG] HTMLTemplate

2005-06-02 Thread aurora
On 6/2/05, Donovan Preston <[EMAIL PROTECTED]> wrote: > So. That's what Nevow templates are about. > > Donovan I hope a few of us would at least agree on one thing: DOM based template rocks! Wai Yip ___ Web-SIG mailing list Web-SIG@python.org Web SIG:

Re: [Web-SIG] HTMLTemplate

2005-06-02 Thread aurora
On 6/2/05, Ksenia Marasanova <[EMAIL PROTECTED]> wrote: > I used it quite a lot, and while it is fast, bugs free and simple to > use, total separation of markup and code is IMHO contraproductive - > every simple change mostly requires changing two files. > > --Ksenia Is changing two files too m

Re: [Web-SIG] HTMLTemplate

2005-06-02 Thread aurora
On 6/2/05, Ian Bicking <[EMAIL PROTECTED]> wrote: > If there's no code then it's not a presentation layer. It's an HTML > layer, nothing more, just dumb data. Presentation requires logic. > > From that perspective, I think doing proper model/presentation > separation using something like HTMLTe