<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:media="http://search.yahoo.com/mrss/">

<channel>
	<title>TannieSpace &#187; geekery</title>
	<atom:link href="http://tanniespace.com/tag/geekery/feed/" rel="self" type="application/rss+xml" />
	<link>http://tanniespace.com</link>
	<description>geekery, drawing, and then some</description>
	<lastBuildDate>Sat, 24 Dec 2011 08:32:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Updating WordPress to 2.6 (oops)</title>
		<link>http://tanniespace.com/2008/updating-wordpress-to-26-oops/</link>
		<comments>http://tanniespace.com/2008/updating-wordpress-to-26-oops/#comments</comments>
		<pubDate></pubDate>
		<dc:creator>tanja</dc:creator>
				<category><![CDATA[geekery]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://tanniespace.com/?p=103</guid>
		<description><![CDATA[After nearly a month away from my site, it told me to update to WordPress 2.6. I figured, why the hell not (I like living on the edge). I went through the very easy update-process and thought it all went well. Unfortunately, it didn&#8217;t. At first I thought everything had broken, all my single pages [...]]]></description>
			<content:encoded><![CDATA[<p>After nearly a month away from my site, it told me to update to WordPress 2.6. I figured, why the hell not (I like living on the edge). I went through the very easy update-process and thought it all went well.<br />
Unfortunately, it didn&#8217;t. At first I thought <em>everything</em> had broken, all my single pages gave a 404, even the non-blog ones, and all my links to tags and archives stopped working as well! Panic!</p>

<p>Luckily, I found out pretty quickly that I only needed to fill in the &#8216;tags&#8217; and &#8216;category&#8217; field in the Permalinks section, which solved most of my problems instantly.</p>

<p>The last problem, the archives that didn&#8217;t work, took pretty long to figure out. I googled trying to find if anyone also had their monthly archive links throw them back to the main page I set the Permalinks to the ugly default, and that didn&#8217;t work.<br />
By now I started to worry and considered rolling back to 2.5.1 just to get the monthly archives links to work again. Before I did, I did an install in a different directory as a test and that one had working monthly archive links. As the new install did not have any but the default plugins, I started disabling plugins in my default installation until I found the culprit: the <a href="http://yoast.com/wordpress/meta-robots-wordpress-plugin/">robots meta plugin</a>. Once I figured that one out, it didn&#8217;t take long to find a <a href="http://yoast.com/plugin-issues/">notice</a> of the creator of the plugin, stating that the update revealed a bug and ladida, problem fixed, just update the plugin and set all your settings again. Which I did.</p>

<p>The plugin has a &#8216;disable date archives&#8217; option that got checked. In fact, everything got checked. I unchecked unwanted things, saved, and my monthly archive links work as they should again.</p>
]]></content:encoded>
			<wfw:commentRss>http://tanniespace.com/2008/updating-wordpress-to-26-oops/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<enclosure url="http://tanniespace.com/files/2008/07/finished11.jpg" length="36511" type="image/jpg" /><media:content url="http://tanniespace.com/files/2008/07/finished11.jpg" width="500" height="500" medium="image" type="image/jpeg" />	</item>
		<item>
		<title>New design, new stuff in the background</title>
		<link>http://tanniespace.com/2008/new-design-new-stuff-in-the-background/</link>
		<comments>http://tanniespace.com/2008/new-design-new-stuff-in-the-background/#comments</comments>
		<pubDate></pubDate>
		<dc:creator>tanja</dc:creator>
				<category><![CDATA[geekery]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.tanniespace.com/index.php/2008/06/08/new-design-new-stuff-in-the-background/</guid>
		<description><![CDATA[And there I did it. I switched from Movable Type to WordPress to manage my site. It actually went really smooth and I actually like WordPress so far. No unnecessary complications. Movable Type started acting up on me, not letting me edit post titles. I upgraded and then it wouldn&#8217;t let me edit post entries [...]]]></description>
			<content:encoded><![CDATA[<p>And there I did it. I switched from Movable Type to <a href="http://wordpress.org/" title="WordPress &#8250; Blog Tool and Weblog Platform">WordPress</a>  to manage my site.</p>

<p>It actually went really smooth and I actually like WordPress so far. No unnecessary complications. Movable Type started acting up on me, not letting me edit post titles. I upgraded and then it wouldn&#8217;t let me edit post entries anymore. Or post anything new&#8230;
So I decided to give WordPress a shot. So far, I like it. :)</p>
]]></content:encoded>
			<wfw:commentRss>http://tanniespace.com/2008/new-design-new-stuff-in-the-background/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Markdown links in TextMate</title>
		<link>http://tanniespace.com/2007/markdown-links-in-textmate/</link>
		<comments>http://tanniespace.com/2007/markdown-links-in-textmate/#comments</comments>
		<pubDate></pubDate>
		<dc:creator>tanja</dc:creator>
				<category><![CDATA[geekery]]></category>

		<guid isPermaLink="false">http://www.tanniespace.com/wp-test/?p=60</guid>
		<description><![CDATA[My blogging-life became a lot easier with Markdown, which in turn became easy to use with TextMate. I don&#8217;t really like the inline linking style, I much more prefer the reference linking style. To keep myself sane I would ofcourse need some nifty TextMate magic to do so. It only took a little bit of [...]]]></description>
			<content:encoded><![CDATA[<p>My blogging-life became a lot easier with <a href="http://daringfireball.net/projects/markdown/">Markdown</a>, which in turn became easy to use with <a href="http://macromates.com/">TextMate</a>. I don&#8217;t really like the inline linking style, I much more prefer the reference linking style. To keep myself sane I would ofcourse need some nifty TextMate magic to do so. It only took a little bit of googling to find the solution.
Dr. Drang explains it clearly at his <a href="http://www.leancrew.com/all-this/">blog</a>. Make sure to check both <a href="http://www.leancrew.com/all-this/2006/02/textmate_and_links_again.html">this</a> and <a href="http://www.leancrew.com/all-this/2006/03/new_and_improved_textmate_and.html">this</a> link to create your own macro in TextMate. The second link has some additions to the first one, making the reference numbers automatic.</p>

<p>After that, check out the <a href="http://leancrew.com/all-this/2006/03/markdown_links_in_textmate_the.html">third follow-up</a> to create a macro that lets you select a word and create a reference link (cause no doubt, you sometimes read back and think &#8216;Damn, I should link that!&#8217;).</p>

<p>So, you get the idea, and you want more! Checkout the <a href="http://www.leancrew.com/all-this/2006/07/lucky_linking.html">next follow-up</a> on how to create a reference link by selecting a word and letting your little macro do a &#8216;I feel lucky!&#8217; google-lookup.</p>

<p>I love computers.</p>
]]></content:encoded>
			<wfw:commentRss>http://tanniespace.com/2007/markdown-links-in-textmate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://tanniespace.com/files/2006/07/textmate.png" length="18345" type="image/jpg" /><media:content url="http://tanniespace.com/files/2006/07/textmate.png" width="134" height="143" medium="image" type="image/png" />	</item>
		<item>
		<title>TextMate (and blogging)</title>
		<link>http://tanniespace.com/2007/textmate-2/</link>
		<comments>http://tanniespace.com/2007/textmate-2/#comments</comments>
		<pubDate></pubDate>
		<dc:creator>tanja</dc:creator>
				<category><![CDATA[geekery]]></category>

		<guid isPermaLink="false">http://www.tanniespace.com/wp-test/?p=58</guid>
		<description><![CDATA[I blogged about TextMate before but I neglected to mention how much I&#8217;ve used it to actual blog (not that I blog that much). I&#8217;ve also used it to edit templates and CSS for my blog, working mostly with Cyberduck cause I just like my GUI. I do on occasion simply scp, but I really [...]]]></description>
			<content:encoded><![CDATA[<p>I <a href="http://www.tanniespace.com/geekery/2006/07/textmate.html">blogged</a> about <a href="http://macromates.com/">TextMate</a> before but I neglected to mention how much I&#8217;ve used it to actual blog (not that I blog that much). I&#8217;ve also used it to edit templates and CSS for my blog, working mostly with <a href="http://cyberduck.ch/">Cyberduck</a> cause I just like my GUI. I do on occasion simply scp, but I really miss the visual tree I do get in Cyberduck (and other gui-ftp-tools).
With the help of the <a href="http://skiadas.dcostanet.net/afterthought/2006/06/25/details-on-the-gtdalt-bundle/">GTDalt</a> bundle and <a href="http://svk.bestpractical.com/view/HomePage">SVK</a> (and the bundle in TextMate) I also get more things done and have managed to organise my files better. Though I do still spend a lot of time tweaking and geeking about :)
The next item on my list: dejunk my closet. Which I shall do right now!</p>

<p>(if I feel like it I might post the amount of junk I removed from it later on)</p>
]]></content:encoded>
			<wfw:commentRss>http://tanniespace.com/2007/textmate-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<enclosure url="http://tanniespace.com/files/2006/07/textmate.png" length="18345" type="image/jpg" /><media:content url="http://tanniespace.com/files/2006/07/textmate.png" width="134" height="143" medium="image" type="image/png" />	</item>
		<item>
		<title>Hiveminder.com, and why I like it.</title>
		<link>http://tanniespace.com/2006/hivemindercom-and-why-i-like-it/</link>
		<comments>http://tanniespace.com/2006/hivemindercom-and-why-i-like-it/#comments</comments>
		<pubDate></pubDate>
		<dc:creator>tanja</dc:creator>
				<category><![CDATA[geekery]]></category>

		<guid isPermaLink="false">http://www.tanniespace.com/wp-test/?p=57</guid>
		<description><![CDATA[After playing around with the lovely todo.sh I decided to make the switch to hiveminder. This web-based application now has command line support. In fact, it&#8217;ll take my old todo.txt and convert it to hiveminder-tasks. This didn&#8217;t go extremely smoothly, my tags ended up in the task description, all in all, it worked. Hiveminder.com has [...]]]></description>
			<content:encoded><![CDATA[<p>After playing around with the lovely <a href="http://www.todotxt.com/">todo.sh</a> I decided to make the switch to <a href="http://hiveminder.com/">hiveminder</a>. This web-based application now has <a href="http://bestpractical.typepad.com/worst_impractical/2006/09/todopl_or_how_i.html">command line</a> support. In fact, it&#8217;ll take my old todo.txt and convert it to hiveminder-tasks. This didn&#8217;t go extremely smoothly, my tags ended up in the task description, all in all, it worked.</p>

<p>Hiveminder.com has also started to support <a href="http://bestpractical.typepad.com/worst_impractical/2006/10/repeating_tasks.html">repeating tasks</a> which I very much appreciate. I hadn&#8217;t figured out a good way to do that on my command-line and now I can never forget to take my pills on Monday, woohoo.</p>

<p>What I appreciate a lot (maybe even most) about <a href="http://hiveminder.com/">hiveminder</a> : the ability to make tasks dependant on each-other and the fact that the depending task does not appear unless you&#8217;ve done the main task. I will not see &#8216;fold laundry&#8217; before I have actually checked off &#8216;wash clothes&#8217;. Yaay for that!</p>
]]></content:encoded>
			<wfw:commentRss>http://tanniespace.com/2006/hivemindercom-and-why-i-like-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>todo.sh to hiveminder.com</title>
		<link>http://tanniespace.com/2006/todosh-to-hivemindercom/</link>
		<comments>http://tanniespace.com/2006/todosh-to-hivemindercom/#comments</comments>
		<pubDate></pubDate>
		<dc:creator>tanja</dc:creator>
				<category><![CDATA[geekery]]></category>

		<guid isPermaLink="false">http://www.tanniespace.com/wp-test/?p=55</guid>
		<description><![CDATA[So, I heard that hiveminder will support todo.sh]]></description>
			<content:encoded><![CDATA[<p>So, I heard that <a href="http://hiveminder.com">hiveminder</a> will support <a href="http://www.todotxt.com/">todo.sh</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tanniespace.com/2006/todosh-to-hivemindercom/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tickler files and todo.sh</title>
		<link>http://tanniespace.com/2006/tickler-files-and-todosh/</link>
		<comments>http://tanniespace.com/2006/tickler-files-and-todosh/#comments</comments>
		<pubDate></pubDate>
		<dc:creator>tanja</dc:creator>
				<category><![CDATA[geekery]]></category>

		<guid isPermaLink="false">http://www.tanniespace.com/wp-test/?p=54</guid>
		<description><![CDATA[After fiddling around with the todo.sh script some more I got the idea to create a digital tickler-system. I have not used a digital or non-digital tickler system before (I tried the mail.app IMAP version, but it just didn&#8217;t stick). First, you need to add the following line to .todo: TICKLER_DIR=&#34;/Users/yourname/GTD/Tickler&#34; or whichever folder you&#8217;d [...]]]></description>
			<content:encoded><![CDATA[<p>After fiddling around with the <a href="http://www.todotxt.com/library/todo.sh/">todo.sh</a> script some more I got the idea to create a digital tickler-system.</p>

<p>I have not used a digital or non-digital tickler system before (I tried the <a href="http://www.hawkwings.net/2005/12/01/applescript-to-create-and-run-a-gtd-tickler-file/">mail.app IMAP version</a>, but it just didn&#8217;t stick).</p>

<p>First, you need to add the following line to .todo:</p>

<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">TICKLER_DIR=&quot;/Users/yourname/GTD/Tickler&quot;</div></div>

<p>or whichever folder you&#8217;d like to use.</p>

<p><span id="more-54"></span>
Then, create a foldertree like:</p>

<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">Tickler<br />
days<br />
01<br />
02<br />
....<br />
30<br />
31<br />
months<br />
01<br />
02<br />
...<br />
10<br />
11<br />
12<br />
today</div></div>

<p>You can use a <a href="http://tanniespace.com/geekery/ticklerfolders.sh">short bash-script</a> for that.</p>

<p>Next, download <a href="http://tanniespace.com/geekery/tickler.sh">tickler.sh</a> and place it somewhere you can find it (right next to todo.sh, I&#8217;d say)</p>

<p>Next, patch todo.sh with the <a href="http://tanniespace.com/geekery/todotickle.diff">.diff</a>:</p>

<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">patch todo.sh &lt; todotickler.diff</div></div>

<p>Setup all done!</p>

<p>So how do you use this?</p>

<p>Pretty simple:
tickler.sh checks the date, and then checks the appropriate days and months folder for the presence of a .txt file with the same name. For todays date, it would check &#8216;/Users/yourname/GTD/Tickler/days/20/20.txt&#8217; and &#8216;/Users/yourname/GTD/Tickler/months/07/07.txt&#8217;. The script will take the contents of them and appends it to todo.txt .</p>

<p>It doesn&#8217;t stop there!</p>

<p>It also checks the entire directory and moves all files to the &#8216;/Users/yourname/GTD/Tickler/today&#8217; folder <em>and</em> makes a todo stating &#8216;check /Users/yourname/GTD/Tickler/today/$filename&#8217;</p>

<p>So how do you get things into the .txt files?</p>

<p>Easy, the patch adds a &#8216;tickle&#8217; option to &#8216;todo.sh&#8217;.</p>

<p>Say your todo-list looks like:</p>

<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">04 (A) get rich<br />
05 (A) take over the world p:world domination<br />
03 buy DVD<br />
06 fold laundry<br />
07 wash dog<br />
02 vacuum p:household<br />
01 x 2006-07-14 do dishes p:household</div></div>

<p>Type the following command:</p>

<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">todo tickle 7</div></div>

<p>The script will then ask you if you want to put it in a day or a month folder (press &#8216;d&#8217; or &#8216;m&#8217;) and which number and then proceed with moving the task to the .txt file.
You can skip the questions by typing:</p>

<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">todo tickle 7 d25</div></div>

<p>This moves task 7 to /Users/yourname/GTD/Tickler/days/25/25.txt</p>

<p>For month-folder use something like:</p>

<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">todo tickle 7 m8</div></div>

<p>Leading zeros get added when needed.</p>
]]></content:encoded>
			<wfw:commentRss>http://tanniespace.com/2006/tickler-files-and-todosh/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Updated manager with todo.sh 1.7</title>
		<link>http://tanniespace.com/2006/updated-manager-with-todosh-17/</link>
		<comments>http://tanniespace.com/2006/updated-manager-with-todosh-17/#comments</comments>
		<pubDate></pubDate>
		<dc:creator>tanja</dc:creator>
				<category><![CDATA[geekery]]></category>

		<guid isPermaLink="false">http://www.tanniespace.com/wp-test/?p=53</guid>
		<description><![CDATA[Version 1.7 of todo.sh came out so I uploaded another .diff.]]></description>
			<content:encoded><![CDATA[<p>Version 1.7 of <a href="http://www.todotxt.com/">todo.sh</a> came out so I uploaded another <a href="http://www.tanniespace.com/geekery/todo17.diff">.diff</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tanniespace.com/2006/updated-manager-with-todosh-17/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Todo.sh / manager without colours in done items</title>
		<link>http://tanniespace.com/2006/todosh-manager-without-colours-in-done-items/</link>
		<comments>http://tanniespace.com/2006/todosh-manager-without-colours-in-done-items/#comments</comments>
		<pubDate></pubDate>
		<dc:creator>tanja</dc:creator>
				<category><![CDATA[geekery]]></category>

		<guid isPermaLink="false">http://www.tanniespace.com/wp-test/?p=52</guid>
		<description><![CDATA[As mentioned in a previous post about todo.sh / manager I wanted to remove colours for done items. For me it seems a bit pointless to have colours in items that don&#8217;t need any more attention. It took me some fondling but I managed to get it done, yaay! Uploaded a .diff for the original [...]]]></description>
			<content:encoded><![CDATA[<p>As mentioned in a previous <a href="http://tanniespace.com/textmate/">post</a> about <a href="http://tanniespace.com/keeping-a-todolist-in-plain-text/">todo.sh / manager</a> I wanted to remove colours for done items. For me it seems a bit pointless to have colours in items that don&#8217;t need any more attention. It took me some fondling but I managed to get it done, yaay!
Uploaded a <a href="http://www.tanniespace.com/geekery/todocolour.diff">.diff</a> for the original todo.sh and changed the <a href="http://www.tanniespace.com/geekery/todo163.diff">manager-diff</a> to include these changes. To apply the patch, download the .diff to the directory that contains &#8216;todo.sh&#8217; and type:
<code>patch todo.sh &lt; todocolours.diff</code></p>

<p><span id="more-52"></span>
The script goes from this output:</p>

<p><img src="http://www.tanniespace.com/geekery/todoshwithcolour.png" alt="colour everywhere" title="colour everywhere" /><br /><span class="wp-caption">colour everywhere</span></p>

<p>to:<br />
<img src="http://www.tanniespace.com/geekery/todoshwithoutcolour.png" alt="only colour in open items" title="only colour in open items" /><br /><span class="wp-caption">only colour in open items</span>!</p>
]]></content:encoded>
			<wfw:commentRss>http://tanniespace.com/2006/todosh-manager-without-colours-in-done-items/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TextMate</title>
		<link>http://tanniespace.com/2006/textmate/</link>
		<comments>http://tanniespace.com/2006/textmate/#comments</comments>
		<pubDate></pubDate>
		<dc:creator>tanja</dc:creator>
				<category><![CDATA[geekery]]></category>

		<guid isPermaLink="false">http://www.tanniespace.com/wp-test/?p=51</guid>
		<description><![CDATA[Recently I discovered Texmate, after searching for a nice text-editor for my mac. As I planned to save most of my personal files as plain text, I wanted something that could handle my needs and wants. I love a well implemented drawer and even though Textmate doesn&#8217;t show a drawer by default, it does give [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I discovered <a href="http://macromates.com/">Texmate</a>, after searching for a nice text-editor for my mac. As I planned to save most of my personal files as <a href="http://tanniespace.com/index.php/keeping-a-todolist-in-plain-text/">plain text</a>, I wanted something that could handle my needs and wants.
I love a well implemented drawer and even though Textmate doesn&#8217;t show a drawer by default, it does give me one with my Projects (aaah Projects! such a wonderful feature!).</p>

<p>I very much like the perl-bundle and the other programming bundles. Those make the cake.
The icing, however, consists of the blogging bundle, the fact that while typing an e-mail I can press ^&#8984;E and the entire text goes into textmate where I can edit it, the fact that I can use snippets to easily create replies to e-mails without having to type the same paragraphs over and over (yes, I know about <a href="http://www.mactank.com/mailtemplate/">mailtemplate</a>, it just doesn&#8217;t do it for me), and that I can learn about handy little <a href="http://www.leancrew.com/all-this/2006/03/markdown_links_in_textmate_the.html">macros</a> on other blogs.</p>

<p>Now, only mission left for today, making <a href="http://tanniespace.com/index.php/manager-update/">manager/todo.sh</a> not display colours for done items.</p>
]]></content:encoded>
			<wfw:commentRss>http://tanniespace.com/2006/textmate/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<enclosure url="http://tanniespace.com/files/2006/07/textmate.png" length="18345" type="image/jpg" /><media:content url="http://tanniespace.com/files/2006/07/textmate.png" width="134" height="143" medium="image" type="image/png" />	</item>
	</channel>
</rss>

