<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments for Griffon26's Blog</title>
	<atom:link href="http://griffon26.kfk4ever.com/wordpress/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://griffon26.kfk4ever.com/wordpress</link>
	<description>A weblog about Planner, Gentoo and whatever I'm working on.</description>
	<lastBuildDate>Tue, 08 Apr 2008 23:16:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Planner and libgda-3 support by Werner</title>
		<link>http://griffon26.kfk4ever.com/wordpress/2008/02/03/planner-and-libgda-3-support/comment-page-1/#comment-19</link>
		<dc:creator>Werner</dc:creator>
		<pubDate>Tue, 08 Apr 2008 23:16:12 +0000</pubDate>
		<guid isPermaLink="false">http://griffon26.kfk4ever.com/wordpress/?p=4#comment-19</guid>
		<description>Hi!
Thanks for the hint but 
URL for downloading 
coplanner-0.1.tar.gz
is dead for days now, unfortunately.

Compiled aktuell HEAD (includes the patch) 
successful on updated fedora8, 
but had to change in autogen.sh
automake-1.9 to automake-1.10
aclocal-1.9  to aclocal-1.10

regards,
 Werner</description>
		<content:encoded><![CDATA[<p>Hi!<br />
Thanks for the hint but<br />
URL for downloading<br />
coplanner-0.1.tar.gz<br />
is dead for days now, unfortunately.</p>
<p>Compiled aktuell HEAD (includes the patch)<br />
successful on updated fedora8,<br />
but had to change in autogen.sh<br />
automake-1.9 to automake-1.10<br />
aclocal-1.9  to aclocal-1.10</p>
<p>regards,<br />
 Werner</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Planner and libgda-3 support by Griffon26</title>
		<link>http://griffon26.kfk4ever.com/wordpress/2008/02/03/planner-and-libgda-3-support/comment-page-1/#comment-17</link>
		<dc:creator>Griffon26</dc:creator>
		<pubDate>Sun, 30 Mar 2008 20:30:52 +0000</pubDate>
		<guid isPermaLink="false">http://griffon26.kfk4ever.com/wordpress/?p=4#comment-17</guid>
		<description>You should probably take a look at the messages in this thread:
http://mail.gnome.org/archives/planner-dev-list/2008-March/msg00005.html

So basically it doesn&#039;t, but there are some people working on collaborative planning. We&#039;ll probably need some consolidation here.</description>
		<content:encoded><![CDATA[<p>You should probably take a look at the messages in this thread:<br />
<a href="http://mail.gnome.org/archives/planner-dev-list/2008-March/msg00005.html" rel="nofollow">http://mail.gnome.org/archives/planner-dev-list/2008-March/msg00005.html</a></p>
<p>So basically it doesn&#8217;t, but there are some people working on collaborative planning. We&#8217;ll probably need some consolidation here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Planner and libgda-3 support by Werner</title>
		<link>http://griffon26.kfk4ever.com/wordpress/2008/02/03/planner-and-libgda-3-support/comment-page-1/#comment-16</link>
		<dc:creator>Werner</dc:creator>
		<pubDate>Sun, 30 Mar 2008 19:50:31 +0000</pubDate>
		<guid isPermaLink="false">http://griffon26.kfk4ever.com/wordpress/?p=4#comment-16</guid>
		<description>Hello!
Can&#039;t figure out if Planner with database support 
provides some kind of locking, to enable team-/group-work!?
greatings,
 Werner</description>
		<content:encoded><![CDATA[<p>Hello!<br />
Can&#8217;t figure out if Planner with database support<br />
provides some kind of locking, to enable team-/group-work!?<br />
greatings,<br />
 Werner</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixing dependency loops by Griffon26</title>
		<link>http://griffon26.kfk4ever.com/wordpress/2008/03/15/5/comment-page-1/#comment-15</link>
		<dc:creator>Griffon26</dc:creator>
		<pubDate>Thu, 27 Mar 2008 18:45:39 +0000</pubDate>
		<guid isPermaLink="false">http://griffon26.kfk4ever.com/wordpress/2008/03/15/5/#comment-15</guid>
		<description>WBS numbers can only be used to see if one task is a (indirect) child of another. You will still need to check if there are any predecessor relationships that create a cycle. 

For a task with WBS 1.3.6.4.4 you would have to check 1.3.6.4, 1.3.6, 1.3 and 1 because you don&#039;t know in advance where the loop might be. But these are the same tasks that you will encounter when you walk forward through the graph. (They are connected through &#039;next&#039; pointers.)

The advantages of the graph are that we use only one method of traversal (simpler) and that you can mark nodes as visited, preventing unnecessary processing.</description>
		<content:encoded><![CDATA[<p>WBS numbers can only be used to see if one task is a (indirect) child of another. You will still need to check if there are any predecessor relationships that create a cycle. </p>
<p>For a task with WBS 1.3.6.4.4 you would have to check 1.3.6.4, 1.3.6, 1.3 and 1 because you don&#8217;t know in advance where the loop might be. But these are the same tasks that you will encounter when you walk forward through the graph. (They are connected through &#8216;next&#8217; pointers.)</p>
<p>The advantages of the graph are that we use only one method of traversal (simpler) and that you can mark nodes as visited, preventing unnecessary processing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixing dependency loops by Max</title>
		<link>http://griffon26.kfk4ever.com/wordpress/2008/03/15/5/comment-page-1/#comment-14</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Thu, 27 Mar 2008 08:34:32 +0000</pubDate>
		<guid isPermaLink="false">http://griffon26.kfk4ever.com/wordpress/2008/03/15/5/#comment-14</guid>
		<description>Hello,

And couldn&#039;t we use the WBS number to check where we are in the tree and quickly detect loops instead of parsing the connected nodes ?</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>And couldn&#8217;t we use the WBS number to check where we are in the tree and quickly detect loops instead of parsing the connected nodes ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Planner and libgda-3 support by dan</title>
		<link>http://griffon26.kfk4ever.com/wordpress/2008/02/03/planner-and-libgda-3-support/comment-page-1/#comment-4</link>
		<dc:creator>dan</dc:creator>
		<pubDate>Thu, 14 Feb 2008 03:41:37 +0000</pubDate>
		<guid isPermaLink="false">http://griffon26.kfk4ever.com/wordpress/?p=4#comment-4</guid>
		<description>Terrific!  I&#039;m glad to see activity around planner.  For some reason, foss has really not risen to the challenge of good pm software.  Lots of proprietary projects out there, some pretty good.  Little activity on the foss front.

Thanks for the hard work!</description>
		<content:encoded><![CDATA[<p>Terrific!  I&#8217;m glad to see activity around planner.  For some reason, foss has really not risen to the challenge of good pm software.  Lots of proprietary projects out there, some pretty good.  Little activity on the foss front.</p>
<p>Thanks for the hard work!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Who&#8217;d a thunk it? by Max</title>
		<link>http://griffon26.kfk4ever.com/wordpress/2008/02/03/whod-a-thunk-it/comment-page-1/#comment-3</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Thu, 07 Feb 2008 13:00:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.kfk4ever.com/wordpress/?p=3#comment-3</guid>
		<description>Hi Maurice,

I oftently wondered what you were working on.
I&#039;ll now be able to spy you on this blog ;)

Thanks for your time.

Max</description>
		<content:encoded><![CDATA[<p>Hi Maurice,</p>
<p>I oftently wondered what you were working on.<br />
I&#8217;ll now be able to spy you on this blog <img src='http://griffon26.kfk4ever.com/wordpress/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>Thanks for your time.</p>
<p>Max</p>
]]></content:encoded>
	</item>
</channel>
</rss>
