From iwan at reahl.org Thu Dec 12 11:49:13 2013 From: iwan at reahl.org (Iwan Vosloo) Date: Thu, 12 Dec 2013 12:49:13 +0200 Subject: [Web-SIG] [ANN] Reahl 2.0.0 - "Python only" web framework Message-ID: <52A994A9.7020303@reahl.org> Hello all, We have released version 2.0.0 of the Reahl web framework - the first version to be released as open source. * Features: http://www.reahl.org * Installation: http://www.reahl.org/docs/current/tutorial/gettingstarted.d.html Reahl is a web application framework for Python programmers. With Reahl, programming is done purely in Python, using concepts familiar from GUI programming - like reusable Widgets and Events. There's no need for a programmer to know several different languages (HTML, JavaScript, template languages, etc) or to keep up with the tricks of these trades. The abstractions presented by Reahl relieve the programmer from the burden of dealing with the annoying problems of the web: security, accessibility, progressive enhancement (or graceful degradation) and browser quirks. Although a Reahl program benefits from having JavaScript available, it functions in the absence of JavaScript too. Search engines can crawl a Reahl program, and its pages can be bookmarked by browsers. Regards - Iwan