First entry with Burger
This is my first entry posted after transitioning to Burger (see here). Due to my heavy use of internal links, and to not break those inbound links that exist, I’ll have to write a script that redirects Blosxom URL’s to Burger URL’s. But for now, I’ll just have to run them in parallel.
I realize now that I spent too much time thinking about the RSS stuff. I wanted the design to accomodate transforming of entries (such as escaping) prior to page assembly, but last night I realized that the best solution is to add the method String#escape_xml and enter #{entry.title.escape_xml} in the template file. Well, sometimes you make mistakes. Let’s hope I find a use for the Transformer stuff I put in (not much, though), or I’ll have to take it out.