January 12th, 2007
A while back I wrote a very simple plugin for WordPress that would automatically insert Dublin Core metadata into the header of my blog posts. I released it under a free license (as version 0.2) with the hope that someone more proficient in WordPress than I would come along and build on my work. And someone did!
Read full entry »
6 comments | Posted in Personal, Software
October 1st, 2006
WordPress does not have a built-in mechanism for automatically adding standardized metadata to pages. Today I wrote a plugin to add Dublin Core metadata to all posts and pages. It currently supports the following metadata:
- Site name as DC.publisher
- Site URL as DC.publisher.url
- Post title as DC.title
- Permalink as DC.identifier
- Date created as DC.date.created
Install it by downloading the latest version from the DC 4 WP page (version 0.2 at this time), unpacking the .zip archive, and dropping the .php file into your WordPress installation's wp-content/plugins folder.
This is my first plugin, so any and all constructive feedback would be greatly appreciated!
1 comment | Posted in Software
August 4th, 2006
I'm proposing a new standard: JSON used to enrich regular web pages with scripting-ready metadata. No more theme-dependent HTML parsing -- just grab the needed data out of a namespaced global object. Read on for details.
Read full entry »
6 comments | Posted in Uncategorized
January 13th, 2006
2 comments | Posted in Best Practices