<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.7.6(BH)" -->
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>Planet Maemo: category &quot;feed:427851df69d0f6bfd4661dcd0352af71&quot;</title>
        <description>Blog entries from Maemo community</description>
        <link>http://maemo.org/news/planet-maemo/</link>
        <lastBuildDate>Tue, 09 Jun 2026 03:05:33 +0000</lastBuildDate>
        <generator>FeedCreator 1.7.6(BH)</generator>
        <language>en</language>
        <managingEditor>planet@maemo.org</managingEditor>
        <item>
            <title>Fire in the hole!</title>
            <link>http://www.advogato.org/person/zeenix/diary.html?start=219</link>
            <description><![CDATA[
Many thanks to <a href="http://www.tester.ca/" >Olivier Crête</a>, we now have a nice small <a href="http://svn.o-hand.com/repos/gupnp/trunk/gupnp-igd/" >library</a> for firing holes through firewalls using a part of <a href="http://www.upnp.org/standardizeddcps/igd.asp" >UPnP IGD</a> API. This library also provides a convenient way to do all that without having to use a gmainloop. While Olivier will most probably use it in his <a href="http://farsight.freedesktop.org/wiki/Farsight2Design" >farsight2</a>, I am sure this will be useful for other projects (I did not say Ekiga :)) as well.<span class="net_nemein_favourites">1 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=400f15848f2611dd925b53714b00abc7abc7&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/400f15848f2611dd925b53714b00abc7abc7/" class="net_nemein_favourites_create"><img src="http://static.maemo.org:81/net.nemein.favourites/not-favorite.png" style="border: none;" alt="Add to favourites" title="Add to favourites" /></a>3 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=400f15848f2611dd925b53714b00abc7abc7&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/400f15848f2611dd925b53714b00abc7abc7/" class="net_nemein_favourites_create"><img src="http://static.maemo.org:81/net.nemein.favourites/not-buried.png" style="border: none;" alt="Bury" title="Bury" /></a></span>]]></description>
            <author>Zeeshan Ali &lt;zeenix@gmail.com&gt;</author>
            <category>feed:427851df69d0f6bfd4661dcd0352af71</category>
            <pubDate>Tue, 30 Sep 2008 19:07:11 +0000</pubDate>
            <guid>http://maemo.org/midcom-permalink-400f15848f2611dd925b53714b00abc7abc7</guid>
        </item>
        <item>
            <title>We want MiniObject</title>
            <link>http://www.advogato.org/person/zeenix/diary.html?start=218</link>
            <description><![CDATA[
My <a href="http://zee-nix.blogspot.com/2008/09/think-before-you-create-gobjects.html" >last blog post</a> managed to attract the attention of some of our beloved GNOME developers, especially the ones working on/with embedded systems. That made me realize that I am not (at least completely) on crack and decided to file a <a href="http://bugzilla.gnome.org/show_bug.cgi?id=553794" >nice big bug</a> for addition of something similar to <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gstreamer-GstMiniObject.html" >GstMiniObject</a> to core gobject library. Lets see what happens next. :)<span class="net_nemein_favourites">3 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=afc700148c1311dd9939a7c8e959e89fe89f&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/afc700148c1311dd9939a7c8e959e89fe89f/" class="net_nemein_favourites_create"><img src="http://static.maemo.org:81/net.nemein.favourites/not-favorite.png" style="border: none;" alt="Add to favourites" title="Add to favourites" /></a>3 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=afc700148c1311dd9939a7c8e959e89fe89f&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/afc700148c1311dd9939a7c8e959e89fe89f/" class="net_nemein_favourites_create"><img src="http://static.maemo.org:81/net.nemein.favourites/not-buried.png" style="border: none;" alt="Bury" title="Bury" /></a></span>]]></description>
            <author>Zeeshan Ali &lt;zeenix@gmail.com&gt;</author>
            <category>feed:427851df69d0f6bfd4661dcd0352af71</category>
            <pubDate>Fri, 26 Sep 2008 21:09:01 +0000</pubDate>
            <guid>http://maemo.org/midcom-permalink-afc700148c1311dd9939a7c8e959e89fe89f</guid>
        </item>
        <item>
            <title>Think before you create GObjects</title>
            <link>http://www.advogato.org/person/zeenix/diary.html?start=217</link>
            <description><![CDATA[
I had always been hearing that GObjects are slow and it's not always a good idea to use/write them but I never saw any evidence to support that. I had this desire to write a test application to get this evidence but felt too lazy to do it in C. I realized a few days ago that I can write such an app very easily in Vala without giving up much on my laziness. :) So <a href="http://static.fi/~zeenix/personal/test-perf.vala" >here</a> is an app that I wrote last evening after returning from vacation. Here are the results on my laptop:<br /><br /><tt>$ ./test-perf <br />0.000182 seconds taken in creating 10000 structs.<br />0.001598 seconds taken in creating 10000 instances (compact).<br />0.003522 seconds taken in creating 10000 instances.<br />0.090455 seconds taken in creating 10000 instances (GObject).</tt><br /><br />The ranking is exactly how I expected it to be but didn't expect such a big difference between them all.<span class="net_nemein_favourites">8 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=e087d8a088ed11dd9da7475fee6a2fd72fd7&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/e087d8a088ed11dd9da7475fee6a2fd72fd7/" class="net_nemein_favourites_create"><img src="http://static.maemo.org:81/net.nemein.favourites/not-favorite.png" style="border: none;" alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=e087d8a088ed11dd9da7475fee6a2fd72fd7&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/e087d8a088ed11dd9da7475fee6a2fd72fd7/" class="net_nemein_favourites_create"><img src="http://static.maemo.org:81/net.nemein.favourites/not-buried.png" style="border: none;" alt="Bury" title="Bury" /></a></span>]]></description>
            <author>Zeeshan Ali &lt;zeenix@gmail.com&gt;</author>
            <category>feed:427851df69d0f6bfd4661dcd0352af71</category>
            <pubDate>Mon, 22 Sep 2008 21:09:59 +0000</pubDate>
            <guid>http://maemo.org/midcom-permalink-e087d8a088ed11dd9da7475fee6a2fd72fd7</guid>
        </item>
        <item>
            <title>Back from Italy</title>
            <link>http://www.advogato.org/person/zeenix/diary.html?start=216</link>
            <description><![CDATA[
What a beautiful country. The people were very nice and the food was just amazing.<span class="net_nemein_favourites">0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=e1c132b488e511dd88d29b8eec6cbfcbbfcb&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/e1c132b488e511dd88d29b8eec6cbfcbbfcb/" class="net_nemein_favourites_create"><img src="http://static.maemo.org:81/net.nemein.favourites/not-favorite.png" style="border: none;" alt="Add to favourites" title="Add to favourites" /></a>3 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=e1c132b488e511dd88d29b8eec6cbfcbbfcb&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/e1c132b488e511dd88d29b8eec6cbfcbbfcb/" class="net_nemein_favourites_create"><img src="http://static.maemo.org:81/net.nemein.favourites/not-buried.png" style="border: none;" alt="Bury" title="Bury" /></a></span>]]></description>
            <author>Zeeshan Ali &lt;zeenix@gmail.com&gt;</author>
            <category>feed:427851df69d0f6bfd4661dcd0352af71</category>
            <pubDate>Mon, 22 Sep 2008 20:06:53 +0000</pubDate>
            <guid>http://maemo.org/midcom-permalink-e1c132b488e511dd88d29b8eec6cbfcbbfcb</guid>
        </item>
        <item>
            <title>Regarding closures</title>
            <link>http://www.advogato.org/person/zeenix/diary.html?start=215</link>
            <description><![CDATA[
After reading/watching <a href="http://www.kryogenix.org/code/browser/secrets-of-javascript-closures/" >Stuart's nice slides on Closures</a> in the context of JavaScript, I have started to like JavaScript. Personally, I don't accept any language as a high-level scripting language if it doesn't support closures. Python is therefore straight out of my window. Although Vala isn't a scripting language, it would be nice to have such support in there as well. It already supports lambda functions with no restrictions and Jürg has concrete plans to support closures, it's more a matter of when rather than why or how. When that support is there, just try and stop me from loving Vala. :)<br /><br /><b>UPDATE</b>: Thanks to Anonymous, I now stand corrected that Python does fully support closures. Although I still don't like the fact that it restricts lambda functions to be one-liner but at least it's not straight out of the window anymore. :)<br /><br /><b>UPDATE#2</b>: Andy Wingo informs me that python doesn't really fully support closures. He even put up a <a href="http://paste.lisp.org/display/66768" >small code fragment</a> to make his point. So I hereby throw python out the window, again. :)<span class="net_nemein_favourites">3 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=195b6f8881c911dd95e95f2f71cf9d5f9d5f&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/195b6f8881c911dd95e95f2f71cf9d5f9d5f/" class="net_nemein_favourites_create"><img src="http://static.maemo.org:81/net.nemein.favourites/not-favorite.png" style="border: none;" alt="Add to favourites" title="Add to favourites" /></a>4 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=195b6f8881c911dd95e95f2f71cf9d5f9d5f&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/195b6f8881c911dd95e95f2f71cf9d5f9d5f/" class="net_nemein_favourites_create"><img src="http://static.maemo.org:81/net.nemein.favourites/not-buried.png" style="border: none;" alt="Bury" title="Bury" /></a></span>]]></description>
            <author>Zeeshan Ali &lt;zeenix@gmail.com&gt;</author>
            <category>feed:427851df69d0f6bfd4661dcd0352af71</category>
            <pubDate>Sat, 13 Sep 2008 13:08:19 +0000</pubDate>
            <guid>http://maemo.org/midcom-permalink-195b6f8881c911dd95e95f2f71cf9d5f9d5f</guid>
        </item>
        <item>
            <title>Go Havoc</title>
            <link>http://www.advogato.org/person/zeenix/diary.html?start=214</link>
            <description><![CDATA[
Since I totally agree with <a href="http://log.ometer.com/2008-08.html" >last</a> <a href="http://log.ometer.com/2008-09.html" >two</a> blog entries of Havoc, I originally started to write this entry to get them to the planets I am on and he is not (yes, <a href="http://gstreamer.freedesktop.org/planet/" >there</a> <a href="http://planet.maemo.org" >are</a> some) but then I couldn't resist adding my own thoughts. :)<br /><br />Regarding "embeddable" scripting languages, I came-up with the exact same conclusion 4-5 year ago. When I looked around at that time, I realized that GNU had realized that long time ago and had a nice embeddable implementation of the <a href="http://www.schemers.com/schmrs2.html" >easiest yet powerful</a> language, Scheme. Guile was the name of that implementation. I soon became a firm believer of "Most of the implementation in C, while the highest-level (only) logic written in Scheme/Guile". While I was acting on my belief, I couldn't help but notice that the only other person in the whole GNOME community that had similar vision was Andy Wingo. Many (if not most) had been going for Python. Some of them even took this scripting language as far as coding complete frameworks in it.<br /><br />As I mentioned in my previous blog entries, I did hack in Python for a while but the more I coded in it, the more I hated it. Now that I think back on that experience I realize that I wouldn't have hated it so much if the projects I had worked on where not completely written in it and it had used Python as what it is, a scripting language.<br /><br />But lets not make this yet another anti-Python rant and agree with the conclusions drawn by Havoc for us. :)<span class="net_nemein_favourites">3 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=6ddf56b47dff11dd8920110fc54db60fb60f&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/6ddf56b47dff11dd8920110fc54db60fb60f/" class="net_nemein_favourites_create"><img src="http://static.maemo.org:81/net.nemein.favourites/not-favorite.png" style="border: none;" alt="Add to favourites" title="Add to favourites" /></a>3 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=6ddf56b47dff11dd8920110fc54db60fb60f&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/6ddf56b47dff11dd8920110fc54db60fb60f/" class="net_nemein_favourites_create"><img src="http://static.maemo.org:81/net.nemein.favourites/not-buried.png" style="border: none;" alt="Bury" title="Bury" /></a></span>]]></description>
            <author>Zeeshan Ali &lt;zeenix@gmail.com&gt;</author>
            <category>feed:427851df69d0f6bfd4661dcd0352af71</category>
            <pubDate>Mon, 08 Sep 2008 23:08:59 +0000</pubDate>
            <guid>http://maemo.org/midcom-permalink-6ddf56b47dff11dd8920110fc54db60fb60f</guid>
        </item>
        <item>
            <title>More Network Light fun</title>
            <link>http://www.advogato.org/person/zeenix/diary.html?start=213</link>
            <description><![CDATA[
When I wrote GUPnP Network Light, I thought of it as just a simple example application that demonstrates how easy it is to implement UPnP devices and services using GUPnP. However there is one man, Mr. Hugo Baldasano Calleja who being an electrical engineer is very much interested in light bulbs and has recently been writing control point for Network Light.<br /><br />While discussing about his code with him on <a href="irc://irc.gimp.org:667/%23gupnp" >IRC</a>, I started to wonder how would a simple control point GUI for Network Light look like. I realized that it would look exactly the same as the Network Light itself. Since Hugo had already made it possible for multiple instances of Network Light to co-exist happily on the same network/machine, I decided to turn Network Light GUI to be a Control Point that controls all the Lights on the network, not just itself. The change is already in the <a href="http://svn.o-hand.com/repos/gupnp/trunk/gupnp-tools/" >trunk</a> and will be released soon. Here is a screenshot:<br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://4.bp.blogspot.com/_1DfgV78FIK4/SMPE4tu4zvI/AAAAAAAAAIs/Yx8W_UxwaSQ/s1600-h/gnl-sync.png" ><img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://4.bp.blogspot.com/_1DfgV78FIK4/SMPE4tu4zvI/AAAAAAAAAIs/Yx8W_UxwaSQ/s320/gnl-sync.png" border="0" alt=""id="BLOGGER_PHOTO_ID_5243250869817364210" /></a><span class="net_nemein_favourites">4 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=e6222b767ce011ddb58311256231710c710c&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/e6222b767ce011ddb58311256231710c710c/" class="net_nemein_favourites_create"><img src="http://static.maemo.org:81/net.nemein.favourites/not-favorite.png" style="border: none;" alt="Add to favourites" title="Add to favourites" /></a>2 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=e6222b767ce011ddb58311256231710c710c&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/e6222b767ce011ddb58311256231710c710c/" class="net_nemein_favourites_create"><img src="http://static.maemo.org:81/net.nemein.favourites/not-buried.png" style="border: none;" alt="Bury" title="Bury" /></a></span>]]></description>
            <author>Zeeshan Ali &lt;zeenix@gmail.com&gt;</author>
            <category>feed:427851df69d0f6bfd4661dcd0352af71</category>
            <pubDate>Sun, 07 Sep 2008 13:04:52 +0000</pubDate>
            <guid>http://maemo.org/midcom-permalink-e6222b767ce011ddb58311256231710c710c</guid>
        </item>
        <item>
            <title>GSSDP 0.6.2 and GUPnP 0.12.2 released</title>
            <link>http://www.advogato.org/person/zeenix/diary.html?start=212</link>
            <description><![CDATA[
Jorn made minor releases of <a href="http://gupnp.org/sources/gssdp/gssdp-0.6.2.tar.gz" >GSSDP</a> and <a href="http://gupnp.org/sources/gupnp/gupnp-0.12.2.tar.gz" >GUPnP</a> today. The main purpose of which is to fix the build on Rawhide. Here is the release announcement:<br /><pre><br />GSSDP 0.6.2<br />===========<br /><br />- Reannounce resources after max_age / 2 - 1 instead of after max_age.<br /> [Peter Christensen, Jorn Baayen]<br />- Remove unnecessary call to g_thread_init(). [Zeeshan Ali]<br /><br /><br />GUPnP 0.12.2<br />============<br /><br />- Support returning actions outside of the 'action-invoked' signal handler<br /> in service implementations. [Zeeshan Ali, Jorn Baayen]<br />- Add explicit dependency on gthread. [Zeeshan Ali, Jorn Baayen]<br /></pre><span class="net_nemein_favourites">2 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=f884e78877a711dd8acd556191517ca77ca7&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/f884e78877a711dd8acd556191517ca77ca7/" class="net_nemein_favourites_create"><img src="http://static.maemo.org:81/net.nemein.favourites/not-favorite.png" style="border: none;" alt="Add to favourites" title="Add to favourites" /></a>2 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=f884e78877a711dd8acd556191517ca77ca7&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/f884e78877a711dd8acd556191517ca77ca7/" class="net_nemein_favourites_create"><img src="http://static.maemo.org:81/net.nemein.favourites/not-buried.png" style="border: none;" alt="Bury" title="Bury" /></a></span>]]></description>
            <author>Zeeshan Ali &lt;zeenix@gmail.com&gt;</author>
            <category>feed:427851df69d0f6bfd4661dcd0352af71</category>
            <pubDate>Sun, 31 Aug 2008 21:10:18 +0000</pubDate>
            <guid>http://maemo.org/midcom-permalink-f884e78877a711dd8acd556191517ca77ca7</guid>
        </item>
        <item>
            <title>XChat or irssi+screen+ssh?</title>
            <link>http://www.advogato.org/person/zeenix/diary.html?start=211</link>
            <description><![CDATA[
Ever since I started to IRC from my Linux machine, not only I had been a happy (almost) user of <a href="http://xchat.org/" >XChat</a> for years but also I wrote an XChat <a href="http://static.fi/~zeenix/xchat-guile/" >plugin</a> for Guile. All that changed when I moved to Finland three years ago and was educated about the benefits of the combination of <a href="http://irssi.org/" >irssi</a>+<a href="http://www.bangmoney.org/presentations/screen.html" >screen</a>+ssh, the biggest (perhaps the only one) of them being the persistence connection to IRC. Since then I had been using that combination. After three years, I am having doubts about the choice I made at that time.<br /><br />XChat might not be able to provide me with a persistent connection to the IRC world but it still provides lots of small features that irssi does not (and in some cases can not) provide that really does matter in the end and one would expect in a modern IRC client, e.g hard-to-miss notifications when I get new messages, saving of logs and DCC-sent-files directly on my local-machine etc.<br /><br />I switched to back to XChat a few days ago. I mostly feel good about coming back to it but still miss the persistent connection to IRC. Especially when I suspend/resume my laptop. After resuming, XChat happily assumes that everything is exactly how it was before I suspended the laptop and it takes a while in realizing that it needs to re-connect to all networks. In most cases the network connection doesn't take long but in case of very busy networks like ircnet, it takes a lot of time and is therefore a source of annoyance.<br /><br />The reason I am discussing this here and not doing anything about it is that I currently don't have time do anything about it and if someone has already solved this problem somehow, I would like to know.<span class="net_nemein_favourites">4 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=e3fd3bfe72a111ddb62885eb1faf7d877d87&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/e3fd3bfe72a111ddb62885eb1faf7d877d87/" class="net_nemein_favourites_create"><img src="http://static.maemo.org:81/net.nemein.favourites/not-favorite.png" style="border: none;" alt="Add to favourites" title="Add to favourites" /></a>3 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=e3fd3bfe72a111ddb62885eb1faf7d877d87&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/e3fd3bfe72a111ddb62885eb1faf7d877d87/" class="net_nemein_favourites_create"><img src="http://static.maemo.org:81/net.nemein.favourites/not-buried.png" style="border: none;" alt="Bury" title="Bury" /></a></span>]]></description>
            <author>Zeeshan Ali &lt;zeenix@gmail.com&gt;</author>
            <category>feed:427851df69d0f6bfd4661dcd0352af71</category>
            <pubDate>Mon, 25 Aug 2008 12:08:42 +0000</pubDate>
            <guid>http://maemo.org/midcom-permalink-e3fd3bfe72a111ddb62885eb1faf7d877d87</guid>
        </item>
        <item>
            <title>GUPnP soon in Fedora</title>
            <link>http://www.advogato.org/person/zeenix/diary.html?start=210</link>
            <description><![CDATA[
<a href="http://pbrobinson.fedorapeople.org/" >Peter Robinson</a> had made RPMS for GUPnP package for a while now but it was until recently that someone got a chance to review them. The first (and IIRC the only) issue that came out was that the build was breaking for all our apps. Here is what was happening:<br /><br />We call g_thread_init() in each of the application because libsoup requires us to do that. If I understand correctly, libsoup needs the threading system to be initialized for locking stuff that is actually a part of glib. While we don't mind putting this call in each of our app, we assumed that libsoup requiring us to make this call will itself link to libgthread-2.0. That assumption is true about libsoup-2.4 built/installed from vanilla release tarballs, subversion repo and debian/ubuntu packages but on Rawhide, it turned out to be false.<br /><br />I (and a bunch of other developer hanging out on #gnome-hackers) had a chat with Dan Winship about this and in the end he agreed to put gthread-2.0 in libsoup-2.4 pkg-config. He said that it will be a while before he can make a release so we decided that we ourself link the apps to gthread-2.0 until then.<br /><br />Peter has already put the required patches into his packages. <a href="https://bugzilla.redhat.com/showdependencytree.cgi?id=446637" >Here</a> is page to track the status of the packages and as of this writing two of the packages have already been approved. A big thanks to Peter for his efforts to make GUPnP easily available to Fedora world.<span class="net_nemein_favourites">2 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=e70ca69469e211ddaebff53cec8a1d081d08&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/e70ca69469e211ddaebff53cec8a1d081d08/" class="net_nemein_favourites_create"><img src="http://static.maemo.org:81/net.nemein.favourites/not-favorite.png" style="border: none;" alt="Add to favourites" title="Add to favourites" /></a>4 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=e70ca69469e211ddaebff53cec8a1d081d08&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/e70ca69469e211ddaebff53cec8a1d081d08/" class="net_nemein_favourites_create"><img src="http://static.maemo.org:81/net.nemein.favourites/not-buried.png" style="border: none;" alt="Bury" title="Bury" /></a></span>]]></description>
            <author>Zeeshan Ali &lt;zeenix@gmail.com&gt;</author>
            <category>feed:427851df69d0f6bfd4661dcd0352af71</category>
            <pubDate>Wed, 13 Aug 2008 22:08:30 +0000</pubDate>
            <guid>http://maemo.org/midcom-permalink-e70ca69469e211ddaebff53cec8a1d081d08</guid>
        </item>
        <item>
            <title>We have plugins</title>
            <link>http://www.advogato.org/person/zeenix/diary.html?start=209</link>
            <description><![CDATA[
Just pushed my commits to gupnp-media-server <a href="http://svn.o-hand.com/repos/gupnp/trunk/gupnp-media-server/" >SVN trunk</a>. Now we support plugable media providers, which can be written either in Vala or C. Also included in these commits is gstreamer-based metadata-extractor. Still not done (due to lack of time :() is a standalone media provider based on this extractor, GIO and SQLite.<span class="net_nemein_favourites">5 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=4bd88ade631c11dda8d401eb601f30dc30dc&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/4bd88ade631c11dda8d401eb601f30dc30dc/" class="net_nemein_favourites_create"><img src="http://static.maemo.org:81/net.nemein.favourites/not-favorite.png" style="border: none;" alt="Add to favourites" title="Add to favourites" /></a>1 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=4bd88ade631c11dda8d401eb601f30dc30dc&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/4bd88ade631c11dda8d401eb601f30dc30dc/" class="net_nemein_favourites_create"><img src="http://static.maemo.org:81/net.nemein.favourites/not-buried.png" style="border: none;" alt="Bury" title="Bury" /></a></span>]]></description>
            <author>Zeeshan Ali &lt;zeenix@gmail.com&gt;</author>
            <category>feed:427851df69d0f6bfd4661dcd0352af71</category>
            <pubDate>Tue, 05 Aug 2008 17:05:26 +0000</pubDate>
            <guid>http://maemo.org/midcom-permalink-4bd88ade631c11dda8d401eb601f30dc30dc</guid>
        </item>
        <item>
            <title>Now a GNOME foundation member</title>
            <link>http://www.advogato.org/person/zeenix/diary.html?start=208</link>
            <description><![CDATA[
I just received e-mail informing me about the successful processing of my application for GNOME foundation membership. Thanks to all the people who vouched for me. My agenda as a member will be to:<br /><br /><ul><br /><li>continue contributing wherever/whenever possible.</li><br /><li>make sure GNOME has full-blown support/integration for UPnP.</li><br /><li>not let the people who think of Mango Lassi as an original desi drink and are agaisnt the idea of GUADEC in Finland, gain power in the foundation. :P</li><br /></ul><span class="net_nemein_favourites">3 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=00a2fe3c5d5911dd82f5574657229b349b34&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/00a2fe3c5d5911dd82f5574657229b349b34/" class="net_nemein_favourites_create"><img src="http://static.maemo.org:81/net.nemein.favourites/not-favorite.png" style="border: none;" alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=00a2fe3c5d5911dd82f5574657229b349b34&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/00a2fe3c5d5911dd82f5574657229b349b34/" class="net_nemein_favourites_create"><img src="http://static.maemo.org:81/net.nemein.favourites/not-buried.png" style="border: none;" alt="Bury" title="Bury" /></a></span>]]></description>
            <author>Zeeshan Ali &lt;zeenix@gmail.com&gt;</author>
            <category>feed:427851df69d0f6bfd4661dcd0352af71</category>
            <pubDate>Tue, 29 Jul 2008 10:18:24 +0000</pubDate>
            <guid>http://maemo.org/midcom-permalink-00a2fe3c5d5911dd82f5574657229b349b34</guid>
        </item>
        <item>
            <title>back from finnish forest</title>
            <link>http://www.advogato.org/person/zeenix/diary.html?start=207</link>
            <description><![CDATA[
<a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp2.blogger.com/_1DfgV78FIK4/SI3IVLfDA9I/AAAAAAAAAIY/4hcJt055WS4/s1600-h/22072008.jpg" ><img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://bp2.blogger.com/_1DfgV78FIK4/SI3IVLfDA9I/AAAAAAAAAIY/4hcJt055WS4/s400/22072008.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5228055008632832978" /></a><br /><br /><br />I am back. Had a very relaxing one week in the Finnish summer cottage. Lots of fishing and plenty of nice food to eat. Yes! there was Sauna almost everyday and yes! 'swimming in the lake naked' breaks were included. I had a crappy GPRS connection so I did some <a href="http://twitter.com/zeenix" >twitter</a>ing for the past few days.<span class="net_nemein_favourites">1 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=ebe023e85cb911dda6883548c015d69dd69d&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/ebe023e85cb911dda6883548c015d69dd69d/" class="net_nemein_favourites_create"><img src="http://static.maemo.org:81/net.nemein.favourites/not-favorite.png" style="border: none;" alt="Add to favourites" title="Add to favourites" /></a>5 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=ebe023e85cb911dda6883548c015d69dd69d&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/ebe023e85cb911dda6883548c015d69dd69d/" class="net_nemein_favourites_create"><img src="http://static.maemo.org:81/net.nemein.favourites/not-buried.png" style="border: none;" alt="Bury" title="Bury" /></a></span>]]></description>
            <author>Zeeshan Ali &lt;zeenix@gmail.com&gt;</author>
            <category>feed:427851df69d0f6bfd4661dcd0352af71</category>
            <pubDate>Mon, 28 Jul 2008 14:11:44 +0000</pubDate>
            <guid>http://maemo.org/midcom-permalink-ebe023e85cb911dda6883548c015d69dd69d</guid>
        </item>
        <item>
            <title>Out in the forest for a week</title>
            <link>http://www.advogato.org/person/zeenix/diary.html?start=206</link>
            <description><![CDATA[
I am on a one week vacation starting from tomorrow afternoon. I'll be in a summer cottage in the middle of a forest and might not have any internet connection at all. I am taking my laptop with me, but I'll try to resist hacking. Lets see how successful I am. :)<span class="net_nemein_favourites">1 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=ad8c546855f211ddbc3fadcf80b02d0d2d0d&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/ad8c546855f211ddbc3fadcf80b02d0d2d0d/" class="net_nemein_favourites_create"><img src="http://static.maemo.org:81/net.nemein.favourites/not-favorite.png" style="border: none;" alt="Add to favourites" title="Add to favourites" /></a>2 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=ad8c546855f211ddbc3fadcf80b02d0d2d0d&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/ad8c546855f211ddbc3fadcf80b02d0d2d0d/" class="net_nemein_favourites_create"><img src="http://static.maemo.org:81/net.nemein.favourites/not-buried.png" style="border: none;" alt="Bury" title="Bury" /></a></span>]]></description>
            <author>Zeeshan Ali &lt;zeenix@gmail.com&gt;</author>
            <category>feed:427851df69d0f6bfd4661dcd0352af71</category>
            <pubDate>Sun, 20 Jul 2008 00:09:35 +0000</pubDate>
            <guid>http://maemo.org/midcom-permalink-ad8c546855f211ddbc3fadcf80b02d0d2d0d</guid>
        </item>
        <item>
            <title>The Istanbul story</title>
            <link>http://www.advogato.org/person/zeenix/diary.html?start=204</link>
            <description><![CDATA[
Time flies and it's already been a few days that I am back from Istanbul. It was a lot of fun. Great presentations, discussions and hacks in the mornings and Shisha and beer in the evenings.<br /><br />Had lots of discussion with a lot of people about GUPnP, how it can be used for UPnP integration in GNOME and what features they would like to see in gupnp-media-server. My <a href="http://guadec.expectnation.com/guadec08/public/schedule/detail/84" >talk</a> went pretty well and this time the demo really did work on the wireless network available at that time. :) The only issue was that it was scheduled at the same time as the Lightning talks and because of that only a few (~10) people could attend.<br /><br />Talking of talks, my favorite was Michael's <a href="http://guadec.expectnation.com/guadec08/public/schedule/detail/61" >talk</a> about Moonlight. There were many other nice talks as well like Quim's <a href="http://guadec.expectnation.com/guadec08/public/schedule/detail/52" >BoF</a>, where he nicely explained Nokia's relationship with Open Source world in general and GNOME in specific, and <a href="http://www.openedhand.com" >OH people</a>'s <a href="http://guadec.expectnation.com/guadec08/public/schedule/detail/88" >talk</a> on Clutter and the cool new features in Clutter 0.8.<br /><br />There was a big debate going around on git vs bazaar. Although I was on git's side myself, I couldn't help but appreciate how reasonable the bazaar advocates/developers were. I had a lot of discussion with them and bombarded them with lots of straight questions. Unfortunately, I felt that I failed to convey my concerns about bazaar and how they (my concerns) can not just go away by simply me trying out bazaar myself.<br /><br />Regarding next year's GUADEC/Akademy on one hand, I am very sad about Tampere's bid to be rejected but on the other hand I am really glad that it'll be in Canaries. Before you get me wrong, I don't think Galicia would have been less than perfect spot either. One thing that many people don't know about Canaries is that it's "the" vacation spot for Finnish people. So if you look even a bit Finnish or hanging around with Finnish (looking) friends in there, don't be surprised if the locals start to talk to you in (very broken) Finnish. :) Seriously, I am speaking from experience. So much for keeping GUADEC away from Finland. :)<span class="net_nemein_favourites">2 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=0596d4c2545811dd8e081b7a0e6aa147a147&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/0596d4c2545811dd8e081b7a0e6aa147a147/" class="net_nemein_favourites_create"><img src="http://static.maemo.org:81/net.nemein.favourites/not-favorite.png" style="border: none;" alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=0596d4c2545811dd8e081b7a0e6aa147a147&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/0596d4c2545811dd8e081b7a0e6aa147a147/" class="net_nemein_favourites_create"><img src="http://static.maemo.org:81/net.nemein.favourites/not-buried.png" style="border: none;" alt="Bury" title="Bury" /></a></span>]]></description>
            <author>Zeeshan Ali &lt;zeenix@gmail.com&gt;</author>
            <category>feed:427851df69d0f6bfd4661dcd0352af71</category>
            <pubDate>Thu, 17 Jul 2008 22:10:06 +0000</pubDate>
            <guid>http://maemo.org/midcom-permalink-0596d4c2545811dd8e081b7a0e6aa147a147</guid>
        </item>
        <item>
            <title>Cute Lennart</title>
            <link>http://www.advogato.org/person/zeenix/diary.html?start=203</link>
            <description><![CDATA[
<a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp3.blogger.com/_1DfgV78FIK4/SH_BOrLkd7I/AAAAAAAAAIQ/NZ6ZqgeO6zw/s1600-h/Image136.jpg" ><img style="display:block; margin:0px auto 10px; text-align:center;cursor:pointer; cursor:hand;" src="http://bp3.blogger.com/_1DfgV78FIK4/SH_BOrLkd7I/AAAAAAAAAIQ/NZ6ZqgeO6zw/s400/Image136.jpg" border="0" alt=""id="BLOGGER_PHOTO_ID_5224106550626645938" /></a><br /><br /><br />Lennart enjoys Federico's talk.<br /><br />UPDATED: I didn't repost this, I only update the older blog entry with a rotated by 90 degrees clockwise version of the same image. Blame planet GNOME if you don't like seeing this again. :)<span class="net_nemein_favourites">1 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=57b931064f6611ddbaa679912cb085a785a7&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/57b931064f6611ddbaa679912cb085a785a7/" class="net_nemein_favourites_create"><img src="http://static.maemo.org:81/net.nemein.favourites/not-favorite.png" style="border: none;" alt="Add to favourites" title="Add to favourites" /></a>7 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=57b931064f6611ddbaa679912cb085a785a7&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/57b931064f6611ddbaa679912cb085a785a7/" class="net_nemein_favourites_create"><img src="http://static.maemo.org:81/net.nemein.favourites/not-buried.png" style="border: none;" alt="Bury" title="Bury" /></a></span>]]></description>
            <author>Zeeshan Ali &lt;zeenix@gmail.com&gt;</author>
            <category>feed:427851df69d0f6bfd4661dcd0352af71</category>
            <pubDate>Fri, 11 Jul 2008 16:07:11 +0000</pubDate>
            <guid>http://maemo.org/midcom-permalink-57b931064f6611ddbaa679912cb085a785a7</guid>
        </item>
        <item>
            <title>GUPnP MediaServer 0.1 released</title>
            <link>http://www.advogato.org/person/zeenix/diary.html?start=202</link>
            <description><![CDATA[
GUPnP is an object-oriented open source framework for creating UPnP devices and control points, written in C using GObject and libsoup. The GUPnP API is intended to be easy to use, efficient and flexible.<br /><br />GUPnP MediaServer is an implementation of the UPnP MediaServer V 2.0<br /><a href="http://www.upnp.org/specs/av/UPnP-av-MediaServer-v2-Device-20060531.pdf" >specification</a> based on GUPnP and <a href="http://www.tracker-project.org/" >tracker</a>. It is written (mostly) in <a href="http://www.vala-project.org/" >Vala</a> language.<br /><br />Download at <a href="http://gupnp.org/sources/gupnp-media-server/" >http://gupnp.org/sources/gupnp-media-server/</a><span class="net_nemein_favourites">5 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=45a6f18a4ce911dd87a301a08fac72f572f5&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/45a6f18a4ce911dd87a301a08fac72f572f5/" class="net_nemein_favourites_create"><img src="http://static.maemo.org:81/net.nemein.favourites/not-favorite.png" style="border: none;" alt="Add to favourites" title="Add to favourites" /></a>0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=45a6f18a4ce911dd87a301a08fac72f572f5&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/45a6f18a4ce911dd87a301a08fac72f572f5/" class="net_nemein_favourites_create"><img src="http://static.maemo.org:81/net.nemein.favourites/not-buried.png" style="border: none;" alt="Bury" title="Bury" /></a></span>]]></description>
            <author>Zeeshan Ali &lt;zeenix@gmail.com&gt;</author>
            <category>feed:427851df69d0f6bfd4661dcd0352af71</category>
            <pubDate>Tue, 08 Jul 2008 12:12:57 +0000</pubDate>
            <guid>http://maemo.org/midcom-permalink-45a6f18a4ce911dd87a301a08fac72f572f5</guid>
        </item>
        <item>
            <title>GUPnP Media Renderer 0.1 released</title>
            <link>http://www.advogato.org/person/zeenix/diary.html?start=201</link>
            <description><![CDATA[
- Initial release. This is a reference implementation of the UPnP MediaRenderer version 1 device type, written in Vala. For rendering it uses the video widget from <a href="http://labs.o-hand.com/av-widget-library/" >libowl-av</a>. GUPnP Media Renderer can be downloaded <a href="http://gupnp.org/sources/gupnp-media-renderer/" >here</a><span class="net_nemein_favourites">0 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=fd017dfa469f11dd9e0c518b013d71e371e3&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/fd017dfa469f11dd9e0c518b013d71e371e3/" class="net_nemein_favourites_create"><img src="http://static.maemo.org:81/net.nemein.favourites/not-favorite.png" style="border: none;" alt="Add to favourites" title="Add to favourites" /></a>2 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=fd017dfa469f11dd9e0c518b013d71e371e3&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/fd017dfa469f11dd9e0c518b013d71e371e3/" class="net_nemein_favourites_create"><img src="http://static.maemo.org:81/net.nemein.favourites/not-buried.png" style="border: none;" alt="Bury" title="Bury" /></a></span>]]></description>
            <author>Zeeshan Ali &lt;zeenix@gmail.com&gt;</author>
            <category>feed:427851df69d0f6bfd4661dcd0352af71</category>
            <pubDate>Mon, 30 Jun 2008 12:23:14 +0000</pubDate>
            <guid>http://maemo.org/midcom-permalink-fd017dfa469f11dd9e0c518b013d71e371e3</guid>
        </item>
        <item>
            <title>GUPnP Network Camera</title>
            <link>http://www.advogato.org/person/zeenix/diary.html?start=200</link>
            <description><![CDATA[
This is the announcement of the GUPnP Network Camera project, an implementation of the UPnP Digital Security Camera <a href="http://www.upnp.org/standardizeddcps/digitalsecuritycamera.asp" >specification</a>, based on GUPnP.<br /><br />The GUPnP Network Camera package contains applications that enables V4L cameras to be shared on the network as UPnP devices, and control point software for controlling and viewing images from such cameras.<br /><br />The software can be downloaded at: <a href="http://www.kristell.se/network-camera/" >http://www.kristell.se/network-camera/</a><span class="net_nemein_favourites">1 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=df991baa461911ddb56d71da6d49823c823c&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/df991baa461911ddb56d71da6d49823c823c/" class="net_nemein_favourites_create"><img src="http://static.maemo.org:81/net.nemein.favourites/not-favorite.png" style="border: none;" alt="Add to favourites" title="Add to favourites" /></a>3 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=df991baa461911ddb56d71da6d49823c823c&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/df991baa461911ddb56d71da6d49823c823c/" class="net_nemein_favourites_create"><img src="http://static.maemo.org:81/net.nemein.favourites/not-buried.png" style="border: none;" alt="Bury" title="Bury" /></a></span>]]></description>
            <author>Zeeshan Ali &lt;zeenix@gmail.com&gt;</author>
            <category>feed:427851df69d0f6bfd4661dcd0352af71</category>
            <pubDate>Sun, 29 Jun 2008 20:09:20 +0000</pubDate>
            <guid>http://maemo.org/midcom-permalink-df991baa461911ddb56d71da6d49823c823c</guid>
        </item>
        <item>
            <title>Some facts</title>
            <link>http://www.advogato.org/person/zeenix/diary.html?start=199</link>
            <description><![CDATA[
Regarding my <a href="http://zee-nix.blogspot.com/2008/06/shame-ubuntu-shame.html" >last blog entry</a>, I thought I should get some things straight:<br /><br /><ul><br /><li>I am not a native english speaker so sometimes it's hard to choose the right words and sometimes this leads to confusion. Fortunately! I try to learn from my mistakes and comments on my blog entries really help me in that.</li><br /><br /><li>I've been a big fan of Ubuntu ever since the project started and have been (and still) am a very happy Ubuntu user. In fact I was having the usual Ubuntu is better than Fedxxx debate with him the other day when Karl told me of this. Also I am writing this blog entry using Ubuntu.</li><br /><br /><li>Disregarding what someone said about Ubuntu, I truely appreciate their work and efforts for Free Software and especially GNOME in specific. The world would be a much worse place if Ubuntu hadn't existed.</li><br /><br /><li>The motivation behind this blog entry was not 'anger' but 'disappointment' being an Ubuntu user and advocate myself.</li><br /></ul><br /><br />Regarding the discussion between <a href="https://launchpad.net/~sabdfl" >Mark Shuttleworth</a> and <a href="http://www.qdh.org.uk/wordpress" >Karl-Lattimer</a>, I must agree with Karl that Mark having to defend the 'GNOME About dialog' in the menu doesn't reflect good things about Ubuntu developers (the ones who were against this). On the the hand, I must ask Karl not to resort to insulting language even though I feel he has the right to be angry here (Something Mark also recognized).<span class="net_nemein_favourites">1 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=def05fc4461911ddb56d71da6d49823c823c&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/def05fc4461911ddb56d71da6d49823c823c/" class="net_nemein_favourites_create"><img src="http://static.maemo.org:81/net.nemein.favourites/not-favorite.png" style="border: none;" alt="Add to favourites" title="Add to favourites" /></a>3 <a href="http://maemo.org/news/?net_nemein_favourites_execute=bury&net_nemein_favourites_execute_for=def05fc4461911ddb56d71da6d49823c823c&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/def05fc4461911ddb56d71da6d49823c823c/" class="net_nemein_favourites_create"><img src="http://static.maemo.org:81/net.nemein.favourites/not-buried.png" style="border: none;" alt="Bury" title="Bury" /></a></span>]]></description>
            <author>Zeeshan Ali &lt;zeenix@gmail.com&gt;</author>
            <category>feed:427851df69d0f6bfd4661dcd0352af71</category>
            <pubDate>Sun, 29 Jun 2008 20:09:20 +0000</pubDate>
            <guid>http://maemo.org/midcom-permalink-def05fc4461911ddb56d71da6d49823c823c</guid>
        </item>
    </channel>
</rss>
