<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>Advogato blog for sdodji</title>
    <link>http://www.advogato.org/person/sdodji/</link>
    <description>Advogato blog for sdodji</description>
    <language>en-us</language>
    <generator>mod_virgule</generator>
    <pubDate>Wed, 22 May 2013 05:56:32 GMT</pubDate>
    <item>
      <pubDate>Tue, 23 Aug 2011 16:05:16 GMT</pubDate>
      <title>GNU Hackers Meeting 2011 in Paris</title>
      <link>http://www.advogato.org/person/sdodji/diary.html?start=141</link>
      <guid>http://dodji.blogspot.com/feeds/3196530324538655980/comments/default</guid>
      <description>&lt;p&gt;In case you are in the Paris area and don't know already, there is a a
&lt;a href="http://www.gnu.org/ghm/2011/paris/" &gt;GNU Hackers Meeting&lt;/a&gt; event being held from Thursday 25th to Sunday 28th
August, 2011 at &lt;a href="http://www.irill.org/" &gt;IRILL&lt;/a&gt; If you are a GNU user, enthusiast, or
contributor of any kind, feel free to &lt;a href="http://www.irill.org/about/access" &gt;come&lt;/a&gt;.  I guess you can still
drop an email to ghm-registration@gnu.org.
&lt;/p&gt;
&lt;p&gt;
For folks around on Wednesday (yeah, that's tomorrow), we are having a
dinner around 8 PM at the &lt;a href="http://mussuwam.fr/" &gt;Mussuwam&lt;/a&gt;, a Senegalese restaurant in Paris, near Place
d'Italie.  When you get &lt;a href="http://mussuwam.fr/contact.html" &gt;there&lt;/a&gt;, just give them the secret password
(which is 'GNU') and they'll show you were the rest of the crowd sits.
Be sure to keep that password secret though. No one else should be in
the know.
&lt;/p&gt;
&lt;p&gt;
Happy hacking and I hope to see you guys there.
&lt;/p&gt;&lt;div&gt;
  &lt;img width="1" height="1" src="https://blogger.googleusercontent.com/tracker/2589840875273282931-3196530324538655980?l=dodji.blogspot.com" alt=""/&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <pubDate>Sun, 21 Aug 2011 15:05:30 GMT</pubDate>
      <title>How to install a digital CA certificate on Red Hat based GNU/Linux distributions</title>
      <link>http://www.advogato.org/person/sdodji/diary.html?start=140</link>
      <guid>http://dodji.blogspot.com/feeds/2398809069687947019/comments/default</guid>
      <description>&lt;p&gt;This is just as a reminder for myself, as I keep forgetting about this
stuff.
&lt;/p&gt;
&lt;p&gt;
If like me you run a server with services that depends on SSL and need
to install a certificate issued by a Certificate Authority (CA) like
&lt;a href="http://www.cacert.org" &gt;CACert&lt;/a&gt;, this might be interesting to you as well.
&lt;/p&gt;
&lt;p&gt;
On Red Hat based systems the CA certificate for SSL is usually
installed in the /etc/pki/tls/certs directory.  The certificate is
basically just dropped there in a file which name is its hash &#x2013; built
with the openssl program.
&lt;/p&gt;
&lt;p&gt;
I wrote the shell scriptlet
&lt;a href="http://dodji.seketeli.net/install-ca-cert.txt" &gt;http://dodji.seketeli.net/install-ca-cert.txt&lt;/a&gt;.  Download it, save it as
install-ca-cert.sh and turn it into an executable.
&lt;/p&gt;
&lt;p&gt;
Then, assuming your certificate is in a file named your-ca.crt,
install it by doing:
&lt;/p&gt;



&lt;pre&gt;sudo ./install-ca-cert.sh ./your-ca.crt
&lt;br/&gt;&lt;/pre&gt;




&lt;p&gt;
Voila.  I don't know how that works on other distributions, though.
&lt;/p&gt;

&lt;p/&gt;&lt;h1&gt;Update&lt;/h1&gt;
A wise person taught me about the c_rehash utility from openssl, that does the same thing as my dirty script above.  To use it, you need to install the openssl-perl package.  Thank you, Dani&#xEB;l.
&lt;div&gt;
  &lt;img width="1" height="1" src="https://blogger.googleusercontent.com/tracker/2589840875273282931-2398809069687947019?l=dodji.blogspot.com" alt=""/&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <pubDate>Sun, 1 May 2011 21:13:56 GMT</pubDate>
      <title>Nemiver in Google Summer of Code 2011</title>
      <link>http://www.advogato.org/person/sdodji/diary.html?start=139</link>
      <guid>http://dodji.blogspot.com/feeds/6923540292751033219/comments/default</guid>
      <description>For those of you who might not know it already, &lt;a href="http://projects.gnome.org/nemiver" &gt;Nemiver&lt;/a&gt; has&lt;br /&gt;been granted two Summer of Code projects.&amp;nbsp; This is exciting&lt;br /&gt;news for me, and I am grateful to all the people who helped&lt;br /&gt;make this happen.&lt;br /&gt;&lt;br /&gt;In this post I'll present the hackers who presented those&lt;br /&gt;two projects and give you some perspective about their&lt;br /&gt;proposals.&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://seemanta.net/" &gt;Seemanta Dutta&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;Seemanta has been active on the mailing list of the Nemiver&lt;br /&gt;project for quite some time now.&amp;nbsp; He has shown great&lt;br /&gt;interest in the project and has contributed ideas and code.&lt;br /&gt;&lt;br /&gt;When you are debugging a program and you hit "Quit" in&lt;br /&gt;Nemiver while the debugged program is still running, the&lt;br /&gt;debugger kindly reminds you that said debugged program is&lt;br /&gt;still around and alive.&amp;nbsp; This has saved me from accidentally&lt;br /&gt;quitting the debugger quite a number of time.&amp;nbsp; Seemanta is&lt;br /&gt;the person to thank (warmly) for this feature.&lt;br /&gt;&lt;br /&gt;At some point in time some people have shown interest for&lt;br /&gt;having a command line interface in Nemiver, coupled with a&lt;br /&gt;way to script debugging actions.&amp;nbsp; I have kind of dragged&lt;br /&gt;feet in that matter because my attention is taken by&lt;br /&gt;nurturing more basic features.&lt;br /&gt;&lt;br /&gt;I was excited to see Seemanta rolling up his sleeves and&lt;br /&gt;proposing to look into supporting (Python) scripting in&lt;br /&gt;Nemiver.&amp;nbsp; Think about it for two seconds.&amp;nbsp; This could have&lt;br /&gt;some interesting impacts in debugging interactions for&lt;br /&gt;Nemiver users.&amp;nbsp; Imagine a command line interpreter for the&lt;br /&gt;graphical debugger, totally written (and extensible) in a&lt;br /&gt;scripting environment.&amp;nbsp; I like the fresh air that this new&lt;br /&gt;horizon is bringing.&lt;br /&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Fabien Parent&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;Fabien has been active in the Nemiver project for a while&lt;br /&gt;now.&amp;nbsp; He has been instrumental in testing and providing&lt;br /&gt;astute feedback for features like remote debugging and, more&lt;br /&gt;recently, the integrated disassembler of the debugger.&amp;nbsp; It&lt;br /&gt;took me quite some energy to add that disassembling feature&lt;br /&gt;so I did really appreciate the feedback of Fabien -- and&lt;br /&gt;others (hey &lt;a href="http://people.debian.org/%7Elucab/" &gt;Luca Bruno&lt;/a&gt;!) -- about corner cases that I left&lt;br /&gt;over here and there.&amp;nbsp; Without them the damn thing would&lt;br /&gt;certainly be less streamlined than it is now.&lt;br /&gt;&lt;br /&gt;More recently he added support for GSettings to the code&lt;br /&gt;base, effectively taking his share of the effort of porting&lt;br /&gt;Nemiver to the GNOME 3 platform.&amp;nbsp; Not only did he do that,&lt;br /&gt;but he did it in a clever and maintainable way.&amp;nbsp; The code&lt;br /&gt;base basically supports GConf *and* GSettings.&amp;nbsp; Both of&lt;br /&gt;which are "just" backends of the internal configuration&lt;br /&gt;interface of the Nemiver project.&amp;nbsp; And there is zero #ifdef&lt;br /&gt;in the client code of said configuration interface, for&lt;br /&gt;those who care.&amp;nbsp; This allows me (as a maintainer) to&lt;br /&gt;contemplate -- with some serenity -- the support of Nemiver&lt;br /&gt;on systems that will not necessarily jump to GSettings soon.&lt;br /&gt;&lt;br /&gt;Looking at the Bugzilla activity around Nemiver, one could&lt;br /&gt;sense that the way it uses the screen estate is not&lt;br /&gt;necessarily optimal today, especially when you consider the&lt;br /&gt;use cases of "wide" monitors that is getting more and more&lt;br /&gt;the norm rather than the exception.&amp;nbsp; In other words, there&lt;br /&gt;are people out there who would like to make a better use of&lt;br /&gt;their horizontal screen space, during their debugging&lt;br /&gt;sessions.&lt;br /&gt;&lt;br /&gt;I was thrilled when Fabien stood up to tackle this task of&lt;br /&gt;providing Nemiver users with a better way of managing their&lt;br /&gt;horizontal space during their graphical debugging sessions.&lt;br /&gt;&lt;br /&gt;Please join me in congratulating Seemanta and Fabien!&lt;br /&gt;&lt;br /&gt;Happy Summer Hacking!&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2589840875273282931-6923540292751033219?l=dodji.blogspot.com' alt='' /&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <pubDate>Sun, 13 Jun 2010 15:12:57 GMT</pubDate>
      <title>SG45H7 power supply failure</title>
      <link>http://www.advogato.org/person/sdodji/diary.html?start=138</link>
      <guid>http://dodji.blogspot.com/feeds/154753785140190393/comments/default</guid>
      <description>&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://img.clubic.com/download/image.php?id=01735256&amp;amp;h=00B4&amp;amp;w=00B4&amp;amp;crop=2&amp;amp;options=YToxOntzOjU6ImNvbG9yIjtzOjU6IndoaXRlIjt9" &gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 180px; height: 180px;" src="http://img.clubic.com/download/image.php?id=01735256&amp;amp;h=00B4&amp;amp;w=00B4&amp;amp;crop=2&amp;amp;options=YToxOntzOjU6ImNvbG9yIjtzOjU6IndoaXRlIjt9" alt="" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;A few weeks ago my shuttle box stopped booting. For the record, it's a one year old core2quad box with 8 gigabytes of memory and 1.5 Terabytes of hard disk. All packed in a little box that is no wider than an A4 sheet of paper.&lt;br /&gt;&lt;br /&gt;When I hit the power button the fans would start rotating a little bit, maybe 25&#xB0; and then nothing. The LEDs of the motherboards stay lit but nothing happens.&lt;br /&gt;&lt;br /&gt;I opened the box, wiped the dust from the fans, measured the voltage and current coming out from the pins of the power supply. Both current and voltage were a bit lower than expected, but to my surprise, the box did boot again. I made sure my hourly incremental backup (&lt;a href="http://samba.anu.edu.au/rsync/" &gt;rsync&lt;/a&gt; powered!) was doing OK, and I went back to hacking G++ as usual.&lt;br /&gt;&lt;br /&gt;Then last Tuesday the box stopped working again. This time I removed most of the parts from the motherboard: Hard disk, DVD burner, memory sticks one by one. Each time I remove of a part, I'd try to power the box on. Still nothing.&lt;br /&gt;&lt;br /&gt;At that point, I thought it was either the mother board or the power supply that was at fault. But how would I know? I bet it was the power supply as it was the less expensive part to replace :) So I did the &lt;a href="http://dodji.seketeli.com/downloads/shuttle-psu-paper-clip-test.pdf" &gt;"power supply paper clip test"&lt;/a&gt; and it appeared that the odds of the power supply unit being broken were quite high.&lt;br /&gt;&lt;br /&gt;I figured I should probably order a more powerful power supply as the 300 Watts of the current one were probably a bit too tight for my usage.&lt;br /&gt;I ordered a 500 Watts PSU (power supply unit) and got it two days later. And yes, the PSU was indeed the culprit!&lt;br /&gt;&lt;br /&gt;Let's see how long is this new PSU going to serve.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2589840875273282931-154753785140190393?l=dodji.blogspot.com' alt='' /&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <pubDate>Sat, 12 Sep 2009 22:08:43 GMT</pubDate>
      <title>Nemiver 0.7.2</title>
      <link>http://www.advogato.org/person/sdodji/diary.html?start=137</link>
      <guid>http://dodji.blogspot.com/feeds/4746035063759651705/comments/default</guid>
      <description>&lt;a href="http://projects.gnome.org/nemiver" &gt;Nemiver&lt;/a&gt; 0.7.2 is out. It is a bugfix, minor feature and translation update release.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://ftp.acc.umu.se/pub/GNOME/sources/nemiver/0.7/nemiver-0.7.2.news" &gt;NEWS&lt;/a&gt; | &lt;a href="http://ftp.acc.umu.se/pub/GNOME/sources/nemiver/0.7/nemiver-0.7.2.tar.gz" &gt;tarball&lt;/a&gt; | &lt;a href="http://kojipkgs.fedoraproject.org/packages/nemiver/0.7.2/" &gt;Fedora Packages&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2589840875273282931-4746035063759651705?l=dodji.blogspot.com'/&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <pubDate>Sat, 1 Aug 2009 13:07:22 GMT</pubDate>
      <title>Nemiver 0.7.1</title>
      <link>http://www.advogato.org/person/sdodji/diary.html?start=136</link>
      <guid>http://dodji.blogspot.com/feeds/7984434217883772654/comments/default</guid>
      <description>The first bugfix release of the &lt;a href="http://projects.gnome.org/nemiver" &gt;Nemiver&lt;/a&gt; 0.7.x series is out.&lt;br /&gt;&lt;br /&gt;This version addresses various nits here and there,  takes care of some low level details to make sure Nemiver works well with the &lt;a href="http://sourceware.org/gdb/wiki/ProjectArcher" &gt;Archer branch&lt;/a&gt; of GDB and contains some updated translations.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://ftp.gnome.org/pub/GNOME/sources/nemiver/0.7/nemiver-0.7.1.news" &gt;News file&lt;/a&gt; and &lt;a href="http://ftp.acc.umu.se/pub/GNOME/sources/nemiver/0.7/nemiver-0.7.1.tar.gz" &gt;tarball&lt;/a&gt; are available from the usual places.&lt;br /&gt;&lt;br /&gt;Thanks to the continuous good work of my fellows distro packagers, the binaries should appear on a mirror near you in a couple of days.&lt;br /&gt;&lt;br /&gt;For what it is worth, Fedora &lt;a href="http://kojipkgs.fedoraproject.org/packages/nemiver/0.7.1/1.fc10" &gt;10&lt;/a&gt;, &lt;a href="http://kojipkgs.fedoraproject.org/packages/nemiver/0.7.1/1.fc11" &gt;11&lt;/a&gt;, and &lt;a href="http://kojipkgs.fedoraproject.org/packages/nemiver/0.7.1/1.fc12" &gt;Rawhide&lt;/a&gt; packages are available for the impatients.&lt;br /&gt;&lt;br /&gt;Happy hacking.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2589840875273282931-7984434217883772654?l=dodji.blogspot.com'/&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <pubDate>Thu, 30 Jul 2009 09:09:02 GMT</pubDate>
      <title>Maker's schedule, Manager's Schedule</title>
      <link>http://www.advogato.org/person/sdodji/diary.html?start=135</link>
      <guid>http://dodji.blogspot.com/feeds/8902502203013656738/comments/default</guid>
      <description>I stumbled accross this &lt;a href="http://www.paulgraham.com/makersschedule.html" &gt;gem&lt;/a&gt; from the always excellent &lt;a href="http://www.paulgraham.com/bio.html" &gt;Paul Graham&lt;/a&gt;.&lt;br /&gt;It's a nice model to grasp how programmers and managers use their time differently. I guess we all felt this intuitively, but it takes a Paul Graham to express it clearly. A must read.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/2589840875273282931-8902502203013656738?l=dodji.blogspot.com'/&gt;&lt;/div&gt;</description>
    </item>
    <item>
      <pubDate>Sun, 1 Mar 2009 21:09:46 GMT</pubDate>
      <title>Nemiver 0.6.5</title>
      <link>http://www.advogato.org/person/sdodji/diary.html?start=134</link>
      <guid>http://dodji.blogspot.com/feeds/5419163871493524405/comments/default</guid>
      <description>So &lt;a href="http://projects.gnome.org/nemiver" &gt;Nemiver&lt;/a&gt; 0.6.5 is &lt;a href="http://mail.gnome.org/archives/nemiver-list/2009-March/msg00001.html" &gt;out&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Last release was in late November 2008. Too many things to do I guess.&lt;br /&gt;&lt;br /&gt;This release is about pushing out all the little bugfixes that happened since 0.6.4. We have been fixing little quirks here and there as they were appearing during our day to day use of the tool. The result is a tool that a bit more pleasant to use, at least for my personal workflows :)&lt;br /&gt;&lt;br /&gt;Apart from that, the Nemiver repository moved from SVN to git and the mailing list moved to the GNOME infrastructure. You can now browse the source code from &lt;a href="http://git.gnome.org/cgit/nemiver" &gt;here&lt;/a&gt; and checkout the code by typing: &lt;blockquote&gt;git clone git://git.gnome.org/nemiver&lt;/blockquote&gt;&lt;a href="http://www.fedoraproject.org/" &gt;Fedora&lt;/a&gt; 9, 10 and rawhide packages should hit a mirror near you soon, but the impatients can grab them &lt;a href="http://kojipkgs.fedoraproject.org/packages/nemiver/0.6.5" &gt;here&lt;/a&gt;.</description>
    </item>
    <item>
      <pubDate>Tue, 24 Feb 2009 16:07:51 GMT</pubDate>
      <title>Catchup</title>
      <link>http://www.advogato.org/person/sdodji/diary.html?start=133</link>
      <guid>http://dodji.blogspot.com/feeds/12713547981954450/comments/default</guid>
      <description>&lt;a style="font-style: italic;" href="http://www.fosdem.org/2009/" &gt;&lt;span style="font-weight: bold;"&gt;Fosdem&lt;/span&gt; &lt;span style="font-weight: bold;"&gt;2009&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;So, Fosdem is over. Yes I am late. As always.&lt;br /&gt;&lt;br /&gt;I caught quite a serious cold even before going to Fosdem this year, so I spent the entire event drinking tea and sleeping at 23h30 at worst. Believe it or not, I was able to wake up quite early on Saturday and Sunday, so I didn't miss any morning conference and, although I came back with the flu still, I was less destroyed than after the previous Fosdems.&lt;br /&gt;&lt;br /&gt;"Early to bed and early rise makes a man healthy, wealthy and wise", they say. I still have to practise that one. I am not there yet :)&lt;br /&gt;&lt;br /&gt;What is sure though, is that I had a voice extinction quite on time for my talk. yay.&lt;br /&gt;&lt;br /&gt;So How did my &lt;a href="http://www.fosdem.org/2009/schedule/events/gnome_nemiver" &gt;Nemiver talk&lt;/a&gt; go ? Well, I haven't received much tomatoes so I guess either the ton of my voice was okay-ish enough to not disturb the audience during its nap, or the talk was okay-ish, or ...&lt;br /&gt;Well, I guess that question shall remain unanswered for years to come.&lt;br /&gt;&lt;br /&gt;In any case, the pdf slides of the presentation are &lt;a href="http://www.seketeli.org/dodji/talks/fosdem-2009/nemiver-fosdem-2009.pdf" &gt;here&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;All in all, this Fosdem event was nice. Aside from the talks, I met lots of cool people and hang around with the Mandriva crew. Very nice chaps. They even took some nice &lt;a href="http://www.flickr.com/photos/ennael/sets/72157614205286395/" &gt;photos&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://fedoraproject.org/" &gt;&lt;span style="font-style: italic; font-weight: bold;"&gt;Fedora&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;So I've finally been approved as a Fedora packager. \o/&lt;br /&gt;The packages I'll be (co)maintaining so far are:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.cloog.org/" &gt;cloog&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://www.figuiere.net/hub/blog/?2008/07/17/621-geglmm-0017" &gt;geglmm&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://live.gnome.org/Marlin" &gt;marlin&lt;/a&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://projects.gnome.org/nemiver" &gt;nemiver&lt;/a&gt;&lt;/li&gt;&lt;li&gt;&lt;a href="http://live.gnome.org/Ghex" &gt;ghex&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;I've always be willing to take part in packaging. I was just too &lt;s&gt;lazy&lt;/s&gt; busy to sit dow and get into the approval process. I can tick that as done now. yeeesh.</description>
    </item>
    <item>
      <pubDate>Mon, 12 Jan 2009 12:09:38 GMT</pubDate>
      <title>I am going to fosdem 2009</title>
      <link>http://www.advogato.org/person/sdodji/diary.html?start=132</link>
      <guid>http://dodji.blogspot.com/feeds/2084094252929163480/comments/default</guid>
      <description>So I have booked my train ticket and hotel for this year's &lt;a href="http://fosdem.org/2009/" &gt;FOSDEM&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;For those won't don't know, FOSDEM is the biggest european Free Software event, dedicated at contributors and afficionados in general who are not necessarily professionals. At FOSDEM, you don't need to wear a suit or a tie. You don't need to pay to get in. Still, you can attend high quality talks given by core contributors.&lt;br /&gt;&lt;br /&gt;Also, FOSDEM is located in Brussels, making it a rather central place to join if you live in Europe. Plane (or train) tickets and hotels prices are relatively affordable if you book them early enough.&lt;br /&gt;&lt;br /&gt;Clearly, FOSDEM _is_ the Free Software conference to attend if you live in Europe, are interested in the technical sides of things and would like to meet contributors for real.&lt;br /&gt;&lt;br /&gt;I will arrive on Friday February 6th in the evening and I am going to stay at &lt;a href="http://www.hotelsabina.be/" &gt;Sabina Hotel&lt;/a&gt;. See you all there.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.fosdem.org/" &gt;&lt;img src="http://www.fosdem.org/promo/going-to" alt="I'm going to FOSDEM, the Free and Open Source Software Developers' European Meeting" /&gt;&lt;/a&gt;</description>
    </item>
  </channel>
</rss>
