smart stuff

Wee -- another Web Framework
29 Oct 04 - http://www.approximity.com/cgi-bin/blogtariAgile/index.rb/Ruby/wee.rdoc
(Source: Michael Neumann) Wee is another "Web Framework". My concentration was to get the core right and light. It includes features from Seaside2, Iowa and Borges.

Note, that it’s in no way complete, nor usable for anything other than toy examples (due to very little code, it’s probably stable, but especially with the Html-generation stuff, there might be problems).

You can download the sources directly from viewcvs here: www.ntecs.de/viewcvs/viewcvs/Wee/

There are no dependencies. To get started change into the examples directory and run example.rb, then point your browser to localhost:2000/app/ and have fun, or play with it online here:

ntecs.de/wee/counter

You can find some documentation on my blog. www.ntecs.de/blog/?cat=web

Any comments, bug fixes etc. very welcome!

Many thanks goes to Avi Bryant, who guided me into the right direction by answering a lot of question. Thanks!