Accessibility changes made today
Following partly Anders' My Movabletype installation, partly Mark's various Dive into Accessibility posts, and partly just playing around, I made the following weblog enhancements today:
- made blog title on every page a link to main blog page
- set each post's indiv archive to a meaningful filename instead of numeric.html
- implemented Mark's calendar overview page as new Month-based Archive template
- changed category archiving to categories/catname/index.html
- added MT Related Entries plugin; implemented in Indiv Archive template
- made day's archive be of form 2002/08/12/index.html instead of Mark's 2002/08/12.html. (Is there a downside to this?)
- adjusted main index's calendar display making month name a link to month's calendar overview page and date links point to date archive instead of date post (thanks, Jon)
Blog config > Archiving:
| Archive Type | Template | Archive File Template |
|---|---|---|
| Individual | Indiv entry archive | <$MTArchiveDate format="%Y/%m/%d"$>/<$MTEntryTitle dirify="1"$>.html |
| Daily | Date-based archive | <$MTArchiveDate format="%Y/%m/%d"$>/index.html |
| Monthly | Month-based archive | <$MTArchiveDate format="%Y/%m/index.html"$> |
| Category | Category archive | categories/<$MTArchiveCategory dirify="1"$>/index.html |
