<?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>blog ntic de revolunet &#187; wordpress</title>
	<atom:link href="http://blog.revolunet.com/index.php/conseil.intranet/wordpress/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.revolunet.com</link>
	<description>Blog des Nouvelles Technologies de l'Information et de la Communication</description>
	<lastBuildDate>Tue, 22 Jun 2010 07:59:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Migration wordpress</title>
		<link>http://blog.revolunet.com/index.php/general/migration-wordpress</link>
		<comments>http://blog.revolunet.com/index.php/general/migration-wordpress#comments</comments>
		<pubDate>Thu, 13 Jul 2006 08:37:14 +0000</pubDate>
		<dc:creator>Juju</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.revolunet.com/index.php/general/migration-wordpress</guid>
		<description><![CDATA[Voila, j&#8217;ai décidé de déplacer mon wordpress herbergé chez Free (gratuit) vers ma nouvelle dedibox, et j&#8217;en ai profité pour upgrader mon blog sous wordpress à la dernière version, bien plus agréable à utiliser et plus efficace contre le spam (la plaie des blogs). Vous aurez donc maintenant à résoudre une petite addition ou soustraction pour [...]]]></description>
			<content:encoded><![CDATA[<p>Voila, j&#8217;ai décidé de déplacer mon wordpress herbergé chez <a href="http://www.free.fr">Free</a> (gratuit) vers ma nouvelle <a href="http://www.dedibox.fr">dedibox</a>, et j&#8217;en ai profité pour upgrader mon blog sous wordpress à la dernière version, bien plus agréable à utiliser et plus efficace contre le spam (la plaie des blogs). Vous aurez donc maintenant à résoudre une petite addition ou soustraction pour pouvoir poster vos commentaires <img src='http://blog.revolunet.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Le déplacement et la migration ont été un jeu d&#8217;enfant (de 2h quand même) :</p>
<ol>
<ol>
<li>Sauvegarde de la base MySQL via PhpMyAdmin sur free.fr</li>
<li>Search &#038; Replace de mon domaine et email dans le fichier .sql</li>
<li>Restauration de la base modifiée sur la dédibox</li>
<li>Copie du FTP free.fr vers le FTP dedibox</li>
<li>Ecrasement du FTP dedibox par la nouvelle version de Wordpress</li>
<li>Modif du wp-config.php pour les nouveaux parametres de la base de données</li>
<li>Execution du script wp-admin/updrade.php</li>
</ol>
</ol>
<p>Tout cela s&#8217;est déroulé nickel mis à part la gestion des accents; attention donc à bien exporter sous MySQL dans le bon encodage (celui que vous utilisez sous wordpress, cetainement UTF-8).</p>
<p>J&#8217;ai donc du recourir à la bidouille suivante en SQL pour retrouver mes accents correctement :</p>
<p style="color: red"><strong>Avant de lancer le script, sauvegardez votre table wp_posts !!!</strong></p>
<p><strong><font color="#0000ff" size="2">update</font></strong><font size="2"> wp_posts </font><strong><font color="#0000ff" size="2">set</font></strong><font size="2"> post_title</font><font color="#808080" size="2">=</font><strong><font color="#0000ff" size="2">replace</font></strong><font color="#808080" size="2">(</font><font size="2">post_title</font><font color="#808080" size="2">,</font><font color="#ff0000" size="2">&#8220;é&#8221;</font><font color="#808080" size="2">,</font><font color="#ff0000" size="2">&#8220;é&#8221;</font><font color="#808080" size="2">);<br />
</font><strong><font color="#0000ff" size="2">update</font></strong><font size="2"> wp_posts </font><strong><font color="#0000ff" size="2">set</font></strong><font size="2"> post_title</font><font color="#808080" size="2">=</font><strong><font color="#0000ff" size="2">replace</font></strong><font color="#808080" size="2">(</font><font size="2">post_title</font><font color="#808080" size="2">,</font><font color="#ff0000" size="2">&#8220;Ã&#8221;</font><font color="#808080" size="2">,</font><font color="#ff0000" size="2">&#8220;à&#8221;</font><font color="#808080" size="2">);<br />
</font><strong><font color="#0000ff" size="2">update</font></strong><font size="2"> wp_posts </font><strong><font color="#0000ff" size="2">set</font></strong><font size="2"> post_title</font><font color="#808080" size="2">=</font><strong><font color="#0000ff" size="2">replace</font></strong><font color="#808080" size="2">(</font><font size="2">post_title</font><font color="#808080" size="2">,</font><font color="#ff0000" size="2">&#8220;àª&#8221;</font><font color="#808080" size="2">,</font><font color="#ff0000" size="2">&#8220;ê&#8221;</font><font color="#808080" size="2">);<br />
</font><strong><font color="#0000ff" size="2">update</font></strong><font size="2"> wp_posts </font><strong><font color="#0000ff" size="2">set</font></strong><font size="2"> post_title</font><font color="#808080" size="2">=</font><strong><font color="#0000ff" size="2">replace</font></strong><font color="#808080" size="2">(</font><font size="2">post_title</font><font color="#808080" size="2">,</font><font color="#ff0000" size="2">&#8220;à´&#8221;</font><font color="#808080" size="2">,</font><font color="#ff0000" size="2">&#8220;ô&#8221;</font><font color="#808080" size="2">);<br />
</font><strong><font color="#0000ff" size="2">update</font></strong><font size="2"> wp_posts </font><strong><font color="#0000ff" size="2">set</font></strong><font size="2"> post_title</font><font color="#808080" size="2">=</font><strong><font color="#0000ff" size="2">replace</font></strong><font color="#808080" size="2">(</font><font size="2">post_title</font><font color="#808080" size="2">,</font><font color="#ff0000" size="2">&#8220;à¢&#8221;</font><font color="#808080" size="2">,</font><font color="#ff0000" size="2">&#8220;â&#8221;</font><font color="#808080" size="2">);<br />
</font><strong><font color="#0000ff" size="2">update</font></strong><font size="2"> wp_posts </font><strong><font color="#0000ff" size="2">set</font></strong><font size="2"> post_title</font><font color="#808080" size="2">=</font><strong><font color="#0000ff" size="2">replace</font></strong><font color="#808080" size="2">(</font><font size="2">post_title</font><font color="#808080" size="2">,</font><font color="#ff0000" size="2">&#8220;à¨&#8221;</font><font color="#808080" size="2">,</font><font color="#ff0000" size="2">&#8220;è&#8221;</font><font color="#808080" size="2">);<br />
</font><strong><font color="#0000ff" size="2">update</font></strong><font size="2"> wp_posts </font><strong><font color="#0000ff" size="2">set</font></strong><font size="2"> post_title</font><font color="#808080" size="2">=</font><strong><font color="#0000ff" size="2">replace</font></strong><font color="#808080" size="2">(</font><font size="2">post_title</font><font color="#808080" size="2">,</font><font color="#ff0000" size="2">&#8220;à¯&#8221;</font><font color="#808080" size="2">,</font><font color="#ff0000" size="2">&#8220;ï&#8221;</font><font color="#808080" size="2">);<br />
</font><strong><font color="#0000ff" size="2">update</font></strong><font size="2"> wp_posts </font><strong><font color="#0000ff" size="2">set</font></strong><font size="2"> post_title</font><font color="#808080" size="2">=</font><strong><font color="#0000ff" size="2">replace</font></strong><font color="#808080" size="2">(</font><font size="2">post_title</font><font color="#808080" size="2">,</font><font color="#ff0000" size="2">&#8220;à®&#8221;</font><font color="#808080" size="2">,</font><font color="#ff0000" size="2">&#8220;î&#8221;</font><font color="#808080" size="2">);<br />
</font><strong><font color="#0000ff" size="2">update</font></strong><font size="2"> wp_posts </font><strong><font color="#0000ff" size="2">set</font></strong><font size="2"> post_title</font><font color="#808080" size="2">=</font><strong><font color="#0000ff" size="2">replace</font></strong><font color="#808080" size="2">(</font><font size="2">post_title</font><font color="#808080" size="2">,</font><font color="#ff0000" size="2">&#8220;à©&#8221;</font><font color="#808080" size="2">,</font><font color="#ff0000" size="2">&#8220;é&#8221;</font><font color="#808080" size="2">);<br />
</font><font color="#808080" size="2"><strong><font color="#0000ff">update</font></strong><font color="#000000" size="2"> wp_posts </font><strong><font color="#0000ff" size="2">set</font></strong><font color="#000000" size="2"> post_title</font><font color="#808080" size="2">=</font><strong><font color="#0000ff" size="2">replace</font></strong><font color="#808080" size="2">(</font><font color="#000000" size="2">post_title</font><font color="#808080" size="2">,</font><font color="#ff0000" size="2">&#8220;à»&#8221;</font><font color="#808080" size="2">,</font><font color="#ff0000" size="2">&#8220;û&#8221;</font><font color="#808080" size="2">);<br />
</font><strong><font color="#0000ff" size="2">update</font></strong><font color="#000000" size="2"> wp_posts </font><strong><font color="#0000ff" size="2">set</font></strong><font color="#000000" size="2"> post_title</font><font color="#808080" size="2">=</font><strong><font color="#0000ff" size="2">replace</font></strong><font color="#808080" size="2">(</font><font color="#000000" size="2">post_title</font><font color="#808080" size="2">,</font><font color="#ff0000" size="2">&#8220;à§&#8221;</font><font color="#808080" size="2">,</font><font color="#ff0000" size="2">&#8220;ç&#8221;</font><font color="#808080" size="2">);</font></font></p>
<p><font color="#808080" size="2"><strong><font color="#0000ff">update</font></strong><font color="#000000" size="2"> wp_posts </font><strong><font color="#0000ff" size="2">set</font></strong><font color="#000000" size="2"> post_content</font><font color="#808080" size="2">=</font><strong><font color="#0000ff" size="2">replace</font></strong><font color="#808080" size="2">(</font><font color="#000000" size="2">post_content</font><font color="#808080" size="2">,</font><font color="#ff0000" size="2">&#8220;é&#8221;</font><font color="#808080" size="2">,</font><font color="#ff0000" size="2">&#8220;é&#8221;</font><font color="#808080" size="2">);<br />
</font><strong><font color="#0000ff" size="2">update</font></strong><font color="#000000" size="2"> wp_posts </font><strong><font color="#0000ff" size="2">set</font></strong><font color="#000000" size="2"> post_content</font><font color="#808080" size="2">=</font><strong><font color="#0000ff" size="2">replace</font></strong><font color="#808080" size="2">(</font><font color="#000000" size="2">post_content</font><font color="#808080" size="2">,</font><font color="#ff0000" size="2">&#8220;Ã&#8221;</font><font color="#808080" size="2">,</font><font color="#ff0000" size="2">&#8220;à&#8221;</font><font color="#808080" size="2">);<br />
</font><strong><font color="#0000ff" size="2">update</font></strong><font color="#000000" size="2"> wp_posts </font><strong><font color="#0000ff" size="2">set</font></strong><font color="#000000" size="2"> post_content</font><font color="#808080" size="2">=</font><strong><font color="#0000ff" size="2">replace</font></strong><font color="#808080" size="2">(</font><font color="#000000" size="2">post_content</font><font color="#808080" size="2">,</font><font color="#ff0000" size="2">&#8220;àª&#8221;</font><font color="#808080" size="2">,</font><font color="#ff0000" size="2">&#8220;ê&#8221;</font><font color="#808080" size="2">);<br />
</font><strong><font color="#0000ff" size="2">update</font></strong><font color="#000000" size="2"> wp_posts </font><strong><font color="#0000ff" size="2">set</font></strong><font color="#000000" size="2"> post_content</font><font color="#808080" size="2">=</font><strong><font color="#0000ff" size="2">replace</font></strong><font color="#808080" size="2">(</font><font color="#000000" size="2">post_content</font><font color="#808080" size="2">,</font><font color="#ff0000" size="2">&#8220;à´&#8221;</font><font color="#808080" size="2">,</font><font color="#ff0000" size="2">&#8220;ô&#8221;</font><font color="#808080" size="2">);<br />
</font><strong><font color="#0000ff" size="2">update</font></strong><font color="#000000" size="2"> wp_posts </font><strong><font color="#0000ff" size="2">set</font></strong><font color="#000000" size="2"> post_content</font><font color="#808080" size="2">=</font><strong><font color="#0000ff" size="2">replace</font></strong><font color="#808080" size="2">(</font><font color="#000000" size="2">post_content</font><font color="#808080" size="2">,</font><font color="#ff0000" size="2">&#8220;à¢&#8221;</font><font color="#808080" size="2">,</font><font color="#ff0000" size="2">&#8220;â&#8221;</font><font color="#808080" size="2">);<br />
</font><strong><font color="#0000ff" size="2">update</font></strong><font color="#000000" size="2"> wp_posts </font><strong><font color="#0000ff" size="2">set</font></strong><font color="#000000" size="2"> post_content</font><font color="#808080" size="2">=</font><strong><font color="#0000ff" size="2">replace</font></strong><font color="#808080" size="2">(</font><font color="#000000" size="2">post_content</font><font color="#808080" size="2">,</font><font color="#ff0000" size="2">&#8220;à¨&#8221;</font><font color="#808080" size="2">,</font><font color="#ff0000" size="2">&#8220;è&#8221;</font><font color="#808080" size="2">);<br />
</font><strong><font color="#0000ff" size="2">update</font></strong><font color="#000000" size="2"> wp_posts </font><strong><font color="#0000ff" size="2">set</font></strong><font color="#000000" size="2"> post_content</font><font color="#808080" size="2">=</font><strong><font color="#0000ff" size="2">replace</font></strong><font color="#808080" size="2">(</font><font color="#000000" size="2">post_content</font><font color="#808080" size="2">,</font><font color="#ff0000" size="2">&#8220;à¯&#8221;</font><font color="#808080" size="2">,</font><font color="#ff0000" size="2">&#8220;ï&#8221;</font><font color="#808080" size="2">);<br />
</font><strong><font color="#0000ff" size="2">update</font></strong><font color="#000000" size="2"> wp_posts </font><strong><font color="#0000ff" size="2">set</font></strong><font color="#000000" size="2"> post_content</font><font color="#808080" size="2">=</font><strong><font color="#0000ff" size="2">replace</font></strong><font color="#808080" size="2">(</font><font color="#000000" size="2">post_content</font><font color="#808080" size="2">,</font><font color="#ff0000" size="2">&#8220;à®&#8221;</font><font color="#808080" size="2">,</font><font color="#ff0000" size="2">&#8220;î&#8221;</font><font color="#808080" size="2">);<br />
</font><strong><font color="#0000ff" size="2">update</font></strong><font color="#000000" size="2"> wp_posts </font><strong><font color="#0000ff" size="2">set</font></strong><font color="#000000" size="2"> post_content</font><font color="#808080" size="2">=</font><strong><font color="#0000ff" size="2">replace</font></strong><font color="#808080" size="2">(</font><font color="#000000" size="2">post_content</font><font color="#808080" size="2">,</font><font color="#ff0000" size="2">&#8220;à©&#8221;</font><font color="#808080" size="2">,</font><font color="#ff0000" size="2">&#8220;é&#8221;</font><font color="#808080" size="2">);</font><br />
</font><strong><font color="#0000ff" size="2">update</font></strong><font size="2"> wp_posts </font><strong><font color="#0000ff" size="2">set</font></strong><font size="2"> post_content</font><font color="#808080" size="2">=</font><strong><font color="#0000ff" size="2">replace</font></strong><font color="#808080" size="2">(</font><font size="2">post_content</font><font color="#808080" size="2">,</font><font color="#ff0000" size="2">&#8220;à»&#8221;</font><font color="#808080" size="2">,</font><font color="#ff0000" size="2">&#8220;û&#8221;</font><font color="#808080" size="2">);<br />
</font><strong><font color="#0000ff" size="2">update</font></strong><font size="2"> wp_posts </font><strong><font color="#0000ff" size="2">set</font></strong><font size="2"> post_content</font><font color="#808080" size="2">=</font><strong><font color="#0000ff" size="2">replace</font></strong><font color="#808080" size="2">(</font><font size="2">post_content</font><font color="#808080" size="2">,</font><font color="#ff0000" size="2">&#8220;à§&#8221;</font><font color="#808080" size="2">,</font><font color="#ff0000" size="2">&#8220;ç&#8221;</font><font color="#808080" size="2">);</font><font size="2"> </font></p>
<p><font size="2">Retrouvez sur cette page : <a href="http://codex.wordpress.org/Moving_WordPress">http://codex.wordpress.org/Moving_WordPress</a> un guide pas à pas pour votre migration.</font></p>
<p><font size="2">Dernière étape : la redirection transparente des visiteurs et des moteurs de recherche vers la nouvelle url du blog. Cela est fait très facilement grâce au module Apache mod_alias qui est installé chez free.fr contrairement au module mod_rewrite.</font></p>
<p><font size="2">Dans un fichier .htaccess à la racine du blog sur xxx.free.fr/wordpress mettre par exemple :</font></p>
<p><strong>RedirectMatch permanent /wordpress/(.*) <a href="http://blog.revolunet.com/$1">http://blog.revolunet.com/$1</a></strong></p>
<p>Et voila ! magie magie, tout le monde est ridirigé vers notre nouveau serveur tout beau tout frais <img src='http://blog.revolunet.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.revolunet.com/index.php/general/migration-wordpress/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>ouvrir les liens dans une nouvelles fenetre par defaut avec Wordpress</title>
		<link>http://blog.revolunet.com/index.php/general/ouvrir-les-liens-dans-une-nouvelles-fenetre-par-defaut-avec-wordpress</link>
		<comments>http://blog.revolunet.com/index.php/general/ouvrir-les-liens-dans-une-nouvelles-fenetre-par-defaut-avec-wordpress#comments</comments>
		<pubDate>Wed, 21 Dec 2005 16:17:38 +0000</pubDate>
		<dc:creator>Juju</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.revolunet.com/index.php/general/ouvrir-les-liens-dans-une-nouvelles-fenetre-par-defaut-avec-wordpress</guid>
		<description><![CDATA[Voici une toute petite modif a faire au code de WordPress pour que l&#8217;insertion des liens force automatiquement l&#8217;ouverture dans une nouvelle fenetre, de maniere a ce que le visiteur ne soit pas oblig&#233; de quitter votre blog mais d&#8217;y rester  
dans le fichier /wordpress/wp-admin/quicktags.js, modifier la ligne 371 (version 1.5.2) :
remplacer

edButtons[i].tagStart = &#8216;&#60;a [...]]]></description>
			<content:encoded><![CDATA[<p>Voici une toute petite modif a faire au code de WordPress pour que l&#8217;insertion des liens force automatiquement l&#8217;ouverture dans une nouvelle fenetre, de maniere a ce que le visiteur ne soit pas oblig&eacute; de quitter votre blog mais d&#8217;y rester <img src='http://blog.revolunet.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>dans le fichier /wordpress/wp-admin/quicktags.js, modifier la ligne 371 (version 1.5.2) :</p>
<p>remplacer
<div class="codesnip-container" >
<div class="codesnip">edButtons[i].tagStart = &#8216;<span class="sc2"><a href="http://december.com/html/4/element/a.html"><span class="kw2">&lt;a</span></a> <span class="kw3">href</span>=<span class="st0">&#8220;&#8216; + URL + &#8216;&#8221;</span><span class="kw2">&gt;</span></a></span>&#8216;;</div>
</div>
<p> par
<div class="codesnip-container" >
<div class="codesnip">edButtons[i].tagStart = &#8216;<span class="sc2"><a href="http://december.com/html/4/element/a.html"><span class="kw2">&lt;a</span></a> <span class="kw3">target</span>=<span class="st0">&#8220;_blank&#8221;</span> <span class="kw3">href</span>=<span class="st0">&#8220;&#8216; + URL + &#8216;&#8221;</span><span class="kw2">&gt;</span></a></span>&#8216;;</div>
</div>
<p>on ajoute simplement l&#8217;attribut &#8216;target&#8217; au lien, avec comme valeur &#8216;_blank&#8217; .</p>
<p>et voila <img src='http://blog.revolunet.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.revolunet.com/index.php/general/ouvrir-les-liens-dans-une-nouvelles-fenetre-par-defaut-avec-wordpress/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Migrer de DotClear vers Wordpress</title>
		<link>http://blog.revolunet.com/index.php/general/migrer-de-dotclear-vers-wordpress</link>
		<comments>http://blog.revolunet.com/index.php/general/migrer-de-dotclear-vers-wordpress#comments</comments>
		<pubDate>Mon, 05 Dec 2005 15:39:34 +0000</pubDate>
		<dc:creator>Juju</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.revolunet.com/index.php/general/migrer-de-dotclear-vers-wordpress</guid>
		<description><![CDATA[Wordpress est plus rapide et plus simple que DotClear. De plus il a une communaut&#233; bien plus pr&#233;sente et plus active .
voici comment reussir sa migration : une todo en francais : http://piart.name/thomas_piart_blog.php/2005/07/03/36-passer-de-dotclear-a-wordpress
]]></description>
			<content:encoded><![CDATA[<p>Wordpress est plus rapide et plus simple que DotClear. De plus il a une communaut&eacute; bien plus pr&eacute;sente et plus active .</p>
<p>voici comment reussir sa migration : une todo en francais : <a target="_blank" href="http://piart.name/thomas_piart_blog.php/2005/07/03/36-passer-de-dotclear-a-wordpress">http://piart.name/thomas_piart_blog.php/2005/07/03/36-passer-de-dotclear-a-wordpress</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.revolunet.com/index.php/general/migrer-de-dotclear-vers-wordpress/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Installation de wordpress sur son serveur</title>
		<link>http://blog.revolunet.com/index.php/general/installation-de-wordpress-sur-son-serveur</link>
		<comments>http://blog.revolunet.com/index.php/general/installation-de-wordpress-sur-son-serveur#comments</comments>
		<pubDate>Fri, 25 Nov 2005 18:08:51 +0000</pubDate>
		<dc:creator>Juju</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.revolunet.com/index.php/general/installation-de-wordpress-sur-son-serveur</guid>
		<description><![CDATA[Vous souhaitez installer wordpress sur votre petit home serveur ou dans votre entreprise ?
Voici un petit wiki-guide en Francais qui detaille une &#224;  une toutes les etapes n&#233;cessaires &#224;  une installation simple et efficace de wordpress.
&#8211;> installer WordPress
il ne faut pas oublier de faire la petite modif expliqu&#233;e ici pour avoir l&#8217;interface admin [...]]]></description>
			<content:encoded><![CDATA[<p>Vous souhaitez installer wordpress sur votre petit home serveur ou dans votre entreprise ?</p>
<p>Voici un petit wiki-guide en Francais qui detaille une &agrave;  une toutes les etapes n&eacute;cessaires &agrave;  une installation simple et efficace de wordpress.</p>
<p>&#8211;> <a target="_blank" href="http://codex.wordpress.org/User:SebErard/fr:Installer_WordPress">installer WordPress</a></p>
<p>il ne faut pas oublier de faire la petite modif expliqu&eacute;e ici pour avoir l&#8217;interface admin en Francais : <a target="_blank" href="http://wiki.wordpress.org/?pagename=fr_FR.po">http://wiki.wordpress.org/?pagename=fr_FR.po</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.revolunet.com/index.php/general/installation-de-wordpress-sur-son-serveur/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Notification de commentaire Wordpress via Jabber</title>
		<link>http://blog.revolunet.com/index.php/general/notificaiton-de-commentaire-via-jabber</link>
		<comments>http://blog.revolunet.com/index.php/general/notificaiton-de-commentaire-via-jabber#comments</comments>
		<pubDate>Sat, 19 Nov 2005 14:20:03 +0000</pubDate>
		<dc:creator>Juju</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Jabber]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.revolunet.com/?p=45</guid>
		<description><![CDATA[Soyez alert&#233; immediatement des nouveaux commentaire post&#233;s sur votre Blog gr&#226;ce &#224;  ce plugin pour wordpress&#8230;
Vous recevez le message d&#8217;alerte instantann&#233;ment sur votre messagerie Jabber
http://wiki.wordpress.org/?pagename=Jabber%20comments%20notification
]]></description>
			<content:encoded><![CDATA[<p>Soyez alert&eacute; immediatement des nouveaux commentaire post&eacute;s sur votre Blog gr&acirc;ce &agrave;  ce plugin pour wordpress&#8230;</p>
<p>Vous recevez le message d&#8217;alerte instantann&eacute;ment sur votre messagerie Jabber</p>
<p><a target="_blank" href="http://wiki.wordpress.org/?pagename=Jabber%20comments%20notification">http://wiki.wordpress.org/?pagename=Jabber%20comments%20notification</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.revolunet.com/index.php/general/notificaiton-de-commentaire-via-jabber/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>liste de plugins wordpress</title>
		<link>http://blog.revolunet.com/index.php/general/liste-de-plugins</link>
		<comments>http://blog.revolunet.com/index.php/general/liste-de-plugins#comments</comments>
		<pubDate>Sat, 19 Nov 2005 14:17:33 +0000</pubDate>
		<dc:creator>Juju</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.revolunet.com/?p=44</guid>
		<description><![CDATA[sur ce site, une longue liste de plugins pour le fabuleux wordpress&#8230;
le probleme c&#8217;est que beaucoup ne sont pas de tr&#232;s bonne qualit&#233;; mais il y a le choix
http://wp-plugins.net/
]]></description>
			<content:encoded><![CDATA[<p>sur ce site, une longue liste de plugins pour le fabuleux wordpress&#8230;</p>
<p>le probleme c&#8217;est que beaucoup ne sont pas de tr&egrave;s bonne qualit&eacute;; mais il y a le choix</p>
<p><a target="_blank" href="http://wp-plugins.net/">http://wp-plugins.net/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.revolunet.com/index.php/general/liste-de-plugins/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
