Sean O'Donnells Weblog
I've have finally put Vellum to rest and put together a new Django powered Blog over Christmas.
Nothing too fancy, the only real feature of note is the Recaptcha powered captchas for which I used this article as a rough guide. A fair bit of time was wasted attempting to use Django's COMMENTS_APP setting to customize Django's comments app to use the captcha, before I realized that COMMENTS_APP is not merely undocumented as the Django docs claim, but actually not working either.
Hopefully now I have finally updated the software Ill get back into the habit of writing regularly as well
Share on Twitter Share on Facebook
Comments
Nice job.
ehem..*cough*.
http://validator.w3.org/check?uri=http%3A%2F%2Fblog.odonnell.nu%2F&charset=(detect+automatically)&doctype=Inline&group=0
:D
Thanks Steve, its not actually that bad, most of the problems stem from markup brought over from the old blog (where I was not aiming for XHTML 1.0 String). Check just this page for example.
http://validator.w3.org/check?uri=http%3A%2F%2Fblog.odonnell.nu%2Fposts%2Fnew-django-powered-blog%2F&charset=(detect+automatically)&doctype=Inline&group=0
But yip, still have a lot of cleanup work to do (a bunch of broken links to files on older posts too).
New Comment