Mercurial > defr > DualBlog
view templates/postAtom.xml @ 39:876d42d93e5b
Suppression du mode RSS, l'ancienne url pointe maintenant vers le flux Atom.
Vu la facon dont est concu RSS, il n'y a pas vraiment moyen pour proprement
intégré le XML des posts là dedans... En conséquence, il n'y aura qu'un
flux Atom 1.0.
author | Franck Deroche <webmaster@defr.org> |
---|---|
date | Mon, 05 Nov 2007 14:20:58 +0100 |
parents | efba519d2d32 |
children |
line wrap: on
line source
<?xml version='1.0' encoding='utf-8'?> <entry xmlns='http://www.w3.org/2005/Atom' xmlns:xhtml='http://www.w3.org/1999/xhtml' xmlns:tr='http://defr.net/2007/template'> <title type='xhtml'> <xhtml:div xmlns='http://www.w3.org/1999/xhtml'> <tr:postTitle /> </xhtml:div> </title> <id>tag:defr.org,2006:<tr:postNumber /></id> <content type='xhtml'> <xhtml:div xmlns='http://www.w3.org/1999/xhtml'> <tr:postContent /> </xhtml:div> </content> <published><tr:postDateISO /></published> <updated><tr:postDateISO /></updated> <link tr:id='linkPostNumber' rel='alternate' type='text/html' /> </entry>