<?xml version="1.0" encoding="utf-8"?>

<feed xmlns="http://www.w3.org/2005/Atom">
<title>Tips</title>
<link href="http://bonedaddy.net/pabs3/log/tags/tips/"/>
<link href="http://bonedaddy.net/pabs3/log/tags/tips/index.atom" rel="self" type="application/atom+xml"/>
<author>

 <name>pabs</name>

</author>

 


  <id>http://bonedaddy.net/pabs3/log/tags/tips/</id>

<subtitle type="html">pabs</subtitle>
<generator uri="http://ikiwiki.info/" version="3.20091218">ikiwiki</generator>
<updated>2009-06-02T06:53:16Z</updated>
<entry>
	<title>Importing GeoRSS feeds into TangoGPS</title>
	
	  <id>http://bonedaddy.net/pabs3/log/2009/05/28/georss-tangogps/</id>
	
	<link href="http://bonedaddy.net/pabs3/log/2009/05/28/georss-tangogps/"/>
	
	
	 
	
	
	 
	  <category term="advogato" />
	 
	  <category term="debconf" />
	 
	  <category term="debian" />
	 
	  <category term="tips" />
	 
	
	<updated>2009-06-02T06:53:16Z</updated>
	<published>2009-05-28T07:27:45Z</published>
	
	 <content type="html" xml:lang="en">
	  &lt;p&gt;&lt;a href=&quot;http://debconf9.debconf.org/&quot;&gt;DebConf9&lt;/a&gt; is getting closer so I was browsing the Internet and
the &lt;a href=&quot;http://wiki.debconf.org/wiki/DebConf9&quot;&gt;DebConf9 wiki&lt;/a&gt; for information. When I&#39;m travelling I
enjoy having maps to be able to get around and not get lost. For DebConf8
I relied on TangogGPS with OpenStreetMap on my OpenMoko Freerunner since
my laptop is fairly cumbersome and has relatively little battery life these
days. For DebConf9 I&#39;ll probably do the same since navit doesn&#39;t seem too
reliable for me yet. During my information gathering for DebConf9 I came
across the DebConf9 map overlay and the &lt;a href=&quot;http://inthesity.wordpress.com/wi-fi-gratis/&quot;&gt;Madrid free Wi-Fi&lt;/a&gt; map.
I wanted to have these available in TangoGPS so I wrote a &lt;a href=&quot;http://bugs.debian.org/530718&quot;&gt;short python script&lt;/a&gt;
to import them into the TangoGPS POI (points of interest) database. It
requires the feedparser and beautifulsoup python modules. First download the
GeoRSS feeds you are interested in and then run the script on the machines
where you want to use TangoGPS with the filenames as arguments. It only
handles points, not lines or polygons since TangoGPS doesn&#39;t allow that.
Hopefully it will be included in TangoGPS upstream or the Debian TangoGPS
package soon. If you want to update the feed you&#39;ll need to manually
delete the relevant points from the database or remove and recreate
the database and then import the feed(s) again.&lt;/p&gt;

	 </content>
	
	
	
</entry>
<entry>
	<title>request tracker tip</title>
	
	  <id>http://bonedaddy.net/pabs3/log/2004/04/05/rt-tip/</id>
	
	<link href="http://bonedaddy.net/pabs3/log/2004/04/05/rt-tip/"/>
	
	
	 
	
	
	 
	  <category term="advogato" />
	 
	  <category term="tips" />
	 
	
	<updated>2009-06-02T06:53:16Z</updated>
	<published>2004-04-05T13:07:18Z</published>
	
	 <content type="html" xml:lang="en">
	  &lt;p&gt;&lt;a href=&quot;http://advogato.org/person/pfremy/&quot;&gt;pfremy&lt;/a&gt;:&lt;/p&gt;

&lt;p&gt;Tried &lt;a href=&quot;http://www.bestpractical.com/rt/&quot;&gt;request tracker&lt;/a&gt;?&lt;/p&gt;

&lt;p&gt;Here is a site that&#39;s been up and used for a while: &lt;a href=&quot;http://rt.indymedia.org/&quot;&gt;http://rt.indymedia.org/&lt;/a&gt;&lt;/p&gt;

	 </content>
	
	
	
</entry>
<entry>
	<title>CSS tip</title>
	
	  <id>http://bonedaddy.net/pabs3/log/2004/02/23/css-tip/</id>
	
	<link href="http://bonedaddy.net/pabs3/log/2004/02/23/css-tip/"/>
	
	
	 
	
	
	 
	  <category term="advogato" />
	 
	  <category term="tips" />
	 
	
	<updated>2009-06-02T06:53:16Z</updated>
	<published>2004-02-23T12:01:46Z</published>
	
	 <content type="html" xml:lang="en">
	  &lt;p&gt;&lt;a href=&quot;http://advogato.org/person/hypatia/&quot;&gt;hypatia&lt;/a&gt;:&lt;/p&gt;

&lt;p&gt;Try the following css too (works for css 2.1 browsers, and mozilla, falls back to &amp;lt;p&amp;gt; styles for non Mozilla/CSS2.1 browsers):&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;pre { white-space: normal; }
pre { white-space: -moz-pre-wrap; }
pre { white-space: pre-wrap; }
&lt;/code&gt;&lt;/pre&gt;

	 </content>
	
	
	
</entry>
<entry>
	<title>fstab tip</title>
	
	  <id>http://bonedaddy.net/pabs3/log/2003/12/09/fstab-tip/</id>
	
	<link href="http://bonedaddy.net/pabs3/log/2003/12/09/fstab-tip/"/>
	
	
	 
	
	
	 
	  <category term="advogato" />
	 
	  <category term="tips" />
	 
	
	<updated>2009-06-02T06:53:16Z</updated>
	<published>2003-12-09T06:21:49Z</published>
	
	 <content type="html" xml:lang="en">
	  &lt;p&gt;&lt;a href=&quot;http://advogato.org/person/braden/&quot;&gt;braden&lt;/a&gt;:&lt;/p&gt;

&lt;p&gt;try adding the &#39;shortname=mixed&#39; to the mount options in /etc/fstab&lt;/p&gt;

	 </content>
	
	
	
</entry>

</feed>
