Mercurial > defr > DualBlog
annotate templates/commentAtom.xml @ 76:55582b82c43d
Leger changement sur les tags, tag1 |tag2 => tag1 | tag2.
Techniquement, on stocke desormais un array des tags. Accessoirement,
en bonus, on vire les quelques tabs qui se trouvaient dans ce fichier
pour les remplacer par des espaces.
author | Franck Deroche <webmaster@defr.org> |
---|---|
date | Sun, 29 Jun 2008 22:34:01 +0200 |
parents | efba519d2d32 |
children |
rev | line source |
---|---|
webmaster@32 | 1 <?xml version='1.0' encoding='UTF-8'?> |
webmaster@32 | 2 <entry xmlns='http://www.w3.org/2005/Atom' |
webmaster@34 | 3 xmlns:xhtml='http://www.w3.org/1999/xhtml' |
webmaster@32 | 4 xmlns:tr='http://defr.net/2007/template'> |
webmaster@32 | 5 <title type='text'> |
webmaster@32 | 6 <tr:postTitle /> - <tr:wrapper tr:id='auteur' /> |
webmaster@32 | 7 </title> |
webmaster@32 | 8 <id>tag:defr.org,comment,2006:<tr:commentNumber /></id> |
webmaster@32 | 9 <content type='xhtml'> |
webmaster@34 | 10 <xhtml:div xmlns='http://www.w3.org/1999/xhtml'> |
webmaster@32 | 11 <tr:comment /> |
webmaster@34 | 12 </xhtml:div> |
webmaster@32 | 13 </content> |
webmaster@33 | 14 <published><tr:commentDateISO /></published> |
webmaster@33 | 15 <updated><tr:commentDateISO /></updated> |
webmaster@32 | 16 <link tr:id='linkPostNumber' rel='alternate' type='text/html' /> |
webmaster@32 | 17 </entry> |