public
Description: TODO
Homepage:
Clone URL: git://github.com/jeremyf/dublin-core-mapper.git
README.rdoc

dublin-core-mapper

A simple library, with not a lot of whizbang material, for capturing metadata and ultimately render the metadata based on dublincore.org/

Example

  DublinCoreMapper.register do |dcm|
    title('1234')
    subject('Numeral representation of 1000 + 200 + 30 + 4')
    subject('Math')
  end

TODO

render meta data

Copyright

Copyright © 2009 Jeremy Friesen. See LICENSE for details.