Dave Cook wrote:
> On 2005-07-19, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
>
>>On the other hand I even in its current form I don't see how I would to
>>the simple things that I need every day. Create a session, set a
>>cookie, redirect to another url, perform HTTP autentication, create
>>
[EMAIL PROTECTED] wrote:
>>Templating engines like ZPT prefer to put some code in the template,
>>Nevow prefers to put code in python and allow you to write some xhtml in
>>python too.
>
> Oh yeah, now I remeber, I think this is a controversial idea.
One important thing to realise about Nevow is
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> I think the difficulties will arise from the inability to visually
> track closing tags.
> ]]] versus
You can do things like:
t.html[
t.head[
t.title["Foobar"]
],
t.body[
t.p["This is some content"]
]
]
This is not
> don't see why this would have problems 'scaling' or would be
> more difficult to visualise than a the equivalent tag soup html.
I think the difficulties will arise from the inability to visually
track closing tags.
]]] versus
> Templating engines like ZPT prefer to put some code in the templat
[EMAIL PROTECTED] wrote:
> One remark regarding stan. For me it is inconceivable that one would
> build (and debug) any complicated webpage as stan does it, one element
> at a time:
>
> docFactory = loaders.stan(
> t.html[t.head[t.title["Session example"]],
> t.body[display_se
> "barely use python with it" and "can only be used with these two" are
> not entirely true. Zope development can be done in a through-the-web
> (TTW) fashion or via filesystem products. When developing TTW, it
> is true that you are somewhat limited in the amount of Python that
> you will be abl
[EMAIL PROTECTED] wrote:
> I thought it would make sense to write up some of my experiences with
> python based web frameworks:
>
> http://www.personal.psu.edu/staff/i/u/iua1/python_reviews.html
>
From the web-page:
"""
Zope - Generation Z
...
Weakness: Not pythonic. In fact you can barely u
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> I think you should take what you posted above and put it up on your
> main site, because right now there is no way to find any information
> like this. Your entire intro is about templating and leaves one with
> no clues as to what else is there.
Ri
> It seems to me that you really never tracked Nevow, your information is
> very incomplete. I think you should complete it before talking about Nevow
I think you should take what you posted above and put it up on your
main site, because right now there is no way to find any information
like this
On 2005-07-19, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> On the other hand I even in its current form I don't see how I would to
> the simple things that I need every day. Create a session, set a
> cookie, redirect to another url, perform HTTP autentication, create
> filter, use another tem
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> I have not used Nevow but I have seen a few examples of how it works
> and I kept track of it over the years.
>
> It used to be very similar to how Cheetah or ZPT does its job. You had
> a template, and you filled it with data to produce an output. I
I have not used Nevow but I have seen a few examples of how it works
and I kept track of it over the years.
It used to be very similar to how Cheetah or ZPT does its job. You had
a template, and you filled it with data to produce an output. It seems
that it has now more features such a form submis
[EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> I thought it would make sense to write up some of my experiences with
> python based web frameworks:
>
> http://www.personal.psu.edu/staff/i/u/iua1/python_reviews.html
You've never used Nevow, have you?
Comparing it to Cheetah or ZPT means that you
Hello All,
I thought it would make sense to write up some of my experiences with
python based web frameworks:
http://www.personal.psu.edu/staff/i/u/iua1/python_reviews.html
best,
Istvan.
--
http://mail.python.org/mailman/listinfo/python-list
14 matches
Mail list logo