Doing a flup -> beaker transition is straigntforward. Use session = web.ctx.environ['beaker.session'] instead of web.ctx.environ['com.saddi.service.session'].session and use session.save() to save session data.
On Sep 27, 1:55 am, The Dod <[EMAIL PROTECTED]> wrote: > Assigned WebOid branch to a team called Weboids. > It's an open team [at least so far], so feel free to join. > > On Sep 26, 3:22 am, The Dod <[EMAIL PROTECTED]> wrote:> Launchpad > page:https://code.launchpad.net/~the-dod/webpy/weboid > > The branch is now athttps://code.launchpad.net/~weboids/webpy/weboid > > At the moment I'm taking care of the only blueprint there (flup > middleware deprecated), but there are issues like > * writing webpyview [+ webpy versions of the templaets], and then - > making genshiview a non-default option > * yadis support > * you tell *me* :) > > These are not blueprints yet because: > 1) I'm flying tomorrow and will only emerge mid next-week (with a work > backlog :( ) > 2) If I *do* have time, I'll try to write the flup->beaker thing > > So have fun while I'm helplessly offline, and remember: > "Obstruct*** the doors cause* delay and *** be dangerous" -- sign > on an tube car door ["abridged" version] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
