<?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 on: Atomato</title>
	<atom:link href="http://blogs.gnome.org/rodrigo/2006/07/04/atomato/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.gnome.org/rodrigo/2006/07/04/atomato/</link>
	<description>From lost to the river</description>
	<lastBuildDate>Fri, 06 Nov 2009 12:57:41 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Johan Segolsson</title>
		<link>http://blogs.gnome.org/rodrigo/2006/07/04/atomato/comment-page-1/#comment-344</link>
		<dc:creator>Johan Segolsson</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/rodrigo/2006/07/04/atomato/#comment-344</guid>
		<description>How about using wsdl files to describe the methods, don&#039;t know if it&#039;s possible to descibe a DBUS method/service but if Atomato at least supports them it would be an easy way to &#039;drop in&#039; support for webservices.</description>
		<content:encoded><![CDATA[<p>How about using wsdl files to describe the methods, don&#8217;t know if it&#8217;s possible to descibe a DBUS method/service but if Atomato at least supports them it would be an easy way to &#8216;drop in&#8217; support for webservices.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rodrigo Moya</title>
		<link>http://blogs.gnome.org/rodrigo/2006/07/04/atomato/comment-page-1/#comment-345</link>
		<dc:creator>Rodrigo Moya</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/rodrigo/2006/07/04/atomato/#comment-345</guid>
		<description>Yeah, using WSDL (or something similar) is the idea, so yeah, WSDL might be the correct thing to use, although it might get things too complicate. I&#039;ll have a look</description>
		<content:encoded><![CDATA[<p>Yeah, using WSDL (or something similar) is the idea, so yeah, WSDL might be the correct thing to use, although it might get things too complicate. I&#8217;ll have a look</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AC</title>
		<link>http://blogs.gnome.org/rodrigo/2006/07/04/atomato/comment-page-1/#comment-346</link>
		<dc:creator>AC</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/rodrigo/2006/07/04/atomato/#comment-346</guid>
		<description>KDE has a SoC projects about this as well, called &quot;workflow&quot;. Maybe it would be nice if there was some kind of compatibility between the two.</description>
		<content:encoded><![CDATA[<p>KDE has a SoC projects about this as well, called &#8220;workflow&#8221;. Maybe it would be nice if there was some kind of compatibility between the two.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nelson</title>
		<link>http://blogs.gnome.org/rodrigo/2006/07/04/atomato/comment-page-1/#comment-347</link>
		<dc:creator>Nelson</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/rodrigo/2006/07/04/atomato/#comment-347</guid>
		<description>Hi, a really promising and needed project, some random concerns/ideas/delirious :&lt;p/&gt;* It seems very difficult to connect (pipe) the different actions on the workflow, I suppose you would define some types of input and output data like (FILE,URI,NUMBER,TEXT) and the gui would allow to connect the actions according to the types that the action supports, like an epiphany action that takes an URI and download it to a FILE, and connects to a ftp action that takes the FILE and a URI where to upload that file...&lt;p/&gt;* Also in the case of actions that are scripts with multiple commands, who would check for the existence of those commands, the own action incorporating m4 files, or by centralizing all these actions in one package that checks for all commands on the configure...&lt;p/&gt;* Apart from the above issues that are atomato related, just the applications begining to export their abilities as dbus methods would open lot of possibilities, e.g. gimp export a dbus method that takes an image and returns that image with the red-eye effect corrected, then I could cook up a python script to upload images to my www gallery that would red-eye correct them if this gimp dbus method is present.&lt;p/&gt;* Also I think before all applications begin to export dbus methods in an arbitrary way, there should be a freedesktop naming policy that defines common methods in an object like (open,save,close) and common objects like IMAGE,SONG,MOVIE,DOCUMENT,CONTACT,ARCHIVER or BROWSER, so calling BROWSER-&gt;download_url($url); would result in that method executed by epiphany in GNOME and konqueror in KDE, as both registered for that fd.o defined method. Other standard calls could be ARCHIVER-&gt;zip($files) or CONTACT-&gt;is_online($name), IMAGE-&gt;resize_image($image) , that would be done by the applications that registered for them.</description>
		<content:encoded><![CDATA[<p>Hi, a really promising and needed project, some random concerns/ideas/delirious :
<p />* It seems very difficult to connect (pipe) the different actions on the workflow, I suppose you would define some types of input and output data like (FILE,URI,NUMBER,TEXT) and the gui would allow to connect the actions according to the types that the action supports, like an epiphany action that takes an URI and download it to a FILE, and connects to a ftp action that takes the FILE and a URI where to upload that file&#8230;
<p />* Also in the case of actions that are scripts with multiple commands, who would check for the existence of those commands, the own action incorporating m4 files, or by centralizing all these actions in one package that checks for all commands on the configure&#8230;
<p />* Apart from the above issues that are atomato related, just the applications begining to export their abilities as dbus methods would open lot of possibilities, e.g. gimp export a dbus method that takes an image and returns that image with the red-eye effect corrected, then I could cook up a python script to upload images to my www gallery that would red-eye correct them if this gimp dbus method is present.
<p />* Also I think before all applications begin to export dbus methods in an arbitrary way, there should be a freedesktop naming policy that defines common methods in an object like (open,save,close) and common objects like IMAGE,SONG,MOVIE,DOCUMENT,CONTACT,ARCHIVER or BROWSER, so calling BROWSER-&gt;download_url($url); would result in that method executed by epiphany in GNOME and konqueror in KDE, as both registered for that fd.o defined method. Other standard calls could be ARCHIVER-&gt;zip($files) or CONTACT-&gt;is_online($name), IMAGE-&gt;resize_image($image) , that would be done by the applications that registered for them.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian</title>
		<link>http://blogs.gnome.org/rodrigo/2006/07/04/atomato/comment-page-1/#comment-348</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/rodrigo/2006/07/04/atomato/#comment-348</guid>
		<description>What about using RDF/OWL documents like I&#039;ve done in S-Flux? Schemas are described at &lt;a href=&quot;http://sflux.sourceforge.net/schema.php&quot;&gt;http://sflux.sourceforge.net/schema.php&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>What about using RDF/OWL documents like I&#8217;ve done in S-Flux? Schemas are described at <a href="http://sflux.sourceforge.net/schema.php">http://sflux.sourceforge.net/schema.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GrumZ</title>
		<link>http://blogs.gnome.org/rodrigo/2006/07/04/atomato/comment-page-1/#comment-349</link>
		<dc:creator>GrumZ</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/rodrigo/2006/07/04/atomato/#comment-349</guid>
		<description>Great news !&lt;p/&gt;If I understand well, the aTomato scripts created by the user, will be exported to DBUS too, so other applications can list and activate them too. I&#039;m of course thinking about integrating it in Nautilus-actions[1] once it will be ready ;o)&lt;p/&gt;First, I have to document myself about DBUS...&lt;p/&gt;[1] &lt;a href=&quot;http://www.grumz.net/taxonomy/term/2/9&quot;&gt;http://www.grumz.net/taxonomy/term/2/9&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Great news !
<p />If I understand well, the aTomato scripts created by the user, will be exported to DBUS too, so other applications can list and activate them too. I&#8217;m of course thinking about integrating it in Nautilus-actions[1] once it will be ready ;o)
<p />First, I have to document myself about DBUS&#8230;
<p />[1] <a href="http://www.grumz.net/taxonomy/term/2/9">http://www.grumz.net/taxonomy/term/2/9</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian</title>
		<link>http://blogs.gnome.org/rodrigo/2006/07/04/atomato/comment-page-1/#comment-350</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Tue, 30 Nov 1999 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.gnome.org/rodrigo/2006/07/04/atomato/#comment-350</guid>
		<description>I&#039;ve quickly looked at Atomao code and it seems to me it lacks of a couple of features that instead are present in S-Flux:&lt;br/&gt;1) There&#039;s no mimetype-&gt;operation association. This means you can&#039;t filter out the operations suitable for a document. Probably we can go beyond the simple link mimetype-&gt;operation extending it to other kinds of objects (devices or so). All we have to do is to provide a URI to every object (maybe they already exists, I don&#039;t know...sorry).&lt;br/&gt;2) In my opinion only DBUS in not enough. I mean probably giving the opportunity to expose to atomato command line applications too could be really useful. Linux systems are plenty of excellent command line utilities and letting newbies users a simple way to use them could be a great thing.&lt;p/&gt;Do you agree?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve quickly looked at Atomao code and it seems to me it lacks of a couple of features that instead are present in S-Flux:<br />1) There&#8217;s no mimetype-&gt;operation association. This means you can&#8217;t filter out the operations suitable for a document. Probably we can go beyond the simple link mimetype-&gt;operation extending it to other kinds of objects (devices or so). All we have to do is to provide a URI to every object (maybe they already exists, I don&#8217;t know&#8230;sorry).<br />2) In my opinion only DBUS in not enough. I mean probably giving the opportunity to expose to atomato command line applications too could be really useful. Linux systems are plenty of excellent command line utilities and letting newbies users a simple way to use them could be a great thing.
<p />Do you agree?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
