<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">
<channel rdf:about="http://www.minutebutterfly.de/rss.xml">
<title>Your Daily Shot Of MinuteButterfly</title>
<link>http://www.minutebutterfly.de/rss.xml</link>
<description>MinuteButterfly 1.0 RSS feed</description>
<dc:language>en-us</dc:language>
<dc:rights>Creative Commons</dc:rights>
<dc:date>2010-03-10T07:55:27+01:00</dc:date>
<dc:creator>Régis B.</dc:creator>
<dc:subject>Personal timeline</dc:subject>
<items>
<rdf:Seq><rdf:li rdf:resource="http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1264873997"/>
<rdf:li rdf:resource="http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1264714801"/>
<rdf:li rdf:resource="http://www.minutebutterfly.de/index.php?content_type=post&amp;content_id=1264587716"/>
<rdf:li rdf:resource="http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1264150788"/>
<rdf:li rdf:resource="http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1264150782"/>
<rdf:li rdf:resource="http://www.minutebutterfly.de/index.php?content_type=post&amp;content_id=1263058448"/>
<rdf:li rdf:resource="http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1262037855"/>
<rdf:li rdf:resource="http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1261556022"/>
<rdf:li rdf:resource="http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1261555965"/>
<rdf:li rdf:resource="http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1261400557"/>
<rdf:li rdf:resource="http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1261396331"/>
<rdf:li rdf:resource="http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1261126664"/>
<rdf:li rdf:resource="http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1261126656"/>
<rdf:li rdf:resource="http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1260450605"/>
<rdf:li rdf:resource="http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1260286420"/>
<rdf:li rdf:resource="http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1260276938"/>
<rdf:li rdf:resource="http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1260276831"/>
<rdf:li rdf:resource="http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1258977603"/>
<rdf:li rdf:resource="http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1258977603"/>
<rdf:li rdf:resource="http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1257505313"/>
</rdf:Seq>
</items>
<image rdf:resource=""/>
</channel>
<item rdf:about="http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1264873997">
<title>Monkey Head</title>
<link>http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1264873997</link>
<description>&lt;a href=&quot;http://farm5.static.flickr.com/4008/4316646092_322fae2a40_o.jpg&quot;&gt;&lt;img src=&quot;http://farm5.static.flickr.com/4008/4316646092_322fae2a40_o.jpg&quot;&gt;&lt;/img&gt;&lt;/a&gt;</description>
<feedburner:origLink>http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1264873997</feedburner:origLink>
</item>
<item rdf:about="http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1264714801">
<title>Statue de jeune homme</title>
<link>http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1264714801</link>
<description>&lt;a href=&quot;http://farm3.static.flickr.com/2749/4311754201_bd12601b99_o.jpg&quot;&gt;&lt;img src=&quot;http://farm3.static.flickr.com/2749/4311754201_bd12601b99_o.jpg&quot;&gt;&lt;/img&gt;&lt;/a&gt;</description>
<feedburner:origLink>http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1264714801</feedburner:origLink>
</item>
<item rdf:about="http://www.minutebutterfly.de/index.php?content_type=post&amp;content_id=1264587716">
<title>Making quick google requests from the command line</title>
<link>http://www.minutebutterfly.de/index.php?content_type=post&amp;content_id=1264587716</link>
<description>I just wrote a simple python script to make simple requests to Google from the command line. No special characters, no fancy search engine, just plain Google. But it seems to work.&lt;br/&gt;

&lt;pre&gt;
#!/usr/bin/python
# -*- coding: utf-8 -*-
import os, sys
import webbrowser

query = &quot;&quot;
if len(sys.argv) &gt; 1:
	query = sys.argv[1]
print &quot;Querying google: &quot; + query
query = query.replace(&quot; &quot;, &quot;+&quot;)
webbrowser.open(&quot;http://www.google.com/search?name=f&amp;hl=en&amp;q=&quot; + query)
&lt;/pre&gt;</description>
<feedburner:origLink>http://www.minutebutterfly.de/index.php?content_type=post&amp;content_id=1264587716</feedburner:origLink>
</item>
<item rdf:about="http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1264150788">
<title>Prag door knob</title>
<link>http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1264150788</link>
<description>&lt;a href=&quot;http://farm5.static.flickr.com/4015/4294402895_b5baabfce4_o.jpg&quot;&gt;&lt;img src=&quot;http://farm5.static.flickr.com/4015/4294402895_b5baabfce4_o.jpg&quot;&gt;&lt;/img&gt;&lt;/a&gt;</description>
<feedburner:origLink>http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1264150788</feedburner:origLink>
</item>
<item rdf:about="http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1264150782">
<title>Prag Subway</title>
<link>http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1264150782</link>
<description>&lt;a href=&quot;http://farm3.static.flickr.com/2681/4294402799_d81bd82484_o.jpg&quot;&gt;&lt;img src=&quot;http://farm3.static.flickr.com/2681/4294402799_d81bd82484_o.jpg&quot;&gt;&lt;/img&gt;&lt;/a&gt;</description>
<feedburner:origLink>http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1264150782</feedburner:origLink>
</item>
<item rdf:about="http://www.minutebutterfly.de/index.php?content_type=post&amp;content_id=1263058448">
<title>Parlez-en</title>
<link>http://www.minutebutterfly.de/index.php?content_type=post&amp;content_id=1263058448</link>
<description>Dès que j'aurai fini de bosser sur mon manuscrit de thèse, je vais commencer à chercher à exposer certaines des photos que j'ai faites en Chine. J'ai créé une page pour me faire de la publicité : &lt;a href=&quot;http://www.minutebutterfly.de/expo&quot;&gt;http://www.minutebutterfly.de/expo&lt;/a&gt;. Parlez-en à vos amis et aux gens autour de vous, faites tourner le lien ! Ce serait sympa.&lt;br /&gt;
&lt;br /&gt;
After I'm done with my PhD manuscript, I would like to exhibit some of the photos I have made during my time in China. To this purpose, I have created a webpage that displays the pictures: &lt;a href=&quot;http://www.minutebutterfly.de/expo&quot;&gt;http://www.minutebutterfly.de/expo&lt;/a&gt;. It would be great if you could pass the word around. Thanks!
</description>
<feedburner:origLink>http://www.minutebutterfly.de/index.php?content_type=post&amp;content_id=1263058448</feedburner:origLink>
</item>
<item rdf:about="http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1262037855">
<title>D22 Punk</title>
<link>http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1262037855</link>
<description>&lt;a href=&quot;http://farm5.static.flickr.com/4011/4222841627_dd09e0dbdc_o.jpg&quot;&gt;&lt;img src=&quot;http://farm5.static.flickr.com/4011/4222841627_dd09e0dbdc_o.jpg&quot;&gt;&lt;/img&gt;&lt;/a&gt;</description>
<feedburner:origLink>http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1262037855</feedburner:origLink>
</item>
<item rdf:about="http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1261556022">
<title>Brain Failure Drummer</title>
<link>http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1261556022</link>
<description>&lt;a href=&quot;http://farm3.static.flickr.com/2705/4208422852_0c8e035783_o.jpg&quot;&gt;&lt;img src=&quot;http://farm3.static.flickr.com/2705/4208422852_0c8e035783_o.jpg&quot;&gt;&lt;/img&gt;&lt;/a&gt;</description>
<feedburner:origLink>http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1261556022</feedburner:origLink>
</item>
<item rdf:about="http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1261555965">
<title>Brain Failure Bass</title>
<link>http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1261555965</link>
<description>&lt;a href=&quot;http://farm5.static.flickr.com/4004/4208421718_046005988a_o.jpg&quot;&gt;&lt;img src=&quot;http://farm5.static.flickr.com/4004/4208421718_046005988a_o.jpg&quot;&gt;&lt;/img&gt;&lt;/a&gt;</description>
<feedburner:origLink>http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1261555965</feedburner:origLink>
</item>
<item rdf:about="http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1261400557">
<title>Brain Failure Lead Singer</title>
<link>http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1261400557</link>
<description>&lt;a href=&quot;http://farm3.static.flickr.com/2658/4202604239_77f83b4966_o.jpg&quot;&gt;&lt;img src=&quot;http://farm3.static.flickr.com/2658/4202604239_77f83b4966_o.jpg&quot;&gt;&lt;/img&gt;&lt;/a&gt;</description>
<feedburner:origLink>http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1261400557</feedburner:origLink>
</item>
<item rdf:about="http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1261396331">
<title>Brain Failure</title>
<link>http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1261396331</link>
<description>&lt;a href=&quot;http://farm3.static.flickr.com/2562/4203244944_a81bb01a9e_o.jpg&quot;&gt;&lt;img src=&quot;http://farm3.static.flickr.com/2562/4203244944_a81bb01a9e_o.jpg&quot;&gt;&lt;/img&gt;&lt;/a&gt;</description>
<feedburner:origLink>http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1261396331</feedburner:origLink>
</item>
<item rdf:about="http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1261126664">
<title>D22 Bathroom</title>
<link>http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1261126664</link>
<description>&lt;a href=&quot;http://farm3.static.flickr.com/2653/4194828156_2c57b20cf7_o.jpg&quot;&gt;&lt;img src=&quot;http://farm3.static.flickr.com/2653/4194828156_2c57b20cf7_o.jpg&quot;&gt;&lt;/img&gt;&lt;/a&gt;</description>
<feedburner:origLink>http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1261126664</feedburner:origLink>
</item>
<item rdf:about="http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1261126656">
<title>Babyfoot chinois</title>
<link>http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1261126656</link>
<description>&lt;a href=&quot;http://farm3.static.flickr.com/2736/4194072745_759256861e_o.jpg&quot;&gt;&lt;img src=&quot;http://farm3.static.flickr.com/2736/4194072745_759256861e_o.jpg&quot;&gt;&lt;/img&gt;&lt;/a&gt;</description>
<feedburner:origLink>http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1261126656</feedburner:origLink>
</item>
<item rdf:about="http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1260450605">
<title>Lazy Dubai Cat</title>
<link>http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1260450605</link>
<description>&lt;a href=&quot;http://farm3.static.flickr.com/2726/4173570537_d9a938e892_o.jpg&quot;&gt;&lt;img src=&quot;http://farm3.static.flickr.com/2726/4173570537_d9a938e892_o.jpg&quot;&gt;&lt;/img&gt;&lt;/a&gt;</description>
<feedburner:origLink>http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1260450605</feedburner:origLink>
</item>
<item rdf:about="http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1260286420">
<title>Chatouilles pour hommes</title>
<link>http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1260286420</link>
<description>&lt;a href=&quot;http://farm3.static.flickr.com/2496/4168709987_004570e3ed_o.jpg&quot;&gt;&lt;img src=&quot;http://farm3.static.flickr.com/2496/4168709987_004570e3ed_o.jpg&quot;&gt;&lt;/img&gt;&lt;/a&gt;</description>
<feedburner:origLink>http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1260286420</feedburner:origLink>
</item>
<item rdf:about="http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1260276938">
<title>Yann in a box</title>
<link>http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1260276938</link>
<description>&lt;a href=&quot;http://farm5.static.flickr.com/4037/4168417631_4a64978bb4_o.jpg&quot;&gt;&lt;img src=&quot;http://farm5.static.flickr.com/4037/4168417631_4a64978bb4_o.jpg&quot;&gt;&lt;/img&gt;&lt;/a&gt;</description>
<feedburner:origLink>http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1260276938</feedburner:origLink>
</item>
<item rdf:about="http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1260276831">
<title>David ~ Lear</title>
<link>http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1260276831</link>
<description>&lt;a href=&quot;http://farm3.static.flickr.com/2784/4169178280_e26a9284d5_o.jpg&quot;&gt;&lt;img src=&quot;http://farm3.static.flickr.com/2784/4169178280_e26a9284d5_o.jpg&quot;&gt;&lt;/img&gt;&lt;/a&gt;</description>
<feedburner:origLink>http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1260276831</feedburner:origLink>
</item>
<item rdf:about="http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1258977603">
<title>Raising skyscrapers</title>
<link>http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1258977603</link>
<description>&lt;a href=&quot;http://farm3.static.flickr.com/2506/4127952868_26d9219d80_o.jpg&quot;&gt;&lt;img src=&quot;http://farm3.static.flickr.com/2506/4127952868_26d9219d80_o.jpg&quot;&gt;&lt;/img&gt;&lt;/a&gt;</description>
<feedburner:origLink>http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1258977603</feedburner:origLink>
</item>
<item rdf:about="http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1258977603">
<title>Raising skyscrapers, 2nd</title>
<link>http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1258977603</link>
<description>&lt;a href=&quot;http://farm3.static.flickr.com/2722/4127952870_45b4b56fae_o.jpg&quot;&gt;&lt;img src=&quot;http://farm3.static.flickr.com/2722/4127952870_45b4b56fae_o.jpg&quot;&gt;&lt;/img&gt;&lt;/a&gt;</description>
<feedburner:origLink>http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1258977603</feedburner:origLink>
</item>
<item rdf:about="http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1257505313">
<title>Laundry</title>
<link>http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1257505313</link>
<description>&lt;a href=&quot;http://farm3.static.flickr.com/2799/4080300606_78e5ab5e9e_o.jpg&quot;&gt;&lt;img src=&quot;http://farm3.static.flickr.com/2799/4080300606_78e5ab5e9e_o.jpg&quot;&gt;&lt;/img&gt;&lt;/a&gt;</description>
<feedburner:origLink>http://www.minutebutterfly.de/index.php?content_type=photo_flickr&amp;content_id=1257505313</feedburner:origLink>
</item>
</rdf:RDF>
