11 Jul
2000
11 Jul
'00
1:37 a.m.
On Mon, 10 Jul 2000, Chris Withers wrote:
(Who just spent 1/2 hour figuring out how to do a multi-language site in Zope, and now after 6hrs of trying has given up doing a recursive tree copy to get the old site into the new structure with a DTML method or two and is resorting to ugly hacky external methods because Python Methods arent' around/stable)
This probably isn't what you want to hear, but doing it in Python rather than DTML was probably the Right Choice to start with. A tree copy is a programming task, not a presentation task, and DTML is (supposed to be <grin>) for presentation not programming. Which doesn't mitigate against any of your comments about DTML being in poor shape... --RDM