smurgle a web app for an obscure game that only the pgsoe remember requires the google app engine SDK to run, download the sdk, then check this stuff out into smurgle/, then python web/template.py --compile templates # in smurgle google_appengine/dev_appserver.py smurgle/ then browse to localhost:8080 Notes to self: Have to recompile the templates with each change, now that it's a GAE app: python web/template.py --compile templates and then edit templates/__init__.py to remove "import .svn" line