[EMAIL PROTECTED] wrote: > Dear Ian, > I've been thinking waitforit, and again conceptually it is really cool > and solves the issue of how to display something for a user to see when > a long running app is started. However, I've got a suggestion. > The page that is generated is pretty simple, I would like to be able to > make a page that fits into the general these for my application. To do > that we should be able to define custom css as well as add some custom > page design or feed it a page fragment which would include the basic > wait message.
You can actually pass in a "template" argument to WaitForIt, which replaces the default template. That might be a bit heavy in terms of customization; you'd have to copy over a bunch of stuff from the existing template. It would probably be useful to offer some simple options you could pass to the default template. For instance, a stylesheet and the default language, as you suggest. To do that, it would just be necessary to add some options to the constructor, and then some use those options in the template. -- Ian Bicking | [EMAIL PROTECTED] | http://blog.ianbicking.org | Write code, do good | http://topp.openplans.org/careers _______________________________________________ Paste-users mailing list [email protected] http://webwareforpython.org/cgi-bin/mailman/listinfo/paste-users
