<?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>codejunky &#187; Blog</title>
	<atom:link href="http://codejunky.org/category/blog/feed" rel="self" type="application/rss+xml" />
	<link>http://codejunky.org</link>
	<description>News from the wild wild web</description>
	<lastBuildDate>Thu, 25 Feb 2010 18:56:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Django-1.1.1 Apidoc</title>
		<link>http://codejunky.org/2010/02/25/django-1-1-1-apidoc</link>
		<comments>http://codejunky.org/2010/02/25/django-1-1-1-apidoc#comments</comments>
		<pubDate>Thu, 25 Feb 2010 18:55:42 +0000</pubDate>
		<dc:creator>jan</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://codejunky.org/?p=69</guid>
		<description><![CDATA[I generated with epydoc the apidoc for Django-1.1.1 have fun browsing it: http://dev.codejunky.org/django-api]]></description>
			<content:encoded><![CDATA[<p>I generated with epydoc the apidoc for Django-1.1.1 have fun browsing it: <a href="http://dev.codejunky.org/django-api/1.1.1/">http://dev.codejunky.org/django-api/1.1.1/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://codejunky.org/2010/02/25/django-1-1-1-apidoc/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to run Compiz on Exherbo</title>
		<link>http://codejunky.org/2009/12/29/how-to-run-compiz-on-exherbo</link>
		<comments>http://codejunky.org/2009/12/29/how-to-run-compiz-on-exherbo#comments</comments>
		<pubDate>Tue, 29 Dec 2009 16:00:27 +0000</pubDate>
		<dc:creator>jan</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Exherbo]]></category>
		<category><![CDATA[compiz]]></category>

		<guid isPermaLink="false">http://codejunky.org/?p=17</guid>
		<description><![CDATA[Since the desktop-unofficial repository is added to unavailable-unofficial I revised the installation instructions a bit. To start using compiz on Exherbo you have to add the unofficial desktop repository which contains some exheres for compiz, it is hosted on github: location = ${ROOT}/var/db/paludis/repositories/desktop-unofficial sync = git://github.com/codejunky/desktop-unofficial.git format = exheres names_cache = ${ROOT}/var/cache/paludis/names write_cache = ${ROOT}/var/cache/paludis/metadata ]]></description>
			<content:encoded><![CDATA[<p>Since the desktop-unofficial repository is added to unavailable-unofficial I revised the installation instructions a bit.</p>
<p>To start using compiz on Exherbo you have to add the unofficial desktop repository which contains some exheres for compiz, it is hosted on github:</p>
<blockquote><p>location = ${ROOT}/var/db/paludis/repositories/desktop-unofficial<br />
sync = git://github.com/codejunky/desktop-unofficial.git<br />
format = exheres<br />
names_cache = ${ROOT}/var/cache/paludis/names<br />
write_cache = ${ROOT}/var/cache/paludis/metadata
</p></blockquote>
<p>After syncing the repositories with paludis you have to install the compiz-set:</p>
<blockquote><p># paludis -i compiz
</p></blockquote>
<p>After the installtion is complete you should run &#8220;fusion-icon&#8221; in a terminal to start compiz:</p>
<blockquote><p>$ fusion-icon
</p></blockquote>
<p>Which adds a tray icon where you can change the window manager to compiz.</p>
<p><b>IMPORTANT:</b> You have to enable at least the following modules in the compiz settings manager, otherwise it will be very annoying:</p>
<blockquote><p>- Window Decoration<br />
- Resize Window<br />
- Move Window<br />
- Application Switcher
</p></blockquote>
<p>To get multiple desktops working you need to enable the desktop cube (At least for me it worked not without it). </p>
]]></content:encoded>
			<wfw:commentRss>http://codejunky.org/2009/12/29/how-to-run-compiz-on-exherbo/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using paludis for dummies</title>
		<link>http://codejunky.org/2009/12/16/using-paludis-for-dummies</link>
		<comments>http://codejunky.org/2009/12/16/using-paludis-for-dummies#comments</comments>
		<pubDate>Wed, 16 Dec 2009 12:31:42 +0000</pubDate>
		<dc:creator>jan</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Paludis]]></category>

		<guid isPermaLink="false">http://codejunky.org/?p=43</guid>
		<description><![CDATA[This should be a quickstart for using paludis and not an alternative for reading the whole documentation! Basics Sync the configured repositories: # paludis -s Installing a package: # paludis -i category/packagename Updating the system: # paludis -i world Uninstalling a package: # paludis -u category/packagename Note: All the above commands accept the &#8211;pretend parameter ]]></description>
			<content:encoded><![CDATA[<p><strong>This should be a quickstart for using paludis and not an alternative for reading the whole documentation!</strong></p>
<h3>Basics</h3>
<p>Sync the configured repositories:</p>
<blockquote><p># paludis -s</p></blockquote>
<p>Installing a package:</p>
<blockquote><p># paludis -i category/packagename</p></blockquote>
<p>Updating the system:</p>
<blockquote><p># paludis -i world</p></blockquote>
<p>Uninstalling a package:</p>
<blockquote><p># paludis -u category/packagename</p></blockquote>
<p><strong>Note:</strong> All the above commands accept the <strong>&#8211;pretend</strong> parameter to see what will be happening.</p>
<p>Searching for a package:</p>
<blockquote><p># paludis -q packagename</p></blockquote>
<blockquote><p># inquisitio packagename</p></blockquote>
<h3>More advanced operations</h3>
<p>Reinstalling all installed packages:</p>
<blockquote><p># paludis -i &#8211;dl-reinstall always everything</p></blockquote>
<p>Discarding blockers:</p>
<blockquote><p># paludis -i category/package &#8211;dl-blocks discard</p></blockquote>
<p>Finding and reinstalling broken packages:</p>
<blockquote><p># reconcilio</p></blockquote>
<p>Installing a package and update only required dependencies:</p>
<blockquote><p># paludis -i package &#8211;dl-upgrade as-needed</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://codejunky.org/2009/12/16/using-paludis-for-dummies/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gentoo @ 26C3</title>
		<link>http://codejunky.org/2009/11/08/gentoo-26c3</link>
		<comments>http://codejunky.org/2009/11/08/gentoo-26c3#comments</comments>
		<pubDate>Sun, 08 Nov 2009 00:12:16 +0000</pubDate>
		<dc:creator>jan</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://codejunky.org/?p=37</guid>
		<description><![CDATA[Like the last year, some compiling people will meet again at the 26th  Chaos communication congress in Berlin. Check out the wiki page if you want to join us check out the wiki page. Hope to see you there!]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-38" title="Gentoo" src="http://codejunky.org/wp-content/uploads/2009/11/Gentoo.jpg" alt="Gentoo" width="190" height="124" /> Like the last year, some compiling people will meet again at the <a href="http://events.ccc.de/congress/2009/" target="_blank">26th  Chaos communication congress</a> in Berlin.</p>
<p>Check out the wiki page if you want to join us check out the <a href="http://events.ccc.de/congress/2009/wiki/index.php/Gentoo" target="_blank">wiki page</a>.</p>
<p>Hope to see you there!</p>
]]></content:encoded>
			<wfw:commentRss>http://codejunky.org/2009/11/08/gentoo-26c3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I have moved my git repositories</title>
		<link>http://codejunky.org/2009/09/17/git-repositories-moved</link>
		<comments>http://codejunky.org/2009/09/17/git-repositories-moved#comments</comments>
		<pubDate>Thu, 17 Sep 2009 13:14:38 +0000</pubDate>
		<dc:creator>jan</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://codejunky.org/?p=33</guid>
		<description><![CDATA[&#8230; away from github.com and host them on my own server. You can browse my repos online via gitweb: http://git.codejunky.org]]></description>
			<content:encoded><![CDATA[<p>&#8230; away from github.com and host them on my own server.</p>
<p>You can browse my repos online via gitweb: <a href="http://git.codejunky.org" target="_blank">http://git.codejunky.org</a></p>
]]></content:encoded>
			<wfw:commentRss>http://codejunky.org/2009/09/17/git-repositories-moved/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gentoo Village at HAR2009</title>
		<link>http://codejunky.org/2009/07/09/gentoo-village-at-har2009</link>
		<comments>http://codejunky.org/2009/07/09/gentoo-village-at-har2009#comments</comments>
		<pubDate>Thu, 09 Jul 2009 20:24:10 +0000</pubDate>
		<dc:creator>jan</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://codejunky.org/?p=12</guid>
		<description><![CDATA[Like CCC-Camp 2007 we will have again a Gentoo Village at HAR2009. Come join us!]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-13" title="Gentoo_tent" src="http://codejunky.org/wp-content/uploads/2009/07/Gentoo_tent.png" alt="Gentoo_tent" width="200" height="145" />Like CCC-Camp 2007 we will have again a <a href="https://wiki.har2009.org/page/Village:Gentoo" target="_blank">Gentoo Village</a> at <a href="http://www.har2009.org">HAR2009</a>.</p>
<p>Come join us!</p>
]]></content:encoded>
			<wfw:commentRss>http://codejunky.org/2009/07/09/gentoo-village-at-har2009/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New page</title>
		<link>http://codejunky.org/2009/07/09/new-page</link>
		<comments>http://codejunky.org/2009/07/09/new-page#comments</comments>
		<pubDate>Thu, 09 Jul 2009 19:49:25 +0000</pubDate>
		<dc:creator>jan</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://codejunky.org/?p=3</guid>
		<description><![CDATA[&#8230; as you may have noticed]]></description>
			<content:encoded><![CDATA[<p>&#8230; as you may have noticed.</p>
]]></content:encoded>
			<wfw:commentRss>http://codejunky.org/2009/07/09/new-page/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
