<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
>

<channel>
	<title>Open-Inn</title>
	<atom:link href="http://open-inn.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://open-inn.net</link>
	<description>We chat about stuff...</description>
	<lastBuildDate>Mon, 03 May 2010 12:50:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<!-- podcast_generator="podPress/8.8" - maintenance_release="8.8.4" -->
		<copyright>Copyright &#xA9; Open-Inn 2010 </copyright>
		<managingEditor>podcast@open-inn.net (Open-Inn)</managingEditor>
		<webMaster>podcast@open-inn.net (Open-Inn)</webMaster>
		<category>posts</category>
		<ttl>1440</ttl>
		<itunes:keywords></itunes:keywords>
		<itunes:subtitle></itunes:subtitle>
		<itunes:summary>And so it begins...</itunes:summary>
		<itunes:author>Open-Inn</itunes:author>
		<itunes:category text="Society &amp; Culture"/>
		<itunes:owner>
			<itunes:name>Open-Inn</itunes:name>
			<itunes:email>podcast@open-inn.net</itunes:email>
		</itunes:owner>
		<itunes:block>No</itunes:block>
		<itunes:explicit>no</itunes:explicit>
		<itunes:image href="http://open-inn.net/wp-content/uploads/2010/05/open-inn.barstool.jpg" />
		<image>
			<url>http://open-inn.net/wp-content/uploads/2010/05/open-inn.barstool.jpg</url>
			<title>Open-Inn</title>
			<link>http://open-inn.net</link>
			<width>144</width>
			<height>144</height>
		</image>
		<item>
		<title>Episode 2: GPG (Gnu Privacy Guard)</title>
		<link>http://open-inn.net/2010/05/episode-2-gpg-gnu-privacy-guard/</link>
		<comments>http://open-inn.net/2010/05/episode-2-gpg-gnu-privacy-guard/#comments</comments>
		<pubDate>Sat, 01 May 2010 18:43:59 +0000</pubDate>
		<dc:creator>Mark Waters</dc:creator>
				<category><![CDATA[Episodes]]></category>
		<category><![CDATA[How To's]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[encrption]]></category>
		<category><![CDATA[gpg]]></category>

		<guid isPermaLink="false">http://open-inn.net/?p=307</guid>
		<description><![CDATA[Mark and CafeNinja talk about email encryption and other uses for GNU Privacy Guard (GPG).

What is encryption ?
On the most basic scale, think secret decoder ring from old cereal boxes.
Its just a way of scrambling the message so that only the recipient can decipher it.
GPG can also be used to cryptographically &#8217;sign&#8217; a message so [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://weloveit.info/mark" target="_blank">Mark</a> and <a href="http://cafeninja.blogspot.com/" target="_blank">CafeNinja</a> talk about email encryption and other uses for <a href="http://en.wikipedia.org/wiki/GNU_Privacy_Guard" target="_blank">GNU Privacy Guard (GPG)</a>.</p>
<p></p>
<p><strong>What is encryption ?</strong></p>
<p>On the most basic scale, think <a href="http://en.wikipedia.org/wiki/Secret_decoder_ring" target="_blank">secret decoder ring</a> from old cereal boxes.<br />
Its just a way of scrambling the message so that only the recipient can decipher it.<br />
GPG can also be used to cryptographically &#8217;sign&#8217; a message so that you know it came from the right person and hasn&#8217;t been tampered with en-route , a bit like using a wax seal in &#8220;ye olde days&#8221;.</p>
<p><strong>Why use encryption ?</strong></p>
<p>Google&#8217;s Gmail service uses encrypted HTTPS / IMAPS protocols but thats just between yourself and the gmail server , the data is not encrypted at all other times.<br />
When the email is passing from one server to another as email often traverses multiple machines to reach it&#8217;s destination.   as well, once on the destination server the data is not encrypted it means that law enforcement, your ISP, the IT guy who works at the ISP, some kiddy script hacker who manages to get into your account can then read everything&#8230;.think Sarah Palin + Yahoo.  Embarrassing.  Anyway, this leaves it a jumbled mess on the server and in transmission and no one will care about your email and can&#8217;t read it even if they decide to.<br />
By using GPG you know that the mail can only be read by the person it was intended for.</p>
<p><strong>What is GPG encryption ?</strong></p>
<p>Advanced algorithm encryption.  Text scrambling using math in such a way, that a computer dedicated to the task of unscrambling it without your password would require 10-20 years depending on your setting.  Generally, it is felt that anything that is sensitive now, won&#8217;t be in that time frame thus rendering the act of decrypting it moot. It&#8217;s mega secure, like the NSA doesn&#8217;t like you using it since then they can&#8217;t read your email.<br />
In fact encryption algorithms were banned from export for many years as they were classified as a weapon , now its just apathy that stops the general public from using it.</p>
<p><strong>What is all this key stuff about ?</strong></p>
<p>After installing the GPG application you will create a private / public keyset.<br />
The private key is kept private by you , never loose control of this file , it is used to decrypt your messages.<br />
The Public key is used by other to encrypt a message to you , this file is distributed publicly via email , usb keys or the <a href="http://en.wikipedia.org/wiki/Key_server_%28cryptographic%29" target="_blank">keyservers</a>.</p>
<p><strong>Is it hard to do GPG encryption ?</strong></p>
<p>Truth, no.<br />
On <a href="http://www.ubuntu.com" target="_blank">Ubuntu</a> as a mainstream example it is amazingly easy. Take a look at the <a href="https://help.ubuntu.com/community/GnuPrivacyGuardHowto" target="_blank">community documentation</a>.<br />
There is a control panel for that under Applications-&gt;Accessories-&gt;Passwords and Keys</p>
<p><strong>How do I incorporate that new key into my email stuff ?</strong></p>
<p>If you use Evolution in Ubuntu then everything you need is installed , just create a Keyset and go.<br />
If you use Thunderbird, grab the Enigmail extension.<br />
If you use mutt or pine, you just need to specify the key footprint.<br />
If you are using windows, I really have no idea besides the expensive proprietary stuff from PGP Corp.<br />
On the Mac there is a bundle for PGP support in mail.app which has finally been updated to include support for Mac OS X 10.6.</p>
<p><strong>Installation notes for Thunderbird on Ubuntu 9.10</strong></p>
<p>1.) Applications -&gt; Accessories -&gt;  Passwords and Encryption keys<br />
2.) File -&gt; New.. -&gt; Pop-Up window -&gt; PGP Key<br />
3.) Fill in the details.  Advanced option defaults are sane, maybe increase the bits to 4096<br />
4.) Select expiration on your own judgement.  It is like making a key that isn&#8217;t good in 1 mon.<br />
5.) Press OK.<br />
6.) type a password twice, make it a good one.<br />
7.) wait patiently while key is being generated.<br />
8.) note the &#8220;Key ID&#8221; when you return to the Password and Encryption Keys app. It should be 8 char long.<br />
9.) sudo apt-get install thunderbird enigmail<br />
<span> 10.) goto <a href="http://enigmail.mozdev.org/download/index.php">http://enigmail.mozdev.org/download/index.php</a> with info on your OS and Thunderbird to download.</span><br />
11.) open TB and add the .xpi you downloaded.  restart TB.<br />
<span> 12.) after that, the final stuff <a href="http://enigmail.mozdev.org/documentation/quickstart-ch3.php">http://enigmail.mozdev.org/documentation/quickstart-ch3.php</a> I haven&#8217;t done it.</span></p>
<p><strong>Installation notes for Bash environment variable</strong></p>
<p>Add this to your ~/.bashrc file :-</p>
<pre># gpg key
export GPGKEY=12D8FB3B</pre>
<p>Have we missed anything ? Leave a comment and I&#8217;ll update the post.</p>
<p><em>This episode was recorded by my Asterisk server using ulaw and g729 codecs.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://open-inn.net/2010/05/episode-2-gpg-gnu-privacy-guard/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<enclosure url="http://open-inn.net/downloads/open-inn.podcast.20100501.mail.encryption.with.gpg.mp3" length="5507640" type="audio/mpeg"/>
<itunes:duration>28:06</itunes:duration>
		<itunes:subtitle>Mark and CafeNinja talk about email encryption and other uses for GNU Privacy Guard (GPG).



What is encryption ?

On the most basic scale, think secret decoder ...</itunes:subtitle>
		<itunes:summary>Mark and CafeNinja talk about email encryption and other uses for GNU Privacy Guard (GPG).



What is encryption ?

On the most basic scale, think secret decoder ring from old cereal boxes.
Its just a way of scrambling the message so that only the recipient can decipher it.
GPG can also be used to cryptographically 'sign' a message so that you know it came from the right person and hasn't been tampered with en-route , a bit like using a wax seal in "ye olde days".

Why use encryption ?

Google's Gmail service uses encrypted HTTPS / IMAPS protocols but thats just between yourself and the gmail server , the data is not encrypted at all other times.
When the email is passing from one server to another as email often traverses multiple machines to reach it's destination.nbsp;nbsp; as well, once on the destination server the data is not encrypted it means that law enforcement, your ISP, the IT guy who works at the ISP, some kiddy script hacker who manages to get into your account can then read everything....think Sarah Palin + Yahoo.nbsp; Embarrassing.nbsp; Anyway, this leaves it a jumbled mess on the server and in transmission and no one will care about your email and can't read it even if they decide to.
By using GPG you know that the mail can only be read by the person it was intended for.

What is GPG encryption ?

Advanced algorithm encryption.nbsp; Text scrambling using math in such a way, that a computer dedicated to the task of unscrambling it without your password would require 10-20 years depending on your setting.nbsp; Generally, it is felt that anything that is sensitive now, won't be in that time frame thus rendering the act of decrypting it moot. It's mega secure, like the NSA doesn't like you using it since then they can't read your email.
In fact encryption algorithms were banned from export for many years as they were classified as a weapon , now its just apathy that stops the general public from using it.

What is all this key stuff about ?

After installing the GPG application you will create a private / public keyset.
The private key is kept private by you , never loose control of this file , it is used to decrypt your messages.
The Public key is used by other to encrypt a message to you , this file is distributed publicly via email , usb keys or the keyservers.

Is it hard to do GPG encryption ?

Truth, no.
On Ubuntu as a mainstream example it is amazingly easy. Take a look at the community documentation.
There is a control panel for that under Applications-#62;Accessories-#62;Passwords and Keys

How do I incorporate that new key into my email stuff ?

If you use Evolution in Ubuntu then everything you need is installed , just create a Keyset and go.
If you use Thunderbird, grab the Enigmail extension.
If you use mutt or pine, you just need to specify the key footprint.
If you are using windows, I really have no idea besides the expensive proprietary stuff from PGP Corp.
On the Mac there is a bundle for PGP support in mail.app which has finally been updated to include support for Mac OS X 10.6.

Installation notes for Thunderbird on Ubuntu 9.10

1.) Applications -#62; Accessories -#62;nbsp; Passwords and Encryption keys
2.) File -#62; New.. -#62; Pop-Up window -#62; PGP Key
3.) Fill in the details.nbsp; Advanced option defaults are sane, maybe increase the bits to 4096
4.) Select expiration on your own judgement.nbsp; It is like making a key that isn't good in 1 mon.
5.) Press OK.
6.) type a password twice, make it a good one.
7.) wait patiently while key is being generated.
8.) note the "Key ID" when you return to the Password and Encryption Keys app. It should be 8 char long.
9.) sudo apt-get install thunderbird enigmail
 10.) goto http://enigmail.mozdev.org/download/index.php with info on your OS and Thunderbird to download.
11.) open TB and add the .xpi you downloaded.nbsp; restart TB.
 12.) after that, the final stuff http://enigmail.mozdev.org/docum...</itunes:summary>
		<itunes:keywords>Episodes,,How,To's</itunes:keywords>
		<itunes:author>podcast@open-inn.net</itunes:author>
		<itunes:explicit>no</itunes:explicit>
		<itunes:block>No</itunes:block>
	</item>
		<item>
		<title>Join us on IRC</title>
		<link>http://open-inn.net/2010/02/join-us-on-irc/</link>
		<comments>http://open-inn.net/2010/02/join-us-on-irc/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 21:27:44 +0000</pubDate>
		<dc:creator>drjnet</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[freenode]]></category>
		<category><![CDATA[irc]]></category>

		<guid isPermaLink="false">http://open-inn.net/?p=296</guid>
		<description><![CDATA[We reside in irc.freenode.net/#open-inn so fire up your IRC client and add the channel , alternatively use the webchat in a browser.
Drop in and say hi!
]]></description>
			<content:encoded><![CDATA[<p>We reside in irc.freenode.net/#open-inn so fire up your IRC client and add the channel , alternatively use the <a href="http://webchat.freenode.net/?channels=open-inn" target="_blank">webchat</a> in a browser.</p>
<p>Drop in and say hi!</p>
]]></content:encoded>
			<wfw:commentRss>http://open-inn.net/2010/02/join-us-on-irc/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A free FTP client ro rival the best commercial apps?</title>
		<link>http://open-inn.net/2009/06/finally-a-free-ftp-client-that-truly-rivals-the-best-commercial-apps/</link>
		<comments>http://open-inn.net/2009/06/finally-a-free-ftp-client-that-truly-rivals-the-best-commercial-apps/#comments</comments>
		<pubDate>Sat, 13 Jun 2009 21:37:24 +0000</pubDate>
		<dc:creator>drjnet</dc:creator>
				<category><![CDATA[FOSS]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[ftps]]></category>
		<category><![CDATA[sftp]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://open-inn.net/?p=278</guid>
		<description><![CDATA[As everyone at open-inn knows I am a big advocate of the world of FOSS but i still find myself having to use windows for some tasks (mainly latest versions of dreamweaver and photoshop).
Despite this I am relentless with my mission to find decent (if not better) alternatives to the commercial apps i use and [...]]]></description>
			<content:encoded><![CDATA[<p>As everyone at open-inn knows I am a big advocate of the world of FOSS but i still find myself having to use windows for some tasks (mainly latest versions of dreamweaver and photoshop).</p>
<p>Despite this I am relentless with my mission to find decent (if not better) alternatives to the commercial apps i use and for a long time one of the things I could never replace was my trusty FTP program, CuteFTP from Globalscape&#8230;.until now..</p>
<p>Ok, so gftp and LOADS of other foss ftp programs have been around for ages BUT i always found cuteftp the most intuitive gui compared to any other ftp apps (and I include commercial ones in that statement).</p>
<p>Then one fateful day several months ago I came across Filezilla, an open-source ftp client (and server if you want it) that blew my socks off.  Running over 250 websites for various clients I use ftp more than most people i know so for me speed and decent gui is essential.</p>
<p>Filezilla does everything you would expect from an ftp client (ftp, ftps, sftp, resume, folder comparing etc <a title="Filezille, Free Open-source FTP client" href="http://filezilla-project.org/client_features.php" target="_blank">http://filezilla-project.org/client_features.php</a>) but the thing that impressed me the most was the level of attention that was given the the gui design.</p>
<p>I regularly export my site settings to my dropbox as a straight xml file so i can access all my sites from any pc i like without any hassle though any sensitive ones are not stored/exported (I use Keepassx to keep contorl of my passwords but ill post on that seperately cos thats awesome and foss too!)</p>
<p>Im not going into the specifics here as you can check  the project website for that info but its available as Windows &amp; Mac binaries and GNU/Linux source is also available so it should run on anything. Ubuntu includes it in the repos but I found quite a few of the gui features (like synced browsing and quite connect button) were missing from the repo version compated to the latest source tarball.</p>
<p>So why not head over to <a href="http://filezilla-project.org/">http://filezilla-project.org/</a> and install it, or do a the following old trusty (if you are on ubuntu).</p>
<pre>sudo apt-get install filezilla</pre>
<p>This post isnt a technical review of the app just another notch of my foss bedpost. Enjoy&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://open-inn.net/2009/06/finally-a-free-ftp-client-that-truly-rivals-the-best-commercial-apps/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Nettle Beer Recipe</title>
		<link>http://open-inn.net/2009/05/nettle-beer-recipe/</link>
		<comments>http://open-inn.net/2009/05/nettle-beer-recipe/#comments</comments>
		<pubDate>Tue, 12 May 2009 14:33:40 +0000</pubDate>
		<dc:creator>tombott</dc:creator>
				<category><![CDATA[Episodes]]></category>
		<category><![CDATA[Food & Drink]]></category>
		<category><![CDATA[How To's]]></category>
		<category><![CDATA[episode1]]></category>
		<category><![CDATA[nettlebeer]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[tombott]]></category>

		<guid isPermaLink="false">http://open-inn.net/?p=253</guid>
		<description><![CDATA[Inspired by a Hugh Fearnley-Whittingstall Nettle ale recipe on the Channel 4 Website.

Ingredients

9l water
2 small carrier bags of nettle tops (standard supermarket carrier bag), although I used 1 big bag.
Juice of 2 lemons, strained
Juice of 2 oranges, strained
1kg demerara sugar
40g cream of tartar
7g of bakers yeast



Method
Clean your nettles, tag out any grass etc
Boil nettles for [...]]]></description>
			<content:encoded><![CDATA[<p>Inspired by a Hugh Fearnley-Whittingstall <a href="http://www.channel4.com/food/recipes/chefs/hugh-fearnley-whittingstall/nettle-beer-recipe_p_1.html" target="_blank">Nettle ale recipe</a> on the Channel 4 Website.</p>
<div class="insert size4">
<h3>Ingredients</h3>
<ul class="bullet">
<li>9l water</li>
<li>2 small carrier bags of nettle tops (standard supermarket carrier bag), although I used 1 big bag.</li>
<li>Juice of 2 lemons, strained</li>
<li>Juice of 2 oranges, strained</li>
<li>1kg demerara sugar</li>
<li>40g cream of tartar</li>
<li>7g of bakers yeast</li>
</ul>
</div>
<div class="insert size4 c04 clear">
<h3 class="c03">Method</h3>
<p>Clean your nettles, tag out any grass etc</p>
<p>Boil nettles for 1 hour with 9 litres of water.<br />
Leave to infuse till the mixture is at blood  temperature.<br />
The nettle water should turn the colour of a green tea.<br />
I had to do this in 3 litre batches as I don&#8217;t have a big enough pan for 9 litres!</p>
<p>Drain the nettles through muslin cloth into large brewing bucket.<br />
Give the muslin cloth a good squeeze to get as much of the fluid into your brewing tub as you can.</p>
<div id="attachment_199" class="wp-caption alignright" style="width: 160px"><a href="http://open-inn.net/wp-content/uploads/2009/05/dscf4028.jpg"><img src="http://open-inn.net/wp-content/uploads/2009/05/dscf4028-150x150.jpg" alt="My son squeezing fruit for the brew" title="Douglas squeezing" width="150" height="150" class="size-thumbnail wp-image-199" /></a><p class="wp-caption-text">My son squeezing fruit for the brew</p></div><br />
Add the  juice of two oranges and two lemons<br />
Slowly add sugar, stirring constantly to ensure sugar dissolves fully.</p>
<p>At this stage you can test the taste if you want, it should taste like a nice fruit tea, but you don&#8217;t want tea you want booze!</p>
<p>Mix in 40 grams of Cream of Tartar.</p>
<p>Ensure mixture is at blood  temperature then add 7g of bakers yeast.</p>
<p>Now cover the container and leave to ferment for 2-3 days in a warmish place.</p>
<p>I kept my mixture between 19-22 degrees centigrade.</p>
<p><div id="attachment_203" class="wp-caption alignright" style="width: 160px"><a href="http://open-inn.net/wp-content/uploads/2009/05/dscf4060.jpg"><img src="http://open-inn.net/wp-content/uploads/2009/05/dscf4060-150x150.jpg" alt="Fermenting away" title="Yeasty" width="150" height="150" class="size-thumbnail wp-image-203" /></a><p class="wp-caption-text">Fermenting away</p></div>
<p>Once fermentation is complete (should no longer be bubbling madly), remove any scum from the top of the mixutre. I used a seive for this. Then sipon the beer off into sterilised bottles and seal.</p>
<div id="attachment_226" class="wp-caption alignright" style="width: 160px"><a href="http://open-inn.net/wp-content/uploads/2009/05/dscf4106.jpg"><img src="http://open-inn.net/wp-content/uploads/2009/05/dscf4106-150x150.jpg" alt="Filling the bottles" title="Filling" width="150" height="150" class="size-thumbnail wp-image-226" /></a><p class="wp-caption-text">Filling the bottles</p></div>
<p>I use old beer bottles and have a crown capper to reseal, but have recently got hold of a load of the re-sealable Grolsch bottles! These are ideal,and eco-friendly!</p>
<div id="attachment_227" class="wp-caption alignright" style="width: 160px"><a href="http://open-inn.net/wp-content/uploads/2009/05/dscf4114.jpg"><img src="http://open-inn.net/wp-content/uploads/2009/05/dscf4114-150x150.jpg" alt="Beer ready to cap" title="Ready to cap" width="150" height="150" class="size-thumbnail wp-image-227" /></a><p class="wp-caption-text">Beer ready to cap</p></div><br />
<div id="attachment_229" class="wp-caption alignright" style="width: 160px"><a href="http://open-inn.net/wp-content/uploads/2009/05/dscf4117.jpg"><img src="http://open-inn.net/wp-content/uploads/2009/05/dscf4117-150x150.jpg" alt="Tom caping his nettle beer" title="Nettle Beer" width="150" height="150" class="size-thumbnail wp-image-229" /></a><p class="wp-caption-text">Tom caping his nettle beer</p></div>
<p>Once you have siphoned and sealed your beer move it to a cool place and leave for at least 3 days before drinking. I&#8217;d say it&#8217;s best drunk within the month, but mine didn&#8217;t last that long!</p>
<p>Be carefully when opening as the beer can be fairly lively, now sit back relax and enjoy!</p>
<p>Let us know how you get on!</p>
<p>Thanks for reading,</p>
<p>Tom.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://open-inn.net/2009/05/nettle-beer-recipe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Episode 1</title>
		<link>http://open-inn.net/2009/05/episode-1/</link>
		<comments>http://open-inn.net/2009/05/episode-1/#comments</comments>
		<pubDate>Thu, 07 May 2009 19:04:20 +0000</pubDate>
		<dc:creator>Mark Waters</dc:creator>
				<category><![CDATA[Episodes]]></category>
		<category><![CDATA[FOSS]]></category>
		<category><![CDATA[Food & Drink]]></category>
		<category><![CDATA[ampache]]></category>
		<category><![CDATA[nettlebeer]]></category>
		<category><![CDATA[podcast]]></category>
		<category><![CDATA[vollmer]]></category>

		<guid isPermaLink="false">http://open-inn.net/?p=105</guid>
		<description><![CDATA[1. Making Nettle Beer with Tom , Marie-Laure and Kjetil.

2. Informative chat about the web based personal music library software Ampache.org with special guest Karl Vollmer , the lead developer of the project.
Asking the questions are Kjetil and Mark.
* Version 3.5 released on 2008/05/05
3. Our Recommendations for this episode :-
* Karl Vollmer &#8211; Musician &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>1. Making <a href="http://open-inn.net/2009/05/nettle-beer-recipe">Nettle Beer</a> with Tom , Marie-Laure and Kjetil.<br />
</p>
<div id="attachment_148" class="wp-caption alignright" style="width: 220px"><img class="size-medium wp-image-148" title="Karl Vollmer (Ampache)" src="http://open-inn.net/wp-content/uploads/2009/04/vollmer-avatar-300x267.jpg" alt="Vollmer Hiking" width="210" height="187" /><p class="wp-caption-text">Vollmer Hiking</p></div>
<p>2. Informative chat about the web based personal music library software <a href="http://ampache.org">Ampache.org</a> with special guest <a href="http://www.lastfm.fr/user/vollmerk" target="_blank">Karl Vollmer</a> , the lead developer of the project.<br />
Asking the questions are Kjetil and Mark.</p>
<p style="padding-left: 30px;">* Version 3.5 released on 2008/05/05</p>
<p>3. Our Recommendations for this episode :-</p>
<p style="padding-left: 30px;">* Karl Vollmer &#8211; Musician &#8211; <a href="http://en.wikipedia.org/wiki/Stan_Rogers" target="_blank">Stan Rogers</a> and Movie &#8211; <a href="http://www.imdb.com/title/tt1068646/" target="_blank">Entre les murs</a><br />
* <a href="http://kriss.stemland.org" target="_blank">Kriss</a> &#8211; <a href="http://www.doves.net" target="_blank">Doves</a> &#8211; Kingdom of Rust.<br />
* Marie-Laure &#8211; <a href="http://bookmooch.com/" target="_blank">Bookmooch</a><br />
* John &#8211; <a href="http://www.youtube.com/watch?v=fsHk9WC7fnQ" target="_blank">John Cleese&#8217;s Speech at Graham Chapman&#8217;s funeral</a>.<br />
* Mark &#8211; <a href="http://en.wikipedia.org/wiki/Trailer_Park_Boys" target="_blank">Trailer Park Boys</a><br />
* Kjetil &#8211; <a href="http://www.myspace.com/monteemusic">Montée</a><br />
* Tom &#8211; <a href="http://www.easystar.com/" target="_blank">Easy Star&#8217;s Lonely Hearts Dub Band<br />
</a>* Kevin Purdy &#8211; <a href="http://awesome.naquadah.org" target="_blank">Awesome Window Manager</a> , <a href="http://www.myspace.com/thepresets" target="_blank">The Presets</a> and cycling in the spring Oregon rain.</p>
<p></p>
<p>Hope you enjoyed this episode , please subscribe using a podcatcher.<br />
We would love to see your comments about the show , please use the form below.</p>
]]></content:encoded>
			<wfw:commentRss>http://open-inn.net/2009/05/episode-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<enclosure url="http://open-inn.net/downloads/open-inn.podcast.20090507.ampache.mp3" length="58304640" type="audio/mpeg"/>
<itunes:duration>98:56</itunes:duration>
		<itunes:subtitle>1. Making Nettle Beer with Tom , Marie-Laure and Kjetil.


[caption id="attachment_148" align="alignright" width="210" caption="Vollmer Hiking"][/caption]

2. Informative chat about the web based personal music library software ...</itunes:subtitle>
		<itunes:summary>1. Making Nettle Beer with Tom , Marie-Laure and Kjetil.


[caption id="attachment_148" align="alignright" width="210" caption="Vollmer Hiking"][/caption]

2. Informative chat about the web based personal music library software Ampache.org with special guest Karl Vollmer , the lead developer of the project.
Asking the questions are Kjetil and Mark.
* Version 3.5 released on 2008/05/05

3. Our Recommendations for this episode :-
* Karl Vollmer - Musician - Stan Rogers and Movie - Entre les murs
* Kriss - Doves - Kingdom of Rust.
* Marie-Laure - Bookmooch
* John - John Cleese's Speech at Graham Chapman's funeral.
* Mark - Trailer Park Boys
* Kjetil - Monteacute;e
* Tom - Easy Star's Lonely Hearts Dub Band
* Kevin Purdy - Awesome Window Manager , The Presets and cycling in the spring Oregon rain.



Hope you enjoyed this episode , please subscribe using a podcatcher.
We would love to see your comments about the show , please use the form below.
</itunes:summary>
		<itunes:keywords>Episodes,,FOSS,,Food,,Drink</itunes:keywords>
		<itunes:author>podcast@open-inn.net</itunes:author>
		<itunes:explicit>no</itunes:explicit>
		<itunes:block>No</itunes:block>
	</item>
	</channel>
</rss>
