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!
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.
django-html. A small project I’m working on to make Django behave better with regards to HTML v.s. XHTML.