http://code.google.com/web/ajaxcrawling/docs/getting-started.html
everyone read that, first, and then let's start again. as we're supposed to be an ajax-based framework, it'd kinda be good to get this right, eh? :) basically what i propose is: * writing a simple ajax-crawling "static html" generator similar to the lamson-json service * adjusting the pyjamas-mail-reader to conform to that i've placed a copy of pyjamaslamson at http://lkcl.net/pyjamaslamson.tgz now it's entirely accidental that google found the static JSON-formatted data archive! and it's not the best data-format. you can see from the code i wrote for the lamson jsonrpc service that it is utterly, utterly trivial to turn that listservice.py into a static HTML generator. the jsonrpc service is 106 lines of code, for god's sake! this is the code i'm referring to: pyjamaslamson/jsonserver/listservice/service/listservice.py l.

