<?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>Rego’s Everyday Life &#187; RTM-Glib</title>
	<atom:link href="http://blogs.igalia.com/mrego/category/rtm-glib/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.igalia.com/mrego</link>
	<description>A weblog about my work at Igalia</description>
	<lastBuildDate>Wed, 28 Nov 2012 13:04:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>RTM-GLib 0.1.0</title>
		<link>http://blogs.igalia.com/mrego/2009/10/27/rtm-glib-0-1-0/</link>
		<comments>http://blogs.igalia.com/mrego/2009/10/27/rtm-glib-0-1-0/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 21:57:32 +0000</pubDate>
		<dc:creator>manuel rego casasnovas</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[GNOME]]></category>
		<category><![CDATA[MSWL]]></category>
		<category><![CDATA[RTM-Glib]]></category>

		<guid isPermaLink="false">http://blogs.igalia.com/mrego/?p=158</guid>
		<description><![CDATA[First of all, I&#8217;ve created the project homepage at http://live.gnome.org/RTMGlib, where you can find examples and download the last versions. Today, I&#8217;ve announced the first public release of RTM-GLib, both in GNOME announcements mailing list and Remember The Milk API Google group. And I&#8217;m doing the same here Some crazy ideas for the future work, [...]]]></description>
			<content:encoded><![CDATA[<p>First of all, I&#8217;ve created the project homepage at <a href="http://live.gnome.org/RTMGlib">http://live.gnome.org/RTMGlib</a>, where you can find examples and download the last versions.</p>
<p>Today, I&#8217;ve announced the first public release of <strong>RTM-GLib</strong>, both in <a href="http://mail.gnome.org/mailman/listinfo/gnome-announce-list">GNOME announcements</a> <a href="http://mail.gnome.org/archives/gnome-announce-list/2009-October/msg00083.html">mailing list</a> and <a href="http://groups.google.com/group/rememberthemilk-api/">Remember The Milk API</a> <a href="http://groups.google.com/group/rememberthemilk-api/browse_thread/thread/8eb805f062a76b9e">Google group</a>. And I&#8217;m doing the same here <img src='http://blogs.igalia.com/mrego/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
<p>Some crazy ideas for the future work, now that the library is usable:</p>
<ul>
<li>Provide some methods through <a href="http://moblin.org/projects/mojito">Mojito</a> (via D-Bus) to get, for example, the list of tasks for today.</li>
<li>Develop a <em><a href="http://projects.gnome.org/tracker/">Tracker</a> data miner</em> in order to store the information about the tasks from Remember The Milk on Tracker infrastructure.</li>
<li>In some way <a href="http://projects.gnome.org/evolution/">EDS (evolution-data-server)</a> could use this library to keep synchronized the information about tasks between Remember The Milk and the desktop.</li>
</ul>
<p>Now is time to check the feasibility of these things and think about how to implement them.</p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.igalia.com/mrego/2009/10/27/rtm-glib-0-1-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RTM-Glib released</title>
		<link>http://blogs.igalia.com/mrego/2009/10/06/rtm-glib-released/</link>
		<comments>http://blogs.igalia.com/mrego/2009/10/06/rtm-glib-released/#comments</comments>
		<pubDate>Tue, 06 Oct 2009 22:26:55 +0000</pubDate>
		<dc:creator>manuel rego casasnovas</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[GNOME]]></category>
		<category><![CDATA[MSWL]]></category>
		<category><![CDATA[RTM-Glib]]></category>

		<guid isPermaLink="false">http://blogs.igalia.com/mrego/?p=148</guid>
		<description><![CDATA[Lately, I&#8217;ve been working on the last part of the Master on Free Software, the Master&#8217;s Thesis. First of all, I&#8217;ve started a small library called RTM-Glib, that is just a wrapper around the API of Rememeber The Milk. It&#8217;s written in C and using GNOME technologies. It pretends to be similar to other libraries [...]]]></description>
			<content:encoded><![CDATA[<p>Lately, I&#8217;ve been working on the last part of the <a href="http://mastersoftwarelibre.com/">Master on Free Software</a>, the Master&#8217;s Thesis.</p>
<p>First of all, I&#8217;ve started a small library called <strong>RTM-Glib</strong>, that is just a wrapper around the API of <a href="http://www.rememberthemilk.com">Rememeber The Milk</a>. It&#8217;s written in C and using <a href="http://www.gnome.org/">GNOME</a> technologies. It pretends to be similar to other libraries like <a href="http://live.gnome.org/TwitterGlib">Twitter-GLib</a> or <a href="http://librdf.org/flickcurl/">Flickcurl</a>, but for a different web service.</p>
<p>In order to develop this library I&#8217;ve used <a href="http://moblin.org/projects/librest">librest</a>, a great library which makes very easy the access to <a href="http://en.wikipedia.org/wiki/RESTful">RESTful</a>-like services.</p>
<p>For the moment RTM-Glib is just in an early stage, just some basic functions with tasks and lists are implemented. But the library should evolve in the future implementing more methods of the <a href="http://www.rememberthemilk.com/services/api/methods/">Remember The Milk API</a>.</p>
<p>Among other tasks (like improve the library), during the this month I should take a look at <a href="http://moblin.org/projects/mojito">Mojito</a>, trying to provide <a href="http://burtonini.com/blog/computers/mojito-facebook-2009-09-14-10-04">a new service supported</a> using RTM-Glib.</p>
<p>Finally, I&#8217;ve just created a repository for the project in <a href="http://gitorious.org/">Gitorious</a>, the URL is: <a href="http://gitorious.org/rtm-glib">http://gitorious.org/rtm-glib</a>. You can download the source code, check the <a href="http://gitorious.org/rtm-glib/rtm-glib/blobs/master/examples/rtm-glib-example.c">example</a> and test it. As usual, any comment and suggestion are welcomed <img src='http://blogs.igalia.com/mrego/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blogs.igalia.com/mrego/2009/10/06/rtm-glib-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
