skip to navigation
skip to content

Grok-By-Example 0.5

Example apps for the Grok framework

Example apps for the Grok framework
===================================

More or less basic Grok apps that are ported from other python web frameworks.
Motivation is that you can look at the original source and the grok code
side-by-side and deduce from both.

Each example is a complete Grok app. Source is available as *SVN checkout only*,
see the *README.txt* files for installation instructions. The *REVIEW.txt* files
contain a description of the ported app.

*Supports grok-0.14.1, Python 2.5

Changes
-------

0.5 Demosite (run multiple apps from a single Grok/ZEO setup)
    http://svn.zope.org/grokapps/gbedemosite

0.4 Pastebin (ported from repoze.cluegun and ClueBin, adds RESTful service)
    http://svn.zope.org/grokapps/gbepastebin/

0.3 Wiki (Wiki using TinyMCE, ported from GAE example app)
    http://svn.zope.org/grokapps/gbewiki/

0.2 99 Bottles of Beer (alternate ‘Hello World’ in 1200+ languages)
    http://svn.zope.org/grokapps/gbe99bottles/

0.1 Guestbook (ported from Google Appengine demo)
    http://svn.zope.org/grokapps/gbeguestbook/