view templates/commentAtom.xml @ 72:217f56e6bc77

Si on arrive pas à vérifier le commentaire via Akismet, on l'affichera Le comportement précédent n'était pas réellement défini pour le cas ou l'authentification auprès d'Akismet ne se fait pas correctement, c'est maintenant réparé.
author Franck Deroche <webmaster@defr.org>
date Thu, 20 Mar 2008 19:47:11 +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='text'>
       <tr:postTitle /> - <tr:wrapper tr:id='auteur' />
   </title>
   <id>tag:defr.org,comment,2006:<tr:commentNumber /></id>
   <content type='xhtml'>
   	<xhtml:div xmlns='http://www.w3.org/1999/xhtml'>
	  <tr:comment />
	</xhtml:div>
   </content>
   <published><tr:commentDateISO /></published>
   <updated><tr:commentDateISO /></updated>
   <link tr:id='linkPostNumber' rel='alternate' type='text/html' />
</entry>