<?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>rat on red &#187; Programming</title>
	<atom:link href="http://blog.ratonred.com/tail/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ratonred.com</link>
	<description>Gökmen Göksel&#039;s warehouse.</description>
	<lastBuildDate>Fri, 30 Jul 2010 07:19:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Pisi Yaml Desteği [Beta]</title>
		<link>http://blog.ratonred.com/2010/06/pisi-yaml-destegi-beta/</link>
		<comments>http://blog.ratonred.com/2010/06/pisi-yaml-destegi-beta/#comments</comments>
		<pubDate>Tue, 15 Jun 2010 09:00:34 +0000</pubDate>
		<dc:creator>Gökmen Göksel</dc:creator>
				<category><![CDATA[Pardus]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Türkçe]]></category>
		<category><![CDATA[gezegen.linux]]></category>
		<category><![CDATA[gezegen.pardus]]></category>

		<guid isPermaLink="false">http://blog.ratonred.com/?p=571</guid>
		<description><![CDATA[Pardus&#8217;u diğer dağıtımlardan farklı kılan en önemli özelliklerinden biri de PiSi , Pardus&#8217;un Paket Yönetim Sistemi. Bir çok sunumda da savunduğumuz bir argüman var; PiSi sadece paket yönetiminde değil, paketleri geliştirmek için sunduğu kolay kullanım ile de diğer paket yönetim sistemlerinden sıyrılıyor. Paketlerin sisteme kurulması, güncellenmesi, kaldırılması ya da daha derinlerde bağımlılıklarının çözülmesi, paketlerin sıkıştırılması [...]]]></description>
			<content:encoded><![CDATA[<p>Pardus&#8217;u diğer dağıtımlardan farklı kılan en önemli özelliklerinden biri de <a target="_blank" href="http://www.pardus.org.tr/projeler/pisi/">PiSi</a> , Pardus&#8217;un <em>Paket Yönetim Sistemi</em>.</p>
<p>Bir çok sunumda da savunduğumuz bir argüman var; PiSi sadece paket yönetiminde değil, paketleri geliştirmek için sunduğu kolay kullanım ile de diğer paket yönetim sistemlerinden sıyrılıyor.</p>
<p>Paketlerin <em>sisteme kurulması</em>, <em>güncellenmesi</em>, <em>kaldırılması</em> ya da daha derinlerde <em>bağımlılıklarının çözülmesi</em>, <em>paketlerin sıkıştırılması</em> gibi işleri yaparken ne kadar hızlı ve verimli olduğu şüphe götürmez bir gerçek. Paket geliştiricileri için ise <strong>Python</strong> ve <strong>XML</strong> sayesinde paket geliştirme sürecinde diğer paket yönetim sistemlerine göre büyük avantajlara sahip.</p>
<p>Python&#8217;un tartışılacak pek bir yanı yok, hali hazırda kendisine rakip olabilecek pek bir ürün de yok zaten (ruby&#8217;nin vs. nin başımızın üstünde yeri var ama Python daha bi can yani :)) Fakat <strong>paketlerin önemli bilgilerini içeren dosyaların hepsi XML formatında</strong>. Bu dosyaların <a target="_blank" href="http://en.wikipedia.org/wiki/XML">XML</a> olmasının birçok avantajı var; herhangi başka bir formata dönüştürmek, hali hazırda bir çok kütüphane kullanarak bu dosyaları işlemek, dosyanın denetimlerini gerçekleştirebilmek ya da dosyanın tasarımında bir değişiklik yapmak oldukça basit. Gelgelelim XML&#8217;in çok önemli bir dezavantajı var; <strong>insanlar için yazması ve okuması zor bir format XML</strong>. Günümüzde henüz paketleri geliştiren mükemmel makinelerimiz olmadığına göre, insanlar önem sıralamasında en üstte :)</p>
<p>Bu problemi çözmek için XML düzenleyecek araçlar yazmak üzere tarihi birçok projemiz <a target="_blank" title="Pakito" href="http://websvn.pardus.org.tr/uludag/trunk/playground/intern/Pakito/">mevcut</a>. Fakat ne bu projeler bir türlü mutlu bir sona ulaşabildiler, ne de çoğu &#8220;geek&#8221; dediğimiz sınıfa giren paketçilerimiz bu araçları kullanmaya sıcak bakmadı. Paket bakıcılığı ile pek uğraşmıyor olsam da bende bu araçlar yerine Vim kullanmayı tercih ediyorum. Bu kadar paket varken ve PiSi ile paket geliştiren bir çok paketçi varken, bu konuda bir değişiklik yapmakta pek kolay değil. Ayrıca değiştirmeye karar verdiğinizde XML&#8217;in sağladıklarını sağlayacak birşey bulmak ve PiSi&#8217;nin bu formattan anlayacak hale gelmesini sağlamak (PiSi ile birlikte buildfarm ve arkadaşları gibi büyük bir topluluk da bu değişimden nasibini almalı) pek kolay bir iş değil.</p>
<p>Konuyu bir-iki haftadır birazda geyik unsuru olarak aramızda konuşurken (daha sonra geliştirici listesinde de konuşuldu bir kuple), kullanabileceğimiz alternatif veri taşıyıcı formatları araştırdık; <a target="_blank" href="http://www.json.org/">JSON</a>, <a target="_blank" href="http://www.yaml.org/">YAML</a> ve hatta şahsen ben kendim Google&#8217;ın kendi işlerinde kullanmak üzere tasarladığı <a target="_blank" href="http://code.google.com/p/protobuf/">protobuf</a> projesini dahi inceledim. Fakat aralarında en mantıklısı ve XML&#8217;e en yakın özellikleri sağladığı gibi asıl problemimize (kolay okunan ve yazılan bir format istiyoruz !) de tam çözüm olacak tek alternatif YAML gibi gözüküyor (evrenin herhangi bir yerinde daha iyisi varsa yorum olarak ekleyin). PiSi&#8217;nin proje lideri Fatih ve Pardus 2009 Sürüm Yöneticisi Onur ile birlikte konuyu konuşurken çok daha eğlenceli dosya formatları geliştirdik lâkin Dünya henüz buna hazır değil :)</p>
<div>
<p>Mevcut bir pspec.xml ile yeni ortaya çıkan pspec.yaml arasındaki okunulabilirlik ve yazılabilirlik ise sanırım gayet net;</p>
<div><a href="http://blog.ratonred.com/wp-content/uploads/2010/06/xmlvsyaml.png"><img class="aligncenter size-large wp-image-585" title="xmlvsyaml" src="http://blog.ratonred.com/wp-content/uploads/2010/06/xmlvsyaml-1024x226.png" alt="YAML vs. XML" width="800" height="186" /></a></div>
</div>
<p>YAML gibi bir formatı seçmekle iş bitmiyor ne yazık ki; PiSi&#8217;nin YAML anlayacak hale getirilmesi, bu işin (deyim yerindeyse) en &#8220;pis&#8221; yeri. Bu işi şu anki iş yükümüzle ve düşündüğümüz şekli ile (PiSi&#8217;nin XML ile ilgili kısımlarını tamamen YAML&#8217;a geçirmek) yapmak neredeyse imkansız olduğu için bu konu geyik olarak kapandı diye düşünüyordum ki; bir bardak <a target="_blank" href="http://en.wikipedia.org/wiki/Mojito">mojito</a> imdadıma yetişti;</p>
<p>XML&#8217;in avantajı kolay olarak başka formatlara çevirilebilmesi ve XML için kullanılabilecek en hızlı Python kütüphanelerinden <a target="_blank" href="http://websvn.pardus.org.tr/uludag/trunk/piksemel/">Piksemel</a> ve YAML için gerekli <a target="_blank" href="http://www.pyyaml.org">PyYaml</a> kullanarak, <strong>pspec.yaml</strong> gibi bir dosyayı PiSi&#8217;ye işlemesi için vermeden önce PiSi&#8217;nin anlayabileceği XML formatına çevirmek gayet kolay olacaktı oysa ki :)</p>
<p><a href="http://blog.ratonred.com/wp-content/uploads/2010/06/pisi-yaml.png"><img class="aligncenter size-full wp-image-582" title="pisi-yaml" src="http://blog.ratonred.com/wp-content/uploads/2010/06/pisi-yaml.png" alt="" width="578" height="149" /></a></p>
<div>Biraz <a target="_blank" href="http://en.wikipedia.org/wiki/Over-engineered">over-engineering</a> gibi gözükse de uygulanabilecek en hızlı çözüm ve PiSi&#8217;nin sağladığı mevcut yapıdan tamamen izole olarak geliştirilebilir. yaml2xml dönüşümü için yazdığım kod pek baştan savma bir kod (hatta çok kötü bir kod bile diyebilirim). Fakat buradaki amacım kısa ve hızlı bir şekilde sonuca ulaşabilmek olduğundan, biraz da &#8220;deneysel&#8221; diyebileceğim <a target="_blank" href="http://cekirdek.pardus.org.tr/~gokmen/projects/pisi-yaml">pisi-yaml</a> ortaya çıktı.</div>
<p><strong>pisi-yaml</strong>&#8216;ın kendisi <a target="_blank" href="http://cekirdek.pardus.org.tr/~gokmen/projects/pisi-yaml/pisi-yaml.py">burada</a>, denemek için örnek bir paket ise <a target="_blank" href="http://cekirdek.pardus.org.tr/~gokmen/projects/pisi-yaml/kde-odf-thumbnail.tar.bz2">burada</a> mevcut. Tabi bunlardan önce <a target="_blank" href="http://www.pyyaml.org">PyYaml</a> <a target="_blank" title="PyYAML pisi paketi" href="http://cekirdek.pardus.org.tr/~gokmen/projects/pisi-yaml/PyYAML-3.09-1.pisi">paketini</a> kurmanız gerek. Gerekli dosyaları çektikten sonra kde-odf-thumbnailer paketini <strong>pspec.yaml</strong>&#8216;dan derletmek için kde-odf-thumbnailer dizininde;</p>
<pre><strong># ./pisi-yaml.py build pspec.yaml</strong></pre>
<p>Derleme bittikten sonra <strong>pspec.yaml</strong> dosyasının XML&#8217;e çevirilmiş haline <strong>.pspec.xml</strong> dosyasından göz atabilirsiniz.</p>
<p>Pardus 2011&#8242;de YAML ile yazılmış paketlerimiz olur belki kim bilir ?</p>
<div id="_mcePaste">İyi eğlenceler.</div>
<p align="right"><a target="_blank" class="tt" href="http://twitter.com/home/?status=Pisi+Yaml+Deste%C4%9Fi+%5BBeta%5D+http://bit.ly/bag2ST" title="Post to Twitter"><img class="nothumb" src="http://blog.ratonred.com/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://blog.ratonred.com/2010/06/pisi-yaml-destegi-beta/&amp;title=Pisi+Yaml+Deste%C4%9Fi+%5BBeta%5D" title="Post to Delicious"><img class="nothumb" src="http://blog.ratonred.com/wp-content/plugins/tweet-this/icons/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://blog.ratonred.com/2010/06/pisi-yaml-destegi-beta/&amp;title=Pisi+Yaml+Deste%C4%9Fi+%5BBeta%5D" title="Post to Digg"><img class="nothumb" src="http://blog.ratonred.com/wp-content/plugins/tweet-this/icons/tt-digg-micro3.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://blog.ratonred.com/2010/06/pisi-yaml-destegi-beta/&amp;t=Pisi+Yaml+Deste%C4%9Fi+%5BBeta%5D" title="Post to Facebook"><img class="nothumb" src="http://blog.ratonred.com/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a target="_blank" class="tt" href="http://reddit.com/submit?url=http://blog.ratonred.com/2010/06/pisi-yaml-destegi-beta/&amp;title=Pisi+Yaml+Deste%C4%9Fi+%5BBeta%5D" title="Post to Reddit"><img class="nothumb" src="http://blog.ratonred.com/wp-content/plugins/tweet-this/icons/tt-reddit-micro3.png" alt="Post to Reddit" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ratonred.com/2010/06/pisi-yaml-destegi-beta/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Universal Apps</title>
		<link>http://blog.ratonred.com/2010/04/universal_apps/</link>
		<comments>http://blog.ratonred.com/2010/04/universal_apps/#comments</comments>
		<pubDate>Tue, 20 Apr 2010 11:43:38 +0000</pubDate>
		<dc:creator>Gökmen Göksel</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[Pardus]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Qt]]></category>
		<category><![CDATA[Utils]]></category>
		<category><![CDATA[planet.kde]]></category>
		<category><![CDATA[planet.pardus]]></category>

		<guid isPermaLink="false">http://blog.ratonred.com/?p=500</guid>
		<description><![CDATA[In Pardus Corporate we use KDE 3.5.10 and some of our new tools from Pardus 2009 which runs KDE 4.3.5 (for now). Tools in 2009 are designed to work with the current desktop environment which is KDE 4.3.5. So, we have a problem in Pardus Corporate side; we need kdelibs4 on KDE 3.5.10. It is [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" title="Kde 3.5 and Kde 4.x" src="http://cekirdek.pardus.org.tr/~gokmen/3-4.png" alt="" width="288" height="131" /></p>
<div>
<p>In Pardus Corporate we use KDE 3.5.10 and some of our new tools from Pardus 2009 which runs KDE 4.3.5 (for now). Tools in 2009 are designed to work with the current desktop environment which is KDE 4.3.5. So, we have a problem in Pardus Corporate side; we need kdelibs4 on KDE 3.5.10. It is possible to use kdelibs4 but in some ways it is not a great idea.</p>
<p>We think that we can create a solution for making universal apps which run on KDE 4.x with kdelibs4 and for others (kde3.5, xfce etc.) which use Qt libs.</p>
<p>Most of the code in our applications just depends on Qt 4.x, but some important parts for the desktop integration depends on KDE.</p>
<h3>Basics of desktop integration</h3>
<p><img class="alignright" title="Qt, Code Less; Create More." src="http://qt.nokia.com/images/products/qt-logo/image_thumb" alt="" width="128" height="128" /></p>
<ol>
<li>Icons</li>
<li>Colors</li>
<li>Fonts</li>
<li>Language Selection</li>
<li>Translations</li>
<li>Notifications</li>
<li>&#8230;</li>
</ol>
<p>I started with KIconLoader port for Qt, which I have found the C++ version on <a target="_blank" href="http://labs.trolltech.com/blogs/2009/02/13/freedesktop-icons-in-qt/">this blog entry</a> and ported it to Python from scratch. For colors, fonts or language selection it is enough to read the user&#8217;s <code>kdeglobals</code> files. Notifications are handled by PyNotify on Qt-Only mode&#8230; When things started to grow up I decided to merge them under the name of <em><strong>Pardus Desktop Services (Pds)</strong></em>.</p>
<h3>Example Usage of Pds</h3>
<p><code>&gt;&gt; import pds<br />
&gt;&gt; desktop = pds.Pds()<br />
&gt;&gt; desktop.session.Name<br />
'kde'<br />
&gt;&gt; desktop.session.Version<br />
'4'<br />
&gt;&gt; desktop.config_file<br />
'/home/gokmen/.kde4/share/config/kdeglobals'<br />
&gt;&gt; desktop.settings('Icons/Theme', 'default')<br />
u'oxygen'</code></p>
<h3>Other Classes</h3>
<p>PDS also provides the following classes;</p>
<p><strong>QIconLoader</strong> &#8211; for icon loading from current desktop settings (Kde 4, Kde 3.5, Xfce ..)</p>
<p><strong>QUniqueApplication</strong> &#8211; for creating a unique application like KUniqueApplication. It also provides sending commands to running instances through QLocalServer.</p>
<p><strong>I18n</strong> &#8211; Pds uses Gettext for translations and supports the kdelibs&#8217; i18n-like parameters such as (%1, %2).</p>
<p><strong>Notification</strong> &#8211; Uses PyNotify if it&#8217;s installed otherwise it uses QSystemTrayIcon balloon message.</p>
<p><em>worth a thousand words..</em></p>
<p>The following example shows two running Package-Manager instances; first one is running as a KUniqueApplication on Kde 4.4 provided by kdelibs4 and the second one is running as a QUniqueApplication which is provided by Pardus Desktop Services on Kde 3.5. <strong><em>Same application, same features, one code..</em></strong></p>
<p><a href="http://blog.ratonred.com/wp-content/uploads/2010/04/kde-4-pm.png"><img class="size-medium wp-image-531 alignleft" title="Package Manager Running on Kde 4 as KUniqueApplication" src="http://blog.ratonred.com/wp-content/uploads/2010/04/kde-4-pm-300x114.png" alt="" width="300" height="114" /></a> <a href="http://blog.ratonred.com/wp-content/uploads/2010/04/kde-3-pm.png"><img class="size-medium wp-image-532 alignleft" title="Package Manager Running on Kde 3.5 as QUniqueApplication (PDS)" src="http://blog.ratonred.com/wp-content/uploads/2010/04/kde-3-pm-300x116.png" alt="" width="300" height="116" /></a></p>
<p style="text-align: left;">You can checkout source code of Pds from <a target="_blank" href="http://websvn.pardus.org.tr/uludag/trunk/pds">here</a> and you may have a look at the <a target="_blank" href="http://websvn.pardus.org.tr/uludag/branches/kde/package-manager/pureQt4/">package-manager fork</a> for an example usage of Pds.</p>
</div>
<p align="right"><a target="_blank" class="tt" href="http://twitter.com/home/?status=Universal+Apps+http://bit.ly/clkDtF" title="Post to Twitter"><img class="nothumb" src="http://blog.ratonred.com/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://blog.ratonred.com/2010/04/universal_apps/&amp;title=Universal+Apps" title="Post to Delicious"><img class="nothumb" src="http://blog.ratonred.com/wp-content/plugins/tweet-this/icons/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://blog.ratonred.com/2010/04/universal_apps/&amp;title=Universal+Apps" title="Post to Digg"><img class="nothumb" src="http://blog.ratonred.com/wp-content/plugins/tweet-this/icons/tt-digg-micro3.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://blog.ratonred.com/2010/04/universal_apps/&amp;t=Universal+Apps" title="Post to Facebook"><img class="nothumb" src="http://blog.ratonred.com/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a target="_blank" class="tt" href="http://reddit.com/submit?url=http://blog.ratonred.com/2010/04/universal_apps/&amp;title=Universal+Apps" title="Post to Reddit"><img class="nothumb" src="http://blog.ratonred.com/wp-content/plugins/tweet-this/icons/tt-reddit-micro3.png" alt="Post to Reddit" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ratonred.com/2010/04/universal_apps/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Las Palmas</title>
		<link>http://blog.ratonred.com/2009/07/las-palmas/</link>
		<comments>http://blog.ratonred.com/2009/07/las-palmas/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 17:12:52 +0000</pubDate>
		<dc:creator>Gökmen Göksel</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[Pardus]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Türkçe]]></category>
		<category><![CDATA[gezegen.linux]]></category>
		<category><![CDATA[gezegen.pardus]]></category>

		<guid isPermaLink="false">http://blog.ratonred.com/?p=396</guid>
		<description><![CDATA[Bu yıl KDE ve Gnome vakfının birçok sponsorun da desteği ile birlikte düzenlediği Desktop Summit &#8217;09 için biraz önce Kanarya Adaları&#8216;na geldik Gökçen ile birlikte. 03-11 Temmuz arasında olacak, Akademy ve GUADEC katılımcılarının bir arada yer alacağı etkinliğin son günleri ise İspanyolca sunumlar ile öncelikli Kanarya Adaları sakinleri ve İspanyol ziyaretçilere adanmış olacak. KDE 4 [...]]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" title="Desktop Summit 09" src="http://www.grancanariadesktopsummit.org/sites/default/themes/grancanaria/images/logo.png" alt="" width="236" height="137" /></p>
<p>Bu yıl KDE ve Gnome vakfının birçok <a target="_blank" href="http://www.grancanariadesktopsummit.org/node/68">sponsorun</a> da desteği ile birlikte düzenlediği <a target="_blank" href="http://www.grancanariadesktopsummit.org/">Desktop Summit &#8217;09</a> için biraz önce <a target="_blank" href="http://en.wikipedia.org/wiki/Canary_Islands">Kanarya Adaları</a>&#8216;na geldik Gökçen ile birlikte. 03-11 Temmuz arasında olacak, Akademy ve GUADEC katılımcılarının bir arada yer alacağı etkinliğin son günleri ise İspanyolca sunumlar ile öncelikli Kanarya Adaları sakinleri ve İspanyol ziyaretçilere adanmış olacak.</p>
<p>KDE 4 ile bu seviyede bütünleşmiş başka bir Linux dağıtımının olmadığını düşünürsek, Pardus&#8217;un bu etkinliğe katılıyor olması gayet heyecan verici ;)</p>
<p align="right"><a target="_blank" class="tt" href="http://twitter.com/home/?status=Las+Palmas+http://bit.ly/bmJOTp" title="Post to Twitter"><img class="nothumb" src="http://blog.ratonred.com/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://blog.ratonred.com/2009/07/las-palmas/&amp;title=Las+Palmas" title="Post to Delicious"><img class="nothumb" src="http://blog.ratonred.com/wp-content/plugins/tweet-this/icons/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://blog.ratonred.com/2009/07/las-palmas/&amp;title=Las+Palmas" title="Post to Digg"><img class="nothumb" src="http://blog.ratonred.com/wp-content/plugins/tweet-this/icons/tt-digg-micro3.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://blog.ratonred.com/2009/07/las-palmas/&amp;t=Las+Palmas" title="Post to Facebook"><img class="nothumb" src="http://blog.ratonred.com/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a target="_blank" class="tt" href="http://reddit.com/submit?url=http://blog.ratonred.com/2009/07/las-palmas/&amp;title=Las+Palmas" title="Post to Reddit"><img class="nothumb" src="http://blog.ratonred.com/wp-content/plugins/tweet-this/icons/tt-reddit-micro3.png" alt="Post to Reddit" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ratonred.com/2009/07/las-palmas/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Nokia Developer Summit, New NM \o/</title>
		<link>http://blog.ratonred.com/2009/04/nokia-developer-summit-new-nm-o/</link>
		<comments>http://blog.ratonred.com/2009/04/nokia-developer-summit-new-nm-o/#comments</comments>
		<pubDate>Tue, 28 Apr 2009 15:11:08 +0000</pubDate>
		<dc:creator>Gökmen Göksel</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[Pardus]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Qt]]></category>
		<category><![CDATA[planet.kde]]></category>
		<category><![CDATA[planet.pardus]]></category>

		<guid isPermaLink="false">http://blog.ratonred.com/?p=356</guid>
		<description><![CDATA[While watching some great talks in Nokia Developer Summit, Monaco I decided to blog about our new Network Manager which is made with great capabilities of KDE, Qt and Comar. If you remember from my blog entry about Network Manager Plasmoid, Pardus uses Comar layer for all stuff that needs by a desktop user; networking, [...]]]></description>
			<content:encoded><![CDATA[<p>While watching some great talks in <a target="_blank" href="http://events.nokia.com/developersummit/">Nokia Developer Summit, Monaco</a> I decided to blog about our new Network Manager which is made with great capabilities of KDE, Qt and Comar.</p>
<p>If you remember from my blog entry about <a href="http://blog.ratonred.com/2009/02/network-manager-plasmoid/">Network Manager Plasmoid</a>, Pardus uses Comar layer for all stuff that needs by a desktop user; networking, user operations, service operations, display management, disk management etc. It also integrated with PolicyKit; so you can define atomic privileges per user. Comar also provides great API that helps Qt&#8217;s &#8220;<strong>Code less, Create more.</strong>&#8221; thought ;)</p>
<p style="text-align: center;"><a href="http://blog.ratonred.com/wp-content/uploads/2009/04/l1060678.png"><img class="size-medium wp-image-358 aligncenter" title="l1060678" src="http://blog.ratonred.com/wp-content/uploads/2009/04/l1060678-236x300.png" alt="l1060678" width="236" height="300" /></a></p>
<p>For example, to connect a profile that you have in your wireless profile list:</p>
<pre>&gt;&gt; import comar
&gt;&gt; link = comar.Link()
&gt;&gt; link.Net.Link['wireless_tools'].setState('Monaco','up')</pre>
<p>That&#8217;s all ! And if you need a privilege for this operation Comar will call PolicyKit-Kde4 for asking you a password ;) Comar uses D-Bus for communication and it is possible to make aysnc calls just by using <strong>async</strong> key and proper function to notify by current operation.</p>
<p>And this is the New Network Manager of Pardus !</p>
<p style="text-align: center;"><a href="http://blog.ratonred.com/wp-content/uploads/2009/04/nm-main.png"><img class="size-medium wp-image-357 aligncenter" title="nm-main" src="http://blog.ratonred.com/wp-content/uploads/2009/04/nm-main-300x139.png" alt="nm-main" width="300" height="139" /></a><strong></strong></p>
<p><strong>Don&#8217;t forget to watch the screencast in <a href="http://blog.ratonred.com/network-manager.ogv">here</a> !</strong></p>
<p>If everything goes ok I will be at Akademy Gran Canaria and I hope we will show you a lot of impressive tools that we made ;)</p>
<p align="right"><a target="_blank" class="tt" href="http://twitter.com/home/?status=Nokia+Developer+Summit%2C+New+NM+%5Co%2F+http://bit.ly/cbYbMZ" title="Post to Twitter"><img class="nothumb" src="http://blog.ratonred.com/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://blog.ratonred.com/2009/04/nokia-developer-summit-new-nm-o/&amp;title=Nokia+Developer+Summit%2C+New+NM+%5Co%2F" title="Post to Delicious"><img class="nothumb" src="http://blog.ratonred.com/wp-content/plugins/tweet-this/icons/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://blog.ratonred.com/2009/04/nokia-developer-summit-new-nm-o/&amp;title=Nokia+Developer+Summit%2C+New+NM+%5Co%2F" title="Post to Digg"><img class="nothumb" src="http://blog.ratonred.com/wp-content/plugins/tweet-this/icons/tt-digg-micro3.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://blog.ratonred.com/2009/04/nokia-developer-summit-new-nm-o/&amp;t=Nokia+Developer+Summit%2C+New+NM+%5Co%2F" title="Post to Facebook"><img class="nothumb" src="http://blog.ratonred.com/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a target="_blank" class="tt" href="http://reddit.com/submit?url=http://blog.ratonred.com/2009/04/nokia-developer-summit-new-nm-o/&amp;title=Nokia+Developer+Summit%2C+New+NM+%5Co%2F" title="Post to Reddit"><img class="nothumb" src="http://blog.ratonred.com/wp-content/plugins/tweet-this/icons/tt-reddit-micro3.png" alt="Post to Reddit" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ratonred.com/2009/04/nokia-developer-summit-new-nm-o/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>KDE Programlama Atölyesi !</title>
		<link>http://blog.ratonred.com/2009/04/kde-programlama-atolyesi/</link>
		<comments>http://blog.ratonred.com/2009/04/kde-programlama-atolyesi/#comments</comments>
		<pubDate>Wed, 01 Apr 2009 11:07:43 +0000</pubDate>
		<dc:creator>Gökmen Göksel</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[Pardus]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Qt]]></category>
		<category><![CDATA[Türkçe]]></category>
		<category><![CDATA[gezegen.linux]]></category>

		<guid isPermaLink="false">http://blog.ratonred.com/?p=352</guid>
		<description><![CDATA[Bu yıl 8.si (yazıyla sekizincisi) düzenlenecek olan Linux ve Özgür Yazılım Şenliği&#8216;nde &#8220;KDE Programlama&#8221; konu başlıklı bir atölye düzenleyeceğiz. Birçok seminerinde olacağı, Pardus&#8217;tan da bol bol bahsedeceğimiz şenliğin ilk günü (17 Nisan) gerçekleşecek olan atölye çalışması için; hem olası yer sıkıntılarına mahal vermemek hem de gelecek katılımcılar için gerekli donanımı hazırlamak, görüşlerini almak adına şurada [...]]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href="http://blog.ratonred.com/wp-content/uploads/2009/04/applications-development.png"><img class="alignright size-full wp-image-353" title="applications-development" src="http://blog.ratonred.com/wp-content/uploads/2009/04/applications-development.png" alt="applications-development" width="128" height="128" /></a>Bu yıl 8.si (yazıyla sekizincisi) düzenlenecek olan <a href="http://senlik.linux.org.tr"><strong>Linux ve Özgür Yazılım Şenliği</strong></a>&#8216;nde &#8220;<strong>KDE Programlama</strong>&#8221; konu başlıklı bir atölye düzenleyeceğiz. Birçok seminerinde olacağı, Pardus&#8217;tan da bol bol bahsedeceğimiz şenliğin ilk günü (17 Nisan) gerçekleşecek olan atölye çalışması için; hem olası yer sıkıntılarına mahal vermemek hem de gelecek katılımcılar için gerekli donanımı hazırlamak, görüşlerini almak adına <a target="_blank" title="Katılım Formu" href="http://www.pardus.org.tr/atolye">şurada</a> bir form bulunmakta.</p>
<p>Katılımcıların temel Python/Qt programlama bilgisine sahip olması, mümkünse KDE 4 ile tanışmış olması ve GNU/Linux kullanıyor olması bizim için yeterli ;) Atölye&#8217;nin de diğer tüm şenlik etkinlikleri gibi ücretsiz olduğunu fakat kişi sayısının da sınırlı olduğunu belirteyim.</p>
<p align="right"><a target="_blank" class="tt" href="http://twitter.com/home/?status=KDE+Programlama+At%C3%B6lyesi+%21+http://bit.ly/b0wlAI" title="Post to Twitter"><img class="nothumb" src="http://blog.ratonred.com/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://blog.ratonred.com/2009/04/kde-programlama-atolyesi/&amp;title=KDE+Programlama+At%C3%B6lyesi+%21" title="Post to Delicious"><img class="nothumb" src="http://blog.ratonred.com/wp-content/plugins/tweet-this/icons/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://blog.ratonred.com/2009/04/kde-programlama-atolyesi/&amp;title=KDE+Programlama+At%C3%B6lyesi+%21" title="Post to Digg"><img class="nothumb" src="http://blog.ratonred.com/wp-content/plugins/tweet-this/icons/tt-digg-micro3.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://blog.ratonred.com/2009/04/kde-programlama-atolyesi/&amp;t=KDE+Programlama+At%C3%B6lyesi+%21" title="Post to Facebook"><img class="nothumb" src="http://blog.ratonred.com/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a target="_blank" class="tt" href="http://reddit.com/submit?url=http://blog.ratonred.com/2009/04/kde-programlama-atolyesi/&amp;title=KDE+Programlama+At%C3%B6lyesi+%21" title="Post to Reddit"><img class="nothumb" src="http://blog.ratonred.com/wp-content/plugins/tweet-this/icons/tt-reddit-micro3.png" alt="Post to Reddit" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ratonred.com/2009/04/kde-programlama-atolyesi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pardus lands to GSOC again :)</title>
		<link>http://blog.ratonred.com/2009/03/pardus-lands-to-gsoc-again/</link>
		<comments>http://blog.ratonred.com/2009/03/pardus-lands-to-gsoc-again/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 21:51:34 +0000</pubDate>
		<dc:creator>Gökmen Göksel</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[GSOC]]></category>
		<category><![CDATA[Pardus]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[planet.kde]]></category>
		<category><![CDATA[planet.pardus]]></category>

		<guid isPermaLink="false">http://blog.ratonred.com/?p=342</guid>
		<description><![CDATA[Like last year we have been accepted to Google Summer of Code \o/ You can catch a list of avaliable projects from here. Good luck Pardus Dudes :)]]></description>
			<content:encoded><![CDATA[<p>Like last year we have been accepted to <a target="_blank" href="http://code.google.com/soc/">Google Summer of Code</a> <strong>\o/</strong> You can catch a list of avaliable projects from <a target="_blank" href="http://en.pardus-wiki.org/SummerOfCode2009Ideas">here</a>.</p>
<p>Good luck Pardus Dudes :)</p>
<p align="right"><a target="_blank" class="tt" href="http://twitter.com/home/?status=Pardus+lands+to+GSOC+again+%3A%29+http://bit.ly/bKFRq0" title="Post to Twitter"><img class="nothumb" src="http://blog.ratonred.com/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://blog.ratonred.com/2009/03/pardus-lands-to-gsoc-again/&amp;title=Pardus+lands+to+GSOC+again+%3A%29" title="Post to Delicious"><img class="nothumb" src="http://blog.ratonred.com/wp-content/plugins/tweet-this/icons/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://blog.ratonred.com/2009/03/pardus-lands-to-gsoc-again/&amp;title=Pardus+lands+to+GSOC+again+%3A%29" title="Post to Digg"><img class="nothumb" src="http://blog.ratonred.com/wp-content/plugins/tweet-this/icons/tt-digg-micro3.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://blog.ratonred.com/2009/03/pardus-lands-to-gsoc-again/&amp;t=Pardus+lands+to+GSOC+again+%3A%29" title="Post to Facebook"><img class="nothumb" src="http://blog.ratonred.com/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a target="_blank" class="tt" href="http://reddit.com/submit?url=http://blog.ratonred.com/2009/03/pardus-lands-to-gsoc-again/&amp;title=Pardus+lands+to+GSOC+again+%3A%29" title="Post to Reddit"><img class="nothumb" src="http://blog.ratonred.com/wp-content/plugins/tweet-this/icons/tt-reddit-micro3.png" alt="Post to Reddit" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ratonred.com/2009/03/pardus-lands-to-gsoc-again/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Google Summer of Code 2009</title>
		<link>http://blog.ratonred.com/2009/03/google-summer-of-code-2009/</link>
		<comments>http://blog.ratonred.com/2009/03/google-summer-of-code-2009/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 21:02:40 +0000</pubDate>
		<dc:creator>Gökmen Göksel</dc:creator>
				<category><![CDATA[GSOC]]></category>
		<category><![CDATA[Pardus]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Türkçe]]></category>
		<category><![CDATA[gezegen.linux]]></category>
		<category><![CDATA[gezegen.pardus]]></category>

		<guid isPermaLink="false">http://blog.ratonred.com/?p=338</guid>
		<description><![CDATA[Pardus bu sene de kabul edilen projeler arasında :) Yeni heyecanlar, yeni insanlar bizleri bekliyor; 2005 yılından beri 100 ülkeden 2500 öğrenci bu öğrencilere hocalık yapan 2500 mentor (sorumlu) kod aşkına Google tarafından destekleniyor ve özgür yazılım dünyasına hatırı sayılır katkılar sağlıyor. Bu büyük çalışmanın içinde yer alıyor olmakta bütün Pardus ekibi için ayrı bir [...]]]></description>
			<content:encoded><![CDATA[<p>Pardus bu sene de kabul edilen projeler arasında :) Yeni heyecanlar, yeni insanlar bizleri bekliyor; 2005 yılından beri 100 ülkeden 2500 öğrenci bu öğrencilere hocalık yapan 2500 mentor (sorumlu) kod aşkına Google tarafından destekleniyor ve özgür yazılım dünyasına hatırı sayılır katkılar sağlıyor. Bu büyük çalışmanın içinde yer alıyor olmakta bütün Pardus ekibi için ayrı bir mutluluk :)</p>
<p>İlgilenebileceğiniz projelerin bir listesi <a target="_blank" href="http://en.pardus-wiki.org/SummerOfCode2009Ideas">burada</a>, GSOC 2009 resmi sitesi <a target="_blank" href="http://socghop.appspot.com/program/home/google/gsoc2009">burası</a> ve <a target="_blank" href="http://socghop.appspot.com/program/accepted_orgs/google/gsoc2009">burada</a> da kabul edilen projelerin bir listesi yer alıyor.</p>
<p align="right"><a target="_blank" class="tt" href="http://twitter.com/home/?status=Google+Summer+of+Code+2009+http://bit.ly/bPwsJf" title="Post to Twitter"><img class="nothumb" src="http://blog.ratonred.com/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://blog.ratonred.com/2009/03/google-summer-of-code-2009/&amp;title=Google+Summer+of+Code+2009" title="Post to Delicious"><img class="nothumb" src="http://blog.ratonred.com/wp-content/plugins/tweet-this/icons/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://blog.ratonred.com/2009/03/google-summer-of-code-2009/&amp;title=Google+Summer+of+Code+2009" title="Post to Digg"><img class="nothumb" src="http://blog.ratonred.com/wp-content/plugins/tweet-this/icons/tt-digg-micro3.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://blog.ratonred.com/2009/03/google-summer-of-code-2009/&amp;t=Google+Summer+of+Code+2009" title="Post to Facebook"><img class="nothumb" src="http://blog.ratonred.com/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a target="_blank" class="tt" href="http://reddit.com/submit?url=http://blog.ratonred.com/2009/03/google-summer-of-code-2009/&amp;title=Google+Summer+of+Code+2009" title="Post to Reddit"><img class="nothumb" src="http://blog.ratonred.com/wp-content/plugins/tweet-this/icons/tt-reddit-micro3.png" alt="Post to Reddit" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ratonred.com/2009/03/google-summer-of-code-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>News from Pardus</title>
		<link>http://blog.ratonred.com/2009/03/news-from-pardus/</link>
		<comments>http://blog.ratonred.com/2009/03/news-from-pardus/#comments</comments>
		<pubDate>Mon, 09 Mar 2009 21:41:55 +0000</pubDate>
		<dc:creator>Gökmen Göksel</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[Pardus]]></category>
		<category><![CDATA[Plasma]]></category>
		<category><![CDATA[Qt]]></category>
		<category><![CDATA[planet.kde]]></category>
		<category><![CDATA[planet.pardus]]></category>

		<guid isPermaLink="false">http://blog.ratonred.com/?p=332</guid>
		<description><![CDATA[The Team works great in these days :) We have Qt-Creator, Qt 4.5.0 and KDE 4.2.1 in our development repository just after release announcements :) For KDE 4 based technologies I finished my work on Sysinfo just follow; Now it uses Solid for Network status, Disk info and CPU info. Also with great helps of [...]]]></description>
			<content:encoded><![CDATA[<p>The Team works great in these days :) We have <a target="_blank" title="Qt Creator" href="http://svn.pardus.org.tr/viewcvs/devel/programming/environments/qt-creator/?root=pardus">Qt-Creator</a>, <a target="_blank" title="Qt 4.5.0" href="http://svn.pardus.org.tr/viewcvs/devel/programming/libs/qt4/?root=pardus">Qt 4.5.0</a> and <a target="_blank" title="KDE 4.2.1" href="http://svn.pardus.org.tr/viewcvs/devel/desktop/kde4/base/?root=pardus">KDE 4.2.1</a> in our development repository just after release announcements :) For KDE 4 based technologies I finished my work on <a target="_blank" title="Sysinfo" href="http://svn.pardus.org.tr/viewcvs/trunk/kde4/sysinfo/?root=uludag">Sysinfo</a> just follow;</p>
<p style="text-align: center;"><a href="http://blog.ratonred.com/wp-content/uploads/2009/03/2013tech1.png"><img class="size-medium wp-image-334 aligncenter" title="Sysinfo" src="http://blog.ratonred.com/wp-content/uploads/2009/03/2013tech1-300x187.png" alt="Sysinfo" width="300" height="187" /></a></p>
<p>Now it uses <a target="_blank" title="Solid" href="http://solid.kde.org/">Solid</a> for Network status, Disk info and CPU info. Also with great helps of <a target="_blank" href="http://www.kdedevelopers.org/blog/77">Will Stephenson</a> I added Solid::Networking support for updating network status system widely to the our <a target="_blank" href="http://svn.pardus.org.tr/viewcvs/trunk/kde4/network-manager/plasmoid/?root=uludag">Network-Manager Plasmoid</a> ;)</p>
<p align="right"><a target="_blank" class="tt" href="http://twitter.com/home/?status=News+from+Pardus+http://bit.ly/w5DBD" title="Post to Twitter"><img class="nothumb" src="http://blog.ratonred.com/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://blog.ratonred.com/2009/03/news-from-pardus/&amp;title=News+from+Pardus" title="Post to Delicious"><img class="nothumb" src="http://blog.ratonred.com/wp-content/plugins/tweet-this/icons/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://blog.ratonred.com/2009/03/news-from-pardus/&amp;title=News+from+Pardus" title="Post to Digg"><img class="nothumb" src="http://blog.ratonred.com/wp-content/plugins/tweet-this/icons/tt-digg-micro3.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://blog.ratonred.com/2009/03/news-from-pardus/&amp;t=News+from+Pardus" title="Post to Facebook"><img class="nothumb" src="http://blog.ratonred.com/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a target="_blank" class="tt" href="http://reddit.com/submit?url=http://blog.ratonred.com/2009/03/news-from-pardus/&amp;title=News+from+Pardus" title="Post to Reddit"><img class="nothumb" src="http://blog.ratonred.com/wp-content/plugins/tweet-this/icons/tt-reddit-micro3.png" alt="Post to Reddit" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ratonred.com/2009/03/news-from-pardus/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Ağ Yöneticisi ..</title>
		<link>http://blog.ratonred.com/2009/02/ag-yoneticisi/</link>
		<comments>http://blog.ratonred.com/2009/02/ag-yoneticisi/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 19:18:45 +0000</pubDate>
		<dc:creator>Gökmen Göksel</dc:creator>
				<category><![CDATA[KDE]]></category>
		<category><![CDATA[Pardus]]></category>
		<category><![CDATA[Plasma]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Qt]]></category>
		<category><![CDATA[Türkçe]]></category>
		<category><![CDATA[Utils]]></category>
		<category><![CDATA[gezegen.linux]]></category>
		<category><![CDATA[gezegen.pardus]]></category>

		<guid isPermaLink="false">http://blog.ratonred.com/?p=329</guid>
		<description><![CDATA[Malum Pardus 2009 ile ilgili çalışmalarımız hızla sürüyor, mevcut araçların KDE 4 ve Teknolojileri ile uyumlu bir şekilde çalışması için ilk adımı Servis Yöneticisi için atmıştım, sıra masaüstünde en çok kullandığımız araçlardan biri olan Ağ Yöneticisi&#8217;ne geldi; bakalım bizleri neler bekliyor: Ekran görüntüsüne tıklayarak eğlenceli ve teknoloji kokan bir kaydı izleyebilirsiniz ;) Ayrıca burada da [...]]]></description>
			<content:encoded><![CDATA[<p>Malum Pardus 2009 ile ilgili çalışmalarımız hızla sürüyor, mevcut araçların KDE 4 ve Teknolojileri ile uyumlu bir şekilde çalışması için ilk adımı Servis Yöneticisi için <a href="http://blog.ratonred.com/2009/01/a-new-stuff-with-the-power-of-plasma/">atmıştım</a>, sıra masaüstünde en çok kullandığımız araçlardan biri olan Ağ Yöneticisi&#8217;ne geldi; bakalım bizleri neler bekliyor:</p>
<p style="text-align: center;"><a target="_blank" href="http://cekirdek.pardus.org.tr/~gokmen/nm-applet-1.ogv"><img class="aligncenter size-medium wp-image-322" title="Ağ Yöneticisi Plasmoid" src="http://blog.ratonred.com/wp-content/uploads/2009/02/nm-applet-300x282.png" alt="nm-applet" width="300" height="282" /></a></p>
<p style="text-align: left;">Ekran görüntüsüne tıklayarak eğlenceli ve teknoloji kokan bir kaydı izleyebilirsiniz ;) Ayrıca <a target="_blank" href="http://cekirdek.pardus.org.tr/~gokmen/nm-engine.ogv">burada</a> da Ağ Yöneticisi Veri Motoru ile ilgili bir kayıt mevcut ;)</p>
<p style="text-align: left;">(Henüz geliştirilme aşamasında olduğunu unutmayın)</p>
<p align="right"><a target="_blank" class="tt" href="http://twitter.com/home/?status=A%C4%9F+Y%C3%B6neticisi+..+http://bit.ly/adm1Gf" title="Post to Twitter"><img class="nothumb" src="http://blog.ratonred.com/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://blog.ratonred.com/2009/02/ag-yoneticisi/&amp;title=A%C4%9F+Y%C3%B6neticisi+.." title="Post to Delicious"><img class="nothumb" src="http://blog.ratonred.com/wp-content/plugins/tweet-this/icons/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://blog.ratonred.com/2009/02/ag-yoneticisi/&amp;title=A%C4%9F+Y%C3%B6neticisi+.." title="Post to Digg"><img class="nothumb" src="http://blog.ratonred.com/wp-content/plugins/tweet-this/icons/tt-digg-micro3.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://blog.ratonred.com/2009/02/ag-yoneticisi/&amp;t=A%C4%9F+Y%C3%B6neticisi+.." title="Post to Facebook"><img class="nothumb" src="http://blog.ratonred.com/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a target="_blank" class="tt" href="http://reddit.com/submit?url=http://blog.ratonred.com/2009/02/ag-yoneticisi/&amp;title=A%C4%9F+Y%C3%B6neticisi+.." title="Post to Reddit"><img class="nothumb" src="http://blog.ratonred.com/wp-content/plugins/tweet-this/icons/tt-reddit-micro3.png" alt="Post to Reddit" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ratonred.com/2009/02/ag-yoneticisi/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Network-Manager Plasmoid</title>
		<link>http://blog.ratonred.com/2009/02/network-manager-plasmoid/</link>
		<comments>http://blog.ratonred.com/2009/02/network-manager-plasmoid/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 23:44:47 +0000</pubDate>
		<dc:creator>Gökmen Göksel</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[Pardus]]></category>
		<category><![CDATA[Plasma]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Qt]]></category>
		<category><![CDATA[Utils]]></category>
		<category><![CDATA[planet.kde]]></category>
		<category><![CDATA[planet.pardus]]></category>

		<guid isPermaLink="false">http://blog.ratonred.com/?p=321</guid>
		<description><![CDATA[We had a good time at Camp KDE, Jamaica. We met great people (hackers :)) and we tried to explain importance of KDE for Pardus and importance of Pardus for KDE.. As we said there we are working on our ideas to be useful for upstream too.. Here you are; Pardus Network Manager Plasmoid: Network [...]]]></description>
			<content:encoded><![CDATA[<p>We had a good time at Camp KDE, Jamaica. We met great people (hackers :)) and we tried to explain importance of KDE for Pardus and importance of Pardus for KDE.. As we said there we are working on our ideas to be useful for upstream too.. Here you are;</p>
<p><a target="_blank" title="Network Manager Plasmoid ScreenCast" href="http://cekirdek.pardus.org.tr/~gokmen/nm-applet-1.ogv">Pardus Network Manager Plasmoid</a>:</p>
<p style="text-align: center;"><a href="http://blog.ratonred.com/wp-content/uploads/2009/02/nm-applet.png"><img class="size-medium wp-image-322 aligncenter" title="nm-applet" src="http://blog.ratonred.com/wp-content/uploads/2009/02/nm-applet-300x282.png" alt="nm-applet" width="300" height="282" /></a></p>
<p><a target="_blank" title="ScreenCast of Network Manager Data Engine" href="http://cekirdek.pardus.org.tr/~gokmen/nm-engine.ogv">Network Manager DataEngine</a>;</p>
<p style="text-align: center;"><a href="http://blog.ratonred.com/wp-content/uploads/2009/02/nm-engine.png"><img class="size-medium wp-image-323 aligncenter" title="nm-engine" src="http://blog.ratonred.com/wp-content/uploads/2009/02/nm-engine-295x300.png" alt="nm-engine" width="295" height="300" /></a></p>
<p>Now we can use new shiny PolicyKit KDE4 ;) You should watch screencasts [<a target="_blank" href="http://cekirdek.pardus.org.tr/~gokmen/nm-applet-1.ogv">1</a>] [<a target="_blank" href="http://cekirdek.pardus.org.tr/~gokmen/nm-engine.ogv">2</a>] .. And always sources are in Pardus <a target="_blank" href="http://svn.pardus.org.tr/uludag/branches/kde4-managers">repository</a>. Have fun !</p>
<p align="right"><a target="_blank" class="tt" href="http://twitter.com/home/?status=Network-Manager+Plasmoid+http://bit.ly/kwaAu" title="Post to Twitter"><img class="nothumb" src="http://blog.ratonred.com/wp-content/plugins/tweet-this/icons/tt-twitter-micro3.png" alt="Post to Twitter" /></a> <a target="_blank" class="tt" href="http://delicious.com/post?url=http://blog.ratonred.com/2009/02/network-manager-plasmoid/&amp;title=Network-Manager+Plasmoid" title="Post to Delicious"><img class="nothumb" src="http://blog.ratonred.com/wp-content/plugins/tweet-this/icons/tt-delicious-micro3.png" alt="Post to Delicious" /></a> <a target="_blank" class="tt" href="http://digg.com/submit?url=http://blog.ratonred.com/2009/02/network-manager-plasmoid/&amp;title=Network-Manager+Plasmoid" title="Post to Digg"><img class="nothumb" src="http://blog.ratonred.com/wp-content/plugins/tweet-this/icons/tt-digg-micro3.png" alt="Post to Digg" /></a> <a target="_blank" class="tt" href="http://www.facebook.com/share.php?u=http://blog.ratonred.com/2009/02/network-manager-plasmoid/&amp;t=Network-Manager+Plasmoid" title="Post to Facebook"><img class="nothumb" src="http://blog.ratonred.com/wp-content/plugins/tweet-this/icons/tt-facebook-micro3.png" alt="Post to Facebook" /></a> <a target="_blank" class="tt" href="http://reddit.com/submit?url=http://blog.ratonred.com/2009/02/network-manager-plasmoid/&amp;title=Network-Manager+Plasmoid" title="Post to Reddit"><img class="nothumb" src="http://blog.ratonred.com/wp-content/plugins/tweet-this/icons/tt-reddit-micro3.png" alt="Post to Reddit" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://blog.ratonred.com/2009/02/network-manager-plasmoid/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>
