]> pere.pagekite.me Git - homepage.git/blobdiff - blog/index.rss
Generated.
[homepage.git] / blog / index.rss
index 0e4404f094ccce4abe048250216bc49b2b652bb2..f2a932ffc6922ab3461cc89d2a77cbeda9349c76 100644 (file)
@@ -6,6 +6,28 @@
                 <link>http://people.skolelinux.org/pere/blog/</link>
                 <atom:link href="http://people.skolelinux.org/pere/blog/index.rss" rel="self" type="application/rss+xml" />
        
+       <item>
+               <title>Frikart - Free Garmin maps for European countries based on OpenStreetmap</title>
+               <link>http://people.skolelinux.org/pere/blog/Frikart___Free_Garmin_maps_for_European_countries_based_on_OpenStreetmap.html</link>
+               <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/Frikart___Free_Garmin_maps_for_European_countries_based_on_OpenStreetmap.html</guid>
+                <pubDate>Fri, 15 Feb 2013 09:30:00 +0100</pubDate>
+               <description>&lt;p&gt;If you, like me, want an updated a map for your Garmin GPS, there is
+now a great source of free maps available from
+&lt;a href=&quot;http://www.frikart.no/garmin/index.html&quot;&gt;Frikart&lt;/a&gt;.  To
+download a map, just click on the country you are interested in, and
+download the map type you want.  There are 8 different maps available,
+using different colours and data selection.  Pick one of Roadmap, Topo
+Summer, Topo Winter, Roadmap II, Topo Summer II, Topo Winter II,
+&quot;Trails - overlay map&quot; and &quot;Cross country - overlay map&quot; (see the web
+page for descriptions).&lt;/p&gt;
+
+&lt;p&gt;The maps are updated weekly, so if you find something wrong in the
+map you can just edit the
+&lt;a href=&quot;http://www.openstreetmap.org/&quot;&gt;OpenStreetmap&lt;/a&gt; map source
+(anyone can contribute) and fetch a fixed map a week later. :)&lt;/p&gt;
+</description>
+       </item>
+       
        <item>
                <title>&quot;Electronic&quot; paper invoices - using vCard in a QR code</title>
                <link>http://people.skolelinux.org/pere/blog/_Electronic__paper_invoices___using_vCard_in_a_QR_code.html</link>
@@ -534,75 +556,5 @@ Pre-loaded site&lt;/a&gt;.&lt;/p&gt;
 </description>
        </item>
        
-       <item>
-               <title>How to find a browser plugin supporting a given MIME type</title>
-               <link>http://people.skolelinux.org/pere/blog/How_to_find_a_browser_plugin_supporting_a_given_MIME_type.html</link>
-               <guid isPermaLink="true">http://people.skolelinux.org/pere/blog/How_to_find_a_browser_plugin_supporting_a_given_MIME_type.html</guid>
-                <pubDate>Fri, 18 Jan 2013 10:40:00 +0100</pubDate>
-               <description>&lt;p&gt;Some times I try to figure out which Iceweasel browser plugin to
-install to get support for a given MIME type.  Thanks to
-&lt;a href=&quot;https://wiki.ubuntu.com/MozillaTeam/Plugins&quot;&gt;specifications
-done by Ubuntu&lt;/a&gt; and Mozilla, it is possible to do this in Debian.
-Unfortunately, not very many packages provide the needed meta
-information, Anyway, here is a small script to look up all browser
-plugin packages announcing ther MIME support using this specification:&lt;/p&gt;
-
-&lt;pre&gt;
-#!/usr/bin/python
-import sys
-import apt
-def pkgs_handling_mimetype(mimetype):
-    cache = apt.Cache()
-    cache.open(None)
-    thepkgs = []
-    for pkg in cache:
-        version = pkg.candidate
-        if version is None:
-            version = pkg.installed
-        if version is None:
-            continue
-        record = version.record
-        if not record.has_key(&#39;Npp-MimeType&#39;):
-            continue
-        mime_types = record[&#39;Npp-MimeType&#39;].split(&#39;,&#39;)
-        for t in mime_types:
-            t = t.rstrip().strip()
-            if t == mimetype:
-                thepkgs.append(pkg.name)
-    return thepkgs
-mimetype = &quot;audio/ogg&quot;
-if 1 &lt; len(sys.argv):
-    mimetype = sys.argv[1]
-print &quot;Browser plugin packages supporting %s:&quot; % mimetype
-for pkg in pkgs_handling_mimetype(mimetype):
-    print &quot;  %s&quot; %pkg
-&lt;/pre&gt;
-
-&lt;p&gt;It can be used like this to look up a given MIME type:&lt;/p&gt;
-
-&lt;pre&gt;
-% ./apt-find-browserplug-for-mimetype 
-Browser plugin packages supporting audio/ogg:
-  gecko-mediaplayer
-% ./apt-find-browserplug-for-mimetype application/x-shockwave-flash
-Browser plugin packages supporting application/x-shockwave-flash:
-  browser-plugin-gnash
-%
-&lt;/pre&gt;
-
-&lt;p&gt;In Ubuntu this mechanism is combined with support in the browser
-itself to query for plugins and propose to install the needed
-packages.  It would be great if Debian supported such feature too.  Is
-anyone working on adding it?&lt;/p&gt;
-
-&lt;p&gt;&lt;strong&gt;Update 2013-01-18 14:20&lt;/strong&gt;: The Debian BTS
-request for icweasel support for this feature is
-&lt;a href=&quot;http://bugs.debian.org/484010&quot;&gt;#484010&lt;/a&gt; from 2008 (and
-&lt;a href=&quot;http://bugs.debian.org/698426&quot;&gt;#698426&lt;/a&gt; from today).  Lack
-of manpower and wish for a different design is the reason thus feature
-is not yet in iceweasel from Debian.&lt;/p&gt;
-</description>
-       </item>
-       
         </channel>
 </rss>