<?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>Joaquim Rocha's Web Page &#187; django</title>
	<atom:link href="http://www.joaquimrocha.com/category/django/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.joaquimrocha.com</link>
	<description>Linux, technology and art</description>
	<lastBuildDate>Sun, 05 Sep 2010 21:52:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Going to GUADEC</title>
		<link>http://www.joaquimrocha.com/2010/07/04/going-to-guadec-2/</link>
		<comments>http://www.joaquimrocha.com/2010/07/04/going-to-guadec-2/#comments</comments>
		<pubDate>Sun, 04 Jul 2010 11:43:09 +0000</pubDate>
		<dc:creator>Joaquim Rocha</dc:creator>
				<category><![CDATA[django]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[grilo]]></category>
		<category><![CDATA[guadec]]></category>
		<category><![CDATA[igalia]]></category>
		<category><![CDATA[ocrfeeder]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[travel]]></category>

		<guid isPermaLink="false">http://www.joaquimrocha.com/?p=422</guid>
		<description><![CDATA[One more year, Igalia will give me the chance and the pleasure to attend GUADEC one more year, this time in Den Haag.

My fellow Igalians Iago, Alejandro Piñeiro and José Dapena will give talks about Grilo, Cally and Modest 4, respectively.
As for me, I&#8217;m hoping my lightening talk about Text Prediction on GNOME gets accepted.
So, [...]]]></description>
			<content:encoded><![CDATA[<p>One more year, Igalia will give me the chance and the pleasure to attend <a href="http://www.guadec.org" target="_blank">GUADEC</a> one more year, this time in <a href="http://en.wikipedia.org/wiki/The_Hague" target="_blank">Den Haag</a>.</p>
<p><img src="http://www.guadec.org/img/guadec-oranje.png" alt="I'm going to GUADEC" /></p>
<p>My fellow Igalians <a href="http://blogs.igalia.com/itoral" target="_blank">Iago</a>, <a href="http://blogs.igalia.com/apinheiro" target="_blank">Alejandro Piñeiro</a> and <a href="http://blogs.igalia.com/dape" target="_blank">José Dapena</a> will give talks about <a href="http://guadec.org/index.php/guadec/2010/paper/view/17" target="_blank">Grilo</a>, <a href="http://guadec.org/index.php/guadec/2010/paper/view/94" target="_blank">Cally</a> and <a href="http://guadec.org/index.php/guadec/2010/paper/view/60" target="_blank">Modest 4</a>, respectively.</p>
<p>As for me, I&#8217;m hoping my lightening talk about <a href="http://www.joaquimrocha.com/2010/03/03/text-prediction-on-gnome/" target="_blank">Text Prediction on GNOME</a> gets accepted.</p>
<p>So, as usual, if you wanna talk about GNOME, <a href="http://live.gnome.org/OCRFeeder" target="_blank">OCR</a>, <a href="http://www.joaquimrocha.com/2010/03/03/text-prediction-on-gnome/" target="_blank">Input Methods</a>, <a href="http://live.gnome.org/Grilo" target="_blank">Grilo</a>, <a href="http://www.djangoproject.com" target="_blank">Django</a> or Free Software in general and have beer while we&#8217;re on it, come along!</p>
<p>Hope to see you in Den Haag.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joaquimrocha.com/2010/07/04/going-to-guadec-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Python class at Master in Free Software 09/10</title>
		<link>http://www.joaquimrocha.com/2010/04/25/python-class-at-master-in-free-software-0910/</link>
		<comments>http://www.joaquimrocha.com/2010/04/25/python-class-at-master-in-free-software-0910/#comments</comments>
		<pubDate>Sun, 25 Apr 2010 10:02:49 +0000</pubDate>
		<dc:creator>Joaquim Rocha</dc:creator>
				<category><![CDATA[django]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.joaquimrocha.com/?p=363</guid>
		<description><![CDATA[Last Friday I gave an introduction to Python as class in Master in Free Software.
In this session I tried to cover Python from the very basics to decorators, properties and PDB. All covered only as an overview, not in deep detail.
After the introduction we did a simple PyGTK application to list the files from a [...]]]></description>
			<content:encoded><![CDATA[<p>Last Friday I gave an introduction to Python as class in <a title="Master Software Libre" href="http://www.mastersoftwarelibre.com/" target="_blank">Master in Free Software</a>.<br />
In this session I tried to cover Python from the very basics to decorators, properties and <a title="Python Debugger" href="http://docs.python.org/library/pdb.html" target="_blank">PDB</a>. All covered only as an overview, not in deep detail.</p>
<p>After the introduction we did a simple <a title="PyGTK" href="http://www.pygtk.org" target="_blank">PyGTK</a> application to list the files from a folder the user gives it; it will hopefully come in handy when they start to develop their project&#8217;s UI.</p>
<p>So I&#8217;m sharing here the presentation I created for it. If you&#8217;re thinking of learning Python or have started learning it recently it might be helpful for you.</p>
<div style='width:425px;text-align:left'><object style='margin:0px' width='425' height='355'><param name='movie' value='http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=pythonintroduction-100424165250-phpapp01&#038;stripped_title=python-introduction' /><param name='allowFullScreen' value='true'/><param name='allowScriptAccess' value='always'/><embed src='http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=pythonintroduction-100424165250-phpapp01&#038;stripped_title=python-introduction' type='application/x-shockwave-flash' allowscriptaccess='always' allowfullscreen='true' width='425' height='355'></embed></object></div>
]]></content:encoded>
			<wfw:commentRss>http://www.joaquimrocha.com/2010/04/25/python-class-at-master-in-free-software-0910/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Going to FOSDEM!</title>
		<link>http://www.joaquimrocha.com/2010/01/28/going-to-fosdem-2/</link>
		<comments>http://www.joaquimrocha.com/2010/01/28/going-to-fosdem-2/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 21:05:37 +0000</pubDate>
		<dc:creator>Joaquim Rocha</dc:creator>
				<category><![CDATA[django]]></category>
		<category><![CDATA[events]]></category>
		<category><![CDATA[fosdem]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[igalia]]></category>
		<category><![CDATA[maemo]]></category>
		<category><![CDATA[ocrfeeder]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[seriesfinale]]></category>
		<category><![CDATA[travel]]></category>
		<category><![CDATA[trip]]></category>

		<guid isPermaLink="false">http://www.joaquimrocha.com/?p=274</guid>
		<description><![CDATA[
&#8230; and also, this year I giving two presentations there.
I&#8217;m presenting OCRFeeder in the GNOME DevRoom and SeriesFinale in the Embedded/Mobile DevRoom!
I just love FOSDEM, the spirit of it, the number of important Open Source projects in there and the city of Brussels!
If you wanna have a chat about OCRFeeder, SeriesFinale, Hildon Input Methods, Rancho [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.fosdem.org"><img src="http://www.fosdem.org/promo/going-to" alt="I'm going to FOSDEM, the Free and Open Source Software Developers' European Meeting" /></a></p>
<p>&#8230; and also, this year I giving two presentations there.</p>
<p>I&#8217;m presenting <a href="http://live.gnome.org/OCRFeeder">OCRFeeder</a> in the <a title="GNOME DevRoom at FOSDEM" href="http://fosdem.org/2010/schedule/devrooms/gnome" target="_blank">GNOME DevRoom</a> and <a title="SeriesFinale" href="http://www.joaquimrocha.com/2009/12/06/seriesfinale/" target="_blank">SeriesFinale</a> in the <a href="http://fosdem.org/2010/schedule/devrooms/embedded">Embedded/Mobile DevRoom</a>!</p>
<p>I just love FOSDEM, the spirit of it, the number of important Open Source projects in there and the city of Brussels!</p>
<p>If you wanna have a chat about OCRFeeder, SeriesFinale, <a title="HIM" href="http://www.joaquimrocha.com/2010/01/27/him-reopened/" target="_blank">Hildon Input Methods</a>, <a title="Rancho Project Admin Tool" href="http://www.getrancho.com" target="_blank">Rancho</a> (for Django folks), <a title="Igalia" href="http://www.igalia.com" target="_blank">Igalia</a> or other important Open Source projects, while drinking a nice Belgian beer, let me know!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joaquimrocha.com/2010/01/28/going-to-fosdem-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Translate Rancho</title>
		<link>http://www.joaquimrocha.com/2009/06/30/translate-rancho/</link>
		<comments>http://www.joaquimrocha.com/2009/06/30/translate-rancho/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 21:14:41 +0000</pubDate>
		<dc:creator>Joaquim Rocha</dc:creator>
				<category><![CDATA[django]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[rancho]]></category>

		<guid isPermaLink="false">http://www.joaquimrocha.com/2009/06/30/translate-rancho/</guid>
		<description><![CDATA[Rancho is available in English, Portuguese and Spanish (okay, I know some strings are not *yet* updated but they&#8217;ll be).
As we think it&#8217;ll benefit more people who don&#8217;t speak these languages, we&#8217;re asking for translators who want to contribute to this Open Source project.
We have a nice Rosetta app installed where the translators will be [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.getrancho.com" title="Rancho" target="_blank">Rancho</a> is available in English, Portuguese and Spanish (okay, I know some strings are not *yet* updated but they&#8217;ll be).</p>
<p>As we think it&#8217;ll benefit more people who don&#8217;t speak these languages, we&#8217;re asking for translators who want to contribute to this Open Source project.</p>
<p>We have a nice <a href="http://code.google.com/p/django-rosetta/" title="Rosetta Django App" target="_blank">Rosetta</a> app installed where the translators will be able to log in and easily translate the strings.<br />
You&#8217;ll also be credited on Rancho&#8217;s next version.</p>
<p>If you&#8217;d like to translate Rancho to your language send me an email presenting yourself (who are you, projects you&#8217;ve worked on, etc.) and we&#8217;ll arrange a login for you. (You can also translate the .po file directly but that&#8217;s a less collaborative way than doing it on Rosetta)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joaquimrocha.com/2009/06/30/translate-rancho/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Rancho 9.06 is out!</title>
		<link>http://www.joaquimrocha.com/2009/06/27/rancho-906-is-out/</link>
		<comments>http://www.joaquimrocha.com/2009/06/27/rancho-906-is-out/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 12:56:36 +0000</pubDate>
		<dc:creator>Joaquim Rocha</dc:creator>
				<category><![CDATA[django]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[rancho]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.joaquimrocha.com/2009/06/27/rancho-906-is-out/</guid>
		<description><![CDATA[I&#8217;m very happy to announce you that the new version of Rancho is out!
This version has many new things starting by its name/number. We decided to start using n Ubuntu-like versioning and so, instead of just incrementing numbers, we&#8217;ll use the year.month notation. So here you have the 9.06!
But what&#8217;s new in this new version!?
One [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m very happy to announce you that the new version of <a href="http://www.getrancho.com" title="Rancho" target="_blank">Rancho</a> is out!</p>
<p>This version has many new things starting by its name/number. We decided to start using n Ubuntu-like versioning and so, instead of just incrementing numbers, we&#8217;ll use the year.month notation. So here you have the <a href="http://www.getrancho.com/product" title="New Rancho" target="_blank">9.06</a>!</p>
<p>But what&#8217;s new in this new version!?</p>
<p>One of the main new features is the exportation and importation of you accounts using the Rancho Exportation File.<br />
This file will contain all the information that you have on your Rancho system so you can use it for example on other systems or as a back up, etc.</p>
<p>Another really useful new feature is that now Rancho can import Basecamp exportation files! This means that you can export your account from Basecamp, import it on your Rancho installation and keep using what you had.</p>
<p>The design changed just a bit regarding the layout which is now fluid, adapting itself to your browser&#8217;s width.</p>
<p>For the admins, we introduced a logging system that let you easily see what&#8217;s being done in the whole system.<br />
The search was also improved in terms of power and presentation. Search results are now divided in categories (Messages, Milestones, Wikiboars, etc.) to be easily filtered according to what users need.</p>
<p>To end, people in every project can now chat with each other with the new integrated real-time chat and a lot of bugs were fixed.</p>
<p>Here are a couple of screenshots:</p>
<p><a href="http://www.joaquimrocha.com/wp-content/uploads/2009/06/rancho_chat.png" title="Rancho Chat"><img src="http://www.joaquimrocha.com/wp-content/uploads/2009/06/rancho_chat.thumbnail.png" alt="Rancho Chat" border="0" /></a>                                 <a href="http://www.joaquimrocha.com/wp-content/uploads/2009/06/rancho_basecamp_import.png" title="Rancho Basecamp Import"><img src="http://www.joaquimrocha.com/wp-content/uploads/2009/06/rancho_basecamp_import.thumbnail.png" alt="Rancho Basecamp Import" border="0" /></a></p>
<p>What are you waiting for? Get now Rancho 9.06 from <a href="http://www.getrancho.com" title="Rancho" target="_blank">www.getrancho.com</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joaquimrocha.com/2009/06/27/rancho-906-is-out/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>
