<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Gustavo Blog</title>
	<atom:link href="http://netsuke.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://netsuke.wordpress.com</link>
	<description></description>
	<lastBuildDate>Tue, 07 Apr 2009 17:33:24 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Extending Confluence using Wicket by Greg</title>
		<link>http://netsuke.wordpress.com/2008/11/02/extending-confluence-using-wicket/#comment-69</link>
		<dc:creator>Greg</dc:creator>
		<pubDate>Tue, 07 Apr 2009 17:33:24 +0000</pubDate>
		<guid isPermaLink="false">http://netsuke.wordpress.com/?p=64#comment-69</guid>
		<description>Thanks for the nice write-up.

Have you dealt with any &#039;relative url&#039; problems using Wicket in this way?

My problem, for example, is that &#039;href=&quot;style.css&quot;&#039; gets turned into &#039;href=&quot;../../../style.css&quot;&#039;, because the &quot;servlet/plugin&quot; gets tacked on to the beginning of the URL. The images &amp; css files won&#039;t be loaded up by confluence as a result.  (I am using 2.10 of confluence).

Just curious...

Greg</description>
		<content:encoded><![CDATA[<p>Thanks for the nice write-up.</p>
<p>Have you dealt with any &#8216;relative url&#8217; problems using Wicket in this way?</p>
<p>My problem, for example, is that &#8216;href=&#8221;style.css&#8221;&#8216; gets turned into &#8216;href=&#8221;../../../style.css&#8221;&#8216;, because the &#8220;servlet/plugin&#8221; gets tacked on to the beginning of the URL. The images &amp; css files won&#8217;t be loaded up by confluence as a result.  (I am using 2.10 of confluence).</p>
<p>Just curious&#8230;</p>
<p>Greg</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Gentoo and Sony Vaio VGN-FZ180E &#8211; part 1: Sound by Joel Benjamin</title>
		<link>http://netsuke.wordpress.com/2008/03/06/gentoo-and-sony-vaio-vgn-fz180e-part-1-sound/#comment-59</link>
		<dc:creator>Joel Benjamin</dc:creator>
		<pubDate>Tue, 03 Feb 2009 23:07:12 +0000</pubDate>
		<guid isPermaLink="false">http://netsuke.wordpress.com/?p=12#comment-59</guid>
		<description>I have sony vaio VGN-Bx 168GP which when ireinstall i dont have the sound driver for my laptop which sony Vaio</description>
		<content:encoded><![CDATA[<p>I have sony vaio VGN-Bx 168GP which when ireinstall i dont have the sound driver for my laptop which sony Vaio</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Casifying Luntbuild by Roselyn</title>
		<link>http://netsuke.wordpress.com/2008/03/27/casifying-luntbuild/#comment-54</link>
		<dc:creator>Roselyn</dc:creator>
		<pubDate>Thu, 27 Nov 2008 20:15:02 +0000</pubDate>
		<guid isPermaLink="false">http://netsuke.wordpress.com/?p=32#comment-54</guid>
		<description>Good work, webmaster! Nice site!,</description>
		<content:encoded><![CDATA[<p>Good work, webmaster! Nice site!,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Extending Confluence using Wicket by Extending Confluence using Wicket &#124; Wicket in Action</title>
		<link>http://netsuke.wordpress.com/2008/11/02/extending-confluence-using-wicket/#comment-53</link>
		<dc:creator>Extending Confluence using Wicket &#124; Wicket in Action</dc:creator>
		<pubDate>Sun, 02 Nov 2008 22:59:26 +0000</pubDate>
		<guid isPermaLink="false">http://netsuke.wordpress.com/?p=64#comment-53</guid>
		<description>[...] write about extending Confluence with the best web technology currently available: Apache Wicket. Gustavo explains how to do just so: The advantage would be avoiding completely XWork, possibility to use wicket [...]</description>
		<content:encoded><![CDATA[<p>[...] write about extending Confluence with the best web technology currently available: Apache Wicket. Gustavo explains how to do just so: The advantage would be avoiding completely XWork, possibility to use wicket [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Watching live soccer in Gentoo &#8211; part 1 &#8211; SopCast by EnGage@gentoo2008</title>
		<link>http://netsuke.wordpress.com/2008/03/09/watching-live-soccer-in-gentoo-part-1-sopcast/#comment-52</link>
		<dc:creator>EnGage@gentoo2008</dc:creator>
		<pubDate>Sun, 14 Sep 2008 18:46:57 +0000</pubDate>
		<guid isPermaLink="false">http://netsuke.wordpress.com/?p=20#comment-52</guid>
		<description>Gentoo portage requires a structure like this:
//
You have two choice:

1.
if you are using a standard overlay dir put your sopcast-1.1.1.ebuild here:
/usr/local/portage/media-tv/sopcast

2. as the article do put it in:

/usr/portage/media-tv/sopcast

The second way is a wrong way: the ebuild will be destroyed on next &quot;emerge --sync&quot; call.</description>
		<content:encoded><![CDATA[<p>Gentoo portage requires a structure like this:<br />
//<br />
You have two choice:</p>
<p>1.<br />
if you are using a standard overlay dir put your sopcast-1.1.1.ebuild here:<br />
/usr/local/portage/media-tv/sopcast</p>
<p>2. as the article do put it in:</p>
<p>/usr/portage/media-tv/sopcast</p>
<p>The second way is a wrong way: the ebuild will be destroyed on next &#8220;emerge &#8211;sync&#8221; call.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Gentoo and Sony Vaio VGN-FZ180E &#8211; part 1: Sound by julien</title>
		<link>http://netsuke.wordpress.com/2008/03/06/gentoo-and-sony-vaio-vgn-fz180e-part-1-sound/#comment-51</link>
		<dc:creator>julien</dc:creator>
		<pubDate>Tue, 17 Jun 2008 18:09:55 +0000</pubDate>
		<guid isPermaLink="false">http://netsuke.wordpress.com/?p=12#comment-51</guid>
		<description>worked like a charm after all.
stupid me had put like half of the config somewhere and another half to another location... --;
cheers!</description>
		<content:encoded><![CDATA[<p>worked like a charm after all.<br />
stupid me had put like half of the config somewhere and another half to another location&#8230; &#8211;;<br />
cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Gentoo and Sony Vaio VGN-FZ180E &#8211; part 1: Sound by netsuke</title>
		<link>http://netsuke.wordpress.com/2008/03/06/gentoo-and-sony-vaio-vgn-fz180e-part-1-sound/#comment-50</link>
		<dc:creator>netsuke</dc:creator>
		<pubDate>Fri, 13 Jun 2008 22:06:20 +0000</pubDate>
		<guid isPermaLink="false">http://netsuke.wordpress.com/?p=12#comment-50</guid>
		<description>Hi, make sure that you did an  &quot;emerge alsa-utils&quot;, and that the modules were loaded thru this service, instead of a manual modprobe.</description>
		<content:encoded><![CDATA[<p>Hi, make sure that you did an  &#8220;emerge alsa-utils&#8221;, and that the modules were loaded thru this service, instead of a manual modprobe.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Gentoo and Sony Vaio VGN-FZ180E &#8211; part 1: Sound by julien</title>
		<link>http://netsuke.wordpress.com/2008/03/06/gentoo-and-sony-vaio-vgn-fz180e-part-1-sound/#comment-49</link>
		<dc:creator>julien</dc:creator>
		<pubDate>Wed, 11 Jun 2008 05:33:43 +0000</pubDate>
		<guid isPermaLink="false">http://netsuke.wordpress.com/?p=12#comment-49</guid>
		<description>I guess you meant the file &quot;/etc/modules.d/alsa&quot;

Unfortunately the whole thing does not seem to work on kernel 2.6.24-gentoo-r8 with alsa 1.0.16
I&#039;ve got sound but plugging in the headphones does not mute the speakers... :(</description>
		<content:encoded><![CDATA[<p>I guess you meant the file &#8220;/etc/modules.d/alsa&#8221;</p>
<p>Unfortunately the whole thing does not seem to work on kernel 2.6.24-gentoo-r8 with alsa 1.0.16<br />
I&#8217;ve got sound but plugging in the headphones does not mute the speakers&#8230; <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Watching live soccer in Gentoo &#8211; part 1 &#8211; SopCast by Vito</title>
		<link>http://netsuke.wordpress.com/2008/03/09/watching-live-soccer-in-gentoo-part-1-sopcast/#comment-47</link>
		<dc:creator>Vito</dc:creator>
		<pubDate>Tue, 08 Apr 2008 18:52:06 +0000</pubDate>
		<guid isPermaLink="false">http://netsuke.wordpress.com/?p=20#comment-47</guid>
		<description>thanks for the hint, good point from drughino as well!

if you have problem to download file like me, try use this address http://freetowatchtv.co.uk/images/ubuntu/${MY_P}.tgz instead...</description>
		<content:encoded><![CDATA[<p>thanks for the hint, good point from drughino as well!</p>
<p>if you have problem to download file like me, try use this address <a href="http://freetowatchtv.co.uk/images/ubuntu/$" rel="nofollow">http://freetowatchtv.co.uk/images/ubuntu/$</a>{MY_P}.tgz instead&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Watching live soccer in Gentoo &#8211; part 1 &#8211; SopCast by drughino</title>
		<link>http://netsuke.wordpress.com/2008/03/09/watching-live-soccer-in-gentoo-part-1-sopcast/#comment-37</link>
		<dc:creator>drughino</dc:creator>
		<pubDate>Fri, 28 Mar 2008 00:57:56 +0000</pubDate>
		<guid isPermaLink="false">http://netsuke.wordpress.com/?p=20#comment-37</guid>
		<description>Hi,
thank you for the post.I want to suggest to edit the saving folder into /usr/portage/media-tv/sopcast/sopcast-1.1.1.ebuild  ,infact in that way it fails the digest:
#ebuild  sopcast-1.1.1.ebuild digest
Appending /usr to PORTDIR_OVERLAY...
!!! /usr/portage/media-tv/sopcast-1.1.1.ebuild does not seem to have a valid PORTDIR structure.
;)</description>
		<content:encoded><![CDATA[<p>Hi,<br />
thank you for the post.I want to suggest to edit the saving folder into /usr/portage/media-tv/sopcast/sopcast-1.1.1.ebuild  ,infact in that way it fails the digest:<br />
#ebuild  sopcast-1.1.1.ebuild digest<br />
Appending /usr to PORTDIR_OVERLAY&#8230;<br />
!!! /usr/portage/media-tv/sopcast-1.1.1.ebuild does not seem to have a valid PORTDIR structure.<br />
 <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
