Hi!
I think about changing from Zope to Quixote.
Since I avoided DTML and ZPT, it should not be that difficult. Only
ZCatalog is not available.
Has someone used IndexedCatalog[1] or ZCatalog with Quixote?
How do you do authentication? (The Sessionmanagement should use ZODB)
I just looked at PTL. Sorry, but I think, I will still use:
"""
def foo(self, var):
ret=[]
ret.append(self.header())
ret.append("""
Why not do it like this?
""")
ret.append(self.footer())
return string.join(ret)
"""
[1] http://www.async.com.br/projects/IndexedCatalog/
thomas
--
Thomas Guettler
http://www.thomas-guettler.de