annotate templates/postAtom.xml @ 33:c6508503269a

Possibilité d'avoir les dates en ISO 8601, requis par Atom.
author Franck Deroche <webmaster@defr.org>
date Mon, 05 Nov 2007 09:23:40 +0100
parents 4cea8b128fdd
children efba519d2d32
rev   line source
webmaster@32 1 <entry xmlns='http://www.w3.org/2005/Atom'
webmaster@32 2 xmlns:tr='http://defr.net/2007/template'>
webmaster@32 3 <title type='xhtml'>
webmaster@32 4 <div xmlns='http://www.w3.org/1999/xhtml'>
webmaster@32 5 <tr:postTitle />
webmaster@32 6 </div>
webmaster@32 7 </title>
webmaster@32 8 <id>tag:defr.org,2006:<tr:postNumber /></id>
webmaster@32 9 <content type='xhtml'>
webmaster@32 10 <div xmlns='http://www.w3.org/1999/xhtml'>
webmaster@32 11 <tr:postContent />
webmaster@32 12 </div>
webmaster@32 13 </content>
webmaster@33 14 <published><tr:postDateISO /></published>
webmaster@33 15 <updated><tr:postDateISO /></updated>
webmaster@32 16 <link tr:id='linkPostNumber' rel='alternate' type='text/html' />
webmaster@32 17 </entry>