<?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>elkosmas.gr &#187; Openmoko</title>
	<atom:link href="http://elkosmas.gr/tag/openmoko/feed/" rel="self" type="application/rss+xml" />
	<link>http://elkosmas.gr</link>
	<description>ένα blog για το ελεύθερο λογισμικό ανοιχτού κώδικα</description>
	<lastBuildDate>Wed, 08 Feb 2012 12:15:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/><cloud domain='elkosmas.gr' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Ο Παράξενος Καθεδρικός 22</title>
		<link>http://elkosmas.gr/2008/09/16/paracath22/</link>
		<comments>http://elkosmas.gr/2008/09/16/paracath22/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 15:10:48 +0000</pubDate>
		<dc:creator>Eleftherios Kosmas</dc:creator>
				<category><![CDATA[Παράξενος Καθεδρικός]]></category>
		<category><![CDATA[cathedral]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[Freerunner]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Openmoko]]></category>
		<category><![CDATA[SIM]]></category>

		<guid isPermaLink="false">http://elkosmas.gr/?p=181</guid>
		<description><![CDATA[<a href="http://elkosmas.gr/2008/09/16/paracath22/" alt="Ο Παράξενος Καθεδρικός 22"><img src="http://farm4.static.flickr.com/3052/2862157301_920366f48a.jpg" align="left" alt="Ο Παράξενος Καθεδρικός 22" hspace="5" vspace="5" border="0" /></a><a href="http://www.flickr.com/photos/elkos/2862157301/sizes/o/"></a>... <a href="http://elkosmas.gr/2008/09/16/paracath22/">Read more..</a>]]></description>
			<content:encoded><![CDATA[<div id='dd_ajax_float'><div class='dd_button_v '><script type='text/javascript' src='https://apis.google.com/js/plusone.js'></script><g:plusone size='tall' href='http://elkosmas.gr/tag/openmoko/feed/'></g:plusone></div><div style='clear:left'></div><div class='dd_button_v '><a href="http://bufferapp.com/add" class="buffer-add-button" data-count="vertical" data-url="http://elkosmas.gr/tag/openmoko/feed/">Buffer</a><script type="text/javascript" src="http://static.bufferapp.com/js/button.js"></script></div><div style='clear:left'></div><div class='dd_button_v '><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://elkosmas.gr/tag/openmoko/feed/" data-count="vertical" data-text="Openmoko" data-via="" ></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div style='clear:left'></div><div class='dd_button_v '><script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like href="http%3A%2F%2Felkosmas.gr%2Ftag%2Fopenmoko%2Ffeed%2F" send="false" show_faces="false"  layout="box_count" width="50"  ></fb:like></div><div style='clear:left'></div><div class='dd_button_extra_v'><div id='dd_print_button'><span id='dd_print_text'><a href='javascript:window:print()'>print</a></span></div></div><div style='clear:left'></div></div><div class='dd_content_wrap'><p><a href="http://www.flickr.com/photos/elkos/2862157301/sizes/o/"><img style="vertical-align: middle;" src="http://farm4.static.flickr.com/3052/2862157301_920366f48a.jpg" alt="" /></a></p>
</div><style type="text/css" media="screen">#dd_ajax_float{
	background:none repeat scroll 0 0 #FFFFFF;
	border:1px solid #DDDDDD;
	float:left;
	margin-left:-80px;
	margin-right:10px;
	margin-top:10px;
	position:absolute;
	z-index:9999;
}</style><script type="text/javascript">jQuery(document).ready(function($){

	//put content div class, when scroll beyond this y, float it
	var $postShare = $('#dd_ajax_float');
	
	if($('.dd_content_wrap').length > 0){
	
		var descripY = parseInt($('.dd_content_wrap').offset().top) - 20;
		var pullX = $postShare.css('margin-left');
	
		$(window).scroll(function () { 
		  
			var scrollY = $(window).scrollTop();
			var fixedShare = $postShare.css('position') == 'fixed';
			
			//make sure .post_share exists
			if($('#dd_ajax_float').length > 0){
			
				if ( scrollY > descripY && !fixedShare ) {
					$postShare.stop().css({
						position: 'fixed',
						top: 32
					});
				} else if ( scrollY < descripY && fixedShare ) {
					$postShare.css({
						position: 'absolute',
						top: descripY,
						marginLeft: pullX
					});
				}
				
			}
	
		});
	}
});</script><script type="text/javascript"> jQuery(document).ready(function($) {
	
		if($(window).width()> 790){ 
			$('#dd_ajax_float').show()
		}else{
			$('#dd_ajax_float').hide()
		}

		$(window).resize(function() { 
			
			if($(window).width()> 790){ 
				$('#dd_ajax_float').show()
			}else{
				$('#dd_ajax_float').hide()
			}
			
		});  

	}); ;</script><h2  class="related_post_title">σχετικά άρθρα:</h2><ul class="related_post"><li><a href="http://elkosmas.gr/2011/03/24/paracath93/" title="Ο Παράξενος Καθεδρικός 93">Ο Παράξενος Καθεδρικός 93</a> (3)</li><li><a href="http://elkosmas.gr/2011/01/09/paracath89/" title="Ο Παράξενος Καθεδρικός 89">Ο Παράξενος Καθεδρικός 89</a> (3)</li><li><a href="http://elkosmas.gr/2010/01/31/paracath65/" title="Ο Παράξενος Καθεδρικός 65">Ο Παράξενος Καθεδρικός 65</a> (8)</li><li><a href="http://elkosmas.gr/2010/01/28/paracath64/" title="Ο Παράξενος Καθεδρικός 64">Ο Παράξενος Καθεδρικός 64</a> (2)</li><li><a href="http://elkosmas.gr/2009/08/18/paracat51/" title="O Παράξενος Καθεδρικός 51">O Παράξενος Καθεδρικός 51</a> (2)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://elkosmas.gr/2008/09/16/paracath22/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Does it rock or does it suck&#8230;?</title>
		<link>http://elkosmas.gr/2008/09/11/does-it-rock-or-does-it-suck/</link>
		<comments>http://elkosmas.gr/2008/09/11/does-it-rock-or-does-it-suck/#comments</comments>
		<pubDate>Thu, 11 Sep 2008 01:42:16 +0000</pubDate>
		<dc:creator>Eleftherios Kosmas</dc:creator>
				<category><![CDATA[open source]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[humor]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Openmoko]]></category>
		<category><![CDATA[OpenSUSE]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://elkosmas.gr/?p=173</guid>
		<description><![CDATA[<a href="http://elkosmas.gr/2008/09/11/does-it-rock-or-does-it-suck/" alt="Does it rock or does it suck...?"><img src="http://www.websource.it/images/Sourceit_logo.png" align="left" alt="Does it rock or does it suck...?" hspace="5" vspace="5" border="0" /></a><a href="http://websource.it"></a>Curious about the results of websource.it about open source i gave it a spin...

And the results are really fun!

	<a href="http://websource.it/search/%22windows+rocks%22/%22windows+sucks%22">Windows sucks</a>!
	<a href="http://websource.it/search/%22linux+rocks%22/%22linux+sucks%22">Linux sucks too</a>! (but not as much as Windows)
	<a href="http://websource.it/search/%22Vista+rocks%22/%22Vista+sucks%22">Vista sucks</a>!
	 <a href="http://elkosmas.gr/2008/09/11/does-it-rock-or-does-it-suck/">Read more..</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://websource.it"><img style="float: right;" src="http://www.websource.it/images/Sourceit_logo.png" alt="" /></a>Curious about the results of websource.it about open source i gave it a spin&#8230;</p>
<p>And the results are really fun!</p>
<ul>
<li><a href="http://websource.it/search/%22windows+rocks%22/%22windows+sucks%22">Windows sucks</a>!</li>
<li><a href="http://websource.it/search/%22linux+rocks%22/%22linux+sucks%22">Linux sucks too</a>! (but not as much as Windows)</li>
<li><a href="http://websource.it/search/%22Vista+rocks%22/%22Vista+sucks%22">Vista sucks</a>!</li>
<li><a href="http://websource.it/search/%22Ubuntu+rocks%22/%22Ubuntu+sucks%22">Ubuntu rocks</a> (indeed it is)</li>
<li><a href="http://websource.it/search/%22Firefox+rocks%22/%22Firefox+sucks%22">Firefox rocks too</a> (you knew that already)</li>
<li><a href="http://websource.it/search/%22Chrome+rocks%22/%22Chrome+sucks%22">Chrome sucks</a> (sorry Googlers next time consider a Linux edition of open source programms too)</li>
<li><a href="http://websource.it/search/%22OpenSUSE+rocks%22/%22OpenSUSE+sucks%22">OpenSUSE sucks</a> (sorry guys i believe you used to rock!)</li>
<li><a href="http://websource.it/search/%22iPhone+rocks%22/%22iPhone+sucks%22">iPhone sucks</a> (really? i doesn&#8217;t look that way to me)</li>
<li><a href="http://websource.it/search/%22Android+rocks%22/%22Android+sucks%22">Android rocks</a> (woo hoo imagine that they didn&#8217;t released the phones yet)</li>
<li><a href="http://websource.it/search/%22OpenMoko+rocks%22/%22OpenMoko+sucks%22">Openmoko rocks too</a>! (just not that much)</li>
<li><a href="http://websource.it/search/%22Open+source+rocks%22/%22Open+source+sucks%22">Open Source rocks</a> (like you don&#8217;t know that already)</li>
</ul>
<p>Do all these mean something? Yes they do but not that much&#8230;</p>
<p>Give it a spin too&#8230; and leave a comment if you stumble upon something interesting.</p>
<h2  class="related_post_title">σχετικά άρθρα:</h2><ul class="related_post"><li><a href="http://elkosmas.gr/2011/01/05/firefox_rules_eu_g/" title="StatCounter:κυριαρχία Firefox από το Δεκέμβριο στην Ευρώπη στην Ελλάδα ήδη από το Φεβρουάριο">StatCounter:κυριαρχία Firefox από το Δεκέμβριο στην Ευρώπη στην Ελλάδα ήδη από το Φεβρουάριο</a> (7)</li><li><a href="http://elkosmas.gr/2011/09/02/firefox_1st_in_gr/" title="StatCounter: Πάνω από τα 2/3 των Ελλήνων χρησιμοποιούν ανοιχτού κώδικα browsers (!)">StatCounter: Πάνω από τα 2/3 των Ελλήνων χρησιμοποιούν ανοιχτού κώδικα browsers (!)</a> (3)</li><li><a href="http://elkosmas.gr/2011/08/26/taskwarrior/" title="Taskwarrior, επεκτάσιμο πρόγραμμα διαχείρισης υποχρεώσεων μέσω κονσόλας">Taskwarrior, επεκτάσιμο πρόγραμμα διαχείρισης υποχρεώσεων μέσω κονσόλας</a> (0)</li><li><a href="http://elkosmas.gr/2011/03/24/paracath93/" title="Ο Παράξενος Καθεδρικός 93">Ο Παράξενος Καθεδρικός 93</a> (3)</li><li><a href="http://elkosmas.gr/2011/02/10/nokia-%ce%b7-%cf%80%ce%bb%ce%b1%cf%84%cf%86%cf%8c%cf%81%ce%bc%ce%b1-%ce%bc%ce%b1%cf%82-%cf%86%ce%bb%ce%ad%ce%b3%ce%b5%cf%84%ce%b1%ce%b9-%ce%ba%ce%b1%ce%b9-%ce%bc%ce%b5%cf%81%ce%b9%ce%ba%ce%ad/" title="Nokia: η πλατφόρμα μας φλέγεται&#8230; και μερικές σκέψεις">Nokia: η πλατφόρμα μας φλέγεται&#8230; και μερικές σκέψεις</a> (13)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://elkosmas.gr/2008/09/11/does-it-rock-or-does-it-suck/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

