<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.0.2" -->
<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/"
	>

<channel>
	<title>Eduardo Habkost / diary</title>
	<link>http://raisama.net/diary</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Mon, 10 Nov 2008 17:46:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>
	<language>en</language>
			<item>
		<title>Summer of Code Summary</title>
		<link>http://raisama.net/diary/archive/2006/09/02/soc-summary</link>
		<comments>http://raisama.net/diary/archive/2006/09/02/soc-summary#comments</comments>
		<pubDate>Sun, 03 Sep 2006 02:56:39 +0000</pubDate>
		<dc:creator>Eduardo Habkost</dc:creator>
		
	<category>Estudos</category>
	<category>Nerd</category>
	<category>Projetos</category>
	<category>In English</category>
	<category>Programming</category>
	<category>Summer Of Code</category>
		<guid isPermaLink="false">http://raisama.net/diary/archive/2006/09/02/soc-summary</guid>
		<description><![CDATA[Almost two weeks ago was the deadline for the projects of the Summer of Code program, but I haven&#8217;t wrote a single line on this blog about this. It is time to give a summary of what was done, and what may be done in the future.



My project for Summer of Code 2006 was KDEPIM [...]]]></description>
			<content:encoded><![CDATA[<p>Almost two weeks ago was the deadline for the projects of the <a href="http://code.google.com/soc/">Summer of Code</a> program, but I haven&#8217;t wrote a single line on this blog about this. It is time to give a summary of what was done, and what may be done in the future.</p>

<p><a id="more-1295"></a></p>

<p>My project for Summer of Code 2006 was <a href="http://code.google.com/soc/kde/appinfo.html?csaid=932767063AAF7DF4">KDEPIM Google Calendar synchronization using OpenSync</a>. The scope of the project included both writing a Google Calendar plugin for <a href="http://www.opensync.org">OpenSync </a> and improving the OpenSync and KDE integration.</p>

<h5>Work Done</h5>

<p>The work accomplished during the program includes:</p>

<ul>
  <li>OpenSync ipc-branch merge to trunk. The ipc-branch work was needed to allow the kdepim plugin for OpenSync work while inside a KDE application (such as Kitchensync).</li>
  <li>OpenSync ipc-branch fixes and improvements (before and after the ipc-branch merge to trunk).</li>
  <li>General bug report handling and bug fixing on OpenSync.</li>
  <li>Kitchensync testing with the kdepim plugin.</li>
  <li>Google Calendar plugin for OpenSync. The plugin allows synchronization of calendar data with other OpenSync plugins.</li>
  <li>A single bugfix commit to KDE 3.5, due to a <a href="http://www.opensync.org/ticket/314">bug in the kabc locking code</a></li>
  <li>Help on packaging of <a href="http://build.opensuse.org/project/show?project=OpenSync">OpenSync and its plugins</a> on the <a href="http://build.opensuse.org">OpenSUSE Build Service</a> (thanks to Daniel Gollub, Christopher Stender and Matthias Jahn, who were working on this, also).</li>
</ul>

<h5>OpenSync 0.19</h5>

<p>OpenSync 0.19 is <a href="http://article.gmane.org/gmane.comp.misc.opensync.user/1183">planned to be released soon</a>, including the ipc-branch code.</p>

<h5>The Future</h5>

<p>There is much that can be done regarding OpenSync and KDE integration, yet. Things worth mentioning:</p>

<ul>
  <li>Some plugins need additional code to work with ipc-branch code. Some plugins that use their own data formats need serialization and deserialization functions to be implemented. This is needed because the data need to be sent between the plugin processes and the sync engine process.</li>
  <li>Recurrence support in the Google Calendar plugin. Translation of recurrence rules from the Google Calendar XML data to the OpenSync internal format (and to vCalendar) isn&#8217;t implemented yet.</li>
  <li>Support for more fields from Google Calendar entries.</li>
  <li>Kontact integration. Support for running Kitchensync inside Kontact is not supported yet.</li>
  <li>Demonstration of Kitchensync and Google Calendar plugin. I need to write a text with some screenshots of Kitchensync and using the Google Calendar plugin.  :)</li>
</ul>

<h5><a name="codepointers" id="codepointers">The Code</a></h5>

<p>Below are the pointers to the code written during the program, for the final evaluation for the Summer of Code program.</p>

<ul>
  <li>Google Calendar plugin: <br /><a href="http://svn.opensync.org/plugins/google-calendar">http://svn.opensync.org/plugins/google-calendar</a></li>
  <li>OpenSync trunk (including ipc-branch merge and other fixes):<br /><a href="http://svn.opensync.org/trunk">http://svn.opensync.org/trunk</a></li>
  <li>Kitchesync opensync-integration branch:<br /><a href="http://websvn.kde.org/branches/work/opensync-integration/kitchensync/">svn://anonsvn.kde.org/home/kde/branches/work/opensync-integration/kitchensync/</a></li>
  <li>Small fix on kabc locking code: <br /><a href="http://websvn.kde.org/?rev=574367&#038;view=rev">http://websvn.kde.org/?rev=574367&#038;view=rev</a></li>
  <li>OpenSync package on openSUSE: <a href="http://build.opensuse.org/project/show?project=OpenSync">http://build.opensuse.org/project/show?project=OpenSync</a></li>
</ul>

<h5>Thanks</h5>

<p>Many thanks to:</p>

<ul>
 <li>Kátia, my wife, for her patience while I was working in the project</li>
 <li>Google, for running the Summer of Code program</li>
 <li>Chris DiBona and Leslie Hawthorn, from Google</li>
 <li>Cornelius Schumacher, Tobias Koenig, my mentors during the program, from the KDE project</li>
 <li>Armin Bauer, for bringing OpenSync to life</li>
 <li>Daniel Gollub, Christopher Stender and Matthias Jahn, for their work on OpenSync</li>
 <li>Many others that aren&#8217;t mentioned here, but contributed to this. The contributors to OpenSync and KDE projects</li>
</ul>
]]></content:encoded>
			<wfw:commentRSS>http://raisama.net/diary/archive/2006/09/02/soc-summary/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Viajando</title>
		<link>http://raisama.net/diary/archive/2006/05/24/viajando</link>
		<comments>http://raisama.net/diary/archive/2006/05/24/viajando#comments</comments>
		<pubDate>Wed, 24 May 2006 21:59:05 +0000</pubDate>
		<dc:creator>Eduardo Habkost</dc:creator>
		
	<category>Trabalho</category>
	<category>Pessoal</category>
	<category>Viagens</category>
	<category>Projetos</category>
	<category>Em Português</category>
	<category>Summer Of Code</category>
		<guid isPermaLink="false">http://raisama.net/diary/archive/2006/05/24/viajando</guid>
		<description><![CDATA[Amanhã eu começo uma temporada de viagens a trabalho.

A primeira viagem vai ser curta: vou e volto no mesmo dia. Vou para São Paulo apresentar uma palestra na LinuxWorld &#8212; &#8220;O Linux está pronto para o IPv6?&#8221;.

Minha primeira palestra pública. Vai ser uma experiência interessante.

Depois disso, no mês que vem, vou para Manaus, derreter por [...]]]></description>
			<content:encoded><![CDATA[<p>Amanhã eu começo uma <em>temporada de viagens</em> a trabalho.</p>

<p>A primeira viagem vai ser curta: vou e volto no mesmo dia. Vou para São Paulo apresentar uma palestra na <a href="http://www.linuxworldbrasil.com.br/">LinuxWorld</a> &#8212; &#8220;O Linux está pronto para o IPv6?&#8221;.</p>

<p>Minha primeira palestra pública. Vai ser uma experiência interessante.</p>

<p>Depois disso, no mês que vem, vou para Manaus, derreter por quase um mês. Depois disso, volto para Curitiba, fico algumas semanas, e depois volto para lá e fico mais um mês. Boa sorte pra mim &#8212; vou precisar.</p>
]]></content:encoded>
			<wfw:commentRSS>http://raisama.net/diary/archive/2006/05/24/viajando/feed/</wfw:commentRSS>
		</item>
		<item>
		<title>Accepted!</title>
		<link>http://raisama.net/diary/archive/2006/05/24/accepted</link>
		<comments>http://raisama.net/diary/archive/2006/05/24/accepted#comments</comments>
		<pubDate>Wed, 24 May 2006 20:28:09 +0000</pubDate>
		<dc:creator>Eduardo Habkost</dc:creator>
		
	<category>Nerd</category>
	<category>Projetos</category>
	<category>In English</category>
	<category>Programming</category>
	<category>Summer Of Code</category>
		<guid isPermaLink="false">http://raisama.net/diary/archive/2006/05/24/accepted</guid>
		<description><![CDATA[My application for Google Summer of Code &#8212; &#8220;KDEPIM Google Calendar synchronization using OpenSync&#8221; &#8212; was accepted.  :D

I will use the &#8220;Summer Of Code&#8221; category on this blog for updates on the project.
]]></description>
			<content:encoded><![CDATA[<p>My application for <a href="http://code.google.com/soc/">Google Summer of Code</a> &#8212; &#8220;KDEPIM Google Calendar synchronization using OpenSync&#8221; &#8212; was accepted.  :D</p>

<p>I will use the &#8220;Summer Of Code&#8221; category on this blog for updates on the project.</p>
]]></content:encoded>
			<wfw:commentRSS>http://raisama.net/diary/archive/2006/05/24/accepted/feed/</wfw:commentRSS>
		</item>
	</channel>
</rss>
