Swazoo 2.1 web server released

Edgar J. De Cleene edgardec2001 at yahoo.com.ar
Mon Jan 7 19:40:12 UTC 2008




El 1/7/08 1:32 PM, "Janko Mivšek" <janko.mivsek at eranova.si> escribió:
> If someone is willing to help here is welcome!
People here are in summer vacations so could be only me at this time.

We look for this selling points.
A Swiki builded on top of Swazoo (maybe plus Aida Web)
A very simple turn based web game.
Server should generate a "pause" or a "step" screen (see later)
 

> Did you mean such authentication or something else?

I mean some really simply as
ma := ModuleAssembly core.
    coreMod := ma currentModule.
    
    ma
        logTo: (KomLogger
                on: Transcript).
    authdb := KomAuthDb new.
    authdb addUser: 'Edgar' withPassword: 'squeak'.
    authdb addUser: 'Janko' withPassword: 'swazoo'.


Then In Comanche I check you and me are valid users.

Edgar






More information about the Squeak-dev mailing list