<?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:b00c1f58b59c9ec77dd3f135dd7c1106&quot;</title>
        <description>Blog entries from Maemo community</description>
        <link>http://maemo.org/news/planet-maemo/</link>
        <lastBuildDate>Sun, 24 May 2026 11:15:55 +0000</lastBuildDate>
        <generator>FeedCreator 1.7.6(BH)</generator>
        <language>en</language>
        <managingEditor>planet@maemo.org</managingEditor>
        <item>
            <title>Appdownloader – the next steps</title>
            <link>http://danielwilms.de/new/?p=211</link>
            <description><![CDATA[
<p align=justify>I was asked about giving an update on the status of the appdownloader, what is planned in the near future or has been changed already. Besides the bugfixes and small enhancements, like saving the user-credentials, some bigger improvement-ideas came up during the summer. Most of it is in proto-type stage, but once implemented properly it might add some value to the application itself and the process of downloading and installing applications on Fremantle.</p>
<p><strong>OCS-compliant backend implementation</strong></p>
<p align=justify>At the <a href="http://akademy.kde.org/">KDE Akademy</a> in Tampere, we had a good talk about improvements in the OCS REST API. When we started with the server-side implementation of the application, we took the <a href="http://freedesktop.org/wiki/Specifications/open-collaboration-services">open-collaboration-services</a> into use and we adopted it to our needs. The same did another project around MeeGo, so that we met in Tampere to to find a solution to this and to get our changes upstream. We had a really good discussion and at the end it seemed, that everybody was satisfied. What a rare situation <img src='http://danielwilms.de/new/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Now we are going to change to that new API. The server-side is almost ready, but the client-side would need to be adopted to the new API. This is the first goal.</p>
<p><strong>Changing the library</strong></p>
<p align=justify>One possible idea would be to change to the <a href="http://blogs.fsfe.org/gladhorn/2010/09/10/next-attempt-attica-0191/">libattica library</a>, so that we could contribute to the OCS project even more, than API discussions. This would bring more stability in parsing of the xml content and further on the client side, as we would have to go along the standard the whole way.</p>
<p><strong>Installation</strong></p>
<p align=justify>The installation part should be made easier and faster as well, ideally without being tight to the Application Manager and the slow updating process of apt. The idea is a slight change in apt itself. Initiated by Marius Vollmer (apt-side) and with the help of Niels Breet (server-side), we are working on a way to speed up the update of the repository for apt. The idea is simple. Instead of making apt download, extract and work on the whole packages file, the idea is to get just that part of the repository that is necessary and useful from the user&#8217;s perspective. This information would be offered by another REST API on the server. The scenario, step-by-step:</p>
<p>1. Browse the applications by browsing them through the appdownloader.</p>
<p>2. Once you have clicked on an application to be installed, the appdownloader saves the application name, and sends it with all stored application-names to the server</p>
<p>3. The server creates an optimised list of the meta-data of the requested applications and further of all applications, which are in any relation to them (dependencies, conflicts, etc).</p>
<p>4. For the modified apt, this information will be enough to download the packages accordingly and resolve the dependencies.</p>
<p align=justify>Starting from there, it should help to improve things, like installation of more then one package at a time, speeding up the discovery and installation of packages, etc.. This would give the appdownloader as well some more meaning than just being another front-end for the content you can get anyway on the web-site.</p>
<p align=justify>I think all three steps are important. The first two ones for a seamlessly functional application and the latter one for improvements in the installation process. Goal is to have some proto-type, based on x-apt as soon as possible. But feel free to discuss the ideas and come up with further suggestions.</p>
<span class="net_nemein_favourites">8 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=2b82e956d13711dfbfa3a58e7c6fa465a465&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/2b82e956d13711dfbfa3a58e7c6fa465a465/" 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=2b82e956d13711dfbfa3a58e7c6fa465a465&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/2b82e956d13711dfbfa3a58e7c6fa465a465/" 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>daniel wilms &lt;daniel.wilms@nokia.com&gt;</author>
            <category>feed:b00c1f58b59c9ec77dd3f135dd7c1106</category>
            <pubDate>Wed, 06 Oct 2010 09:57:46 +0000</pubDate>
            <guid>http://maemo.org/midcom-permalink-2b82e956d13711dfbfa3a58e7c6fa465a465</guid>
        </item>
        <item>
            <title>C﻿ross reference tool for Maemo source code</title>
            <link>http://danielwilms.de/new/?p=179</link>
            <description><![CDATA[
<p>Only few of you might know, that there is a cross reference tool for  Maemo source code. Cross reference tool &#8211; what does that mean? It means  that you can&#8230;</p>
<ul>
<li>browse throughout all the existing open source code of Diablo,  Fremantle, Qt and more</li>
<li>search by keywords in the code</li>
<li>click and browse through references of functions, classes and   parameters</li>
</ul>
<p>All that is done with a consistent and intuitive UI. To understand, how  powerful the tool really is, and how it can help you understanding parts  of the platform, please visit <a href="http://mxr.maemo.org" target="_blank">http://mxr.maemo.org</a> and try it out. Play a little  bit around and let us know, what you think about it. The index for  Fremantle is based on debian packages. A version for MeeGo, based on the  sources in gitorious and rpm is being tested right now. Please follow further  announcements on that, to be able to use it from the very beginning. For further questions don&#8217;t hesitate to ask &#8220;timeless&#8221; in the #maemo or #meego channel on IRC.</p>
<span class="net_nemein_favourites">8 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=4bcfc70889d211df8007ade748645b9e5b9e&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/4bcfc70889d211df8007ade748645b9e5b9e/" 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=4bcfc70889d211df8007ade748645b9e5b9e&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/4bcfc70889d211df8007ade748645b9e5b9e/" 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>daniel wilms &lt;daniel.wilms@nokia.com&gt;</author>
            <category>feed:b00c1f58b59c9ec77dd3f135dd7c1106</category>
            <pubDate>Wed, 07 Jul 2010 13:59:51 +0000</pubDate>
            <guid>http://maemo.org/midcom-permalink-4bcfc70889d211df8007ade748645b9e5b9e</guid>
        </item>
        <item>
            <title>Packaging guidelines</title>
            <link>http://danielwilms.de/new/?p=51</link>
            <description><![CDATA[
<p>After a long discussion on how to proceed with the packaging policy for Fremantle, you can find the result as packaging guidelines in the maemo.org wiki. The idea is that this is the basis for further discussions, with the goal to smooth the extras-testing procedure and the development in general. The document should clarify the special requirements for the Maemo development, compared to Debian. To ensure some kind of review process, the page is not editable, but please use the discussion page in the wiki and the maemo.org developer mailing list, if you think that changes are needed. Your feedback is welcome and the basis for the further development of the guidelines. So, be active, have a look and join the discussion on the proposed channels.</p>
<p><a href="http://wiki.maemo.org/Packaging/Guidelines">Packaging guidelines</a></p>
<span class="net_nemein_favourites">22 <a href="http://maemo.org/news/?net_nemein_favourites_execute=fav&net_nemein_favourites_execute_for=b5bddbb0514111dfa08719f178cfde92de92&net_nemein_favourites_url=https://maemo.org/news/favorites//json/fav/midgard_article/b5bddbb0514111dfa08719f178cfde92de92/" 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=b5bddbb0514111dfa08719f178cfde92de92&net_nemein_favourites_url=https://maemo.org/news/favorites//json/bury/midgard_article/b5bddbb0514111dfa08719f178cfde92de92/" 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>daniel wilms &lt;daniel.wilms@nokia.com&gt;</author>
            <category>feed:b00c1f58b59c9ec77dd3f135dd7c1106</category>
            <pubDate>Mon, 26 Apr 2010 14:12:15 +0000</pubDate>
            <guid>http://maemo.org/midcom-permalink-b5bddbb0514111dfa08719f178cfde92de92</guid>
        </item>
    </channel>
</rss>
