Paul Everitt wrote:
James wrote:
My first question has to do with using templates with ZPublisher: Will I still get to use all the nifty "var", "expr" and flow control constructs in my dtml, or will I be limited because my stuff in not running within Zope? Do I need to get the ZTemplate package to do this, or does ZPublisher have this stuff built in?
You can use ZPublisher and ZTemplate. This is what Skip is doing at MusiCal with good results.
Second, where can I get documentation and examples on using ZPublisher and ZTemplate on their own? Third: Will ZPublisher run with the embedded Python/Apache system, or do I need to use pcgi?
Can't comment on PyApache. You can use PCGI or you can do as Skip and Andreas do an use mod_proxy to connect Apache and ZPublisher.
Wow, that seems interesting ;) Is mod_proxy usable as a replacement for PCGI (pcgi-wrapper) ? Where can I learn more about it ? ---------------------- Hannu