Dublin Core plugin for Wordpress

This plugin implements some Dublin Core metadata elements for Wordpress.

Download the current version (0.4) as a zipped php file.

Specification

Features a small admin screen in Options. (Allows admin to set License metadata.)

Adds the following Dublin Core metadata elements to posts and pages:

  • 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
  • Author name as DC.creator
  • Categories as DC.subject (semicolon delimited, excludes default category)
  • If WordPress 2.1 or higher, DC.language
  • If license is set, DC.rights.license
  • If license is set, author name as DC.rights.rightsHolder

Future work

At some point I'd like to add in the following metadata elements:

  • Post subtitle as DC.title (again)
  • Date modified as DC.date.modified
  • Tags (of Ultimate Tag Warrior) as DC.subject? Perhaps.

Change log

Version 0.4

Released on 2007-1-27, version 0.4 [zip format] adds DC.language, DC.rights.rightsHolder, and DC.rights.license. Joan Junyent has joined the list of contributors. Default category is now excluded.

Version 0.3.1

Released on 2007-1-11, version 0.3.1 [zip format] adds DC.creator and DC.subject, thanks to Salvatore Vassallo's version 0.3.

Version 0.2

Released on 2006-10-1, version 0.2 [zip format] includes basic DC support but has no admin interface. It supports the following metadata elements:

  • 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