Sha256: 6f4030fd5e6804ffcbbc8dfc4282cc383fba1ddf77f75caa87e7fb530b523f0d
Contents?: true
Size: 447 Bytes
Versions: 9
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" => comment_link(item) content = item.excerpt xm.summary content, "type"=>"html" end
Version data entries
9 entries across 9 versions & 1 rubygems