Uh oh
Blosxom does not create XHTML-compliant name attributes: unless you keep everything in the top directory, the named anchor of a post will contain an illegal slash. That’s bad because one of my goals for this site is playing with XHTML-valid designs. If I want to validate (and I do) it looks like my choice are:
- keep everything in one directory, losing Blosxom’s category capabilities
- learn enough Perl to fix the problem (extremely unlikely), or
- convert to a different system
I’m going to try out Phposxom, a PHP Blosxom rewrite.