_atom10_item_trackback.atom.builder
上传用户:netsea168
上传日期:2022-07-22
资源大小:4652k
文件大小:0k
源码类别:

Ajax

开发平台:

Others

  1. xm.entry do
  2.   xm.id "urn:uuid:#{item.guid}"
  3.   xm.author do
  4.     xm.name item.blog_name
  5.     xm.uri item.url
  6.   end
  7.   xm.published item.created_at.xmlschema
  8.   xm.updated item.updated_at.xmlschema
  9.   xm.title "Trackback from #{item.blog_name}: #{item.title} on #{item.article.title}", "type"=>"html"
  10.   xm.link "rel" => "alternate", "type" => "text/html", "href" => item.permalink_url
  11.   content = item.excerpt
  12.   xm.summary content, "type"=>"html"
  13. end