<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>.:BB2k.org &#187; mail</title>
	<atom:link href="http://bb2k.org/index.php/tag/mail/feed" rel="self" type="application/rss+xml" />
	<link>http://bb2k.org</link>
	<description>Rien à dire</description>
	<lastBuildDate>Fri, 21 May 2010 07:54:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Dotclear Gravatars plugin</title>
		<link>http://bb2k.org/index.php/2005/03/24/dotclear-gravatars-plugin</link>
		<comments>http://bb2k.org/index.php/2005/03/24/dotclear-gravatars-plugin#comments</comments>
		<pubDate>Thu, 24 Mar 2005 13:36:24 +0000</pubDate>
		<dc:creator>BB2k</dc:creator>
				<category><![CDATA[Dotclear]]></category>
		<category><![CDATA[gravatar]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[uppercase]]></category>

		<guid isPermaLink="false">http://bb2k.org/wordpress/?p=113</guid>
		<description><![CDATA[<p>Je me suis permis un changement dans le fichier functions.php du <a href=\"http://www.abysses.net/dotclear/tb.php?id=25\" hreflang=\"fr\">plugin gravatars</a> qui permet de convertir le mail en minuscule avant le calcul du md5 et donc de contrer les fautes de typo minuscules/majuscules (Merci ozh pour avoir testé [...]]]></description>
			<content:encoded><![CDATA[<p>I &#8216;ve done a change in the file functions.php of the <a href="http://www.abysses.net/dotclear/tb.php?id=25">gravatars plugin</a> which makes it possible to convert the mail address in lowercases before the md5 processing. This makes possible the presence of uppercases in the mail (thx Ozh for the tests)..</p>
<p>The <a href="http://www.gravatars.com">gravatars</a> are the small icons you can see in the comments of this site. You can make your own avatar and then post it on their site.</p>
<p>here the code allowing to modify the plugin :</p>
<p>line 48: replace</p>
<pre>   <code>$gravatar_id = md5($email);</code></pre>
<p>with</p>
<pre>   <code>$gravatar_id = md5(strtolower($email));</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://bb2k.org/index.php/2005/03/24/dotclear-gravatars-plugin/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Plugin gravatars pour dotclear</title>
		<link>http://bb2k.org/index.php/2005/03/24/plugin-gravatars</link>
		<comments>http://bb2k.org/index.php/2005/03/24/plugin-gravatars#comments</comments>
		<pubDate>Thu, 24 Mar 2005 08:41:54 +0000</pubDate>
		<dc:creator>BB2k</dc:creator>
				<category><![CDATA[Dotclear]]></category>
		<category><![CDATA[gravatars]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[majuscules]]></category>
		<category><![CDATA[minuscules]]></category>
		<category><![CDATA[ozh]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://bb2k.org/wordpress/?p=112</guid>
		<description><![CDATA[<p>Je me suis permis un changement dans le fichier functions.php du <a href="http://www.abysses.net/dotclear/tb.php?id=25" hreflang="fr">plugin gravatars</a> qui permet de convertir le mail en minuscule avant le calcul du md5 et donc de contrer les fautes de typo minuscules/majuscules (Merci ozh pour avoir testé [...]]]></description>
			<content:encoded><![CDATA[<p>Je me suis permis un changement dans le fichier functions.php du <a href="http://www.abysses.net/dotclear/tb.php?id=25">plugin gravatars</a> qui permet de convertir le mail en minuscule avant le calcul du md5 et donc de contrer les fautes de typo minuscules/majuscules (Merci ozh pour avoir testé =))</p>
<p><span id="more-16"></span></p>
<p>Pour rappel les <a href="http://www.gravatar.com">gravatars</a> (globaly recognized avatars) sont les petites icônes que vous pouvez apercevoir  dans les commentaires de ce site. vous pouvez ajouter vous même votre gravatar sur leur site.</p>
<p>En attendant voici le code permettant de modifier le plugin pour <a href="http://www.dotclear.net">dotclear</a>]. ligne 48:</p>
<p>changer</p>
<pre>   <code>$gravatar_id = md5($email);</code></pre>
<p>par</p>
<pre>   <code>$gravatar_id = md5(strtolower($email));</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://bb2k.org/index.php/2005/03/24/plugin-gravatars/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
