Looks like my RSS feed switched over all right. Yay! As mentioned, I goofed the redirect for the weblog front page. Instead of:
RedirectPermanent /blog/ http://markpasc.org/weblog/
I should've written:
RedirectMatch permanent /blog/$ http://markpasc.org/weblog/
Anyhow, I'm tinkering templates still. I should make a real colophon when I'm done. Meanwhile, the items of the list that are left:
- Link RSS feeds somewhere. I'm not sure I should bother the sidebar with them, though an "in RSS" link next to would be OK.
- Appropriate meta tags.
- Monthly calendar stylesheet.
- Publish all the archives.
- Redirect
/blog/year/month/day.htmlto the appropriate URL under/weblog. I won't know what that is until I have all the archives configured how I want. - Referrers. Maybe a script that scans the access log periodically, then posts the referrers to the weblog as TrackBack pings.
- Todo list in the sidebar.
- "On this day" post.
- Header reheader plugin.
Comments
comment
You can change the archive filenames to make more understandable URLs … it might even be possible to make them look like the ones Radio has been generating. I think it’s on the blog config page. There are some notes about this on diveintoaccessibility.org …