<?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>FLX &#187; Releases</title>
	<atom:link href="http://flx.me/category/releases/feed/" rel="self" type="application/rss+xml" />
	<link>http://flx.me</link>
	<description>rambles, code and science!</description>
	<lastBuildDate>Tue, 09 Mar 2010 12:47:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>MiniPedia Released</title>
		<link>http://flx.me/minipedia-released/</link>
		<comments>http://flx.me/minipedia-released/#comments</comments>
		<pubDate>Sun, 07 Feb 2010 21:29:46 +0000</pubDate>
		<dc:creator>FLX</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[markup]]></category>
		<category><![CDATA[mediawiki]]></category>
		<category><![CDATA[minipedia]]></category>
		<category><![CDATA[tiddlywiki]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://flx.me/?p=632</guid>
		<description><![CDATA[The first public version of MiniPedia has been released! It&#8217;s something I&#8217;ve been working on for a long while. I wanted something portable and small like TiddlyWiki, but more of the behavior and looks of MediaWiki (the software that runs Wikipedia). Anyway, I finally had the time to release the first version after lots of [...]]]></description>
			<content:encoded><![CDATA[<p>The first public version of <a href="/minipedia">MiniPedia</a> has been released! It&#8217;s something I&#8217;ve been working on for a long while. I wanted something portable and small like <a href="http://tiddlywiki.com">TiddlyWiki</a>, but more of the behavior and looks of <a href="http://mediawiki.com">MediaWiki</a> (the software that runs <a href="http://wikipedia.org">Wikipedia</a>).</p>
<p>Anyway, I finally had the time to release the first version after lots of private beta testing. Be sure to give it a spin: <a href="/minipedia">MiniPedia</a></p>
<p>Postscriptum: I&#8217;ve started working on a new project, a sneak preview <a href="http://www.youtube.com/watch?v=xH7WZocEGhE">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://flx.me/minipedia-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prowl 4 Linux</title>
		<link>http://flx.me/prowl-4-linux/</link>
		<comments>http://flx.me/prowl-4-linux/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 14:28:40 +0000</pubDate>
		<dc:creator>FLX</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[Code Snippet of the Week]]></category>
		<category><![CDATA[curl]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[prowl]]></category>

		<guid isPermaLink="false">http://flx.me/?p=204</guid>
		<description><![CDATA[Prowl 4 Linux offers the most easy and hassle free linux prowl client yet! Only requires curl to operate.]]></description>
			<content:encoded><![CDATA[<p>Prowl must be one of the best apps that is currently offered on the iPhone. It offers push notifications which can be very easily implemented in a application thanks to the handy API. From the website:<br />
<em><br />
<a href="http://prowl.weks.net/" target="_blank"></a>&#8220;<a href="http://prowl.weks.net/" target="_blank">Prowl</a> is the Growl client for the iPhone OS. Notifications from your <a href="http://prowl.weks.net/installation.php">Mac</a> or <a href="http://prowl.weks.net/faq.php#windows">Windows</a> computer are sent to your iPhone or iPod touch using push. Prowl has an extensive <a href="http://prowl.weks.net/api.php">API</a>, which allows your scripts to integrate beautifully.&#8221;</em></p>
<p>Mac and Windows is nice but it doesn&#8217;t mention Linux support. It does however offer a host of <a href="http://prowl.weks.net/api.php#libraries" target="_blank">libraries</a> that allow easy integration into your project, but no real app. Until now.<br />
<span id="more-204"></span><br />
<img class="alignright size-full wp-image-205" title="prowl" src="http://flx.me/wp-content/uploads/2009/10/prowl.jpg" alt="prowl" width="320" height="480" /></p>
<h2>Introducing Prow 4 Linux</h2>
<p>It allows easy creation of Prowl messages via command-line, thus also helping you use it in various other apps, like rTorrent. <a href="http://flx.me/rtorrent-notifications-on-your-iphone-with-prowl/" target="_self">More on that here.</a></p>
<p style="font-size: 30pt;"><a href="http://flx.me/files/prowl_1.0.zip">Download!</a></p> [paypal-donation]
<p>Requirements: <a href="http://curl.haxx.se/" target="_blank">curl</a><br />
(this is included in almost every linux distro)</p>
<h3>Instructions:</h3>
<ol>
<li>Register at the <a href="http://prowl.weks.net/" target="_blank">Prowl</a> website</li>
<li>Generate API Key</li>
<li>Install <a href="http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=320876271" target="_blank">Prowl app</a> on iPhone</li>
<li>Download the zip</li>
<li>Unzip</li>
<li>Edit prowl.sh and insert your API key</li>
<li>chmod +x prowl.sh</li>
<li>Try it!</li>
</ol>
<p>Usage:</p>
<p><code>./prowl.sh priority(-2 to 2) appname description</code></p>
<p>Example:</p>
<p style="text-align: left;"><code>./prowl.sh 0 "linux" "this is a test"</code></p>
]]></content:encoded>
			<wfw:commentRss>http://flx.me/prowl-4-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>XBMScript released</title>
		<link>http://flx.me/xbmscript-released/</link>
		<comments>http://flx.me/xbmscript-released/#comments</comments>
		<pubDate>Fri, 11 Sep 2009 17:26:19 +0000</pubDate>
		<dc:creator>FLX</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[aeon]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[Code Snippet of the Week]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[xbmc]]></category>

		<guid isPermaLink="false">http://flx.me/?p=156</guid>
		<description><![CDATA[I would like to present to you XBMScript, a fully automatic bash script for effortless installation of XBMC on Ubuntu Jaunty Jackalope (9.04)! It has a nice menu that takes through the whole installation process with minimal user interaction. Installing XBMC has never been easier! It also automatically downloads the latest Aeon skins (Auriga/Hitched/Showmix) and [...]]]></description>
			<content:encoded><![CDATA[<p>I would like to present to you <a href="http://flx.me/xbmscript">XBMScript</a>, a fully automatic bash script for effortless installation of <a href="http://xbmc.org">XBMC</a> on <a href="http://ubuntu.com">Ubuntu Jaunty Jackalope (9.04)</a>! It has a nice menu that takes through the whole installation process with minimal user interaction. Installing XBMC has never been easier! It also automatically downloads the latest Aeon skins (Auriga/Hitched/Showmix) and offers the possibility to do other stuff like the installation of the Xbox DVD remote and execute special commands for the Asrock ION 330.</p>
<p>Don&#8217;t wait, check it out here: <a href="http://flx.me/xbmscript">XBMScript</a></p>
]]></content:encoded>
			<wfw:commentRss>http://flx.me/xbmscript-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installr Public Released</title>
		<link>http://flx.me/installr-public-released/</link>
		<comments>http://flx.me/installr-public-released/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 15:32:51 +0000</pubDate>
		<dc:creator>FLX</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[automation]]></category>
		<category><![CDATA[installr]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://flx.me/?p=1</guid>
		<description><![CDATA[I finally got the time to release a public version of installr. This is something I wanted to do for ages and I finally had the time to pump out a proper version. Be sure to check the program right here!]]></description>
			<content:encoded><![CDATA[<p>I finally got the time to release a public version of <a href="http://flx.me/installr">installr</a>. This is something I wanted to do for ages and I finally had the time to pump out a proper version. Be sure to check the program right <a href="/installr">here</a>!</p>
]]></content:encoded>
			<wfw:commentRss>http://flx.me/installr-public-released/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
