Saturday 2011-09-03

Can almost all my sites be reduced to just static files and some input-validated persistence? It seems that way.

I just converted the haller.ws index page from CGI to javascript as a quick test. Since that worked, this blog is now all static files + javascript. The backend is now a bunch of cronjobs that parse blog entries and dump out JSON to flat files for the front-end to consume.

#blogmanual