On Mon, Jun 21, 2010 at 5:05 PM, BruceUK <[email protected]> wrote: > Secondly: > If I could ask the list to nominate a member who they know is > interested in contracted web development and would be interested in a > very small project knocking together a basic framework (secure > sessions, templates, serving static files, css and javascript + > ajax ) ?
If you need anything more than web.py, give zotonic.com a go. It's writtern in Erlang, but it's well worth a try. It has the features you've mention, and it's open-source. Plus, I don't think guys at zotonic.com would turn down a donation. :) Otherwise, web.py and Django do most of the things you've mentioned, whereas web.py doesn't have the type of complexity that Django does. Also, you might look around github. There're quite a few frameworks out there written in Python that have more or less features compared to web.py. Regards, -- Branko Vukelić [email protected] [email protected] Check out my blog: http://www.brankovukelic.com/ Check out my portfolio: http://www.flickr.com/photos/foxbunny/ Registered Linux user #438078 (http://counter.li.org/) I hang out on identi.ca: http://identi.ca/foxbunny Gimp Brushmakers Guild http://bit.ly/gbg-group -- 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.
