<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Commentaires sur : SPIP Google Tools</title>
	<atom:link href="http://pioupioum.fr/plugins-spip/google-tools.html/feed/" rel="self" type="application/rss+xml" />
	<link>http://pioupioum.fr/plugins-spip/google-tools.html</link>
	<description>Bloc-note d&#039;un développeur web</description>
	<lastBuildDate>Mon, 26 Jul 2010 16:04:57 +0200</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Par : piouPiouM</title>
		<link>http://pioupioum.fr/plugins-spip/google-tools.html#comment-1664</link>
		<dc:creator>piouPiouM</dc:creator>
		<pubDate>Thu, 15 Apr 2010 17:38:53 +0000</pubDate>
		<guid isPermaLink="false">http://pioupioum.fr/?p=179#comment-1664</guid>
		<description>&lt;div class=&quot;comment-content&quot;&gt;&lt;p&gt;La version 1.9.2b n&#039;étant plus disponible sur les &lt;a href=&quot;http://files.spip.org/spip/archives/&quot; rel=&quot;nofollow&quot;&gt;archives&lt;/a&gt; de téléchargement de SPIP, je ne pourrai pas vous aider.&lt;/p&gt;

&lt;p&gt;Je ne peux en revanche que vous conseiller d&#039;installer la dernière version en date de la branche 1.9.2 (la 1.9.2i), de nombreuses failles de sécurités ayant été fixées depuis la sortie de votre version de travail.&lt;/p&gt;
&lt;/div&gt;</description>
		<content:encoded><![CDATA[<!-- google_ad_section_start --><div class="comment-content"><p>La version 1.9.2b n&#8217;étant plus disponible sur les <a href="http://files.spip.org/spip/archives/" rel="nofollow">archives</a> de téléchargement de SPIP, je ne pourrai pas vous aider.</p>

<p>Je ne peux en revanche que vous conseiller d&#8217;installer la dernière version en date de la branche 1.9.2 (la 1.9.2i), de nombreuses failles de sécurités ayant été fixées depuis la sortie de votre version de travail.</p>
</div><!-- google_ad_section_end -->]]></content:encoded>
	</item>
	<item>
		<title>Par : Kephren</title>
		<link>http://pioupioum.fr/plugins-spip/google-tools.html#comment-1658</link>
		<dc:creator>Kephren</dc:creator>
		<pubDate>Thu, 15 Apr 2010 13:44:33 +0000</pubDate>
		<guid isPermaLink="false">http://pioupioum.fr/?p=179#comment-1658</guid>
		<description>&lt;div class=&quot;comment-content&quot;&gt;&lt;p&gt;Bonjour,&lt;/p&gt;

&lt;p&gt;je viens de l&#039;installer sur une installation 1.9.2b.&lt;/p&gt;

&lt;p&gt;Mon soucis est que le flux est vide :&lt;/p&gt;

&lt;pre lang=&quot;php&quot;&gt;function googletools_affichage_final($flux)
{
    if (!$GLOBALS[&#039;html&#039;]) return $flux;

    $pos = strripos($flux, &#039;&lt;/body&gt;&#039;);

    echo &#039;&lt;!--&lt;pre&gt;&#039;;

    var_dump($flux);

    echo &#039;&lt;/pre&gt; --&gt;&#039;;

    if (false !== $pos)
    {
        echo &#039;OKMAE&#039;;
        $flux = substr_replace($flux, googletools_analytics_get_snippet(), $pos, 0);
    }

    return $flux;
}&lt;/pre&gt;

&lt;p&gt;Et j&#039;obtiens :&lt;/p&gt;

&lt;p&gt;Pour information je l&#039;ai installé a partir des memes sources sur une instalaltion 2.0.9 et ça fonctionne trè bien...&lt;/p&gt;

&lt;p&gt;Avez-vous une idée ?&lt;/p&gt;
&lt;/div&gt;</description>
		<content:encoded><![CDATA[<!-- google_ad_section_start --><div class="comment-content"><p>Bonjour,</p>

<p>je viens de l&#8217;installer sur une installation 1.9.2b.</p>

<p>Mon soucis est que le flux est vide&#160;:</p>


<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">function</span> googletools_affichage_final<span style="color: #009900;">&#40;</span><span style="color: #000088;">$flux</span><span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
    <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #339933;">!</span><span style="color: #000088;">$GLOBALS</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'html'</span><span style="color: #009900;">&#93;</span><span style="color: #009900;">&#41;</span> <span style="color: #b1b100;">return</span> <span style="color: #000088;">$flux</span><span style="color: #339933;">;</span>
&nbsp;
    <span style="color: #000088;">$pos</span> <span style="color: #339933;">=</span> <span style="color: #990000;">strripos</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$flux</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'&lt;/body&gt;'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
    <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">'&amp;lt;!--&amp;lt;pre&gt;'</span><span style="color: #339933;">;</span>
&nbsp;
    <span style="color: #990000;">var_dump</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$flux</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
    <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">'&amp;lt;/pre&gt; --&gt;'</span><span style="color: #339933;">;</span>
&nbsp;
    <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #009900; font-weight: bold;">false</span> <span style="color: #339933;">!==</span> <span style="color: #000088;">$pos</span><span style="color: #009900;">&#41;</span>
    <span style="color: #009900;">&#123;</span>
        <span style="color: #b1b100;">echo</span> <span style="color: #0000ff;">'OKMAE'</span><span style="color: #339933;">;</span>
        <span style="color: #000088;">$flux</span> <span style="color: #339933;">=</span> <span style="color: #990000;">substr_replace</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$flux</span><span style="color: #339933;">,</span> googletools_analytics_get_snippet<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span> <span style="color: #000088;">$pos</span><span style="color: #339933;">,</span> <span style="color: #cc66cc;">0</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
    <span style="color: #009900;">&#125;</span>
&nbsp;
    <span style="color: #b1b100;">return</span> <span style="color: #000088;">$flux</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span></pre></div></div>




<p>Et j&#8217;obtiens&#160;:</p>

<p>Pour information je l&#8217;ai installé a partir des memes sources sur une instalaltion 2.0.9 et ça fonctionne trè bien&#8230;</p>

<p>Avez-vous une idée&#160;?</p>
</div><!-- google_ad_section_end -->]]></content:encoded>
	</item>
	<item>
		<title>Par : squirrel</title>
		<link>http://pioupioum.fr/plugins-spip/google-tools.html#comment-1204</link>
		<dc:creator>squirrel</dc:creator>
		<pubDate>Thu, 11 Mar 2010 22:13:45 +0000</pubDate>
		<guid isPermaLink="false">http://pioupioum.fr/?p=179#comment-1204</guid>
		<description>&lt;div class=&quot;comment-content&quot;&gt;&lt;p&gt;Bravo pour le développement de ce plugin.&lt;/p&gt;

&lt;p&gt;Je viens de le tester sur la version 2.1 et apparement pas de soucis majeur !&lt;/p&gt;

&lt;p&gt;Juste qu&#039;il faudrait ajouter ceci dans le fichier plugin.xml&lt;/p&gt;

&lt;p&gt;/img_pack/googletools-24.png&lt;/p&gt;

&lt;p&gt;Encore félicitations !&lt;/p&gt;

&lt;p&gt;Squirrel&lt;/p&gt;
&lt;/div&gt;</description>
		<content:encoded><![CDATA[<!-- google_ad_section_start --><div class="comment-content"><p>Bravo pour le développement de ce plugin.</p>

<p>Je viens de le tester sur la version 2.1 et apparement pas de soucis majeur&#160;!</p>

<p>Juste qu&#8217;il faudrait ajouter ceci dans le fichier plugin.xml</p>

<p>/img_pack/googletools-24.png</p>

<p>Encore félicitations&#160;!</p>

<p>Squirrel</p>
</div><!-- google_ad_section_end -->]]></content:encoded>
	</item>
	<item>
		<title>Par : piouPiouM</title>
		<link>http://pioupioum.fr/plugins-spip/google-tools.html#comment-1117</link>
		<dc:creator>piouPiouM</dc:creator>
		<pubDate>Tue, 02 Mar 2010 19:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://pioupioum.fr/?p=179#comment-1117</guid>
		<description>&lt;div class=&quot;comment-content&quot;&gt;&lt;p&gt;Oups, je vais supprimer le BOM, merci de l&#039;avoir relevé :)&lt;/p&gt;
&lt;/div&gt;</description>
		<content:encoded><![CDATA[<!-- google_ad_section_start --><div class="comment-content"><p>Oups, je vais supprimer le BOM, merci de l&#8217;avoir relevé <img src='http://pioupioum.fr/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
</div><!-- google_ad_section_end -->]]></content:encoded>
	</item>
	<item>
		<title>Par : Olivier</title>
		<link>http://pioupioum.fr/plugins-spip/google-tools.html#comment-1116</link>
		<dc:creator>Olivier</dc:creator>
		<pubDate>Tue, 02 Mar 2010 19:14:03 +0000</pubDate>
		<guid isPermaLink="false">http://pioupioum.fr/?p=179#comment-1116</guid>
		<description>&lt;div class=&quot;comment-content&quot;&gt;&lt;p&gt;Je retrouve bien le code en fin de page. Encore merci
PS : pour votre fichier googletools.php il faudrait penser à le coder en ANSI afin de ne pas avoir des problème d&#039;affichage type BOM
Cordialement&lt;/p&gt;
&lt;/div&gt;</description>
		<content:encoded><![CDATA[<!-- google_ad_section_start --><div class="comment-content"><p>Je retrouve bien le code en fin de page. Encore merci
PS&#160;: pour votre fichier googletools.php il faudrait penser à le coder en ANSI afin de ne pas avoir des problème d&#8217;affichage type BOM
Cordialement</p>
</div><!-- google_ad_section_end -->]]></content:encoded>
	</item>
	<item>
		<title>Par : piouPiouM</title>
		<link>http://pioupioum.fr/plugins-spip/google-tools.html#comment-1115</link>
		<dc:creator>piouPiouM</dc:creator>
		<pubDate>Tue, 02 Mar 2010 19:09:23 +0000</pubDate>
		<guid isPermaLink="false">http://pioupioum.fr/?p=179#comment-1115</guid>
		<description>&lt;div class=&quot;comment-content&quot;&gt;&lt;p&gt;Vous pouvez vérifier son application en affichant le code source d&#039;une page de votre site. Vous devriez y trouver à la fin le code qui suit (avec le terme &lt;code&gt;IDENTIFIANT_DE_COMPTE&lt;/code&gt; remplacé par celui que vous avez renseigner dans le panneau de configuration du plugin) :&lt;/p&gt;

&lt;pre lang=&quot;xml&quot;&gt;&lt;script type=&quot;text/javascript&quot;&gt;
var gaJsHost = ((&quot;https:&quot; == document.location.protocol) ? &quot;https://ssl.&quot; : &quot;http://www.&quot;);
document.write(unescape(&quot;%3Cscript src=&#039;&quot; + gaJsHost + &quot;google-analytics.com/ga.js&#039; type=&#039;text/javascript&#039;%3E%3C/script%3E&quot;));
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;&gt;
try { var pageTracker = _gat._getTracker(&quot;IDENTIFIANT_DE_COMPTE&quot;); pageTracker._trackPageview(); } catch(err) {}
&lt;/script&gt;&lt;/pre&gt;

&lt;p&gt;&lt;strong&gt;Google Analytics&lt;/strong&gt; fera alors son travail :)&lt;/p&gt;
&lt;/div&gt;</description>
		<content:encoded><![CDATA[<!-- google_ad_section_start --><div class="comment-content"><p>Vous pouvez vérifier son application en affichant le code source d&#8217;une page de votre site. Vous devriez y trouver à la fin le code qui suit (avec le terme <code>IDENTIFIANT_DE_COMPTE</code> remplacé par celui que vous avez renseigner dans le panneau de configuration du plugin)&#160;:</p>


<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;script</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;text/javascript&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
var gaJsHost = ((&quot;https:&quot; == document.location.protocol) ? &quot;https://ssl.&quot; : &quot;http://www.&quot;);
document.write(unescape(&quot;%3Cscript src='&quot; + gaJsHost + &quot;google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E&quot;));
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/script<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;script</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">&quot;text/javascript&quot;</span><span style="color: #000000; font-weight: bold;">&gt;</span></span>
try { var pageTracker = _gat._getTracker(&quot;IDENTIFIANT_DE_COMPTE&quot;); pageTracker._trackPageview(); } catch(err) {}
<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/script<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>




<p><strong>Google Analytics</strong> fera alors son travail <img src='http://pioupioum.fr/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
</div><!-- google_ad_section_end -->]]></content:encoded>
	</item>
	<item>
		<title>Par : Olivier</title>
		<link>http://pioupioum.fr/plugins-spip/google-tools.html#comment-1114</link>
		<dc:creator>Olivier</dc:creator>
		<pubDate>Tue, 02 Mar 2010 19:02:09 +0000</pubDate>
		<guid isPermaLink="false">http://pioupioum.fr/?p=179#comment-1114</guid>
		<description>&lt;div class=&quot;comment-content&quot;&gt;&lt;p&gt;Ça à l&#039;air de fonctionner, merci beaucoup, à la fois pour votre professionnalisme mais aussi pour votre vitesse de réponse.
Google Analytics va fonctionner correctement ?
Cordialement&lt;/p&gt;
&lt;/div&gt;</description>
		<content:encoded><![CDATA[<!-- google_ad_section_start --><div class="comment-content"><p>Ça à l&#8217;air de fonctionner, merci beaucoup, à la fois pour votre professionnalisme mais aussi pour votre vitesse de réponse.
Google Analytics va fonctionner correctement&#160;?
Cordialement</p>
</div><!-- google_ad_section_end -->]]></content:encoded>
	</item>
	<item>
		<title>Par : piouPiouM</title>
		<link>http://pioupioum.fr/plugins-spip/google-tools.html#comment-1113</link>
		<dc:creator>piouPiouM</dc:creator>
		<pubDate>Tue, 02 Mar 2010 18:51:26 +0000</pubDate>
		<guid isPermaLink="false">http://pioupioum.fr/?p=179#comment-1113</guid>
		<description>&lt;div class=&quot;comment-content&quot;&gt;&lt;p&gt;Bonjour Olivier,&lt;/p&gt;

&lt;p&gt;Vous devez être sur un hébergement en PHP 4. Cependant, le plugin Spip Google Tools requiert une version 5 de PHP.
Si vous ne pouvez pas y passer, ajoutez le code qui suit à la fin du fichier &lt;code&gt;inc/googletooles_config.php&lt;/code&gt;:&lt;/p&gt;

&lt;pre lang=&quot;php&quot; line=&quot;1&quot;&gt;if (!function_exists(&#039;strripos&#039;))
{
    function strripos($haystack, $needle)
    {
        $haystack = strtolower($haystack);
        $needle   = strtolower($needle);

        $pos = strpos(strrev($haystack), strrev($needle));
        if (false === $pos)
            return false;

        return spip_strlen($haystack) - spip_strlen($needle) - $pos;
    }
}&lt;/pre&gt;

&lt;p&gt;Il s&#039;agit d&#039;une implémentation non complète (aucun support de l&#039;argument &lt;code&gt;$offset&lt;/code&gt;) de la fonction &lt;a href=&quot;http://php.net/manual/fr/function.strripos.php&quot; rel=&quot;nofollow&quot;&gt;strripos&lt;/a&gt; de PHP 5 &lt;strong&gt;pour SPIP&lt;/strong&gt; (du fait de l&#039;appel à &lt;code&gt;spip_strlen()&lt;/code&gt;).&lt;/p&gt;
&lt;/div&gt;</description>
		<content:encoded><![CDATA[<!-- google_ad_section_start --><div class="comment-content"><p>Bonjour Olivier,</p>

<p>Vous devez être sur un hébergement en PHP 4. Cependant, le plugin Spip Google Tools requiert une version 5 de PHP.
Si vous ne pouvez pas y passer, ajoutez le code qui suit à la fin du fichier <code>inc/googletooles_config.php</code>:</p>


<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #339933;">!</span><span style="color: #990000;">function_exists</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'strripos'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span>
<span style="color: #009900;">&#123;</span>
    <span style="color: #000000; font-weight: bold;">function</span> <span style="color: #990000;">strripos</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$haystack</span><span style="color: #339933;">,</span> <span style="color: #000088;">$needle</span><span style="color: #009900;">&#41;</span>
    <span style="color: #009900;">&#123;</span>
        <span style="color: #000088;">$haystack</span> <span style="color: #339933;">=</span> <span style="color: #990000;">strtolower</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$haystack</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
        <span style="color: #000088;">$needle</span>   <span style="color: #339933;">=</span> <span style="color: #990000;">strtolower</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$needle</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
&nbsp;
        <span style="color: #000088;">$pos</span> <span style="color: #339933;">=</span> <span style="color: #990000;">strpos</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">strrev</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$haystack</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">,</span> <span style="color: #990000;">strrev</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$needle</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
        <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #009900; font-weight: bold;">false</span> <span style="color: #339933;">===</span> <span style="color: #000088;">$pos</span><span style="color: #009900;">&#41;</span>
            <span style="color: #b1b100;">return</span> <span style="color: #009900; font-weight: bold;">false</span><span style="color: #339933;">;</span>
&nbsp;
        <span style="color: #b1b100;">return</span> spip_strlen<span style="color: #009900;">&#40;</span><span style="color: #000088;">$haystack</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">-</span> spip_strlen<span style="color: #009900;">&#40;</span><span style="color: #000088;">$needle</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">-</span> <span style="color: #000088;">$pos</span><span style="color: #339933;">;</span>
    <span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span></pre></td></tr></table></div>




<p>Il s&#8217;agit d&#8217;une implémentation non complète (aucun support de l&#8217;argument <code>$offset</code>) de la fonction <a href="http://php.net/manual/fr/function.strripos.php" rel="nofollow">strripos</a> de PHP 5&#160;<strong>pour SPIP</strong> (du fait de l&#8217;appel à <code>spip_strlen()</code>).</p>
</div><!-- google_ad_section_end -->]]></content:encoded>
	</item>
	<item>
		<title>Par : Olivier</title>
		<link>http://pioupioum.fr/plugins-spip/google-tools.html#comment-1111</link>
		<dc:creator>Olivier</dc:creator>
		<pubDate>Tue, 02 Mar 2010 16:51:19 +0000</pubDate>
		<guid isPermaLink="false">http://pioupioum.fr/?p=179#comment-1111</guid>
		<description>&lt;div class=&quot;comment-content&quot;&gt;&lt;p&gt;Bonjour, j&#039;ai un souci, après avoir installé le plugin et insérer le code donné par Google.
En effet, il m&#039;affiche une page blanche avec une ligne signalant une erreur fatale.
J&#039;ai pu retrouver ma page en mettant en commentaire la ligne  : $pos = strripos($flux, &#039;&#039;); et l&#039;erreur vient de la fonction strripos.
Alors comment résoudre cette erreur car je pense qu&#039;en mettant en commentaire, google analytics ne doit plus effectué sa tache.
En vous remerciant d&#039;avance
Cordialement&lt;/p&gt;
&lt;/div&gt;</description>
		<content:encoded><![CDATA[<!-- google_ad_section_start --><div class="comment-content"><p>Bonjour, j&#8217;ai un souci, après avoir installé le plugin et insérer le code donné par Google.
En effet, il m&#8217;affiche une page blanche avec une ligne signalant une erreur fatale.
J&#8217;ai pu retrouver ma page en mettant en commentaire la ligne &#160;: $pos = strripos($flux, &#8221;); et l&#8217;erreur vient de la fonction strripos.
Alors comment résoudre cette erreur car je pense qu&#8217;en mettant en commentaire, google analytics ne doit plus effectué sa tache.
En vous remerciant d&#8217;avance
Cordialement</p>
</div><!-- google_ad_section_end -->]]></content:encoded>
	</item>
	<item>
		<title>Par : piouPiouM</title>
		<link>http://pioupioum.fr/plugins-spip/google-tools.html#comment-728</link>
		<dc:creator>piouPiouM</dc:creator>
		<pubDate>Wed, 06 Jan 2010 21:58:23 +0000</pubDate>
		<guid isPermaLink="false">http://pioupioum.fr/?p=179#comment-728</guid>
		<description>&lt;div class=&quot;comment-content&quot;&gt;&lt;p&gt;Il n&#039;y a pas de mal ;-)&lt;/p&gt;
&lt;/div&gt;</description>
		<content:encoded><![CDATA[<!-- google_ad_section_start --><div class="comment-content"><p>Il n&#8217;y a pas de mal <img src='http://pioupioum.fr/wp/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
</div><!-- google_ad_section_end -->]]></content:encoded>
	</item>
</channel>
</rss>
