I have implemented blog post tagging in Plerd, although I confess the implementation could be a little better. There are attribute conventions within the Plerd.pm class than I may have trampled upon. Maybe I will just create a patch for jmac to look at.

Changes include:

  • parsing out “tags” header from post
  • creating an index containing all tags
  • creating a page for each tag linking to all posts
  • allowing individual posts to list tags at the bottom
  • templates for same

Blogging like it’s 2001 again.