Sha256: 25e0b0e325f407621c3f515d69a6e13d39374050f3fda82ffc7d901ff849d3bd

Contents?: true

Size: 261 Bytes

Versions: 3

Compression:

Stored size: 261 Bytes

Contents

# => http://microformats.org/wiki/hatom
require 'microformat'
require 'mofo/hcard'
require 'mofo/rel_tag'

class HEntry < Microformat
  one :entry_title!, :entry_summary, :updated, :published,
      :author => HCard, :tags => RelTag 

  many :entry_content
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mofo-0.2.1 lib/mofo/hentry.rb
mofo-0.2.2 lib/mofo/hentry.rb
mofo-0.2 lib/mofo/hentry.rb