<?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>Schadenfreude &#187; plugin</title>
	<atom:link href="http://www.ralree.com/tag/plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ralree.com</link>
	<description>Malicious enjoyment derived from observing someone else's misfortune</description>
	<lastBuildDate>Thu, 09 Feb 2012 01:49:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>LXPanel Plugins: Simplified</title>
		<link>http://www.ralree.com/2011/04/03/lxpanel-plugins-simplified/</link>
		<comments>http://www.ralree.com/2011/04/03/lxpanel-plugins-simplified/#comments</comments>
		<pubDate>Sun, 03 Apr 2011 18:01:07 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[autoconf]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[lxde]]></category>
		<category><![CDATA[lxpanel]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[scons]]></category>

		<guid isPermaLink="false">http://www.ralree.com/?p=23083</guid>
		<description><![CDATA[I started using LXDE last night, and I&#8217;m really liking it. It seems to take a whole ton less memory than Gnome did, and as a result my Intel Atom box runs a lot smoother because it doesn&#8217;t have to continuously swap. Anyway, I&#8217;ve been customizing some things, and I eventually found myself in plugin development land. LXPanel is the gnome-panel equivalent for LXDE. There doesn&#8217;t seem to be a Trash can plugin for it, and I think that&#8217;s just [...]]]></description>
			<content:encoded><![CDATA[<p>I started using LXDE last night, and I&#8217;m really liking it.  It seems to take a whole ton less memory than Gnome did, and as a result my Intel Atom box runs a lot smoother because it doesn&#8217;t have to continuously swap.  Anyway, I&#8217;ve been customizing some things, and I eventually found myself in plugin development land.  </p>
<p>LXPanel is the gnome-panel equivalent for LXDE.  There doesn&#8217;t seem to be a Trash can plugin for it, and I think that&#8217;s just sad.  So, I decided to learn how these plugins are coded and make one of my own.  I&#8217;m not sure if I&#8217;ll end up succeeding, but at least it will be a learning experience either way.</p>
<p>I found <a href="http://home.student.utwente.nl/j.vanderhoff/LXPanel_HowTo.html">this page</a>, which outlines a simple plugin that doesn&#8217;t do anything.  It seems to be a good starting point.  I followed the directions and ended up looking at an autoconf project that required a lot of work to get running in Ubuntu.  Even though I finally got it to compile, I decided it took way to long to do so.  I converted it to a scons project, and now it&#8217;s just one directory with a simple build script:</p>
<p><script src="http://gist.github.com/900615.js"></script></p>
<p>The shared object that&#8217;s output is exactly the same size as the one created by autoconf, so that&#8217;s good enough for me at the moment.  Time to keep hammering away.  The code for the example is available <a href="https://github.com/hank/life/tree/master/code/c/lxpanel_plugin">here</a> for reuse.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ralree.com/2011/04/03/lxpanel-plugins-simplified/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GitHub Gist Plugin</title>
		<link>http://www.ralree.com/2009/02/28/github-gist-plugin/</link>
		<comments>http://www.ralree.com/2009/02/28/github-gist-plugin/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 19:52:42 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[gist]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[paste]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.ralree.com/?p=22394</guid>
		<description><![CDATA[Look how awesome this plugin is!  Just typing &#91;gist id="72075"&#93; gets you: More information here. I wanted to change the appearance a little, so I did this to my theme in WordPress: I love that.]]></description>
			<content:encoded><![CDATA[<p>Look how awesome this plugin is!  Just typing <code>&#91;gist id="72075"&#93;</code> gets you:</p>
<p><script src="http://gist.github.com/72075.js"></script></p>
<p>More information <a href="http://wordpress.org/extend/plugins/github-gist-shortcode/">here</a>.  I wanted to change the appearance a little, so I did this to my theme in WordPress:</p>
<p><script src="http://gist.github.com/72087.js"></script></p>
<p>I love that.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ralree.com/2009/02/28/github-gist-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GitHub Widget for WordPress</title>
		<link>http://www.ralree.com/2009/02/28/github-widget-for-wordpress/</link>
		<comments>http://www.ralree.com/2009/02/28/github-widget-for-wordpress/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 19:31:02 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[revision control]]></category>
		<category><![CDATA[widget]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.ralree.com/?p=22387</guid>
		<description><![CDATA[For all you coders out there wanting to show off all those forked repositories, the github-widget is for you. There are a few ways to install. Download from here.  The most recent stable release will be available.  As of this writing, it&#8217;s REL-1.3. Clone the git repository: git clone git://github.com/hank/github-widget.git Get it through WordPress (Work in Progress) If you use one of the first 2 methods, just drop the resultant directory into wp-content/plugins/. Using any of the three methods, after [...]]]></description>
			<content:encoded><![CDATA[<p>For all you coders out there wanting to show off all those forked repositories, the github-widget is for you.</p>
<p><img class="alignright" title="Github Widget" src="http://www.ralree.com/images/github-widget.png" alt="" width="341" height="342" />There are a few ways to install.</p>
<ol>
<li>Download from <a href="http://github.com/hank/github-widget/downloads">here</a>.  The most recent stable release will be available.  As of this writing, it&#8217;s REL-1.3.</li>
<li>Clone the git repository: <code>git clone git://github.com/hank/github-widget.git</code></li>
<li>Get it through WordPress (Work in Progress)</li>
</ol>
<p>If you use one of the first 2 methods, just drop the resultant directory into <code>wp-content/plugins/</code>.</p>
<p>Using any of the three methods, after you have it installed, go to the Admin panel, Plugins -&gt; Installed.  Then, activate the plugin.  Then, go to Appearance -&gt; Widgets.  Put it into a sidebar, and go look at the results.</p>
<p>Please report any errors or problems as a comment to this post.</p>
<p>UPDATE: I just found out that my minimal searching for &#8216;Github&#8217; in the plugins area, which found no results when I tried it, was insufficient.  I should have used Google.  Oh, well &#8211; at least I know how a widget works now!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ralree.com/2009/02/28/github-widget-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

