<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.3" -->
<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>Ivan Čukić &#187; Plasma</title>
	<link>http://ivan.fomentgroup.org/blog</link>
	<description>Free Software Developer and Evangelist</description>
	<pubDate>Fri, 04 Jul 2008 08:37:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.3</generator>
	<language>en</language>
			<item>
		<title>Java in Plasma</title>
		<link>http://ivan.fomentgroup.org/blog/2008/06/05/java-in-plasma/</link>
		<comments>http://ivan.fomentgroup.org/blog/2008/06/05/java-in-plasma/#comments</comments>
		<pubDate>Thu, 05 Jun 2008 19:01:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Plasma]]></category>

		<category><![CDATA[KDE Development]]></category>

		<guid isPermaLink="false">http://ivan.fomentgroup.org/blog/2008/06/05/java-in-plasma/</guid>
		<description><![CDATA[I had encountered a blog on Troll&#8217;s website (can not recall where exactly it was, and who posted it&#8230; if you find it, please notify me) about creating Java objects from C++. More precisely, creating Qt Jambi widgets and using them in a C++ program.
It gave me an idea. How about a Java-based Plasmoid? We [...]]]></description>
			<content:encoded><![CDATA[<p>I had encountered a blog on Troll&#8217;s website (can not recall where exactly it was, and who posted it&#8230; if you find it, please notify me) about creating Java objects from C++. More precisely, creating Qt Jambi widgets and using them in a C++ program.</p>
<p>It gave me an idea. How about a Java-based Plasmoid? We have Python, JavaScript (ECMAScript) and what not, but no Java.</p>
<p>There still are no Java bindings for Plasma, but that doesn&#8217;t mean that there can not be Java Plasmoids. If you think that I&#8217;m talking gibberish, just look at the following screenshot. As you can see, there are a couple of plasmoids that say Java (to be exact, there are 4 of them).</p>
<p><a href='http://ivan.fomentgroup.org/blog/wp-content/uploads/2008/06/javainplasma.jpeg' title='Java in Plasma'><img src='http://ivan.fomentgroup.org/blog/wp-content/uploads/2008/06/javainplasma.thumbnail.jpeg' alt='Java in Plasma' /></a></p>
<p>No, they are not C++ plasmoids that just write &#8216;Java&#8217; to fool you, those are applets written in Java. You have the code in Plasma&#8217;s playground (/trunk/playground/base/plasma/applets/java).</p>
<p>The main problem is setting up the environment.</p>
<ol>
<li>First you have to install Java SDK (tested with SUN&#8217;s, it should also work with IcedTea),</li>
<li>then, you have to install (or compile) Qt Jambi which is a bit pain in the neck if you have Qt with debug symbols included.</li>
<li>And, once it is all installed, you need to set the environment variables both for compiling the applet, and running it in Plasma afterwards. You can use the environment.sh that is included with the source, and modify it to your needs. You also need to change the Jambi&#8217;s path in CMakeLists.txt.</li>
</ol>
<p>Well, that should be all. When I find the time to try to generate Plasma bindings for Java, you will be notified <img src='http://ivan.fomentgroup.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> (To be honest, I hope that someone will beat me to it)</p>
<p>Cheerio!</p>
]]></content:encoded>
			<wfw:commentRss>http://ivan.fomentgroup.org/blog/2008/06/05/java-in-plasma/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Theme Contest and New Features</title>
		<link>http://ivan.fomentgroup.org/blog/2008/03/23/theme-contest-and-new-features/</link>
		<comments>http://ivan.fomentgroup.org/blog/2008/03/23/theme-contest-and-new-features/#comments</comments>
		<pubDate>Sun, 23 Mar 2008 18:26:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Plasma]]></category>

		<category><![CDATA[KDE Development]]></category>

		<guid isPermaLink="false">http://ivan.fomentgroup.org/blog/2008/03/23/theme-contest-and-new-features/</guid>
		<description><![CDATA[Plasma now supports different looks for panels depending on the screen edge where the panel is located. You can find more details about how to make this kind of themes at KDE&#8217;s Techbase. Basically if you want to create a custom look for a left panel, just create all background elements for it and add [...]]]></description>
			<content:encoded><![CDATA[<p>Plasma now supports different looks for panels depending on the screen edge where the panel is located. You can find more details about how to make this kind of themes <a href="http://techbase.kde.org/index.php?title=Projects/Plasma/Theme#Current_Theme_Elements">at KDE&#8217;s Techbase</a>. Basically if you want to create a custom look for a left panel, just create all background elements for it and add prefix &#8216;west-&#8217; to the name of every element. (east for right, north for top and south for bottom panel).</p>
<p>If you don&#8217;t want to name all the elements yourself, you could always use the <a href="http://kde-look.org/content/show.php/show.php?content=74329">Slim Glow</a> theme as a base template since it uses this new feature of Plasma.</p>
<p><strong>Reminder</strong>: Start making the Plasma themes, there <a href="http://dot.kde.org/1206097090/">is a contest going on</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://ivan.fomentgroup.org/blog/2008/03/23/theme-contest-and-new-features/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Plasma Themes Contest</title>
		<link>http://ivan.fomentgroup.org/blog/2008/03/21/plasma-themes-contest/</link>
		<comments>http://ivan.fomentgroup.org/blog/2008/03/21/plasma-themes-contest/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 11:36:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Plasma]]></category>

		<category><![CDATA[KDE Development]]></category>

		<guid isPermaLink="false">http://ivan.fomentgroup.org/blog/2008/03/21/plasma-themes-contest/</guid>
		<description><![CDATA[This is a post from the Dot, I&#8217;m just copying the announcement here as well. So, if you would like to comment, just do it there please.
The KDE Plasma team is inviting everyone to participate in a contest to create Plasma themes from which a select few will be chosen to be included as a [...]]]></description>
			<content:encoded><![CDATA[<p><strong>This is a post from <i>the Dot</i>, I&#8217;m just copying the announcement here as well. So, if you would like to comment, just do it <a href="http://dot.kde.org/1206097090/">there</a> please.</strong></p>
<p>The KDE Plasma team is inviting everyone to participate in a contest to create Plasma themes from which a select few will be chosen to be included as a part of the upcoming KDE 4.1 release. This is a great opportunity to contribute to a very visible component of the KDE project, the Plasma desktop.</p>
<p>A great feature of Plasma is the ability to theme components of the desktop using Scalable Vector Graphics (SVGs). This means there is no need for you to know C++ or any other programming language to create a great looking theme.</p>
<p>You only need to know how to use one of many graphics tools (e.g. Krita, Inkscape, The GIMP, Karbon, etc.) and that is all. Depending on your prowess with such tools, you can create great looking plasma themes in as little as an hour.</p>
<p>You can find a quick guide to creating Plasma themes in the <a href="http://techbase.kde.org/index.php?title=Development/Tutorials/Plasma/Theme">Creating a Plasma Theme in 7 Easy Steps</a> Techbase article.</p>
<p><b>Rules:</b></p>
<ol>
<li>Submit your work in the Plasma Themes section of KDE-Look.org website. Put a notice &#8216;(for theme contest)&#8217; in the title of the theme.</li>
<li>Submissions will be accepted as a tar.gz file of the theme folder.</li>
<li>Submission deadline is <strong>9th April, 2008 18:00 UTC</strong>. Themes submitted after the deadline will not be considered for this release.</li>
<li>Winners will be announced by <strong>18th April, 2008</strong>.</li>
<li>All artwork must be original or otherwise meet the requirements for distribution as part of a GPL licensed project. Preferred license is LGPL.</li>
</ol>
<p><b>Guidelines:</b></p>
<ol>
<li><em>Consistency.</em> All theme parts should fit nicely with each other.</li>
<li><em>Completeness.</em> Although Plasma automatically loads required images from the default theme when they are not present in the active theme, it is suggested that you include SVGs for all theme elements.</li>
<li><em>Uniqueness.</em> The unique always stand out in the crowd; so should your theme.</li>
</ol>
<p><b>Have fun!</b> The Plasma Team.</p>
<p><strong>This is a post from <i>the Dot</i>, I&#8217;m just copying the announcement here as well. So, if you would like to comment, just do it <a href="http://dot.kde.org/1206097090/">there</a> please.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://ivan.fomentgroup.org/blog/2008/03/21/plasma-themes-contest/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Plasma UI Compiler</title>
		<link>http://ivan.fomentgroup.org/blog/2008/02/12/plasma-ui-compiler/</link>
		<comments>http://ivan.fomentgroup.org/blog/2008/02/12/plasma-ui-compiler/#comments</comments>
		<pubDate>Tue, 12 Feb 2008 11:45:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Plasma]]></category>

		<category><![CDATA[KDE Development]]></category>

		<guid isPermaLink="false">http://ivan.fomentgroup.org/blog/2008/02/12/plasma-ui-compiler/</guid>
		<description><![CDATA[Well, as always, when I get bored, something good comes out of it.
This time I was annoyed with the fact that if I wanted to change the layout of Lancelot, I would have to dig in the code and switch layouts, parents, children etc. Without doubt, Lancelot is currently the most complicated (UI-wise) application based [...]]]></description>
			<content:encoded><![CDATA[<p>Well, as always, when I get bored, something good comes out of it.</p>
<p>This time I was annoyed with the fact that if I wanted to change the layout of Lancelot, I would have to dig in the code and switch layouts, parents, children etc. Without doubt, Lancelot is currently the most complicated (UI-wise) application based on libPlasma. (I&#8217;m not taking into consideration Amarok2 since it has only one part of its UI based on plasma - just the center piece - which is trivial ATM)</p>
<p>So I decided it was the time to switch to a XML-based definition of the UI. The problem, of course, was that there is no such feature in Plasma yet - there is a Designer and UIC for QWidgets, but not for Plasma and QGraphicsView</p>
<p>So, what could I do? The answer was simple - write PUIC - Plasma UI Compiler - which takes a XML formated file and generates C++ code from it. The tool is under heavy development meaning that most of current Plasma widgets are not yet supported (read: none of the Plasma&#8217;s widgets are supported <img src='http://ivan.fomentgroup.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ). Currently, it supports a couple of layouts (Border, Node and Flip) and Lancelot&#8217;s widgets.</p>
<p>Since PUIC is the integral part of Lancelot (for the time being), or to be more precise, the integral part of Lancelot&#8217;s build system (basic CMake support for PUIC is done also), the first thing on my TODO list is to complete the transition to XML-based UI, thus completing the support for all Lancelot&#8217;s widgets. After that, PUIC will be separated to grow on its own, and other layouts will be added with all Plasma&#8217;s widgets.</p>
<p>p.s. I have removed Lancelot from extragear&#8217;s build until this is finished.</p>
<p>p.p.s. Sorry for extremely long sentences.</p>
<p>p.p.p.s. No screenshots this time&#8230; be patient&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://ivan.fomentgroup.org/blog/2008/02/12/plasma-ui-compiler/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Another theme for Plasma</title>
		<link>http://ivan.fomentgroup.org/blog/2008/01/27/another-theme/</link>
		<comments>http://ivan.fomentgroup.org/blog/2008/01/27/another-theme/#comments</comments>
		<pubDate>Sun, 27 Jan 2008 23:08:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Plasma]]></category>

		<category><![CDATA[KDE Development]]></category>

		<guid isPermaLink="false">http://ivan.fomentgroup.org/blog/2008/01/27/another-theme/</guid>
		<description><![CDATA[There&#8217;s a new theme walking down the streets of Plasmawille. It&#8217;s called Slim Glow. For more info, go to the kde-look.org

Concerning the last theme you have seen on the blog some time ago, it vanished in a &#8216;rm -fR&#8217; accident and is scheduled for reconstruction.
]]></description>
			<content:encoded><![CDATA[<p>There&#8217;s a new theme walking down the streets of Plasmawille. It&#8217;s called Slim Glow. For more info, go to the <a href="http://www.kde-look.org/content/show.php/Theme%3A+Slim+Glow?content=74329">kde-look.org</a></p>
<p><a href="http://www.kde-look.org/content/show.php/Theme%3A+Slim+Glow?content=74329"><img src="http://www.kde-look.org/CONTENT/content-pre1/74329-1.jpg" alt="Theme Preview" border="0" /></a></p>
<p>Concerning the last theme you have <a href="http://ivan.fomentgroup.org/blog/2007/09/16/new-plasma-theme-and-a-new-blog">seen on the blog</a> some time ago, it vanished in a &#8216;rm -fR&#8217; accident and is scheduled for reconstruction.</p>
]]></content:encoded>
			<wfw:commentRss>http://ivan.fomentgroup.org/blog/2008/01/27/another-theme/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Plasma Applet Browser Evolves</title>
		<link>http://ivan.fomentgroup.org/blog/2007/12/09/plasma-applet-browser-evolves/</link>
		<comments>http://ivan.fomentgroup.org/blog/2007/12/09/plasma-applet-browser-evolves/#comments</comments>
		<pubDate>Sun, 09 Dec 2007 12:09:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Plasma]]></category>

		<category><![CDATA[KDE Development]]></category>

		<guid isPermaLink="false">http://ivan.fomentgroup.org/blog/2007/12/09/plasma-applet-browser-evolves/</guid>
		<description><![CDATA[Thanks to Chani Armitage P.A.B. now has a remove applet button.
Well, nothing more for this post - head to Chani&#8217;s blog for more info&#8230;
]]></description>
			<content:encoded><![CDATA[<p><a href="http://chani.wordpress.com/2007/12/09/its-a-small-world/">Thanks to Chani Armitage P.A.B. now has a remove applet button.</a></p>
<p>Well, nothing more for this post - head to Chani&#8217;s blog for more info&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://ivan.fomentgroup.org/blog/2007/12/09/plasma-applet-browser-evolves/feed/</wfw:commentRss>
		</item>
		<item>
		<title>NodeLayout : Example sheet</title>
		<link>http://ivan.fomentgroup.org/blog/2007/10/16/nodelayout-example-sheet/</link>
		<comments>http://ivan.fomentgroup.org/blog/2007/10/16/nodelayout-example-sheet/#comments</comments>
		<pubDate>Tue, 16 Oct 2007 12:17:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Plasma]]></category>

		<category><![CDATA[KDE Development]]></category>

		<guid isPermaLink="false">http://ivan.fomentgroup.org/blog/2007/10/16/nodelayout-example-sheet/</guid>
		<description><![CDATA[
Since it appears that the last explanation (which I recommend you to read before opening the example sheet) of NodeLayout was not as good as it should be, here you are - drawn explanation with a few examples in .png format (33K).
Unfortunately WordPress doesn&#8217;t allow me to upload the svgz file&#8230; hope you&#8217;ll be able [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://ivan.fomentgroup.org/blog/wp-content/uploads/2007/10/nodelayout.png' title='NodeLayout : Example sheet'><img src='http://ivan.fomentgroup.org/blog/wp-content/uploads/2007/10/nodelayout.thumbnail.png' alt='NodeLayout : Example sheet' /></a></p>
<p>Since it appears that the <a href="http://ivan.fomentgroup.org/blog/2007/10/13/nodelayout-for-plasma/">last explanation (which I recommend you to read before opening the example sheet)</a> of NodeLayout was not as good as it should be, here you are - drawn explanation with a few examples in .png format (33K).</p>
<p>Unfortunately WordPress doesn&#8217;t allow me to upload the svgz file&#8230; hope you&#8217;ll be able to read the small text in the picture.</p>
]]></content:encoded>
			<wfw:commentRss>http://ivan.fomentgroup.org/blog/2007/10/16/nodelayout-example-sheet/feed/</wfw:commentRss>
		</item>
		<item>
		<title>NodeLayout for Plasma</title>
		<link>http://ivan.fomentgroup.org/blog/2007/10/13/nodelayout-for-plasma/</link>
		<comments>http://ivan.fomentgroup.org/blog/2007/10/13/nodelayout-for-plasma/#comments</comments>
		<pubDate>Sat, 13 Oct 2007 15:33:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Plasma]]></category>

		<category><![CDATA[KDE Development]]></category>

		<guid isPermaLink="false">http://ivan.fomentgroup.org/blog/2007/10/13/nodelayout-for-plasma/</guid>
		<description><![CDATA[Yes, it&#8217;s that time of year again - the time for backporting layouts from Lancelot to Plasma.
NodeLayout is one of the most powerful layouts in general, in a sense of that it&#8217;s expressiveness for positioning static content is greater than any current layout in Plasma.
The idea behind it is to help developers avoid creating multiple [...]]]></description>
			<content:encoded><![CDATA[<p>Yes, it&#8217;s that time of year again - the time for backporting layouts from Lancelot to Plasma.</p>
<p>NodeLayout is one of the most powerful layouts in general, in a sense of that it&#8217;s expressiveness for positioning static content is greater than any current layout in Plasma.</p>
<p>The idea behind it is to help developers avoid creating multiple different layout objects mixed and nested in each other when creating complex UIs. It&#8217;s a bit trickier to get the hang of it - the nodes definition, but once you get to know it, it will become your natural way of thinking. <img src='http://ivan.fomentgroup.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> (yes, I know I&#8217;m sounding like a shampoo commercial)
<p>Every item&#8217;s geometry is defined by two nodes - one for the top-left corner, and the other one for the bottom-right corner.</p>
<p>Each node is defined by a pair of relative (xr, yr) and a pair of absolute (xa, ya) coordinates. The calculated node coordinates depend<br />
on the size and position of the NodeLayout object in the following manner (layout is the geometry of the NodeLayout):</p>
<ul>
<li>x = layout.left() + (xr * layout.width())  + xa</li>
<li>y = layout.top()  + (yr * layout.height()) + ya</li>
</ul>
<p>Alternatively, the item&#8217;s position can be defined by using one node and one pair of relative coordinates (xr, yr). In that case, the item is sized following the sizeHint(). The relative coordinates (this time they are relative to the item&#8217;s geometry, not the layout&#8217;s) specify what point of the item will be bound to the defined node.</p>
<p><b>Note:</b> The horizontal and vertical values are completely independent so you can, for example, have automatic (sizeHint defined) sizing for width, and fixed sizing for height.</p>
]]></content:encoded>
			<wfw:commentRss>http://ivan.fomentgroup.org/blog/2007/10/13/nodelayout-for-plasma/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Lancelot icon</title>
		<link>http://ivan.fomentgroup.org/blog/2007/10/12/lancelot-icon/</link>
		<comments>http://ivan.fomentgroup.org/blog/2007/10/12/lancelot-icon/#comments</comments>
		<pubDate>Fri, 12 Oct 2007 18:49:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Plasma]]></category>

		<category><![CDATA[KDE Development]]></category>

		<guid isPermaLink="false">http://ivan.fomentgroup.org/blog/2007/10/12/lancelot-icon/</guid>
		<description><![CDATA[

Bridgekeeper: WHAT&#8230; is your name?
Lancelot: Sir Lancelot of Camelot.
Bridgekeeper: WHAT&#8230;is your quest?
Lancelot: To seek the Holy Grail.
Bridgekeeper: WHAT&#8230;is your favorite color?
Lancelot: Blue.
Bridgekeeper: Right, off you go.
Lancelot: Oh! Well, thank you. Thank you very much.

I got bored while waiting for the green light for committing the NodeLayout (later about that) to libPlasma, so I decided to [...]]]></description>
			<content:encoded><![CDATA[<p><img src='http://ivan.fomentgroup.org/blog/wp-content/uploads/2007/10/lancelot_icons.png' alt='Lancelot icons' /></p>
<p><em><br />
Bridgekeeper: WHAT&#8230; is your name?<br />
Lancelot: Sir Lancelot of Camelot.<br />
Bridgekeeper: WHAT&#8230;is your quest?<br />
Lancelot: To seek the Holy Grail.<br />
Bridgekeeper: WHAT&#8230;is your favorite color?<br />
Lancelot: Blue.<br />
Bridgekeeper: Right, off you go.<br />
Lancelot: Oh! Well, thank you. Thank you very much.<br />
</em></p>
<p>I got bored while waiting for the green light for committing the NodeLayout (later about that) to libPlasma, so I decided to make a nice icon for Lancelot. I had a couple of ideas - shield, knight, helmet and a grail.</p>
<p>Shield was not a great solution since people would think that it has something to do with computer protection, and knight and helmet (IMHO) are suited more for a game like Wesnoth then for an application launcher. So i have made a grail.</p>
]]></content:encoded>
			<wfw:commentRss>http://ivan.fomentgroup.org/blog/2007/10/12/lancelot-icon/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Applet Browser in libplasma</title>
		<link>http://ivan.fomentgroup.org/blog/2007/09/29/applet-browser-in-libplasma/</link>
		<comments>http://ivan.fomentgroup.org/blog/2007/09/29/applet-browser-in-libplasma/#comments</comments>
		<pubDate>Sat, 29 Sep 2007 20:28:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Plasma]]></category>

		<category><![CDATA[KDE Development]]></category>

		<guid isPermaLink="false">http://ivan.fomentgroup.org/blog/2007/09/29/applet-browser-in-libplasma/</guid>
		<description><![CDATA[
The Plasma Applet Browser is now integrated into the libplasma and it will be available in the next Beta that is going to be published on Wednesday.
I&#8217;ve replaced the old drag-and-drop with a bit fancier stuff - now (as you can see in the screenshot) when you drag the plasmoids, you will be shown only [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://ivan.fomentgroup.org/blog/wp-content/uploads/2007/09/pab.jpg' title='Plasma Applet Browser'><img src='http://ivan.fomentgroup.org/blog/wp-content/uploads/2007/09/pab.thumbnail.jpg' alt='Plasma Applet Browser' align='left' hspace='20' /></a></p>
<p>The Plasma Applet Browser is now integrated into the libplasma and it will be available in the next Beta that is going to be published on Wednesday.</p>
<p>I&#8217;ve replaced the old drag-and-drop with a bit fancier stuff - now (as you can see in the screenshot) when you drag the plasmoids, you will be shown only the icons (possibly will be replaced by screenshots of plasmoids) not the whole &#8220;blue bars&#8221; you saw last time.</p>
<p>At the moment, you can add only one applet at a time by dragging, but that will be changed soon. If you use Oxygen style,  you&#8217;ll encounter a nasty bug concerning the drag-and-drop-icons - there will be no icons, only nice shades of gray&#8230; but that&#8217;s not my fault.</p>
]]></content:encoded>
			<wfw:commentRss>http://ivan.fomentgroup.org/blog/2007/09/29/applet-browser-in-libplasma/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
