Information
Search
- powered by OhNoRobot
- (help transcribe)
Subscribe
Outside
- fluffy's Weblog
- Formspring
- Comicracy
- Powered by Movable Type
Obviously there's a lot of kinks to work out but I'm working on it. I wanted to get the functionality in place first. So, let me know if something particularly baffling happens; for example, I'm sure that somewhere in the archives there's some comics which have a colliding "basename" and so they'll try to have their comment pages at the same URLs as each other. This is yet another artifact of how my Movable Type hacks work. Fortunately, it's pretty easy to resolve. But there may be other technical problems as well. We'll see.
(Edit: According to SELECT entry_basename,count(entry_id) AS n FROM mt_entry WHERE entry_blog_id=5 GROUP BY entry_basename ORDER BY n ASC; there shouldn't be any colliding page names, at least.)