Dear Max Thanks for the reply I hope you have a great vacation
Jose -----Original Message----- From: Max Ischenko [mailto:[EMAIL PROTECTED] Sent: Friday, July 02, 2004 2:31 AM To: jose Subject: Re: [Webware-discuss] Cheetah templates Sorry, I have no time for elaborate reply as I'm going on vacation in few hours. Anyway, I've attached an mvc.py module as it is now. Hope you could figure out yourself how to use it. In case of problems, search archive of the mailing list - I did post it already, with sample code and explanations. To hook into WebKit you'll need this code in __init__.py: import mvc def contextInitialize(app, path): "Called by WebKit." mvcfactory = mvc.TemplateViewServletFactory(app, BasicSitePage) mvcfactory.adjustWebKitConfig(app.config()) app.addServletFactory(mvcfactory) ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss