[Webware-discuss] How-to include static HTML + TaskKit Q.

2003-07-17 Thread deelan
hi there, i'm writing a simple blog system with python to learn the language and the webware framework. i've figured out most of the basic things, and now i'm moving to more advanced stuff. i was wondering what is the best way to include static contents in a webware servlet. consider this

Re: [Webware-discuss] How-to include static HTML + TaskKit Q.

2003-07-17 Thread Aaron Held
I too am on the make my own blog bandwagon. For this type of information you have many choices Easy: Use Cheetah to render your pages, Somthing like: #cache timer='30m', id='cache1' ul #for $blog in $blogroll lia href=$blog.url$blog.title/a/li #end for /ul #end cache Flexable Cache it in yout

Re: [Webware-discuss] ./AppServer stop Fails

2003-07-17 Thread Roger Haase
The rc script is where? Roger haase --- Ian Bicking [EMAIL PROTECTED] wrote: The WebKit/webkit rc script doesn't have this problem, though you'll have to put the paths in yourself. It's the best way to start the AppServer when you're not doing development.

Re: [Webware-discuss] ./AppServer stop Fails

2003-07-17 Thread Roger Haase
Thanks, you helped me figure out the problem restarting after my kill command. I killed the AppServer pid rather than the ThreadedAppServer pid. Roger Haase --- Gary Perez [EMAIL PROTECTED] wrote: I have the same problem on a daily basis. My method to restart the AppServer is to check the

Re: [Webware-discuss] ./AppServer stop Fails

2003-07-17 Thread Ian Bicking
In WebKit/webkit, just like I said ;) (Quick now, who's on first) On Thu, 2003-07-17 at 11:04, Roger Haase wrote: The rc script is where? Roger haase --- Ian Bicking [EMAIL PROTECTED] wrote: The WebKit/webkit rc script doesn't have this problem, though you'll have to put the paths

RE: [Webware-discuss] How-to include static HTML + TaskKit Q.

2003-07-17 Thread jose
I think what you want is some type of template format where your static content really is the template and then you just use your servlet to make your dynamic content. I have not looked at chetta but that might be a good thing to look at. Also we have been working on our template system which

Re: [Webware-discuss] ./AppServer stop Fails

2003-07-17 Thread Roger Haase
Oh, that WebKit/webkit...! Duh, thanks, looked like a typo. Roger Haase --- Ian Bicking [EMAIL PROTECTED] wrote: In WebKit/webkit, just like I said ;) (Quick now, who's on first) __ Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month!