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

Version Path
typo-3.99.0 app/views/xml/_atom10_item_trackback.rxml
typo-3.99.2 app/views/xml/_atom10_item_trackback.rxml
typo-3.99.3 app/views/xml/_atom10_item_trackback.rxml
typo-3.99.1 app/views/xml/_atom10_item_trackback.rxml
typo-4.0.1 app/views/xml/_atom10_item_trackback.rxml
typo-3.99.4 app/views/xml/_atom10_item_trackback.rxml
typo-4.0.2 app/views/xml/_atom10_item_trackback.rxml
typo-4.0.0 app/views/xml/_atom10_item_trackback.rxml
typo-4.0.3 app/views/xml/_atom10_item_trackback.rxml