]> pere.pagekite.me Git - homepage.git/blobdiff - blog/archive/2013/01/01.rss
Generated.
[homepage.git] / blog / archive / 2013 / 01 / 01.rss
index ea3172a891589b51000cf35f364502cbc97b474e..1ac06dc8f394521b52543fb26043d284c6398d20 100644 (file)
@@ -6,6 +6,118 @@
                 <link>http://people.skolelinux.org/pere/blog/</link>
 
        
+       <item>
+               <title>What is the most supported MIME type in Debian?</title>
+               <link>http://people.skolelinux.org/pere/blog/What_is_the_most_supported_MIME_type_in_Debian_.html</link>        
+               <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/What_is_the_most_supported_MIME_type_in_Debian_.html</guid>
+                <pubDate>Wed, 16 Jan 2013 10:10:00 +0100</pubDate>
+               <description>&lt;p&gt;The &lt;a href=&quot;http://wiki.debian.org/AppStreamDebianProposal&quot;&gt;DEP-11
+proposal to add AppStream information to the Debian archive&lt;/a&gt;, is a
+proposal to make it possible for a Desktop application to propose to
+the user some package to install to gain support for a given MIME
+type, font, library etc. that is currently missing.  With such
+mechanism in place, it would be possible for the desktop to
+automatically propose and install leocad if some LDraw file is
+downloaded by the browser.&lt;/p&gt;
+
+&lt;p&gt;To get some idea about the current content of the archive, I decided
+to write a simple program to extract all .desktop files from the
+Debian archive and look up the claimed MIME support there.  The result
+can be found on the
+&lt;a href=&quot;http://ftp.skolelinux.org/pub/AppStreamTest&quot;&gt;Skolelinux FTP
+site&lt;/a&gt;.  Using the collected information, it become possible to
+answer the question in the title.  Here are the 20 most supported MIME
+types in Debian stable (Squeeze), testing (Wheezy) and unstable (Sid).
+The complete list is available from the link above.&lt;/p&gt;
+
+&lt;p&gt;&lt;strong&gt;Debian Stable:&lt;/strong&gt;&lt;/p&gt;
+
+&lt;pre&gt;
+  count MIME type
+  ----- -----------------------
+     25 audio/mpeg
+     24 audio/x-mp3
+     24 application/ogg
+     23 text/plain
+     21 image/tiff
+     20 image/jpeg
+     20 audio/x-flac
+     19 image/png
+     19 image/gif
+     19 audio/x-wav
+     19 audio/x-mpegurl
+     18 image/bmp
+     18 audio/x-scpls
+     18 audio/x-mpeg
+     16 audio/x-musepack
+     16 application/x-ogg
+     14 image/x-portable-pixmap
+     14 image/x-portable-bitmap
+     13 video/x-ms-asf
+     13 video/mpeg
+&lt;/pre&gt;
+
+&lt;p&gt;&lt;strong&gt;Debian Testing:&lt;/strong&gt;&lt;/p&gt;
+
+&lt;pre&gt;
+  count MIME type
+  ----- -----------------------
+     21 text/plain
+     21 audio/x-mp3
+     21 audio/mpeg
+     20 application/ogg
+     19 audio/x-wav
+     18 image/tiff
+     18 image/jpeg
+     18 audio/x-flac
+     17 image/png
+     17 image/gif
+     17 audio/x-mpegurl
+     16 audio/x-scpls
+     15 image/bmp
+     15 audio/x-mpeg
+     14 application/x-ogg
+     13 video/x-ms-asf
+     13 audio/x-musepack
+     12 video/x-ms-wmv
+     12 video/x-msvideo
+     12 video/quicktime
+&lt;/pre&gt;
+
+&lt;p&gt;&lt;strong&gt;Debian Unstable:&lt;/strong&gt;&lt;/p&gt;
+
+&lt;pre&gt;
+  count MIME type
+  ----- -----------------------
+     23 audio/mpeg
+     22 text/plain
+     21 audio/x-mp3
+     21 application/ogg
+     20 audio/x-wav
+     19 image/tiff
+     19 audio/x-flac
+     18 image/jpeg
+     17 image/png
+     17 image/gif
+     17 audio/x-mpegurl
+     16 image/bmp
+     16 audio/x-scpls
+     16 audio/x-mpeg
+     14 audio/x-musepack
+     14 application/x-ogg
+     13 video/x-ms-asf
+     13 video/mpeg
+     13 audio/mp4
+     12 video/x-ms-wmv
+&lt;/pre&gt;
+
+&lt;p&gt;I am told that PackageKit can provide an API to access the kind of
+information mentioned in DEP-11.  I have not yet had time to look at
+it, but hope the PackageKit people in Debian are on top of these
+issues.&lt;/p&gt;
+</description>
+       </item>
+       
        <item>
                <title>Using modalias info to find packages handling my hardware</title>
                <link>http://people.skolelinux.org/pere/blog/Using_modalias_info_to_find_packages_handling_my_hardware.html</link>