<?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>paulocabido.com &#187; python-geoclue</title>
	<atom:link href="http://www.paulocabido.com/tag/python-geoclue/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.paulocabido.com</link>
	<description>Paulo Cabido&#039;s blog</description>
	<lastBuildDate>Sun, 05 Sep 2010 12:26:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>GSoC 09: Aditional documentation for my work</title>
		<link>http://www.paulocabido.com/gsoc/gsoc-09-aditional-documentation-for-my-work/</link>
		<comments>http://www.paulocabido.com/gsoc/gsoc-09-aditional-documentation-for-my-work/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 22:40:12 +0000</pubDate>
		<dc:creator>pcabido</dc:creator>
				<category><![CDATA[gnome]]></category>
		<category><![CDATA[gsoc]]></category>
		<category><![CDATA[EN]]></category>
		<category><![CDATA[geoclue]]></category>
		<category><![CDATA[geolocalized-tasks]]></category>
		<category><![CDATA[getting things gnome]]></category>
		<category><![CDATA[python-geoclue]]></category>

		<guid isPermaLink="false">http://www.paulocabido.com/?p=352</guid>
		<description><![CDATA[I made some documentation for my work that I had not ye [...]]]></description>
			<content:encoded><![CDATA[<p>I made some documentation for my work that I had not yet advertised, so here are the links:</p>
<ul>
<li><a href="http://live.gnome.org/gtg/pluginHowTo">How to make a plugin for Getting Things Gnome!</a> : Learn how to make a plugin here</li>
<li><a href="http://live.gnome.org/gtg/soc/geolocalized_tasks">Geolocalized-tasks plugin for Getting Things Gnome!</a> : See how to install and use the plugin</li>
<li><a href="http://live.gnome.org/gtg/soc/python_geoclue">python-geoclue</a> : A python module that provides a nice api for Geoclue</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.paulocabido.com/gsoc/gsoc-09-aditional-documentation-for-my-work/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Getting Things Gnome 12 weeks after SoC</title>
		<link>http://www.paulocabido.com/gsoc/getting-things-gnome-12-weeks-after-soc/</link>
		<comments>http://www.paulocabido.com/gsoc/getting-things-gnome-12-weeks-after-soc/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 13:09:39 +0000</pubDate>
		<dc:creator>pcabido</dc:creator>
				<category><![CDATA[gnome]]></category>
		<category><![CDATA[gsoc]]></category>
		<category><![CDATA[EN]]></category>
		<category><![CDATA[geoclue]]></category>
		<category><![CDATA[getting things gnome]]></category>
		<category><![CDATA[libchamplain]]></category>
		<category><![CDATA[python-geoclue]]></category>

		<guid isPermaLink="false">http://www.paulocabido.com/?p=291</guid>
		<description><![CDATA[
SoC is ending and 12 weeks after I'm very happy with  [...]]]></description>
			<content:encoded><![CDATA[<div style="text-align: justify;">
SoC is ending and 12 weeks after I&#8217;m very happy with the experience. The first weeks were difficult, I had university assignments and exams to do and it wasn&#8217;t easy finding the equilibrium between SoC and the university stuff, some of those weeks were exhaustive. Still it was a great experience, I would do it again! My mentor, Lionel Dricot aka ploum, was always available and helpful during the hole 12 weeks. The GNOME and Getting Things Gnome communities were also very important and contributed in a very positive way to my SoC experience.</p>
<p>My SoC project and the goal was to add Geolocalized tasks (using geoclue and libchamplain) in Getting Things Gnome witch I achieved.</p>
<p>Getting Things Gnome is a task manager and if you don&#8217;t know it yet you can read all about it <a href="http://gtg.fritalk.com/">here</a> and see some of the <a href="http://gtg.fritalk.com/post/2009/02/07/What-is-so-special-about-Getting-Things-Gnome">many reasons for why you should use it or try it at least</a>. One of the concepts of the application is the &#8220;Work View&#8221;. The &#8220;Work View&#8221; concept will only show tasks that you can do &#8220;right now&#8221;, it doesn&#8217;t display tasks that depend on other tasks, tasks that cannot start before a given date or with tags you have marked as non workable. The main idea of my project is to add a here to the right now, extending the work view concept to &#8220;right here and right now&#8221;. The extension of the concept is now available if you enable the geolocalized-tasks plugin that packed allong with GTG (only in the current development version that you can get <a href="https://code.launchpad.net/~gtg/gtg/trunk">here</a>).<br />
To try it you will need:</p>
<ul>
<li><a href="http://projects.gnome.org/libchamplain/">libchamplain</a> installed with python support</li>
<li><a href="http://www.freedesktop.org/wiki/Software/GeoClue">Geoclue</a> installed with the main providers</li>
<li>my newly created python-geoclue module</li>
</ul>
<p>I&#8217;ll provide the detailed instructions to test it in a few days. I&#8217;m currently in contact with Keith Preston so that the python-geoclue module can be integrated in the Geoclue project, so I&#8217;ll have some news on that (were you can get it, how to install it, how you can use it, etc) very soon.</p>
<p>During SoC I also added plugin support to GTG and plugins with new features are emerging. It is very satisfactory to see my work being useful. Some of the plugins that already exist are:</p>
<ul>
<li>Geolocalized-tasks plugin (my plugin)</li>
<li>Hamster Time Tracker Integration by Kevin Mehall</li>
<li>Remember the milk sync plugin by Luca Invernizzi</li>
</ul>
<p>So if you have any request for a new feature, don&#8217;t hesitate to add it to the whish list or just digg in because it&#8217;s now easier to add features to GTG.
</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.paulocabido.com/gsoc/getting-things-gnome-12-weeks-after-soc/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Google Summer of Code: Week 7</title>
		<link>http://www.paulocabido.com/gsoc/google-summer-of-code-week-7/</link>
		<comments>http://www.paulocabido.com/gsoc/google-summer-of-code-week-7/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 22:14:43 +0000</pubDate>
		<dc:creator>pcabido</dc:creator>
				<category><![CDATA[geoclue]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[gsoc]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[EN]]></category>
		<category><![CDATA[getting things gnome]]></category>
		<category><![CDATA[gtg]]></category>
		<category><![CDATA[python-geoclue]]></category>
		<category><![CDATA[soc]]></category>

		<guid isPermaLink="false">http://www.paulocabido.com/?p=111</guid>
		<description><![CDATA[I'm glad to be working with the GTG! community, it's gr [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m glad to be working with the GTG! community, it&#8217;s growing real fast! This week, <a href="http://gtg.fritalk.com/">Getting Things Gnome!</a> 0.1.2 was released.</p>
<p><a href="http://www.paulocabido.com/wp-content/uploads/2009/07/GTG.png" rel="lightbox[111]"><img src="http://www.paulocabido.com/wp-content/uploads/2009/07/GTG.png" alt="GTG" title="GTG" width="582" height="474" class="aligncenter size-medium wp-image-126" /></a><br />
More screenshots <a href="http://gtg.fritalk.com/pages/screenshots">here</a>.<br />
For the curious ones a review of GTG! made by Ryan Paul is available <a href="http://arstechnica.com/open-source/news/2009/07/getting-things-done-with-linux-todo-list-programs.ars">here</a>. There are still lots of new features coming up! Anyone that wants to join us, feel free to do it at IRC (gimp net at #gtg).</p>
<p>I just received an e-mail from Google notifying me that I have successfully passed the Midterm Evaluations. I already knew that I was going to pass but the confirmation is always good. <img src='http://www.paulocabido.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>In week 7 I mainly worked on the python-geoclue module. A list of the module&#8217;s features are available <a href="http://live.gnome.org/gtg/soc/whatihavelearned#head-ddd5976fe2a85104f3913ad724af663b24560a43">here</a>.<br />
I also made a test file to test the module&#8217;s features and added the setup to install the module.<br />
Suggestions to improve the module are welcome! I already got the suggestion to add gobject-introspection support, so keep those suggestions coming!<br />
The code is available at <a href="https://code.launchpad.net/~pcabido/+junk/pygeoclue">https://code.launchpad.net/~pcabido/+junk/pygeoclue</a>.</p>
<p>I updated the wiki page that I left behind on the past weeks and created a page (<a href="http://live.gnome.org/gtg/soc/whatihavelearned">http://live.gnome.org/gtg/soc/whatihavelearned</a>) that is kind of a general report of what I done until now. The idea is to share what I have learned and it is intended to be allot more technical than it is now. It is also a good starting point for all the documentation that I&#8217;ll have to do.</p>
<p>Now I&#8217;m starting to work with libchamplain. I plan to have a working plugin with geoclue+libchamplin by the end of this week.<br />
All of this part of my work is available here: <a href="https://code.launchpad.net/~pcabido/gtg/plugin-engine">https://code.launchpad.net/~pcabido/gtg/plugin-engine</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulocabido.com/gsoc/google-summer-of-code-week-7/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
