Simon Willison’s Weblog

Subscribe

Blogmarks tagged projects in Sep, 2008

Filters: Type: blogmark × Year: 2008 × Month: Sep × projects × Sorted by date

csrf_protect.php. A PHP class for applying CSRF protection to existing PHP applications, using output buffering to rewrite any POST forms on a page. Heavily inspired by Django’s CSRF middleware. Tell me if you spot any bugs!

# 24th September 2008, 2:52 pm / code, csrf, middleware, outputbuffering, php, projects, security

backup_to_s3.py. I wrote Yet Another S3 backup script today. It’s a thin wrapper about boto that doesn’t do anything particularly impressive, but it fits my brain.

# 21st September 2008, 6:51 pm / amazon-web-services, backups, boto, projects, python, s3, sysadmin

django-html. A small project I’m working on to make Django behave better with regards to HTML v.s. XHTML.

# 9th September 2008, 11:59 pm / django, djangohtml, html, projects, python, xhtml