6 Feb
2002
6 Feb
'02
11:57 p.m.
I figured it out. For some reason, when you create a folder in 2.5.0, and you do "Create public interface", it was doing a Page Template instead of a dtml document. That's why my index_html wasn't interpreting dtml. I haven't messed with the page templates yet, so I was probably just not supposed to put dtml in it or something. Is it supposed to do page templates for the auto-generated public interfaces (index_html's)?
I don't know if it is "supposed to", but Zope 2.5.0 DOES create Page Templates instead of DTML Documents. The reason probably is that Page Templates are the prefered concept now. Joachim