<?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/"
	>

<channel>
	<title>Development Blog &#187; nautilus</title>
	<atom:link href="http://blog.yeticode.co.uk/tag/nautilus/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.yeticode.co.uk</link>
	<description>John Tindell's Blog For Development Related Things</description>
	<lastBuildDate>Wed, 23 Jun 2010 18:17:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Upload Image to Imgur.com</title>
		<link>http://blog.yeticode.co.uk/2010/01/upload-image-to-imgur-com/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=upload-image-to-imgur-com</link>
		<comments>http://blog.yeticode.co.uk/2010/01/upload-image-to-imgur-com/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 22:59:38 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Development Log]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[nautilus]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://blog.yeticode.co.uk/?p=626</guid>
		<description><![CDATA[I was looking for an easy way to upload images from my laptop to imgur.com without having to open my browser up. I found a post explaining how to upload an image from nautilus. The script worked well enough however I didn&#8217;t like the information it displayed to you at the end. So I rewrote [...]]]></description>
			<content:encoded><![CDATA[<p>I was looking for an easy way to upload images from my laptop to <a href="http://www.imgur.com">imgur.com</a> without having to open my browser up. I found a post explaining how to upload an <a href="http://www.webupd8.org/2009/12/upload-image-to-imgur-nautilus-actions.html">image from nautilus</a>. The script worked well enough however I didn&#8217;t like the information it displayed to you at the end. So I rewrote the script in python so that it displays a dialog with link buttons for the available options for the image.</p>
<p><img alt="upload to imgur screenshot" src="http://static.yeticode.co.uk/blog/images/posts/Screenshot-Imgur-Details.png" title="Post upload details"/></p>
<p>The code is <a href="https://code.google.com/p/imgur-upload/">hosted at google</a>.</p>
<p><b>Update</b></p>
<p>Thanks to the <a href="http://www.reddit.com/r/linux/comments/aldjc/upload_to_imgur_from_nautilus/">people over at reddit</a> the script now supports automatically copies the url to the clipboard, and also correctly loads the glade file.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.yeticode.co.uk/2010/01/upload-image-to-imgur-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
