<?xml version="1.0" encoding="utf-8"?>
<entry xmlns="http://purl.org/atom/ns#">
 <id>{$url->getAtomResourceUniqueId($resource)}</id>
 <author>
  <name>{$user->getUsername()}</name>
  <url>{$url->blogLink()}</url>
 </author> 
 {**<id>{$url->resourceLink($resource)}</id>**}
 <link rel="alternate" type="text/html" href="{$url->resourceLink($resource)}" />
  <link rel="service.edit" href="{$url->atomBinaryPostEditUrl($resource)}" title="{$resource->getFileName()}" type="application/x.atom+xml" /> 
 {**<title>{$resource->getDescription()}</title>**}
 {**<content mode="escaped" type="application/xhtml+xml">{$resource->getDescription()}</content>**}
 {assign var=date value=$resource->getTimestamp()}
 <issued>{$date->getW3Date()}</issued>
 <created>{$date->getW3Date()}</created>
 <modified>{$date->getW3Date()}</modified>  
</entry>