On Sat, 2002-11-09 at 11:23, Michael Montagne wrote: > There was a bug in the small html parser code. fixed it. Now I can paste in > html but not servlet code. That might be OK since the data is mostly > static. If I can just use MiddleKit to produce some static html pages > whenever the data is changed, I can save them into the moinmoin > directory. Is there a function to dump the html generated rather than > serve it to the browser.
No, there really isn't, though adding that might be an interesting little feature (maybe just as an adapter that saved a page statically -- but I'm not sure that's worth it). I'd either use urllib2 or a command-line utility like wget or curl. I am interested in static publishing (i.e., saving changes to static files)... I think that could be as simple as creating a mixin with some utility functions, and making some changes to your SitePage. Ian ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Webware-discuss mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-discuss
