Sha256: 256664ff7ff8cedf9b01425ca711e24d80a3dac545107e7ff60ca77d00e57abc
Contents?: true
Size: 447 Bytes
Versions: 21
Compression:
Stored size: 447 Bytes
Contents
xm.entry do xm.id "urn:uuid:#{item.guid}" xm.author do xm.name item.blog_name xm.uri item.url end xm.published item.created_at.xmlschema xm.updated item.updated_at.xmlschema xm.title "Trackback from #{item.blog_name}: #{item.title} on #{item.article.title}", "type"=>"html" xm.link "rel" => "alternate", "type" => "text/html", "href" => item.permalink_url content = item.excerpt xm.summary content, "type"=>"html" end
Version data entries
21 entries across 21 versions & 1 rubygems