<?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; python</title>
	<atom:link href="http://www.joaquimrocha.com/category/python/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>One more step in OCR with OCRFeeder 0.7</title>
		<link>http://www.joaquimrocha.com/2010/07/30/one-more-step-in-ocr-with-ocrfeeder-0-7/</link>
		<comments>http://www.joaquimrocha.com/2010/07/30/one-more-step-in-ocr-with-ocrfeeder-0-7/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 13:44:14 +0000</pubDate>
		<dc:creator>Joaquim Rocha</dc:creator>
				<category><![CDATA[gnome]]></category>
		<category><![CDATA[gtk]]></category>
		<category><![CDATA[guadec]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[ocr]]></category>
		<category><![CDATA[ocrfeeder]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://www.joaquimrocha.com/?p=486</guid>
		<description><![CDATA[I have been hacking on some new and cool features on OCRFeeder for a while and now it is time to show them to the world in a new release.
These features I&#8217;m talking about fall mainly in 2 areas: improving the a11y of the UI and improving the recognition of documents.
A11y Improvement
The improvement of the [...]]]></description>
			<content:encoded><![CDATA[<p>I have been hacking on some new and cool features on <a href="http://live.gnome.org/OCRFeeder" target="_blank">OCRFeeder</a> for a while and now it is time to show them to the world in a new release.</p>
<p>These features I&#8217;m talking about fall mainly in 2 areas: improving the a11y of the UI and improving the recognition of documents.</p>
<p><strong>A11y Improvement</strong></p>
<p>The improvement of the a11y has the typical UI changes to include mnemonics, missing labels and relations, but also other approaches that have more to do with UX like using a progress dialog to inform users that time-taking operations are being carried. This means that now, the PDF importation and OCR won&#8217;t block the UI.<br />
Other changes in this category were the navigation through the content boxes (before, these could only be selected by clicking on them), the selection of all boxes and the deletion of selected boxes.</p>
<p>The following screenshot shows the box editor area of OCRFeeder with its mnemonics highlighted:</p>
<div id="attachment_508" class="wp-caption aligncenter" style="width: 160px"><a href="http://www.joaquimrocha.com/wp-content/uploads/2010/07/ocrfeeder_a11y1.png"><img class="size-medium wp-image-508" title="ocrfeeder_a11y" src="http://www.joaquimrocha.com/wp-content/uploads/2010/07/ocrfeeder_a11y1-150x300.png" alt="Box edition area" width="150" height="300" /></a><p class="wp-caption-text">Box edition area</p></div>
<p><strong>Recognition Improvements</strong></p>
<p>Sometimes, text columns are so close to each other that they end up being recognized as a single paragraph, so I added a post-detection method to solve this issue. This feature is optional and can be toggled from the Preferences dialog.</p>
<p>Here&#8217;s an example of the difference it makes:</p>
<div id="attachment_503" class="wp-caption aligncenter" style="width: 229px"><a href="http://www.joaquimrocha.com/wp-content/uploads/2010/07/ocrfeeder_no_columns1.png"><img class="size-medium wp-image-503" title="ocrfeeder_no_columns" src="http://www.joaquimrocha.com/wp-content/uploads/2010/07/ocrfeeder_no_columns1-219x300.png" alt="Before columns' detection improvements" width="219" height="300" /></a><p class="wp-caption-text">Before columns&#39; detection improvements</p></div>
<div id="attachment_504" class="wp-caption aligncenter" style="width: 230px"><a href="http://www.joaquimrocha.com/wp-content/uploads/2010/07/ocrfeeder_columns1.png"><img class="size-medium wp-image-504" title="ocrfeeder_columns" src="http://www.joaquimrocha.com/wp-content/uploads/2010/07/ocrfeeder_columns1-220x300.png" alt="After columns' detection improvements" width="220" height="300" /></a><p class="wp-caption-text">After columns&#39; detection improvements</p></div>
<p>Scanned document images are usually skewed and this makes it more difficult for the contents to be successfully detected and &#8220;OCRed&#8221;. I decided to implement an algorithm to deskew these images. The algorithm uses the <a href="http://en.wikipedia.org/wiki/Hough_transform" target="_blank">Hough transform</a> to try to find lines in the image and their angles and, while it is a bit slow, it works well:</p>
<div id="attachment_509" class="wp-caption aligncenter" style="width: 201px"><a href="http://www.joaquimrocha.com/wp-content/uploads/2010/07/ocrfeeder_skewed1.png"><img class="size-medium wp-image-509" title="ocrfeeder_skewed" src="http://www.joaquimrocha.com/wp-content/uploads/2010/07/ocrfeeder_skewed1-191x300.png" alt="Skewed image" width="191" height="300" /></a><p class="wp-caption-text">Skewed image</p></div>
<div id="attachment_510" class="wp-caption aligncenter" style="width: 201px"><a href="http://www.joaquimrocha.com/wp-content/uploads/2010/07/ocrfeeder_deskewed1.png"><img class="size-medium wp-image-510" title="ocrfeeder_deskewed" src="http://www.joaquimrocha.com/wp-content/uploads/2010/07/ocrfeeder_deskewed1-191x300.png" alt="Deskewed image" width="191" height="300" /></a><p class="wp-caption-text">Deskewed image</p></div>
<p>This action can be used in a loaded image but can also be configured to be automatically performed before the images are added. The Unpaper tool can now also be set to be clean images before adding them.<br />
This makes it much easier to successfully recognize images obtained from a scanner device.</p>
<p>Some fine tunning of the content boxes&#8217; bounds was done by trying to shorten their margins, that is, lowering the distance between the boxes and their actual contents.</p>
<p>The font size recognition was also tweaked to solve the problem of having paragraphs with initials (you know, the huge starting characters) which were influencing the whole paragraphs&#8217; font size.</p>
<p>To finish the recognition&#8217;s improvements, I have added an optional action to find and fix the text&#8217;s line breaks. Usually, OCR engines don&#8217;t consider &#8220;semantic line-breaks&#8221;, that is, OCR engines always insert a newline in the end of each line.<br />
Using some regular expressions, I try to find these &#8220;fake&#8221; line-breaks and recover the original flow of the text. Like some of the features mentioned above, this one can also be turned on/off from the Preferences dialog.</p>
<p>Here&#8217;s how the Preferences dialog looks like now:</p>
<p><a href="http://www.joaquimrocha.com/wp-content/uploads/2010/07/Preferences_dialog1.png"><img class="aligncenter size-medium wp-image-511" title="Preferences_dialog" src="http://www.joaquimrocha.com/wp-content/uploads/2010/07/Preferences_dialog1-263x300.png" alt="Preferences_dialog" width="263" height="300" /></a></p>
<p><a href="http://www.joaquimrocha.com/wp-content/uploads/2010/07/Preferences_dialog_recognition1.png"><img class="aligncenter size-medium wp-image-512" title="Preferences_dialog_recognition" src="http://www.joaquimrocha.com/wp-content/uploads/2010/07/Preferences_dialog_recognition1-263x300.png" alt="Preferences_dialog_recognition" width="263" height="300" /></a></p>
<p>To finish, images can now be dragged and dropped onto the pages&#8217; area and the mouse wheel can be used to scroll horizontally combining it with the Shift key, thanks to Stefan Löffler, and of course, several bugs were corrected and code was improved.</p>
<p>As you see, this is a &#8220;rich&#8221; new version of OCRFeeder that keeps being the easiest way to use OCR in a desktop. You are welcome to file bugs in <a href="bugzilla.gnome.org/" target="_blank">bugzilla</a> or to send patches and features&#8217; requests to its <a href="http://mail.gnome.org/mailman/listinfo/ocrfeeder-list" target="_blank">mailing list</a> or approaching me if you&#8217;re in <a href="http://www.guadec.org" target="_blank">GUADEC</a>.</p>
<p>Download: <a href="http://ftp.gnome.org/pub/GNOME/sources/ocrfeeder/0.7" target="_blank">OCRFeeder 0.7 tarball on GNOME FTP</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.joaquimrocha.com/2010/07/30/one-more-step-in-ocr-with-ocrfeeder-0-7/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>SeriesFinale 0.6.1 released</title>
		<link>http://www.joaquimrocha.com/2010/07/19/seriesfinale-0-6-1-released/</link>
		<comments>http://www.joaquimrocha.com/2010/07/19/seriesfinale-0-6-1-released/#comments</comments>
		<pubDate>Mon, 19 Jul 2010 10:05:37 +0000</pubDate>
		<dc:creator>Joaquim Rocha</dc:creator>
				<category><![CDATA[gnome]]></category>
		<category><![CDATA[gtk]]></category>
		<category><![CDATA[hildon]]></category>
		<category><![CDATA[maemo]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[seriesfinale]]></category>

		<guid isPermaLink="false">http://www.joaquimrocha.com/?p=436</guid>
		<description><![CDATA[It&#8217;s been a while now since I released the last version of SeriesFinale.
The truth is that I&#8217;ve been busier than usual these days and of course, this is reflected on pet projects.
As some of you may have experienced, there was a kind of a nasty bug in SeriesFinale&#8217;s last version: it wouldn&#8217;t update certain shows [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a while now since I released the last version of <a href="http://maemo.org/downloads/product/Maemo5/seriesfinale/">SeriesFinale</a>.<br />
The truth is that I&#8217;ve been busier than usual these days and of course, this is reflected on pet projects.</p>
<p>As some of you may have experienced, there was a kind of a nasty bug in SeriesFinale&#8217;s last version: it wouldn&#8217;t update certain shows (when they had been added long ago)&#8230; and the good news is that this is one of the things that got fixed in this new version.</p>
<p>One of the good things <a href="http://blogs.igalia.com/jasuarez/">Juan</a> introduced for this version is how the next episodes to be watched are shown. Before, the episodes were shown according to their &#8220;first aired&#8221; date and in case of the same date for two or more episodes, the highest index one would be marked as the one to be watched. In this <a href="http://maemo.org/packages/package_instance/view/fremantle_extras-devel_free_armel/seriesfinale/0.6.1-1/">0.6.1</a> version, the episodes are shown according to their number and season, so, if episode #3 has the same air date as episode #4, #3 will always be shown as the next one to be watched.</p>
<p>It is now using a priority queue to download the series&#8217; covers and info that gives priority to the info. This means you won&#8217;t have to wait for the info AND covers to download when you hit the Update All menu but instead wait only for the info; the covers will then be downloaded in the background while you use the app normally.</p>
<p>I&#8217;m now introducing the new Russian translation, which Misha Ketslah had kindly sent to me a while ago but that I hadn&#8217;t had the time to integrate.</p>
<p>Here&#8217;s the list of major changes for this new version:</p>
<p>* Add Russian translation (thanks to Misha Ketslah)<br />
* Fix updating of shows<br />
* Use a priority queue to differentiate the downloads of covers or series&#8217; info<br />
* Use only one AsyncWorker at most to deal with the series<br />
* Prevent the download and usage of images to generate problems<br />
* Fix showing next episode<br />
* Add TheTVDB credits<br />
* Add THANKS file</p>
<p>So&#8230; what about that GNOME version, you ask? I&#8217;ve already started to port it to GNOME but couldn&#8217;t dedicate much time to it and taking into account that I&#8217;ll be on vacation very soon, it&#8217;s likely it will take a little longer. But I&#8217;m looking forward to use SeriesFinale on GNOME!</p>
<p>As for the N900 owners, I&#8217;ve just promoted the package to <a href="http://maemo.org/packages/package_instance/view/fremantle_extras-testing_free_armel/seriesfinale/0.6.1-1/">Extras-Testing</a> so either use the Extras-Devel repo as usual or wait ~10 days for it to appear in Extras.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joaquimrocha.com/2010/07/19/seriesfinale-0-6-1-released/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Grilo powered Rhythmbox</title>
		<link>http://www.joaquimrocha.com/2010/06/02/grilo-powered-rhythmbox/</link>
		<comments>http://www.joaquimrocha.com/2010/06/02/grilo-powered-rhythmbox/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 11:42:09 +0000</pubDate>
		<dc:creator>Joaquim Rocha</dc:creator>
				<category><![CDATA[gnome]]></category>
		<category><![CDATA[gtk]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.joaquimrocha.com/?p=394</guid>
		<description><![CDATA[Grilo is getting really interesting and one of its newest nice things is the DBUS interface Juan has been working on lately.
This DBUS interface is currently known as Rygel-Grilo (it was originally intended to be a source for Rygel) and uses the MediaServerSpec to allow developers to retrieve the media objects Grilo provides.
Since there aren&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://live.gnome.org/Grilo" target="_blank">Grilo</a> is getting really interesting and one of its newest nice things is the DBUS interface <a title="Juan Suarez's blog" href="http://blogs.igalia.com/jasuarez/" target="_blank">Juan</a> has been working on lately.</p>
<p>This DBUS interface is currently known as <a href="http://live.gnome.org/Grilo#Grilo_feeding_Rygel" target="_blank">Rygel-Grilo</a> (it was originally intended to be a source for Rygel) and uses the <a title="MediaServerSpec" href="http://live.gnome.org/Rygel/MediaServerSpec" target="_blank">MediaServerSpec</a> to allow developers to retrieve the media objects Grilo provides.</p>
<p>Since there aren&#8217;t still Python bindings for Grilo, I decided to use the Rygel-Grilo to be able to use Grilo from Python.<br />
So I developed a <a title="Rhythmbox" href="http://projects.gnome.org/rhythmbox/" target="_blank">Rhythmbox</a> plugin that shows every MediaServer1 object available and lets the use browse through the contents of these. Needless to say, although this plugin provides a very generic basic and usage, it&#8217;s easy to see how applications like Rhythmbox could be using Grilo to get their media.<br />
<em>The philosophy is:</em> Grilo gives you content, GStreamer plays that content, and you&#8217;re free to focus in the rest of your app&#8217;s details.</p>
<p>Here&#8217;s a video of Rygel-Grilo and the Rhythmbox MediaServer1 plugin in action:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="300" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=12093435&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="400" height="300" src="http://vimeo.com/moogaloop.swf?clip_id=12093435&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><a href="http://vimeo.com/12093435">Grilo MediaServer1 Rhythmbox Plugin</a> from <a href="http://vimeo.com/user1454556">Joaquim Rocha</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>You can find this plugin under the <a href="http://gitorious.org/mediaserver1-plugins" target="_blank">MediaServer1 Plugins</a> project on Gitorious.</p>
<p>Juan did also developed a cool plugin for <a title="Totem" href="http://projects.gnome.org/totem/" target="_blank">Totem</a> similar to this one. Take a look at <a title="Post about Grilo MediaServer1 plugin for Totem" href="http://blogs.igalia.com/jasuarez/2010/06/02/rygel-and-grilo-dating-together/" target="_blank">this post</a> to see the plugin working and a more detailed explanation of what Rygel-Grilo is.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joaquimrocha.com/2010/06/02/grilo-powered-rhythmbox/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Summer internships in 2010 at Igalia</title>
		<link>http://www.joaquimrocha.com/2010/05/18/summer-internships-in-2010-at-igalia/</link>
		<comments>http://www.joaquimrocha.com/2010/05/18/summer-internships-in-2010-at-igalia/#comments</comments>
		<pubDate>Tue, 18 May 2010 11:14:15 +0000</pubDate>
		<dc:creator>Joaquim Rocha</dc:creator>
				<category><![CDATA[igalia]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://www.joaquimrocha.com/?p=388</guid>
		<description><![CDATA[Igalia, a Free Software Galician company, offers for the ninth consecutive year the possibility of undertaking internships for twelve to fourteen weeks from early June to early September, at its offices in A Coruña and Pontevedra (Spain).
This opportunity is offered to Computer Engineers or Computer Technical Engineers who have completed over 50% of their degrees.
Why [...]]]></description>
			<content:encoded><![CDATA[<p>Igalia, a Free Software Galician company, offers for the ninth consecutive year the possibility of undertaking internships for twelve to fourteen weeks from early June to early September, at its offices in A Coruña and Pontevedra (Spain).</p>
<p>This opportunity is offered to Computer Engineers or Computer Technical Engineers who have completed over 50% of their degrees.</p>
<p>Why do it?</p>
<p>* Most of us undertook internships when we were students.<br />
* It is a good way to give back something to the university from which we come.<br />
* It is also a good way to hire people. Almost 50% of the people who made undertook internships with us in the past are part of the company today.</p>
<p>How are the internships?</p>
<p>* 350 hours with flextime, with a minimum of 5 hours/day and a maximum of 8 hours/day during July, August and September.<br />
* 325 hours working on a Free Software project and 25 hours to write the report.<br />
* Help 1500 €.</p>
<p>If you are interested in applying for the internship, the period for receiving of applications starts from May 14th to May 28th.<br />
Please, fill <a href="http://www.igalia.com/nc/igalia/workwithus/form/" target="_blank">this form</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joaquimrocha.com/2010/05/18/summer-internships-in-2010-at-igalia/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SeriesFinale v0.6 AKA &#8220;Xmas Comes Earlier&#8221; edition</title>
		<link>http://www.joaquimrocha.com/2010/05/11/seriesfinale-v0-6-aka-xmas-comes-earlier-edition/</link>
		<comments>http://www.joaquimrocha.com/2010/05/11/seriesfinale-v0-6-aka-xmas-comes-earlier-edition/#comments</comments>
		<pubDate>Tue, 11 May 2010 13:21:12 +0000</pubDate>
		<dc:creator>Joaquim Rocha</dc:creator>
				<category><![CDATA[gtk]]></category>
		<category><![CDATA[gui]]></category>
		<category><![CDATA[hildon]]></category>
		<category><![CDATA[igalia]]></category>
		<category><![CDATA[maemo]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[planet]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[seriesfinale]]></category>

		<guid isPermaLink="false">http://www.joaquimrocha.com/?p=374</guid>
		<description><![CDATA[It&#8217;s been a while since last SeriesFinale&#8217;s version and I have been a bit busy meanwhile but still got time, together with Juan, to pull up some nice new features. In the end, we had so many changes and the app felt so smooth that we nicknamed it &#8220;Xmas Comes Earlier&#8221;!
So what can you find [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a while since last SeriesFinale&#8217;s version and I have been a bit busy meanwhile but still got time, together with <a title="Juan Suarez" href="http://blogs.igalia.com/jasuarez" target="_blank">Juan</a>, to pull up some nice new features. In the end, we had so many changes and the app felt so smooth that we nicknamed it &#8220;Xmas Comes Earlier&#8221;!</p>
<p>So what can you find in this new version?</p>
<p>* The covers are now downloaded in the background which allows users to keep  using the application and improves idle times when adding/updating  shows.<br />
* No more database deletions. Many people complained that sometimes it would suddenly delete all the database. We have now introduced a few verifications that make it harder for the database to be deleted unless you do it yourself.<br />
* The format of the JSON of the database and the way the serialization is done is now faster which allows faster load and save times.<br />
* The impossibility to delete shows is also fixed.<br />
* No more problems with characters like &amp; on the episodes and shows&#8217; names.<br />
* Already added shows are now marked with color when searching for shows.<br />
* The highlight of episodes is now fixed, when marking them.<br />
* A new logo that works in a black background has been added.<br />
* Images are now downloaded to temporary files which allows a safer assignment to the shows/seasons.<br />
* The images are now deleted if it&#8217;s not being used anymore (when shows are deleted), and are not downloaded more than once (when a show is added twice).<br />
* The removal of the application now deletes the images folder.<br />
* AUTHORS, README and THANKS files were added to the package.<br />
* Translations were updated.<br />
* The search dialog now allows you to search shows in a chosen language.<br />
* The About dialog was added.  Here are a few screenshots:</p>
<div id="attachment_376" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.joaquimrocha.com/wp-content/uploads/2010/05/no_covers.png"><img class="size-medium wp-image-376" title="Shows when no cover has been added" src="http://www.joaquimrocha.com/wp-content/uploads/2010/05/no_covers-300x182.png" alt="Shows when no cover has been added" width="300" height="182" /></a><p class="wp-caption-text">Shows when no cover has been added</p></div>
<div id="attachment_377" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.joaquimrocha.com/wp-content/uploads/2010/05/downloading_covers.png"><img class="size-medium wp-image-377" title="Temporary image when downloading cover" src="http://www.joaquimrocha.com/wp-content/uploads/2010/05/downloading_covers-300x182.png" alt="Temporary image when downloading cover" width="300" height="182" /></a><p class="wp-caption-text">Temporary image when downloading cover</p></div>
<div id="attachment_378" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.joaquimrocha.com/wp-content/uploads/2010/05/search_dialog.png"><img class="size-medium wp-image-378" title="Search dialog with Language choices" src="http://www.joaquimrocha.com/wp-content/uploads/2010/05/search_dialog-300x182.png" alt="Search dialog with Language choices" width="300" height="182" /></a><p class="wp-caption-text">Search dialog with Language choices</p></div>
<div id="attachment_379" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.joaquimrocha.com/wp-content/uploads/2010/05/about_dialog.png"><img class="size-medium wp-image-379" title="About dialog" src="http://www.joaquimrocha.com/wp-content/uploads/2010/05/about_dialog-300x182.png" alt="About dialog" width="300" height="182" /></a><p class="wp-caption-text">About dialog</p></div>
<p>Two other things that are new are the creation of two mailing lists for SeriesFinale:<br />
<a title="SF General ML" href="https://garage.maemo.org/mailman/listinfo/seriesfinale-general" target="_blank">seriesfinale-general</a> for general discussion, help and feature requests<br />
<a title="SF Development ML" href="https://garage.maemo.org/mailman/listinfo/seriesfinale-development" target="_blank">seriesfinale-development</a> for discussions related to features development and bug tracking</p>
<p>You should be able to upgrade SeriesFinale from the extras-devel repository. I&#8217;ll promote it extras later.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.joaquimrocha.com/2010/05/11/seriesfinale-v0-6-aka-xmas-comes-earlier-edition/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
