<?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>Kludget Widget Engine &#187; Kludgets</title>
	<atom:link href="http://kludgets.com/tag/kludgets/feed/" rel="self" type="application/rss+xml" />
	<link>http://kludgets.com</link>
	<description>Klumsy, Lame, Ugly, Dumb, but Good Enough</description>
	<lastBuildDate>Sat, 17 Dec 2011 14:55:59 +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>Netvibes on the Kludget Engine</title>
		<link>http://kludgets.com/2009/05/netvibes/</link>
		<comments>http://kludgets.com/2009/05/netvibes/#comments</comments>
		<pubDate>Mon, 18 May 2009 14:23:37 +0000</pubDate>
		<dc:creator>kludgeteer</dc:creator>
				<category><![CDATA[Kludgets]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[netvibes]]></category>
		<category><![CDATA[widgets]]></category>

		<guid isPermaLink="false">http://kludgets.com/?p=164</guid>
		<description><![CDATA[Netvibes is a great source for widgets. I tested several of their widgets. And they look really good on the desktop. It&#8217;s a little tricky to run Netvibes widgets. But learn these steps below and you&#8217;ll get tons of shiny widgets. Download UWA Widget from netvibes.com Open the UWA Widget or Widget Dashboard Runtime in [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://eco.netvibes.com/widgets">Netvibes</a> is a great source for widgets.</p>
<p>I tested several of their widgets. And they look really good on the desktop.</p>
<p><img class="alignnone size-medium wp-image-165" title="netvibes" src="http://kludgets.com/wp-content/uploads/2009/05/netvibes-300x180.jpg" alt="netvibes" width="300" height="180" /></p>
<p><span id="more-164"></span></p>
<p>It&#8217;s a little tricky to run Netvibes widgets. But learn these steps below and you&#8217;ll get tons of shiny widgets.</p>
<ul>
<li><a href="http://developers.netvibes.com/files/UWA-Widget.wdgt.zip">Download UWA Widget</a> from netvibes.com</li>
<li>Open the UWA Widget or Widget Dashboard Runtime in Kludget Engine.</li>
<li>Click the <strong><em>i</em></strong> button.</li>
<li>Enter the Widget Url. Read about Widget Url below. This is the only tricky part.</li>
<li>Click &#8220;Done&#8221;. And you&#8217;re good to go.</li>
</ul>
<p>To add another Netvibe widget.</p>
<ul>
<li>Right click on a running netvibe widget on you desktop.</li>
<li>Select &#8220;Create Instance&#8221;.</li>
<li>And follow the same steps above.</li>
</ul>
<h2>Widget Url</h2>
<p>In their <a href="http://dev.netvibes.com/doc/uwa/examples/rssreader">sample RSS</a> widget. They have the following instruction.</p>
<blockquote><p>Apple Dashboard users: download the UWA widget, install it on your Dashboard, copy/paste the URL of the online UWA widget you want to test (don&#8217;t use a local, offline copy), and enjoy.</p></blockquote>
<p>The URL is actually the link <code>Check the standalone version</code> which points to <code>http://www.netvibes.com/api/uwa/examples/rssreader.html</code>.</p>
<p>To find widgets:</p>
<ol>
<li>Browse widgets in <a href="http://eco.netvibes.com/widgets">http://eco.netvibes.com/widgets</a></li>
<li>Select a widget by clicking it&#8217;s link.</li>
<li><strong>Don&#8217;t click Add to NetVibes</strong></li>
<li>The Widget URL is the link titled <code>Source</code></li>
<li>Copy the Link location and paste it in the Widget URL box</li>
</ol>
<p>Test the <a href="http://eco.netvibes.com/widgets/207655/wired-news">Wired</a> Widget now.</p>
<p>Some widgets don&#8217;t have the <code>Source</code> link. And I haven&#8217;t got them to work yet.</p>
<p>The NetVibe widget framework looks really clean and stable. They have several cool concepts like Universes. I&#8217;ll see if these would run on the Kludget Engine.</p>
]]></content:encoded>
			<wfw:commentRss>http://kludgets.com/2009/05/netvibes/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Kludgets and Cygwin</title>
		<link>http://kludgets.com/2009/05/kludgets-and-cygwin/</link>
		<comments>http://kludgets.com/2009/05/kludgets-and-cygwin/#comments</comments>
		<pubDate>Wed, 13 May 2009 14:12:41 +0000</pubDate>
		<dc:creator>kludgeteer</dc:creator>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[cygwin]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[Kludgets]]></category>
		<category><![CDATA[widgets]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://kludgets.com/?p=124</guid>
		<description><![CDATA[Warning: This is a little bit of a technical post. When a widget is installed by the engine, it will prompt you to grant access permissions. There are a lot of widgets that will require system commands. They usually come in the form of shell commands like: /usr/bin/id or /usr/bin/curl And these commands are called [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>Warning: This is a little bit of a technical post.</p></blockquote>
<p>When a widget is installed by the engine, it will prompt you to grant access permissions. There are a lot of widgets that will require system commands. They usually come in the form of shell commands like:</p>
<p><code>/usr/bin/id</code><br />
or<br />
<code>/usr/bin/curl</code></p>
<p>And these commands are called in javascript through the <code>widget.system()</code> method.</p>
<p><span id="more-124"></span></p>
<p>These commands will require linux or linux-like environment like MacOS. (Is MacOS techincally linux?). On windows, we emulate this environment using Cygwin. It&#8217;s a linux-like environment for Windows.</p>
<p><a href="http://www.cygwin.com/">Go there.</a></p>
<p>Download the installer. Choose the packages you need. You&#8217;ll need to install a shell package like bash or sh. Installation is pretty easy and straight forward.</p>
<p>You then have to edit the engine preference and check &#8220;Run system commands inside a shell&#8221;. And point the shell path to your Cygwin shell. (There&#8217;s a default sample entry to help you out.)</p>
<p>With cygwin, a majority of widgets that use system command will now run smoothly. But there would still be commands that are available only on MacOS. </p>
<p>The Say Cheese, daily comics widget use <code>/usr/bin/pbcopy</code> to paste an comic image on the clipboard. <code>pbcopy</code> isn&#8217;t available in cygwin, so someone will have to port or make a version of that. This is one area where contributors can come in.</p>
<p>In true Kludget fashion, we use cygwin as a component to make the dashboard widgets work. Cygwin is several MBs of disk space, depending on you packages. Do you think it&#8217;s worth it? I&#8217;m interested in your comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://kludgets.com/2009/05/kludgets-and-cygwin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Features and Wish List</title>
		<link>http://kludgets.com/2009/05/features-and-wish-list/</link>
		<comments>http://kludgets.com/2009/05/features-and-wish-list/#comments</comments>
		<pubDate>Wed, 13 May 2009 13:32:40 +0000</pubDate>
		<dc:creator>kludgeteer</dc:creator>
				<category><![CDATA[Features]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[Engine]]></category>
		<category><![CDATA[Kludgets]]></category>
		<category><![CDATA[widgetdock]]></category>

		<guid isPermaLink="false">http://kludgets.com/?p=121</guid>
		<description><![CDATA[A few days after the first beta release, Kludget Engine has a couple thousand downloads. That&#8217;s motivation enough to continue working on the engine. One feature that&#8217;s repeatedly requested through email and comments is the F12 hotkey. It will definitely be included in the feature list. F12 Hotkey &#8211; to show and hide the widgets [...]]]></description>
			<content:encoded><![CDATA[<p>A few days after the first beta release, Kludget Engine has a couple thousand downloads. That&#8217;s motivation enough to continue working on the engine.</p>
<p>One feature that&#8217;s repeatedly requested through email and comments is the F12 hotkey. It will definitely be included in the feature list.</p>
<ul>
<li>F12 Hotkey &#8211; to show and hide the widgets</li>
<li>WidgetDock &#8211; a widget manager widget</li>
<li>Animations and Effects &#8211; not a priority for now</li>
<li>Plugins &#8211; QT-based to make it really easy to create. I&#8217;ve sample codes of the dashboard&#8217;s plugins, really messy.</li>
<li>More widgets &#8211; include a larger set of default widgets. dictionary, calendar, maps, system stats.</li>
<li>Linux &#8211; because it&#8217;s QT based, we could easily make a linux version of the engine. Or even a MacOS version. (Thanks <a href="http://www.qtsoftware.com/developer">QT and Nokia</a>)</li>
</ul>
<p>What other features do you think should be included?</p>
]]></content:encoded>
			<wfw:commentRss>http://kludgets.com/2009/05/features-and-wish-list/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Kludget Engine first beta Release</title>
		<link>http://kludgets.com/2009/05/kludget-engine-first-beta-release/</link>
		<comments>http://kludgets.com/2009/05/kludget-engine-first-beta-release/#comments</comments>
		<pubDate>Sat, 02 May 2009 09:53:05 +0000</pubDate>
		<dc:creator>kludgeteer</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[Engine]]></category>
		<category><![CDATA[Kludgets]]></category>
		<category><![CDATA[Release]]></category>
		<category><![CDATA[widgets]]></category>

		<guid isPermaLink="false">http://kludgets.com/?p=4</guid>
		<description><![CDATA[The Kludget Engine Beta is finally here. Dashboard compatible,Webkit-based, Nokia QT-based (multi-platform), Yahoo Widget Engine inspired, open sourced. Kludget Engine &#8211; Free The source may be downloaded from code.google.com, project name is kludgets.]]></description>
			<content:encoded><![CDATA[<p><a title="Kludget Engine" href="http://kludgets.com/wp-content/uploads/2009/05/kludgets-preview.jpg" target="_blank"><img class="alignnone size-medium wp-image-6" title="kludgets-preview" src="http://kludgets.com/wp-content/uploads/2009/05/kludgets-preview-300x180.jpg" alt="kludgets-preview" width="300" height="180" /></a></p>
<p>The Kludget Engine Beta is finally here. Dashboard compatible,Webkit-based, Nokia QT-based (multi-platform), Yahoo Widget Engine inspired, open sourced.</p>
<p>Kludget Engine &#8211; Free <img src='http://kludgets.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://kludgets.com/download/"><img src="http://kludgets.com/wp-content/themes/inove/img/download.png" alt="" /><br />
</a></p>
<p>The source may be downloaded from <a href="http://code.google.com/p/kludgets/source/checkout">code.google.com</a>, project name is <a href="http://code.google.com/p/kludgets/">kludgets</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://kludgets.com/2009/05/kludget-engine-first-beta-release/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>

