<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Clebeaupin's Weblog</title>
	<atom:link href="http://clebeaupin.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://clebeaupin.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Sun, 23 Sep 2007 20:54:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='clebeaupin.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Clebeaupin's Weblog</title>
		<link>http://clebeaupin.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://clebeaupin.wordpress.com/osd.xml" title="Clebeaupin&#039;s Weblog" />
	<atom:link rel='hub' href='http://clebeaupin.wordpress.com/?pushpress=hub'/>
		<item>
		<title>How to python on eclipse IDE ?</title>
		<link>http://clebeaupin.wordpress.com/2007/09/23/how-to-python-on-eclipse-ide/</link>
		<comments>http://clebeaupin.wordpress.com/2007/09/23/how-to-python-on-eclipse-ide/#comments</comments>
		<pubDate>Sun, 23 Sep 2007 17:19:13 +0000</pubDate>
		<dc:creator>clebeaupin</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[l]]></category>

		<guid isPermaLink="false">http://clebeaupin.wordpress.com/2007/09/23/how-to-python-on-eclipse-ide/</guid>
		<description><![CDATA[This how-to has been tested on ubuntu but you can adapt it easily to other OS. Eclipse is well known in the Java world and well known because this is an heavy editor that consume a lot your computer resources. This IDE is very powerful and provides a lot of plugins that can make you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clebeaupin.wordpress.com&amp;blog=1742607&amp;post=4&amp;subd=clebeaupin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This how-to has been tested on ubuntu but you can adapt it easily to other OS.</p>
<p>Eclipse is well known in the Java world and well known because this is an heavy editor that consume a lot your computer resources. This IDE is very powerful and provides a lot of plugins that can make you more productive. In this article, we&#8217;ll see how to install Eclipse to have a great python development environment.</p>
<p>Before installing Eclipse, make sure you have already installed a Java Runtine Environment 6 (package sun-java6-jre). Prefer JRE 6 to the JRE 5, because Sun has made some improvements to make Java faster.</p>
<p>Go to http://download.eclipse.org/eclipse/downloads/. Click on <strong>3.3</strong> in <strong>Latest Release</strong> section, then in <strong>Platform Runtime Binary</strong> section download your appropriate eclipse version. In my case, I have selected the eclipse-platform-3.3-linux-gtk.tar.gz release.</p>
<p>Extract eclipse from the archive you have just downloaded:</p>
<p><em>clebeaupin@atalante:~/tmp$ tar zxvf eclipse-platform-3.3-linux-gtk.tar.gz</em></p>
<p>Install eclipse in /opt to make it available for all users on your computer:</p>
<p><em>clebeaupin@atalante:~/tmp$ sudo mv eclipse /opt/</em></p>
<p>Before launching eclipse with root user make sure all files in /opt/eclipse are owned by root user:</p>
<p><em>clebeaupin@atalante:~/tmp$ sudo chown -R root:root /opt/eclipse</em></p>
<p>You are ready to launch eclipse. You have to launch it in root mode to install the needed plugins. If you do it with your specific user, plugins will not be available for all you computer users.</p>
<p>So do it:</p>
<p><em>clebeaupin@atalante:~/tmp$ sudo /opt/eclipse/eclipse</em></p>
<p>A popup like the following one appears. Keep the workspace location and check box <strong>Use this as default and do not ask again</strong> and click on <strong>OK</strong> button.</p>
<p><a href="http://clebeaupin.files.wordpress.com/2007/09/screenshot-workspace-launcher-2.png" title="Workspace Launcher"><img src="http://clebeaupin.files.wordpress.com/2007/09/screenshot-workspace-launcher-2.png?w=480" alt="Workspace Launcher" /></a></p>
<p>After few seconds Eclipse is launched and is configured with the basic plugins. Those we need are the following ones:</p>
<ul>
<li><a href="http://www.eclipse.org/webtools/">WTP</a> (Web tools platform) to edit CSS, JS, HTML and XML files</li>
<li>CVS to work with CVS repositories</li>
<li><a href="http://subclipse.tigris.org">Subclipse</a> to work with SVN repositories</li>
<li><a href="http://pydev.sf.net">Pydev</a> to edit python files</li>
<li><a href="http://andrei.gmxhome.de/anyedit/links.html">AnyEditTools</a> to add very useful features in text edition</li>
</ul>
<h4>Plugin Installer</h4>
<p>To install them and for each plugin you&#8217;ll have to go in <strong>Help &gt; Software updates &gt; Find And Install&#8230;</strong> menu and select <strong>Search for new features to install</strong>. Each plugin will be added from this screen:</p>
<p><a href="http://clebeaupin.files.wordpress.com/2007/09/capture-install-plugins-2.png" title="Install Plugins"><img src="http://clebeaupin.files.wordpress.com/2007/09/capture-install-plugins-2.png?w=480" alt="Install Plugins" /></a></p>
<h4>WTP (Web tools platform) plugin installation</h4>
<ol>
<li>Check box <strong>Europa Discovery Site</strong></li>
<li>Click on <strong>Finish</strong> button and then select your mirror</li>
<li>On <strong>Updates</strong> popup, deploy <strong>Europa Discovery Site &gt; Web and JEE Development</strong></li>
<li>Check <strong>Web Standard Tools</strong>, click on <strong>Select Required</strong> button to select all dependencies and click on the <strong>Next</strong> button</li>
<li>Accept the terms in the licence agreements and click on <strong>Next</strong> button</li>
<li>Click on <strong>Finish</strong> button and eclipse will download all the necessary files</li>
<li>  Then install all the downloaded files by clicking on <strong>Install All</strong> button</li>
</ol>
<h4>CVS plugin installation</h4>
<ol>
<li>Check box <strong>Europa Discovery Site</strong></li>
<li>Click on <strong>Finish</strong> button and then select your mirror</li>
<li>On <strong>Updates</strong> popup, deploy <strong>Europa Discovery Site &gt; Collaboration Tools</strong></li>
<li>Check <strong>Eclipse CVS Client</strong> and click on the <strong>Next</strong> button</li>
<li>Accept the terms in the licence agreements and click on <strong>Next</strong> button</li>
<li>Click on <strong>Finish</strong> button and eclipse will download all the necessary files</li>
<li>  Then install all the downloaded files by clicking on <strong>Install All</strong> button</li>
</ol>
<h4>Subclipse plugin installation</h4>
<ol>
<li>Click on <strong>New Remote Site&#8230;</strong> button, enter this <strong>title: Suclipse</strong> and this <strong>url: http://subclipse.tigris.org/update_1.2.x</strong></li>
<li>Check box <strong>Subclipse </strong>and click on <strong>Finish</strong> button</li>
<li>On <strong>Updates</strong> popup, deploy <strong>Subclipse &gt; Subclipse Plugin</strong></li>
<li>Check <strong>Subclipse</strong> and click on the <strong>Next</strong> button</li>
<li>Accept the terms in the licence agreements and click on <strong>Next</strong> button</li>
<li>Click on <strong>Finish</strong> button and eclipse will download all the necessary files</li>
<li>  Then install all the downloaded files by clicking on <strong>Install All</strong> button</li>
</ol>
<h4>Pydev plugin installation</h4>
<ol>
<li>Click on <strong>New Remote Site&#8230;</strong> button, enter this <strong>title: Pydev</strong> and this <strong>url: http://pydev.sourceforge.net/updates/</strong></li>
<li>Check box <strong>Pydev </strong>and click on <strong>Finish</strong> button</li>
<li>On <strong>Updates</strong> popup, deploy <strong>Pydev &gt; Pydev</strong></li>
<li>Check <strong>Pydev</strong> and click on the <strong>Next</strong> button</li>
<li>Accept the terms in the licence agreements and click on <strong>Next</strong> button</li>
<li>Click on <strong>Finish</strong> button and eclipse will download all the necessary files</li>
<li>  Then install all the downloaded files by clicking on <strong>Install All</strong> button</li>
</ol>
<h4>AnyEditTools plugin installation</h4>
<ol>
<li>Click on <strong>New Remote Site&#8230;</strong> button, enter this <strong>title: Andrei plugins</strong> and this <strong>url: </strong><strong>http://andrei.gmxhome.de/eclipse/</strong></li>
<li>Check box <strong>Andrei plugins</strong><strong> </strong>and click on <strong>Finish</strong> button</li>
<li>On <strong>Updates</strong> popup, deploy <strong>Andrei plugins</strong><strong> &gt; Eclipse 3.2 &#8211; 3.3 plugins</strong></li>
<li>Check <strong>AnyEditTools</strong> and click on the <strong>Next</strong> button</li>
<li>Accept the terms in the licence agreements and click on <strong>Next</strong> button</li>
<li>Click on <strong>Finish</strong> button and eclipse will download all the necessary files</li>
<li>  Then install all the downloaded files by clicking on <strong>Install All</strong> button</li>
</ol>
<h4>The end</h4>
<p>If you have succeeded in installing all the above plugins, you can close Eclipse and launch it in a normal way:</p>
<p><em>clebeaupin@atalante:~/tmp$ /opt/eclipse/eclipse</em></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/clebeaupin.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/clebeaupin.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/clebeaupin.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/clebeaupin.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/clebeaupin.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/clebeaupin.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/clebeaupin.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/clebeaupin.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/clebeaupin.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/clebeaupin.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/clebeaupin.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/clebeaupin.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/clebeaupin.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/clebeaupin.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/clebeaupin.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/clebeaupin.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clebeaupin.wordpress.com&amp;blog=1742607&amp;post=4&amp;subd=clebeaupin&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://clebeaupin.wordpress.com/2007/09/23/how-to-python-on-eclipse-ide/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f632f939e2af714d3925d1423ff8d6d5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">clebeaupin</media:title>
		</media:content>

		<media:content url="http://clebeaupin.files.wordpress.com/2007/09/screenshot-workspace-launcher-2.png" medium="image">
			<media:title type="html">Workspace Launcher</media:title>
		</media:content>

		<media:content url="http://clebeaupin.files.wordpress.com/2007/09/capture-install-plugins-2.png" medium="image">
			<media:title type="html">Install Plugins</media:title>
		</media:content>
	</item>
		<item>
		<title>How to edit remote files with your favorite editor ?</title>
		<link>http://clebeaupin.wordpress.com/2007/09/19/how-to-edit-remote-files-with-your-favorite-editor/</link>
		<comments>http://clebeaupin.wordpress.com/2007/09/19/how-to-edit-remote-files-with-your-favorite-editor/#comments</comments>
		<pubDate>Wed, 19 Sep 2007 22:42:50 +0000</pubDate>
		<dc:creator>clebeaupin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://clebeaupin.wordpress.com/2007/09/19/how-to-edit-remote-files-with-your-favorite-editor/</guid>
		<description><![CDATA[This how-to only works on Linux OS and has been tested on a recent Ubuntu release. In many cases, you have a simple SSH access to edit files on a remote server. Because this is a remote server you can only use remote editors like vi and sometimes emacs. These editors are not so bad [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clebeaupin.wordpress.com&amp;blog=1742607&amp;post=3&amp;subd=clebeaupin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This how-to only works on Linux OS and has been tested on a recent <a href="http://www.ubuntu.com" target="_blank">Ubuntu</a> release.</p>
<p>In many cases, you have a simple <a href="http://fr.wikipedia.org/wiki/Secure_shell" target="_blank">SSH</a> access to <strong>edit</strong> files on a remote server. Because this is a remote server you can only use remote editors like <a href="http://www.vim.org/" target="_blank">vi</a> and sometimes <a href="http://www.gnu.org/software/emacs/" target="_blank">emacs.</a> These editors are not so bad but if you are not at your ease using them you can quickly become like this <a href="http://youtube.com/watch?v=kKT_09pARN4" target="_blank">nervous guy</a>.</p>
<p>Maybe you prefer to use one of your local editor like <a href="http://bluefish.openoffice.nl/" target="_blank">bluefish</a>, <a href="http://www.gnome.org/projects/gedit/" target="_blank">gedit</a> or <a href="http://kate-editor.org/" target="_blank">kate.</a> So just do it &#8230;</p>
<p>Assume that you have an access with user clebeaupin to the remote server named remote.server.com. To connect, you just have to type this following line in a terminal:</p>
<p><em>clebeaupin@atalante:~$</em> <em>ssh clebeaupin@remote.server.com</em><br />
&#8230;</p>
<p>Then if you want to edit a file :</p>
<p><em>clebeaupin@</em><em>remote.server.com</em><em>:~$</em> <em>vi /etc/httpd/httpd.conf</em><br />
&#8230;</p>
<p><strong>What&#8217;s this fucking editor for geek guys ?</strong><br />
If you want to relax and forget <strong>vi</strong> in the dark side of your brain, just use <a href="http://fuse.sourceforge.net/" target="_blank">fuse</a> kernel module with sshfs plugin. Fuse+sshfs allows you to mount on your local filesystem a remote filesystem. To install it, just open a shell and type the following lines:</p>
<p><em>clebeaupin@atalante:~$</em> <em>sudo apt-get install sshfs</em><br />
&#8230;</p>
<p>Before mounting a remote filesystem, you must add the fuse group to your user like this:</p>
<p><em>clebeaupin@atalante:~$</em> <em>sudo adduser clebeaupin fuse</em><br />
&#8230;</p>
<p>And check that fuse module is loaded at kernel boot:</p>
<p><em>clebeaupin@atalante:~$</em> <em>ls -la /dev/fuse<br />
crw-rw&#8212;- 1 root fuse 10, 229 2007-09-20 00:46 /dev/fuse<br />
&#8230;</em></p>
<p>If not just add it to /etc/modules file.</p>
<p>Then to make sure everything goes right, just reboot your system.</p>
<p>After re-booting and re-logging,  you can mount a remote filesystem on your local computer. For example, if you want to mount all remote filesystem of remote.server.com in the directory /home/clebeaupin/mnt, type this:</p>
<p><em>clebeaupin@atalante:~$</em> <em>sshfs clebeaupin@remote.server.com:/ /home/clebeaupin/mnt</em><em><br />
&#8230;</em></p>
<p>If you want to restrict the mounted filesystem to a specific directory like /etc, do this:</p>
<p><em>clebeaupin@atalante:~$</em> <em>sshfs clebeaupin@remote.server.com:/etc /home/clebeaupin/mnt</em><em><br />
&#8230;</em></p>
<p>At this time you can list, view and edit all files of the remote server. You can use all command lines like ls, rm, mkdir <strong>and of course gedit</strong> in /home/clebeaupin/mnt:</p>
<p><em>clebeaupin@atalante:~$</em> <em>gedit /home/clebeaupin/mnt/modules &amp;</em><em><br />
&#8230;</em></p>
<p><strong>It works</strong>. And if you have enough permissions you can break all config files of the remote server with your favorite editor <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/clebeaupin.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/clebeaupin.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/clebeaupin.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/clebeaupin.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/clebeaupin.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/clebeaupin.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/clebeaupin.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/clebeaupin.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/clebeaupin.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/clebeaupin.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/clebeaupin.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/clebeaupin.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/clebeaupin.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/clebeaupin.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/clebeaupin.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/clebeaupin.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clebeaupin.wordpress.com&amp;blog=1742607&amp;post=3&amp;subd=clebeaupin&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://clebeaupin.wordpress.com/2007/09/19/how-to-edit-remote-files-with-your-favorite-editor/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f632f939e2af714d3925d1423ff8d6d5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">clebeaupin</media:title>
		</media:content>
	</item>
		<item>
		<title>You are welcome</title>
		<link>http://clebeaupin.wordpress.com/2007/09/18/hello-world/</link>
		<comments>http://clebeaupin.wordpress.com/2007/09/18/hello-world/#comments</comments>
		<pubDate>Tue, 18 Sep 2007 12:44:30 +0000</pubDate>
		<dc:creator>clebeaupin</dc:creator>
				<category><![CDATA[Plone]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hello and welcome to my new blog. I will talk about a famous python CMS : Plone. 5 years ago, I was very interested in working on web development. I have tried many web technologies like PHP, J2EE and one day I heard about Zope. What was my surprise ? Try Python and you will [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clebeaupin.wordpress.com&amp;blog=1742607&amp;post=1&amp;subd=clebeaupin&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hello and welcome to my new blog. I will talk about a famous python CMS : <strong>Plone</strong>.</p>
<p>5 years ago, I was very interested in working on web development. I have tried many web technologies like PHP, J2EE and one day I heard about Zope.</p>
<p>What was my surprise ?</p>
<p>Try <strong>Python</strong> and you will not want to work any more on languages like C++ or Java.</p>
<p>Try <strong>Zope</strong> and you will be fascinated by the easy way to store objects in an object-oriented database (ZODB) instead of a relational database.</p>
<p>After few months on Zope, I have discovered Plone.  I began with version 2.0 and always work with Plone at the time. A lot of things in Plone, Zope and Python make web development so easy that you don&#8217;t want to stop working with these technologies.</p>
<p>Now it&#8217;s time to share some of my experiences on Plone.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/clebeaupin.wordpress.com/1/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/clebeaupin.wordpress.com/1/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/clebeaupin.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/clebeaupin.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/clebeaupin.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/clebeaupin.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/clebeaupin.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/clebeaupin.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/clebeaupin.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/clebeaupin.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/clebeaupin.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/clebeaupin.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/clebeaupin.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/clebeaupin.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/clebeaupin.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/clebeaupin.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=clebeaupin.wordpress.com&amp;blog=1742607&amp;post=1&amp;subd=clebeaupin&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://clebeaupin.wordpress.com/2007/09/18/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f632f939e2af714d3925d1423ff8d6d5?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">clebeaupin</media:title>
		</media:content>
	</item>
	</channel>
</rss>
