<?xml version="1.0"?>
<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/"
	>
   <channel>
      <pubDate>Thu, 24 Jul 2008 02:34:25 GMT</pubDate>
      <lastBuildDate>Thu, 24 Jul 2008 02:34:25 GMT</lastBuildDate>
      <language>en</language>
      <docs>http://www.rssboard.org/rss-specification</docs>
      <title>CrunchBang ~ projects</title>
      <link>http://crunchbang.org/tags/projects/</link>
      <description>Code, Design &amp; GNU/Linux</description>

<item>
    <title>All Twittered Out</title>
    <link>http://crunchbang.org/archives/2008/05/20/all-twittered-out/</link>
    <pubDate>Tue, 20 May 2008 10:59:20 GMT</pubDate>
    <dc:creator>Philip Newborough</dc:creator>
    <guid>http://crunchbang.org/archives/2008/05/20/all-twittered-out/</guid>
    <description><![CDATA[
    <p>I have been using <a href="http://twitter.com/corenominal " title="corenominal on Twitter.">Twitter</a> on and off for several months. Some of the time the service works, the remainder of the time I am reliably informed that &#34;Something is technically wrong.&#34; Currently, Twitter is <em>the only</em> web based application I use on a regular basis which breaks just as regularly as I use it.</p>

<p>If Twitter provided an important service, email for example, I would have stopped using it in favour of something more reliable; however, arguably, Twitter does not provide an important service, so I have persevered with its less than reliable service, though I have to admit, my patience is wearing thin.</p>

<h3>Should not the Twitter experience be fun?</h3>

<p>For me, Twitter has stopped being a fun distraction and has become something which I like to do, but more often than not, I end up feeling frustrated when I do. Problem is, I have become comfortable with keeping a virtual diary of day-to-day, hour-to-hour, minute-to-minute distractions. I also enjoy the sporadic conversations which occur between mutual followers.</p>

<p>Do not misunderstand me, I think the basis of the Twitter service, &#34;What are you doing?&#34;, is valid and simple enough to remain being a great idea; however, for fear of stating the obvious, I do not think the Twitter service is currently scaling well enough to cope with the digital populace. And more worryingly [<em>at least for the Twitter developers</em>], I am not sure it ever will, not in its current guise and regardless of the <a href="http://www.rubyonrails.com/ " title="Ruby on Rails">underlying technologies</a>.</p>

<h3>Ah b&lowast;ll&lowast;cks!</h3>

<p>Also, there is something which has been bugging me about Twitter, the fact that it is hosting my data. The data in question, may on the surface seem unimportant, and for the large part it is; however, on occasion I have found myself <strike>wanting</strike> needing to refer to my backlog of tweets, only to find the Twitter service lacking, again.</p>

<p>As an example, only the other day, Becky and I wanted to watch an episode of a certain serial drama and neither of us could remember the last episode we had watched. Ah ha! I thought, I will search my Twitter history, I am sure to have tweeted about it. The following conversation went something like:</p>

<p>me: Ah b&lowast;ll&lowast;cks!<br />
Becky: What&#39;s wrong?<br />
me: Something technical!</p>

<p>If I was hosting the tweets myself, I feel certain the above short conversation would never have taken place. I would have been able to search my data, find the information I needed and carry on with my otherwise happy existence.</p>

<h3>What are you doing?</h3>

<p><a href="http://twitter.com/corenominal/statuses/815647750 " title="So much so, I felt inclined to Twitter about it.">I am feeling all Twittered out</a>, not with the concept, but with the service. I am going to rectify this by developing my own mini Twitteresque application. The application will provide similar functionality to Twitter, but obviously it will be served from my own hosting account. The application will store my tweets within its own database as well as pushing them to Twitter. Ideally, once the application is running, nobody, apart from myself, should notice any difference as it will appear as though I am Twittering as normal.</p>

<h3>Thank you Twitter</h3>

<p>Twitter got me hooked on keeping a diary of meaningless events, but then left me wanting. So, thank you Twitter, I now have a new project to keep me amused for a while.</p>

<p>End rant. Start project.</p>

    <p style="font-size:smaller;">Tags: <a href="http://crunchbang.org/tags/projects/" title="Browse all posts tagged with &#8220;projects&#8221;">projects</a>, <a href="http://crunchbang.org/tags/rants/" title="Browse all posts tagged with &#8220;rants&#8221;">rants</a>, <a href="http://crunchbang.org/tags/twitter/" title="Browse all posts tagged with &#8220;twitter&#8221;">twitter</a></p>
    ]]></description>
</item>

<item>
    <title>5 Or More Consecutive Consonants</title>
    <link>http://crunchbang.org/archives/2008/05/10/5-or-more-consecutive-consonants/</link>
    <pubDate>Sat, 10 May 2008 09:29:11 GMT</pubDate>
    <dc:creator>Philip Newborough</dc:creator>
    <guid>http://crunchbang.org/archives/2008/05/10/5-or-more-consecutive-consonants/</guid>
    <description><![CDATA[
    <p><img src="http://crunchbang.org/uploads/051008084936-carol_vorderman.jpg" alt="Carol Vorderman" style="float:left;border:0px;margin-right:20px;margin-bottom:10px; padding:4px; background: #babdb6;" /></p>

<p>&#34;A consonant please Carol, and another, and another, and another, and another.&#34; &#8212; actually, this post is not about <a href="http://en.wikipedia.org/wiki/Carol_Vorderman " title="Wikipedia - Carol Vorderman">Carol Vorderman</a> or <a href="http://en.wikipedia.org/wiki/Countdown_%28game_show%29 " title="Wikipedia - Countdown">Countdown</a>, it is about some interesting[<em>?</em>] script output I came across when attempting to write a new spam filter. I will explain&#8230;</p>

<p>Just lately my website has been receiving some rather odd junk comments. The comments make no sense and they have quite obviously been sent by some automated junk flinging robot. The reason the comments make no sense is because they seem to be constructed from random characters. Apart from making no sense, these comments <em>were</em> also becoming a nuisance as they <em>were</em> easily slipping past my existing keyword filters.</p>

<p>So, the other night I decided to sit down and write a new filter to try and catch these random character junk comments. I started by analysing some previously submitted comments to try and find any common patterns. One such pattern I found was multiple strings containing 5 or more consecutive consonants. Thinking this to be unusual, I ran some tests against a <a href="http://crunchbang.org/misc/common_words.txt " title="flat file containing 21110 common English words">flat file containing 21110 common English words</a>. I thought the results were interesting. Here is what I found:</p>

<ul>
<li><a href="http://crunchbang.org/wiki/strings-containing-5-or-more-consecutive-consonants/ " title="85 unique strings containing 5 or more consecutive consonants.">85 unique strings containing 5 or more consecutive consonants</a>.</li>
<li><a href="http://crunchbang.org/wiki/words-containing-5-or-more-consecutive-consonants/ " title="113 words containing 5 or more consecutive consonants.">113 words containing 5 or more consecutive consonants</a>.</li>
<li>9 words containing 5 or more consecutive consonants and no vowels: <a href="http://www.dict.org/bin/Dict?Form=Dict1&amp;Strategy=*&amp;Database=*&amp;Query=crypt " title="dict.org - crypt">crypt</a>, <a href="http://www.dict.org/bin/Dict?Form=Dict1&amp;Strategy=*&amp;Database=*&amp;Query=lymph " title="dict.org - lymph">lymph</a>, <a href="http://www.dict.org/bin/Dict?Form=Dict1&amp;Strategy=*&amp;Database=*&amp;Query=lynch " title="dict.org - lynch">lynch</a>, <a href="http://www.dict.org/bin/Dict?Form=Dict1&amp;Strategy=*&amp;Database=*&amp;Query=myrrh " title="dict.org - myrrh">myrrh</a>, <a href="http://www.dict.org/bin/Dict?Form=Dict1&amp;Strategy=*&amp;Database=*&amp;Query=nymph " title="dict.org - nymph">nymph</a>, <a href="http://www.dict.org/bin/Dict?Form=Dict1&amp;Strategy=*&amp;Database=*&amp;Query=pygmy " title="dict.org - pygmy">pygmy</a>, <a href="http://www.dict.org/bin/Dict?Form=Dict1&amp;Strategy=*&amp;Database=*&amp;Query=rhythm " title="dict.org - rhythm">rhythm</a>, <a href="http://www.dict.org/bin/Dict?Form=Dict1&amp;Strategy=*&amp;Database=*&amp;Query=sylph " title="dict.org - sylph">sylph</a>, <a href="http://www.dict.org/bin/Dict?Form=Dict1&amp;Strategy=*&amp;Database=*&amp;Query=tryst " title="dict.org - tryst">tryst</a></li>
<li>10 words containing 6 or more consecutive consonants: <a href="http://www.dict.org/bin/Dict?Form=Dict1&amp;Strategy=*&amp;Database=*&amp;Query=latchstring " title="dict.org - latchstring">latchstring</a>, <a href="http://www.dict.org/bin/Dict?Form=Dict1&amp;Strategy=*&amp;Database=*&amp;Query=metempsychosis " title="dict.org - metempsychosis">metempsychosis</a>, <a href="http://www.dict.org/bin/Dict?Form=Dict1&amp;Strategy=*&amp;Database=*&amp;Query=polysyllabic " title="dict.org - polysyllabic">polysyllabic</a>, <a href="http://www.dict.org/bin/Dict?Form=Dict1&amp;Strategy=*&amp;Database=*&amp;Query=polysyllable " title="dict.org - polysyllable">polysyllable</a>, <a href="http://www.dict.org/bin/Dict?Form=Dict1&amp;Strategy=*&amp;Database=*&amp;Query=porphyry " title="dict.org - porphyry">porphyry</a>, <a href="http://www.dict.org/bin/Dict?Form=Dict1&amp;Strategy=*&amp;Database=*&amp;Query=rhythm " title="dict.org - rhythm">rhythm</a>, <a href="http://www.dict.org/bin/Dict?Form=Dict1&amp;Strategy=*&amp;Database=*&amp;Query=skyscraper " title="dict.org - skyscraper">skyscraper</a>, <a href="http://www.dict.org/bin/Dict?Form=Dict1&amp;Strategy=*&amp;Database=*&amp;Query=strychnine " title="dict.org - strychnine">strychnine</a>, <a href="http://www.dict.org/bin/Dict?Form=Dict1&amp;Strategy=*&amp;Database=*&amp;Query=synchronize " title="dict.org - synchronize">synchronize</a>, <a href="http://www.dict.org/bin/Dict?Form=Dict1&amp;Strategy=*&amp;Database=*&amp;Query=synchronous " title="dict.org - synchronous">synchronous</a></li>
<li>1 word containing 6 consecutive consonants and no vowels: <a href="http://www.dict.org/bin/Dict?Form=Dict1&amp;Strategy=*&amp;Database=*&amp;Query=rhythm " title="dict.org - rhythm">rhythm</a></li>
<li>1 word containing 7 consecutive consonants: <a href="http://www.dict.org/bin/Dict?Form=Dict1&amp;Strategy=*&amp;Database=*&amp;Query=strychnine " title="dict.org - strychnine">strychnine</a></li>
</ul>

<p>I should state that the above results are in no way definitive. I know this because I also ran the same test against another file containing 311141 words found in the <a href="http://en.wikipedia.org/wiki/An_American_Dictionary_of_the_English_Language " title="Wikipedia - Merriam-Webster dictionary">Merriam-Webster dictionary</a>. Still, by using the results of the initial test I was able to construct a list of safe words to use with my new spam filter.</p>

<p><em>Finally, yes, I did consider not writing this post; however, I am sure my publishing of these results will not change anything. Besides, Arthur, my 80 year old neighbour, is the biggest Countdown fan on the planet, he is also quite Internet savvy and definitely thinks <a href="http://images.google.com/images?q=carol+vorderman+countdown " title="Carol Vorderman, hot or not?">Carol Vorderman is hot</a> &#8212; he may find these results quite useful in increasing his daily Countdown score!</em></p>

    <p style="font-size:smaller;">Tags: <a href="http://crunchbang.org/tags/antispam/" title="Browse all posts tagged with &#8220;antispam&#8221;">antispam</a>, <a href="http://crunchbang.org/tags/language/" title="Browse all posts tagged with &#8220;language&#8221;">language</a>, <a href="http://crunchbang.org/tags/programming/" title="Browse all posts tagged with &#8220;programming&#8221;">programming</a>, <a href="http://crunchbang.org/tags/projects/" title="Browse all posts tagged with &#8220;projects&#8221;">projects</a>, <a href="http://crunchbang.org/tags/whird/" title="Browse all posts tagged with &#8220;whird&#8221;">whird</a></p>
    ]]></description>
</item>

<item>
    <title>Whird Update: Working Prototype or Vaporware?</title>
    <link>http://crunchbang.org/archives/2008/04/17/whird-update-working-prototype-or-vaporware/</link>
    <pubDate>Thu, 17 Apr 2008 10:44:31 GMT</pubDate>
    <dc:creator>Philip Newborough</dc:creator>
    <guid>http://crunchbang.org/archives/2008/04/17/whird-update-working-prototype-or-vaporware/</guid>
    <description><![CDATA[
    <p>Looking at my <a href="http://crunchbang.org/projects/whird/ " title="Whird - A PHP weblog application, nearly.">project page for Whird</a>, I can see I have somewhat neglected the project recently. Actually, this is not entirely true, I have been testing Whird extensively for about 7 months. As things stand at the moment, Whird could be considered as either, a working prototype, or, classic <a href="http://en.wikipedia.org/wiki/Vaporware " title="Wikipedia - Vaporware">vaporware</a>. I prefer to think of it as a working prototype; however, I am not one of the many people who, over the last few months, have contacted me, asking questions about the project.</p>

<h3>Why the neglect?</h3>

<p>There are several reasons for my recent lack of commitment to Whird:</p>

<ol>
<li><p>I have spent a large amount of time [<em>probably too much</em>] working on other projects; since the beginning of the year, <a href="http://crunchbang.org/projects/linux/ " title="CrunchBang Linux">CrunchBang Linux</a> has consumed most of my free time.</p></li>
<li><p>Now that I have a working copy of Whird, I seem to have become far too comfortable simply using it, instead of developing it. Since starting this blog, in September last year, I have written 165 posts [<em>not including this one.</em>] Maybe I should have spent more time developing, instead of writing?! <em>Hang on a minute, I am doing it again now. Doh!</em></p></li>
<li><p>Related to the last point; now that I have test driven Whird, I pretty much know what is wrong, what needs fixing and what works. Knowing this, I would ideally like to perform a complete rewrite. A daunting thought!</p></li>
<li><p>I have no self-imposed deadlines. This is both a blessing and a curse. It is a blessing, because it means any work I put into Whird remains a fun activity, something I can perform at my leisure. It is a curse, because I may not actually touch the project for months on end.</p></li>
</ol>

<h3>Will Whird ever be released?</h3>

<p>Answer; maybe, probably, I hope so. Having said that, I would not hold your breath. It has occurred to me that Whird is in danger of becoming [<em>if it hasn&#39;t done so already</em>] &#34;that&#34; project, the project that provides endless hours of fun, without actually resulting in anything tangible.</p>

<p>Anyhow, that pretty much sums up the current status of Whird. Time to crack on and have a bit more fun :) In the meantime, if you are reading this and you are looking to start a new blog, why not try Steve Kemp&#39;s <a href="http://www.steve.org.uk/Software/chronicle/ " title="Chronicle: The Blog Compiler">Chronicle</a>. I have not actually tried it myself, but from what I have read, it looks like an interesting piece of software, something I could see myself using.</p>

    <p style="font-size:smaller;">Tags: <a href="http://crunchbang.org/tags/projects/" title="Browse all posts tagged with &#8220;projects&#8221;">projects</a>, <a href="http://crunchbang.org/tags/whird/" title="Browse all posts tagged with &#8220;whird&#8221;">whird</a></p>
    ]]></description>
</item>

<item>
    <title>CrunchBang Linux 8.04.01 Release Notes</title>
    <link>http://crunchbang.org/archives/2008/04/08/crunchbang-linux-8-dot-04-dot-01-release-notes/</link>
    <pubDate>Tue, 08 Apr 2008 10:57:18 GMT</pubDate>
    <dc:creator>Philip Newborough</dc:creator>
    <guid>http://crunchbang.org/archives/2008/04/08/crunchbang-linux-8-dot-04-dot-01-release-notes/</guid>
    <description><![CDATA[
    <p>This is the third release of <a href="http://crunchbang.org/projects/linux/ " title="CrunchBang Linux">CrunchBang Linux</a>. This release is based on the current development version of <a href="http://www.ubuntu.com/ " title="Ubuntu">Ubuntu</a>, &#34;<a href="https://wiki.ubuntu.com/HardyHeron/ " title="Ubuntu Wiki: Hardy Heron">Hardy Heron</a>&#34;. As with the previous releases, I have developed CrunchBang Linux for personal use; however, I have released it as a download on the off chance that others may find it useful.</p>

<p>I have been running this release on my own systems for a number of weeks and it seems to be quite stable. Having said that, this release is based on a &#34;development&#34; release of Ubuntu and therefore is <em>not</em> recommended for anyone needing a stable system or anyone who is not comfortable running into occasional, even frequent breakage.</p>

<h3>What&#39;s new?</h3>

<p>I am really quite happy with how CrunchBang Linux is developing. This release sees numerous improvements and when installed makes for a really usable, fast and attractive system. I would really like to thank the users on the <a href="http://crunchbang.org/forums/ " title="CrunchBang Linux Forums">forums</a> for all their suggestions and feedback; I have implemented many improvements based solely on their input. See below for a list of changes.</p>

<h4>Major updates:</h4>

<ul>
<li>CrunchBang Linux is now based on Ubuntu 8.04 &#34;Hardy Heron&#34;. This brings many new improvements and package updates; most notably an updated 2.6.24.15 Linux Kernel, and Xorg 7.3.</li>
<li><a href="http://icculus.org/openbox/index.php/Main_Page " title="Openbox, a highly configurable, next generation window manager with extensive standards support.">Openbox</a> 3.4.7-pre2, this release includes many improvements including the <a href="http://crunchbang.org/archives/2008/04/01/openbox-logout-reboot-and-shutdown-script/ " title="Openbox Logout, Reboot &amp; Shutdown Script">GDM control mentioned here</a>.</li>
<li><a href="http://www.crunchbang.org/wiki/CrunchBangLinuxRepository " title="CrunchBang Linux repositories.">CrunchBang Linux repositories</a> are now enabled by default. The repositories include CrunchBang Linux specific packages and fixes, plus Openbox related updates etc.</li>
<li>A new default theme based on Clearlooks, &#34;Darkness Returns&#34;. See the <a href="http://www.crunchbang.org/wiki/CrunchBangLinux80401Screenshots " title="CrunchBang Linux 8.04.01 screenshots.">screenshots</a>.</li>
</ul>

<h4>Other changes:</h4>

<ul>
<li><a href="http://en-us.www.mozilla.com/en-US/firefox/3.0b5/whatsnew/ " title="Firefox 3 Beta 5">Firefox 3 Beta 5</a> is now the default browser, replacing Epiphany.</li>
<li><a href="http://www.claws-mail.org/ " title="Claws Mail">Claws Mail</a> replaces Thunderbird as the default e-mail client.</li>
<li><a href="http://mirageiv.berlios.de/ " title="Mirage image viewer.">Mirage</a> replaces EOG as the default image viewer.</li>
<li>Easy enabling of compositing via xcompmgr and a new <a href="http://crunchbang.org/archives/2008/04/06/openbox-pipe-menu-for-xcompmgr/ " title="Openbox pipe menu for xcompmgr.">Openbox pipe menu</a>.</li>
<li><a href="http://crunchbang.org/archives/2008/03/11/tablaunch-application-launch-bar/ " title="tablaunch application launch bar">tablaunch application launch bar</a> installed by default. Easy configuration via &#34;Preferences&#34; menu.</li>
<li><a href="http://code.google.com/p/xyhthyx/ " title="Parcellite">Parcellite</a> clipboard manager, replaces Glipper. <a href="http://crunchbang.org/archives/2008/03/12/gnome-and-glipper-sitting-in-a-tree/ " title="GNOME &amp; Glipper Sitting in a Tree">Fixes this</a>.</li>
<li>Skype and Gizmo VoIP clients removed.</li>
<li><a href="http://clay.ll.pl/osmo/ " title="Osmo PIM">Osmo PIM</a> installed and linked to pypanel clock. Thanks to <a href="http://kmandla.wordpress.com/2008/03/27/two-more-little-applications/ " title="Two more little applications.">K.Mandla</a> for the suggestion.</li>
<li>pysdm &#34;Storage Device Manager&#34; added to &#34;Tools &amp; Utilities&#34; menu.</li>
<li><a href="http://xpad.sourceforge.net/ " title="Xpad sticky notes">Xpad sticky notes</a> added to &#34;Tools &amp; Utilities&#34; menu.</li>
<li><a href="http://freshmeat.net/projects/gtk-chtheme/ " title="Gtk+ 2.0 Change Theme">Gtk+ 2.0 Change Theme</a> added to &#34;Preferences&#34; menu.</li>
<li><a href="http://projects.l3ib.org/nitrogen/ " title="Nitrogen">Nitrogen</a> GUI desktop background/wallpaper setter installed.</li>
<li>Numerous other minor fixes and improvements.</li>
</ul>

<h3>Download</h3>

<p>The CrunchBang Linux ISO image is approximately 614MB. It can be downloaded from the following locations:</p>

<ul>
<li><a href="http://crunchbang.net/pub/linux/crunchbang-8.04.01.i386.iso" title="Get the CrunchBang Linux ISO">http://crunchbang.net/pub/linux/crunchbang-8.04.01.i386.iso</a></li>
<li><a href="http://www.dropshock.com/pub/crunchbang-linux/crunchbang-8.04.01.i386.iso" title="Get the CrunchBang Linux ISO">http://www.dropshock.com/pub/crunchbang-linux/crunchbang-8.04.01.i386.iso</a> - courtesy of <a href="http://www.dropshock.com/" title="Jason Liquorish">Jason Liquorish</a></li>
<li><a href="http://stas.nerd.ro/pub/cbl/crunchbang-8.04.01.i386.iso" title="Get the CrunchBang Linux ISO">http://stas.nerd.ro/pub/cbl/crunchbang-8.04.01.i386.iso</a> - courtesy of <a href="http://stas.nerd.ro/" title="Stas Sushkov">Stas Sushkov</a></li>
</ul>

<p>MD5: 90c83bac8ec4411fea422b439bfbcc65</p>

<h3>Screenshots</h3>

<p><a style="background:transparent;border:0;" href="http://crunchbang.org/wiki/CrunchBangLinux80401ScreenshotsGDM" title="CrunchBang Linux showing GDM login screen."><img style="background:none;border:0;outline:4px solid #babdb6;margin-right:10px;" alt="CrunchBang Linux showing GDM login screen." src="http://crunchbang.org/images/crunchbang-screens-03/crunchbang-gdm-thumb.png" /></a> <a style="background:transparent;border:0;" href="http://crunchbang.org/wiki/CrunchBangLinux80401ScreenshotsCleanDesktop" title="CrunchBang Linux showing clean desktop."><img style="background:none;border:0;outline:4px solid #babdb6;margin-right:10px;" alt="CrunchBang Linux showing clean desktop." src="http://crunchbang.org/images/crunchbang-screens-03/crunchbang-clean-desktop-thumb.png" /></a> <a style="background:transparent;border:0;" href="http://crunchbang.org/wiki/CrunchBangLinux80401ScreenshotsAgaveGcolor" title="CrunchBang Linux showing Agave and Gcolor."><img style="background:none;border:0;outline:4px solid #babdb6;margin-right:10px;" alt="CrunchBang Linux showing Agave and Gcolor." src="http://crunchbang.org/images/crunchbang-screens-03/crunchbang-agave-gcolor-thumb.png" /></a> <a style="background:transparent;border:0;" href="http://crunchbang.org/wiki/CrunchBangLinux80401ScreenshotsCheesePidgin" title="CrunchBang Linux showing Cheese webcam application and Pidgin IM client."><img style="background:none;border:0;outline:4px solid #babdb6;margin-right:10px;" alt="CrunchBang Linux showing Cheese webcam application and Pidgin IM client." src="http://crunchbang.org/images/crunchbang-screens-03/crunchbang-cheese-pidgin-thumb.png" /></a> <br />
<br />
<a style="background:transparent;border:0;" href="http://crunchbang.org/wiki/CrunchBangLinux80401ScreenshotsDeluge" title="CrunchBang Linux showing Deluge BitTorrent client."><img style="background:none;border:0;outline:4px solid #babdb6;margin-right:10px;" alt="CrunchBang Linux showing Deluge BitTorrent client." src="http://crunchbang.org/images/crunchbang-screens-03/crunchbang-deluge-thumb.png" /></a> <a style="background:transparent;border:0;" href="http://crunchbang.org/wiki/CrunchBangLinux80401ScreenshotsTwitux" title="CrunchBang Linux showing Twitux Twitter client."><img style="background:none;border:0;outline:4px solid #babdb6;margin-right:10px;" alt="CrunchBang Linux showing Twitux Twitter client." src="http://crunchbang.org/images/crunchbang-screens-03/crunchbang-twitux-thumb.png" /></a> <a style="background:transparent;border:0;" href="http://crunchbang.org/wiki/CrunchBangLinux80401ScreenshotsFirefox3" title="CrunchBang Linux showing Firefox 3 web browser."><img style="background:none;border:0;outline:4px solid #babdb6;margin-right:10px;" alt="CrunchBang Linux showing Firefox 3 web browser." src="http://crunchbang.org/images/crunchbang-screens-03/crunchbang-firefox3-thumb.png" /></a> <a style="background:transparent;border:0;" href="http://crunchbang.org/wiki/CrunchBangLinux80401ScreenshotsFirefoxYoutube" title="CrunchBang Linux showing Firefox 3 with Adobe Flash player."><img style="background:none;border:0;outline:4px solid #babdb6;margin-right:10px;" alt="CrunchBang Linux showing Firefox 3 with Adobe Flash player." src="http://crunchbang.org/images/crunchbang-screens-03/crunchbang-firefox3-youtube-thumb.png" /></a><br />
<br />
<a style="background:transparent;border:0;" href="http://crunchbang.org/wiki/CrunchBangLinux80401ScreenshotsGedit" title="CrunchBang Linux showing gedit text editor, xfce4-terminal and VLC with transparency."><img style="background:none;border:0;outline:4px solid #babdb6;margin-right:10px;" alt="CrunchBang Linux showing gedit text editor, xfce4-terminal and VLC with transparency." src="http://crunchbang.org/images/crunchbang-screens-03/crunchbang-gedit-terminal-vlc-transparency-thumb.png" /></a> <a style="background:transparent;border:0;" href="http://crunchbang.org/wiki/CrunchBangLinux80401ScreenshotsGimp" title="CrunchBang Linux showing GIMP image editor."><img style="background:none;border:0;outline:4px solid #babdb6;margin-right:10px;" alt="CrunchBang Linux showing GIMP image editor." src="http://crunchbang.org/images/crunchbang-screens-03/crunchbang-gimp-thumb.png" /></a> <a style="background:transparent;border:0;" href="http://crunchbang.org/wiki/CrunchBangLinux80401ScreenshotsInkscape" title="CrunchBang Linux showing Inkscape vector graphics editor."><img style="background:none;border:0;outline:4px solid #babdb6;margin-right:10px;" alt="CrunchBang Linux showing Inkscape vector graphics editor." src="http://crunchbang.org/images/crunchbang-screens-03/crunchbang-inkscape-thumb.png" /></a> <a style="background:transparent;border:0;" href="http://crunchbang.org/wiki/CrunchBangLinux80401ScreenshotsMirage" title="CrunchBang Linux showing Mirage image viewer and ROX-Filer."><img style="background:none;border:0;outline:4px solid #babdb6;margin-right:10px;" alt="CrunchBang Linux showing Mirage image viewer and ROX-Filer." src="http://crunchbang.org/images/crunchbang-screens-03/crunchbang-mirage-rox-thumb.png" /></a><br />
<br />
<a style="background:transparent;border:0;" href="http://crunchbang.org/wiki/CrunchBangLinux80401ScreenshotsNitrogen" title="CrunchBang Linux showing Nitrogen background changer and Gtk+ 2.0 Change Theme."><img style="background:none;border:0;outline:4px solid #babdb6;margin-right:10px;" alt="CrunchBang Linux showing Nitrogen background changer and Gtk+ 2.0 Change Theme." src="http://crunchbang.org/images/crunchbang-screens-03/crunchbang-nitrogen-gtktheme-thumb.png" /></a> <a style="background:transparent;border:0;" href="http://crunchbang.org/wiki/CrunchBangLinux80401ScreenshotsObmenuObconf" title="CrunchBang Linux showing obmenu and obconf Openbox configuration tools."><img style="background:none;border:0;outline:4px solid #babdb6;margin-right:10px;" alt="CrunchBang Linux showing obmenu and obconf Openbox configuration tools." src="http://crunchbang.org/images/crunchbang-screens-03/crunchbang-obmenu-obconf-thumb.png" /></a> <a style="background:transparent;border:0;" href="http://crunchbang.org/wiki/CrunchBangLinux80401ScreenshotsRhythmbox" title="CrunchBang Linux showing Rhythmbox music player."><img style="background:none;border:0;outline:4px solid #babdb6;margin-right:10px;" alt="CrunchBang Linux showing Rhythmbox music player." src="http://crunchbang.org/images/crunchbang-screens-03/crunchbang-rhythmbox-thumb.png" /></a> <a style="background:transparent;border:0;" href="http://crunchbang.org/wiki/CrunchBangLinux80401ScreenshotsOpenOffice" title="CrunchBang Linux showing OpenOffice.org Writer."><img style="background:none;border:0;outline:4px solid #babdb6;margin-right:10px;" alt="CrunchBang Linux showing OpenOffice.org Writer." src="http://crunchbang.org/images/crunchbang-screens-03/crunchbang-openoffice-thumb.png" /></a><br /></p>

<h3>Disclaimer</h3>

<p>CrunchBang Linux is <em>not</em> recommended for anyone needing a stable system or anyone who is not comfortable running into occasional, even frequent breakage. CrunchBang Linux could possibly make your computer go CRUNCH! BANG! Therefore CrunchBang Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law.</p>

    <p style="font-size:smaller;">Tags: <a href="http://crunchbang.org/tags/crunchbanglinux/" title="Browse all posts tagged with &#8220;crunchbanglinux&#8221;">crunchbanglinux</a>, <a href="http://crunchbang.org/tags/openbox/" title="Browse all posts tagged with &#8220;openbox&#8221;">openbox</a>, <a href="http://crunchbang.org/tags/projects/" title="Browse all posts tagged with &#8220;projects&#8221;">projects</a>, <a href="http://crunchbang.org/tags/ubuntu/" title="Browse all posts tagged with &#8220;ubuntu&#8221;">ubuntu</a></p>
    ]]></description>
</item>

<item>
    <title>CrunchBang Linux APT Repository</title>
    <link>http://crunchbang.org/archives/2008/03/08/crunchbang-linux-apt-repository/</link>
    <pubDate>Sat, 08 Mar 2008 01:37:58 GMT</pubDate>
    <dc:creator>Philip Newborough</dc:creator>
    <guid>http://crunchbang.org/archives/2008/03/08/crunchbang-linux-apt-repository/</guid>
    <description><![CDATA[
    <p>I&#39;ve set-up an <a href="http://en.wikipedia.org/wiki/Advanced_Packaging_Tool " title="Wikipedia - Advanced Packaging Tool">APT</a> repository for <a href="http://crunchbang.org/projects/linux/ " title="CrunchBang Linux">CrunchBang Linux</a>. This is something I&#39;ve been meaning to do for sometime and I&#39;m pleased that I&#39;ve finally created it; being able to offer new packages and update existing ones should make life a bit easier, not to mention more fun.</p>

<p>I&#39;m planning of using the new repository to issue updates for CrunchBang Linux, as well offering packages that are not available in the <a href="http://www.ubuntu.com/ " title="Ubuntu, Linux for human beings!">Ubuntu</a> repositories. A couple of package updates which I&#39;ve already uploaded include, Openbox 3.4.7-pre2 and obconf 2.0.3-0.</p>

<p>I&#39;ve also uploaded a few other packages which I&#39;m planning on using in the next release, see the <a href="http://www.crunchbang.org/wiki/CrunchBangLinuxRepositoryPackages " title="List of available packages in the CrunchBang Linux repository.">wiki page for a list of available packages</a>. All of the packages in the repository should be compatible with Ubuntu 7.10 &#34;Gutsy Gibbon&#34;, so if you&#39;re running with the Gibbon you&#39;re more than welcome to use it/browse the packages.</p>

<h3>Adding the repository</h3>

<p>Below are the instructions to add the CrunchBang Linux repository to your system&#39;s list of APT repositories. A shorter version of these instructions is available on the wiki, see: <a href="http://www.crunchbang.org/wiki/CrunchBangLinuxRepository " title="CrunchBang Wiki - CrunchBang Linux Repository">http://www.crunchbang.org/wiki/CrunchBangLinuxRepository</a></p>

<p><strong>1.</strong> Open a terminal and enter the following to edit your APT sources:</p>

<pre><code>gksudo gedit /etc/apt/sources.list
</code></pre>

<p><strong>2.</strong> Add the following line to the end of the file, save and exit:</p>

<pre><code>deb http://crunchbang.net/packages-7.10.xx 7.10.xx main
</code></pre>

<p><strong>3.</strong> Back in the terminal, add the GPG Key with the following command:</p>

<pre><code>wget -q http://crunchbang.net/crunchbang.key -O- | sudo apt-key add -
</code></pre>

<p><strong>4.</strong> Update APT:</p>

<pre><code>sudo apt-get update
</code></pre>

<p>Enjoy :)</p>

    <p style="font-size:smaller;">Tags: <a href="http://crunchbang.org/tags/crunchbanglinux/" title="Browse all posts tagged with &#8220;crunchbanglinux&#8221;">crunchbanglinux</a>, <a href="http://crunchbang.org/tags/projects/" title="Browse all posts tagged with &#8220;projects&#8221;">projects</a>, <a href="http://crunchbang.org/tags/ubuntu/" title="Browse all posts tagged with &#8220;ubuntu&#8221;">ubuntu</a></p>
    ]]></description>
</item>

<item>
    <title>CrunchBang Linux 7.10.02 Release Notes</title>
    <link>http://crunchbang.org/archives/2008/02/24/crunchbang-linux-7-dot-10-dot-02-release-notes/</link>
    <pubDate>Sun, 24 Feb 2008 00:20:47 GMT</pubDate>
    <dc:creator>Philip Newborough</dc:creator>
    <guid>http://crunchbang.org/archives/2008/02/24/crunchbang-linux-7-dot-10-dot-02-release-notes/</guid>
    <description><![CDATA[
    <p><strong>Update: CrunchBang Linux 8.04.01 is out now!</strong><br />
See: <a href="http://crunchbang.org/archives/2008/04/08/crunchbang-linux-8-dot-04-dot-01-release-notes/ " title="CrunchBang Linux 8.04.01 Release Notes">http://crunchbang.org/archives/2008/04/08/crunchbang-linux-8-dot-04-dot-01-release-notes/</a></p>

<hr />

<p>I&#39;ve released another version of <a href="http://crunchbang.org/projects/linux/ " title="CrunchBang Linux.">CrunchBang Linux</a>, my remastered version of <a href="http://www.ubuntu.com/ " title="Ubuntu, Linux for human beings!">Ubuntu</a> featuring the lightweight <a href="http://icculus.org/openbox/ " title="Openbox - a highly configurable, next generation window manager with extensive standards support.">Openbox</a> window manager. Version 7.10.02 is the version that was never meant to be; however, as soon as people started downloading and using the original [<em>I&#39;m still finding it hard to believe that anyone would actually do that</em>] I realised I&#39;d better try to clean up the distribution and start to attempt to fix any issues/problems.</p>

<p>One of the biggest issues with the original release was the dark GTK theme. While the dark theme worked well with all the default applications, it would render some other applications, installed via the repositories, next to useless. Therefore, the dark theme has been replaced by a new more usable/reliable light theme. I know some users [<em>including myself</em>] are quite fond of the dark theme, don&#39;t worry, it&#39;s still available and I&#39;ll post information on the forums and wiki about how to get it back.</p>

<p>Also, before I get on to the list of changes, I&#39;d like to thank all the brave pioneers who downloaded and tried CrunchBang Linux 7.10.01. I&#39;ve been overwhelmed by all the support and positive feedback on the distro, you guys rock!</p>

<h3>Changes to 7.10.02</h3>

<p>Below is a list of changes I&#39;ve made for the new version. I&#39;ve compiled the list from my TODO file and so it&#39;s fairly complete, though I did make some adjustments on-the-fly and I&#39;m sure to have missed out some stuff.</p>

<ul>
<li>New default GTK and Openbox themes</li>
<li>gnome-volume-manager used instead of ivman</li>
<li><a href="http://htop.sourceforge.net/ " title="htop - an interactive process viewer.">htop interactive process viewer</a> installed</li>
<li><a href="http://geany.uvena.de/ " title="Geany text editor.">Geany</a> text editor installed</li>
<li><a href="http://www.gnome.org/projects/brasero/ " title="Brasero CD/DVD creator.">Brasero CD/DVD creator</a> installed</li>
<li><a href="http://www.gizmoproject.com/ " title="Gizmo VoIP client for Linux.">Gizmo VoIP client</a> installed</li>
<li><a href="http://www.skype.com/ " title="Skype VoIP client for Linux.">Skype VoIP client</a> installed</li>
<li><a href="http://obmenu.sourceforge.net/ " title="obmenu - Openbox menu editor.">obmenu</a> installed</li>
<li><a href="http://www.bashterritory.com/pytube/ " title="PyTube YouTube.com downloader.">PyTube</a> installed</li>
<li>ROX-Filer MiME-type added for Flash video files</li>
<li><a href="http://www.videolan.org/vlc/ " title="VLC media player.">VLC</a> installed and set as default media player</li>
<li>slight changes to default Conky config</li>
<li>gworldclock installed</li>
<li><a href="http://xchm.sourceforge.net/ " title="xCHM HTML help file viewer">xCHM</a> HTML help file viewer installed</li>
<li><a href="http://deluge-torrent.org/ " title="Deluge BitTorrent client">Deluge BitTorrent client</a> installed</li>
<li>Twitux Twitter client installed</li>
<li><a href="http://www.gnu.org/software/screen/ " title="GNU Screen">GNU Screen</a> installed</li>
<li>gdebi installed and ROX-Filer MIME-type created for .deb files</li>
<li>all packages updated, as of 21st February 2008</li>
</ul>

<p>I&#39;ve compiled a list of installed applications, it can be found on the wiki. See: <a href="http://www.crunchbang.org/wiki/CrunchBangLinux71002ApplicationsList " title="CrunchBang Linux 7.10.02 Applications List">CrunchBang Linux 7.10.02 Applications List</a></p>

<h3>Download</h3>

<p>The CrunchBang Linux ISO image is approximately 580MB. It can be downloaded from the following locations:</p>

<ul>
<li><a href="http://crunchbang.net/pub/linux/crunchbang-7.10.02.i386.iso" title="Get the CrunchBang Linux ISO">http://crunchbang.net/pub/linux/crunchbang-7.10.02.i386.iso</a></li>
<li><a href="http://www.dropshock.com/pub/crunchbang-linux/crunchbang-7.10.02.i386.iso" title="Get the CrunchBang Linux ISO">http://www.dropshock.com/pub/crunchbang-linux/crunchbang-7.10.02.i386.iso</a> - courtesy of <a href="http://www.dropshock.com/" title="Jason Liquorish">Jason Liquorish</a></li>
<li><a href="ftp://ftp.botux.net/pub/crunchbang/crunchbang-7.10.02.i386.iso" title="Get the CrunchBang Linux ISO">ftp://ftp.botux.net/pub/crunchbang/crunchbang-7.10.02.i386.iso</a> - courtesy of <a href="http://botux.net/" title="Romain Fluttaz">Romain Fluttaz</a></li>
<li><a href="http://stas.nerd.ro/pub/cbl/crunchbang-7.10.02.i386.iso" title="Get the CrunchBang Linux ISO">http://stas.nerd.ro/pub/cbl/crunchbang-7.10.02.i386.iso</a> - courtesy of <a href="http://stas.nerd.ro/" title="Stas Sushkov">Stas Sushkov</a></li>
</ul>

<p>MD5: f59aa9ba1cca475762e115ffc95a8f8e</p>

<h3>User forums</h3>

<p>Don&#39;t forget to visit the <a href="http://crunchbang.org/forums/" title="Visit and register as a CrunchBang Linux user/tester.">forums</a>, <a href="http://crunchbang.org/forums/register.php" title="Visit and register as a CrunchBang Linux user/tester.">register</a> and join in with discussions and feedback regarding CrunchBang Linux. All feedback is really appreciated and helps to improve CrunchBang Linux. Forums are located at: <a href="http://crunchbang.org/forums/" title="Visit and register as a CrunchBang Linux user/tester.">http//crunchbang.org/forums/</a></p>

<h3>Screenshots</h3>

<p>Some screenshots of CrunchBang Linux 7.10.02 in action, <a href="http://www.crunchbang.org/wiki/CrunchBangLinux71002Screenshots " title="See more screenshots of CrunchBang Linux">more screenshots are available on the wiki</a>.</p>

<p><a style="background:transparent;border:0;" href="http://crunchbang.org/wiki/CrunchBangLinux71002ScreenshotsCheeseGizmo" title="CrunchBang Linux showing Cheese webcam application and Gizmo VoIP client."><img style="background:none;border:0;outline:4px solid #babdb6;margin-right:10px;" alt="CrunchBang Linux showing Cheese webcam application and Gizmo VoIP client." src="http://crunchbang.org/images/crunchbang-screens-02/crunchbang-cheese-gizmo-thumb.png" /></a> <a style="background:transparent;border:0;" href="http://crunchbang.org/wiki/CrunchBangLinux71002ScreenshotsDeluge" title="CrunchBang Linux showing Deluge BitTorrent client."><img style="background:none;border:0;outline:4px solid #babdb6;margin-right:10px;" alt="CrunchBang Linux showing Deluge BitTorrent client." src="http://crunchbang.org/images/crunchbang-screens-02/crunchbang-deluge-thumb.png" /></a> <a style="background:transparent;border:0;" href="http://crunchbang.org/wiki/CrunchBangLinux71002ScreenshotsEpiphany" title="CrunchBang Linux showing Epiphany web browser."><img style="background:none;border:0;outline:4px solid #babdb6;margin-right:10px;" alt="CrunchBang Linux showing Epiphany web browser." src="http://crunchbang.org/images/crunchbang-screens-02/crunchbang-epiphany-thumb.png" /></a><br />
<br />
<a style="background:transparent;border:0;" href="http://crunchbang.org/wiki/CrunchBangLinux71002ScreenshotsGimp" title="CrunchBang Linux showing GIMP image editor."><img style="background:none;border:0;outline:4px solid #babdb6;margin-right:10px;" alt="CrunchBang Linux showing GIMP image editor." src="http://crunchbang.org/images/crunchbang-screens-02/crunchbang-gimp-thumb.png" /></a> <a style="background:transparent;border:0;" href="http://crunchbang.org/wiki/CrunchBangLinux71002ScreenshotsInkscape" title="CrunchBang Linux showing Inkscape vector graphics editor."><img style="background:none;border:0;outline:4px solid #babdb6;margin-right:10px;" alt="CrunchBang Linux showing Inkscape vector graphics editor." src="http://crunchbang.org/images/crunchbang-screens-02/crunchbang-inkscape-thumb.png" /></a> <a style="background:transparent;border:0;" href="http://crunchbang.org/wiki/CrunchBangLinux71002ScreenshotsOooWriter" title="CrunchBang Linux showing OpenOffice.org Writer."><img style="background:none;border:0;outline:4px solid #babdb6;margin-right:10px;" alt="CrunchBang Linux showing OpenOffice.org Writer." src="http://crunchbang.org/images/crunchbang-screens-02/crunchbang-ooowriter-thumb.png" /></a><br />
<br />
<a style="background:transparent;border:0;" href="http://crunchbang.org/wiki/CrunchBangLinux71002ScreenshotsPidginTwitux" title="CrunchBang Linux showing Pidgin IM and Twitux Twitter client."><img style="background:none;border:0;outline:4px solid #babdb6;margin-right:10px;" alt="CrunchBang Linux showing Pidgin IM and Twitux Twitter client." src="http://crunchbang.org/images/crunchbang-screens-02/crunchbang-pidgin-twitux-thumb.png" /></a> <a style="background:transparent;border:0;" href="http://crunchbang.org/wiki/CrunchBangLinux71002ScreenshotsPytubeVlc" title="CrunchBang Linux showing PyTube YouTube.com video downloader and VLC media player."><img style="background:none;border:0;outline:4px solid #babdb6;margin-right:10px;" alt="CrunchBang Linux showing PyTube YouTube.com video downloader and VLC media player." src="http://crunchbang.org/images/crunchbang-screens-02/crunchbang-pytube-vlc-thumb.png" /></a> <a style="background:transparent;border:0;" href="http://crunchbang.org/wiki/CrunchBangLinux71002ScreenshotsRhythmbox" title="CrunchBang Linux showing Rhythmbox music player."><img style="background:none;border:0;outline:4px solid #babdb6;margin-right:10px;" alt="CrunchBang Linux showing Rhythmbox music player." src="http://crunchbang.org/images/crunchbang-screens-02/crunchbang-rhythmbox-thumb.png" /></a></p>

<h3>Disclaimer</h3>

<p>CrunchBang Linux is <em>not</em> recommended for anyone needing a stable system or anyone who is not comfortable running into occasional, even frequent breakage. CrunchBang Linux could possibly make your computer go CRUNCH! BANG! Therefore CrunchBang Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law.</p>

    <p style="font-size:smaller;">Tags: <a href="http://crunchbang.org/tags/crunchbanglinux/" title="Browse all posts tagged with &#8220;crunchbanglinux&#8221;">crunchbanglinux</a>, <a href="http://crunchbang.org/tags/projects/" title="Browse all posts tagged with &#8220;projects&#8221;">projects</a>, <a href="http://crunchbang.org/tags/ubuntu/" title="Browse all posts tagged with &#8220;ubuntu&#8221;">ubuntu</a></p>
    ]]></description>
</item>

<item>
    <title>TwitterZoid PHP Script</title>
    <link>http://crunchbang.org/archives/2008/02/20/twitterzoid-php-script/</link>
    <pubDate>Wed, 20 Feb 2008 02:16:55 GMT</pubDate>
    <dc:creator>Philip Newborough</dc:creator>
    <guid>http://crunchbang.org/archives/2008/02/20/twitterzoid-php-script/</guid>
    <description><![CDATA[
    <p>It&#39;s a rather silly name, I know; however, TwitterZoid is the chosen name of my PHP script for parsing Twitter RSS feeds. I&#39;ve been using <a href="http://twitter.com/ " title="Twitter - What are you doing?">Twitter</a> quite steadily for a couple of weeks now and I thought it might be nice to include <a href="http://crunchbang.org/what-am-i-doing/ " title="What am I doing?">my latest tweets on my blog</a>, so I wrote TwitterZoid to do just that.</p>

<p>TwitterZoid differs to other PHP based Twitter RSS parsers, <em>at least the ones I tried before I wrote it</em>, in that it will automatically link both <a href="http://help.twitter.com/index.php?pg=kb.page&amp;id=63 " title="Back @ you baby! Or: What does @username do?">lexicons</a> and URLs found within individual tweets. It also tries to mimic Twitter&#39;s timestamping, although this could be improved.</p>

<h3>TwitterZoid usage</h3>

<p>I wanted to make TwitterZoid as simple to use as possible. Therefore I decided to write the script to be used as a simple include file which can be used on any PHP page. Basically, to use TwitterZoid all you need to do is set a couple of variables, include <code>twitterzoid.php</code> and then <code>echo</code> the main <code>$TwitterZoid</code> variable where you would like your list of tweets to appear.</p>

<h4>Example set-up:</h4>

<pre><code>$twitter_username = "corenominal";
$twitter_feed = "http://twitter.com/statuses/user_timeline/99713.rss";
require_once('twitterzoid.php');
</code></pre>

<h4>Call on the main TwitterZoid variable to produce the list of tweets:</h4>

<pre><code>echo $TwitterZoid;
</code></pre>

<p>Don&#39;t worry if this reads like gibberish, I&#39;ve included an example page within the download.</p>

<h3>TwitterZoid examples</h3>

<p>There are currently two demonstrations of TwitterZoid in action, see:</p>

<p>My official &#34;What am I doing?&#34; Twitter page:<br />
<a href="http://crunchbang.org/what-am-i-doing/ " title="What am I doing?">http://crunchbang.org/what-am-i-doing/</a></p>

<p>A more stylised version of &#34;What am I doing?&#34;, included within the download:<br />
<a href="http://crunchbang.org/projects/twitterzoid/demo/ " title="What am I doing? - demo version included with download.">http://crunchbang.org/projects/twitterzoid/demo/</a></p>

<h3>Download TwitterZoid</h3>

<p><strong>Location:</strong> <a href="http://crunchbang.org/projects/twitterzoid/twitterzoid-0.1.tar.gz " title="Download TwitterZoid">http://crunchbang.org/projects/twitterzoid/twitterzoid-0.1.tar.gz</a><br />
<strong>MD5:</strong> 99dace9f9872cf1ebf93588bb2d36458</p>

<h3>TwitterZoid license</h3>

<p>This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.</p>

<p>This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.</p>

<p><a href="http://www.gnu.org/licenses/ " title="GNU General Public License">http://www.gnu.org/licenses/</a></p>

    <p style="font-size:smaller;">Tags: <a href="http://crunchbang.org/tags/code/" title="Browse all posts tagged with &#8220;code&#8221;">code</a>, <a href="http://crunchbang.org/tags/php/" title="Browse all posts tagged with &#8220;php&#8221;">php</a>, <a href="http://crunchbang.org/tags/projects/" title="Browse all posts tagged with &#8220;projects&#8221;">projects</a>, <a href="http://crunchbang.org/tags/scripts/" title="Browse all posts tagged with &#8220;scripts&#8221;">scripts</a>, <a href="http://crunchbang.org/tags/twitter/" title="Browse all posts tagged with &#8220;twitter&#8221;">twitter</a>, <a href="http://crunchbang.org/tags/webdesign/" title="Browse all posts tagged with &#8220;webdesign&#8221;">webdesign</a></p>
    ]]></description>
</item>

<item>
    <title>Random Ubuntu Advocacy - Serbian Version</title>
    <link>http://crunchbang.org/archives/2008/02/03/random-ubuntu-advocacy-serbian-version/</link>
    <pubDate>Sun, 03 Feb 2008 11:31:42 GMT</pubDate>
    <dc:creator>Philip Newborough</dc:creator>
    <guid>http://crunchbang.org/archives/2008/02/03/random-ubuntu-advocacy-serbian-version/</guid>
    <description><![CDATA[
    <p>A Serbian translation of the <a href="http://crunchbang.org/archives/2008/01/25/random-ubuntu-advocacy/ " title="Random Ubuntu Advocacy">random Ubuntu advocacy images</a> is now available. The translation comes courtesy of Milos Jakovljevic and the <a href="http://www.ubuntu-rs.org/ " title="Serbian Ubuntu LoCo team.">Serbian Ubuntu LoCo team</a>. Thank you Milos.</p>

<p><img src="http://crunchbang.org/uploads/020308062159-199_164_ubuntu_and_fspot.png" alt="F-Spot and Ubuntu advocacy image translated into Serbian." /> <img src="http://crunchbang.org/uploads/020308062353-199_164_ubuntu_and_pidgin.png" alt="Pidgin and Ubuntu advocacy image translated into Serbian." /> <img src="http://crunchbang.org/uploads/020308062555-199_164_ubuntu_and_tracker.png" alt="Tracker and Ubuntu advocacy image translated into Serbian." /></p>

<p>The complete Serbian set can be viewed on this <a href="http://crunchbang.org/misc/random_ubuntu_advocacy_demo_rs/ " title="Witness all the Serbian images in this random rotation demo.">demo page</a>. The code to display the images is below, simply copy &amp; paste into your HTML/blog template where you would like the random image placement to occur:</p>

<pre><code>&lt;script type="text/javascript" src="http://crunchbang.net/advocacy/rs/ubuntu_199_164.js"&gt;
&lt;/script&gt;
&lt;noscript&gt;
&lt;a href="http://ubuntu.com/getubuntu" title="Get Ubuntu!"&gt;
&lt;img src="http://crunchbang.net/advocacy/rs/199_164_ubuntu.png" alt="Get Ubuntu."&gt;&lt;/a&gt;
&lt;/noscript&gt;
</code></pre>

    <p style="font-size:smaller;">Tags: <a href="http://crunchbang.org/tags/advocacy/" title="Browse all posts tagged with &#8220;advocacy&#8221;">advocacy</a>, <a href="http://crunchbang.org/tags/artwork/" title="Browse all posts tagged with &#8220;artwork&#8221;">artwork</a>, <a href="http://crunchbang.org/tags/images/" title="Browse all posts tagged with &#8220;images&#8221;">images</a>, <a href="http://crunchbang.org/tags/projects/" title="Browse all posts tagged with &#8220;projects&#8221;">projects</a>, <a href="http://crunchbang.org/tags/ubuntu/" title="Browse all posts tagged with &#8220;ubuntu&#8221;">ubuntu</a></p>
    ]]></description>
</item>

<item>
    <title>CrunchBang IRC Channel</title>
    <link>http://crunchbang.org/archives/2008/02/03/crunchbang-irc-channel/</link>
    <pubDate>Sun, 03 Feb 2008 10:36:54 GMT</pubDate>
    <dc:creator>Philip Newborough</dc:creator>
    <guid>http://crunchbang.org/archives/2008/02/03/crunchbang-irc-channel/</guid>
    <description><![CDATA[
    <p><a href="http://crunchbang.org/projects/linux/ " title="CrunchBang Linux">CrunchBang Linux</a> now has its own <a href="http://en.wikipedia.org/wiki/IRC " title="IRC - Wikipedia">IRC channel</a> on <a href="http://www.freenode.net/ " title="freenode">freenode</a>. Thanks to Space Aviator for setting this up and mailing me with the details. You can connect to the CrunchBang IRC channel using an IRC client such as <a href="http://www.xchat.org/ " title="XChat">XChat</a>, point your client to the freenode network (irc.freenode.net:6667) and join the #crunchbang channel.</p>

<p>I use IRC most evenings and I&#39;ll add #crunchbang to my channel list. I&#39;ll try to log in whenever I can. Please say &#34;hi&#34; if you see me about, I&#39;m always up for a chat with fellow Linux users. My nick is corenominal.</p>

    <p style="font-size:smaller;">Tags: <a href="http://crunchbang.org/tags/crunchbanglinux/" title="Browse all posts tagged with &#8220;crunchbanglinux&#8221;">crunchbanglinux</a>, <a href="http://crunchbang.org/tags/projects/" title="Browse all posts tagged with &#8220;projects&#8221;">projects</a>, <a href="http://crunchbang.org/tags/ubuntu/" title="Browse all posts tagged with &#8220;ubuntu&#8221;">ubuntu</a></p>
    ]]></description>
</item>

<item>
    <title>Random Ubuntu Advocacy - Russian Version</title>
    <link>http://crunchbang.org/archives/2008/02/02/random-ubuntu-advocacy-russian-version/</link>
    <pubDate>Sat, 02 Feb 2008 08:44:45 GMT</pubDate>
    <dc:creator>Philip Newborough</dc:creator>
    <guid>http://crunchbang.org/archives/2008/02/02/random-ubuntu-advocacy-russian-version/</guid>
    <description><![CDATA[
    <p>The <a href="http://crunchbang.org/archives/2008/01/25/random-ubuntu-advocacy/ " title="Random Ubuntu Advocacy">Ubuntu advocacy images</a> are now available in 12 different languages. <a href="http://ubuntero.blogspot.com/ " title="Alexander Telenga">Alexander Telenga</a> has done a fantastic job converting the images into Russian. These new Russian images are some of my favourites to date, I love the Russian character set. Thank you Alexander :)</p>

<p><img src="http://crunchbang.org/uploads/020208033732-199_164_ubuntu_and_gimp.png" alt="GIMP and Ubuntu advocacy image translated into Russian." /> <img src="http://crunchbang.org/uploads/020208033806-199_164_ubuntu_and_firefox.png" alt="Firefox and Ubuntu advocacy image translated into Russian." /> <img src="http://crunchbang.org/uploads/020208033834-199_164_ubuntu_and_tracker.png" alt="Tracker and Ubuntu advocacy image translated into Russian." /></p>

<p>The complete Russian set can be viewed on this <a href="http://crunchbang.org/misc/random_ubuntu_advocacy_demo_ru/ " title="Witness all the Russian images in this random rotation demo.">demo page</a>. The code to display the images is below, simply copy &amp; paste into your HTML/blog template where you would like the random image placement to occur:</p>

<pre><code>&lt;script type="text/javascript" src="http://crunchbang.net/advocacy/ru/ubuntu_199_164.js"&gt;
&lt;/script&gt;
&lt;noscript&gt;
&lt;a href="http://ubuntu.ru/get" title="Get Ubuntu!"&gt;
&lt;img src="http://crunchbang.net/advocacy/ru/199_164_ubuntu.png" alt="Get Ubuntu."&gt;&lt;/a&gt;
&lt;/noscript&gt;
</code></pre>

    <p style="font-size:smaller;">Tags: <a href="http://crunchbang.org/tags/advocacy/" title="Browse all posts tagged with &#8220;advocacy&#8221;">advocacy</a>, <a href="http://crunchbang.org/tags/artwork/" title="Browse all posts tagged with &#8220;artwork&#8221;">artwork</a>, <a href="http://crunchbang.org/tags/images/" title="Browse all posts tagged with &#8220;images&#8221;">images</a>, <a href="http://crunchbang.org/tags/projects/" title="Browse all posts tagged with &#8220;projects&#8221;">projects</a>, <a href="http://crunchbang.org/tags/ubuntu/" title="Browse all posts tagged with &#8220;ubuntu&#8221;">ubuntu</a></p>
    ]]></description>
</item>

<item>
    <title>Random Ubuntu Advocacy - Elvish Version</title>
    <link>http://crunchbang.org/archives/2008/02/01/random-ubuntu-advocacy-elvish-version/</link>
    <pubDate>Fri, 01 Feb 2008 05:08:51 GMT</pubDate>
    <dc:creator>Philip Newborough</dc:creator>
    <guid>http://crunchbang.org/archives/2008/02/01/random-ubuntu-advocacy-elvish-version/</guid>
    <description><![CDATA[
    <p>So, <a href="http://blog.zrmt.com/ " title="Andy Loughran">Andy Loughran</a>, AKA <a href="http://www.chriswetherell.com/elf/ " title="What is your Elvish name?">Eärendur of Dorthonion</a>, has been busy translating <a href="http://crunchbang.org/archives/2008/01/25/random-ubuntu-advocacy/ " title="Random Ubuntu Advocacy">these images</a> into <a href="http://en.wikipedia.org/wiki/Elvish_languages " title="Wikipedia - Elvish Languages">Elvish</a>. Not wanting to upset our pointy eared friends, or the <a href="http://www.elvish.org/ " title="Seriously?">Elvish Linguistic Fellowship</a> [<em>I hear the E.L.F are BIG on Ubuntu!</em>], I&#39;ve uploaded Andy&#39;s translations and made them available from my file server. Thank you Andy, I think!?</p>

<p><img src="http://crunchbang.org/uploads/013108234324-199_164_ubuntu_and_gimp.png" alt="GIMP and Ubuntu image translated into Elvish." /> <img src="http://crunchbang.org/uploads/013108234401-199_164_ubuntu_and_rhythmbox.png" alt="Rhythmbox and Ubuntu image translated into Elvish." /> <img src="http://crunchbang.org/uploads/013108234451-199_164_ubuntu_and_pidgin.png" alt="Pidgin and Ubuntu image translated into Elvish." /></p>

<p>The complete Elvish set can be viewed on this <a href="http://crunchbang.org/misc/random_ubuntu_advocacy_demo_ev/ " title="Witness all the Elvish images in this random rotation demo.">demo page</a>. You can help spread the word of Ubuntu to the oldest of all common races by copying and pasting the code below into your HTML/blog template:</p>

<pre><code>&lt;script type="text/javascript" src="http://crunchbang.net/advocacy/ev/ubuntu_199_164.js"&gt;
&lt;/script&gt;
&lt;noscript&gt;
&lt;a href="http://ubuntu.com/getubuntu" title="Kaer Ubuntu!"&gt;
&lt;img src="http://crunchbang.net/advocacy/ev/199_164_ubuntu.png" alt="Kaer Ubuntu."&gt;&lt;/a&gt;
&lt;/noscript&gt;
</code></pre>

<p>Can of worms anyone?</p>

    <p style="font-size:smaller;">Tags: <a href="http://crunchbang.org/tags/advocacy/" title="Browse all posts tagged with &#8220;advocacy&#8221;">advocacy</a>, <a href="http://crunchbang.org/tags/artwork/" title="Browse all posts tagged with &#8220;artwork&#8221;">artwork</a>, <a href="http://crunchbang.org/tags/fun/" title="Browse all posts tagged with &#8220;fun&#8221;">fun</a>, <a href="http://crunchbang.org/tags/images/" title="Browse all posts tagged with &#8220;images&#8221;">images</a>, <a href="http://crunchbang.org/tags/projects/" title="Browse all posts tagged with &#8220;projects&#8221;">projects</a>, <a href="http://crunchbang.org/tags/ubuntu/" title="Browse all posts tagged with &#8220;ubuntu&#8221;">ubuntu</a></p>
    ]]></description>
</item>

<item>
    <title>Random Ubuntu Advocacy - Turkish Version</title>
    <link>http://crunchbang.org/archives/2008/02/01/random-ubuntu-advocacy-turkish-version/</link>
    <pubDate>Fri, 01 Feb 2008 01:00:11 GMT</pubDate>
    <dc:creator>Philip Newborough</dc:creator>
    <guid>http://crunchbang.org/archives/2008/02/01/random-ubuntu-advocacy-turkish-version/</guid>
    <description><![CDATA[
    <p>Another translation of the <a href="http://crunchbang.org/archives/2008/01/25/random-ubuntu-advocacy/ " title="Random Ubuntu Advocacy">Random Ubuntu Advocacy images</a>. <a href="http://www.pittle.org/ " title="Ali Servet Dönmez">Ali Servet Dönmez</a> has done a fantastic job translating the images into Turkish. This translation takes the language count into double figures, at this rate we&#39;re going to break the record for the most translated web advert!?</p>

<p><img src="http://crunchbang.org/uploads/013108195237-199_164_ubuntu_and_rhythmbox.png" alt="Rhythmbox and Ubuntu image translated into Turkish." /> <img src="http://crunchbang.org/uploads/013108195522-199_164_ubuntu_and_firefox.png" alt="Firefox and Ubuntu image translated into Turkish." /> <img src="http://crunchbang.org/uploads/013108195416-199_164_ubuntu_and_tracker.png" alt="Tracker and Ubuntu image translated into Turkish." /></p>

<p>The full turkish set can be seen on this <a href="http://crunchbang.org/misc/random_ubuntu_advocacy_demo_tr/ " title="See the full Turkish image set on this demo page.">random rotation demo</a>. As with all the translations I&#39;ve made the images available from my file server, simply copy &amp; paste the code below into your HTML/blog template where you would like the random image placement to occur:</p>

<pre><code>&lt;script type="text/javascript" src="http://crunchbang.net/advocacy/tr/ubuntu_199_164.js"&gt;
&lt;/script&gt;
&lt;noscript&gt;
&lt;a href="http://ubuntu.com/getubuntu" title="Get Ubuntu!"&gt;
&lt;img src="http://crunchbang.net/advocacy/tr/199_164_ubuntu.png" alt="Get Ubuntu."&gt;&lt;/a&gt;
&lt;/noscript&gt;
</code></pre>

    <p style="font-size:smaller;">Tags: <a href="http://crunchbang.org/tags/advocacy/" title="Browse all posts tagged with &#8220;advocacy&#8221;">advocacy</a>, <a href="http://crunchbang.org/tags/artwork/" title="Browse all posts tagged with &#8220;artwork&#8221;">artwork</a>, <a href="http://crunchbang.org/tags/images/" title="Browse all posts tagged with &#8220;images&#8221;">images</a>, <a href="http://crunchbang.org/tags/projects/" title="Browse all posts tagged with &#8220;projects&#8221;">projects</a>, <a href="http://crunchbang.org/tags/ubuntu/" title="Browse all posts tagged with &#8220;ubuntu&#8221;">ubuntu</a></p>
    ]]></description>
</item>

<item>
    <title>&quot;CrunchBang - A faster Ubuntu!&quot;</title>
    <link>http://crunchbang.org/archives/2008/01/31/crunchbang-a-faster-ubuntu/</link>
    <pubDate>Thu, 31 Jan 2008 04:03:06 GMT</pubDate>
    <dc:creator>Philip Newborough</dc:creator>
    <guid>http://crunchbang.org/archives/2008/01/31/crunchbang-a-faster-ubuntu/</guid>
    <description><![CDATA[
    <p>Marius Nestor of <a href="http://www.softpedia.com/ " title="Softpedia">Softpedia</a> has written a review of <a href="http://crunchbang.org/projects/linux/ " title="CrunchBang Linux">CrunchBang Linux</a>. I was pleasantly surprised when I read it, it&#39;s actually quite positive. Quote:</p>

<blockquote>
  <p>We took CrunchBang for a little test drive on one of our systems here at Softpedia, and we found it quite interesting and very fast. It includes the following applications:</p>
  
  <ul>
  <li>Epiphany web browser</li>
  <li>Firefox web browser</li>
  <li>Thunderbird e-mail/news client</li>
  <li>Liferea RSS reader</li>
  <li>gFTP FTP client</li>
  <li>XChat IRC client</li>
  <li>Pidgin instant messenger</li>
  <li>GIMP image editor</li>
  <li>Inkscape SVG editor similar to Illustrator, CorelDraw or Visio</li>
  <li>Eye of Gnome image viewer</li>
  <li>Agave palette designer</li>
  <li>Specimen font previewer</li>
  <li>Xsane image scanner</li>
  <li>OpenOffice.org office suite</li>
  <li>Totem movie player</li>
  <li>Rhythmbox music player</li>
  <li>Audacity audio editor</li>
  <li>PiTiVi video editor</li>
  <li>Kino video editor</li>
  <li>AcidRip DVD extractor</li>
  <li>Cheese webcam application</li>
  <li>Sound Juicer CD extractor</li>
  <li>Serpentine audio-cd extractor</li>
  <li>GnomeBaker CD/DVD writer</li>
  <li>ROX-Filer file manager</li>
  <li>Thunar file manager</li>
  <li>Xarchiver archive manager</li>
  </ul>
  
  <p>It also includes a few text editors, a lot of system administration tools and other useful scripts. We&#39;ve noticed that CrunchBang doesn&#39;t have a fancy boot splash, not even a cool boot screen like Ubuntu has, but it boots so fast that I think you don&#39;t even have time to see the boot splash.</p>
  
  <p>In conclusion, our tests revealed that a torrent application is missing and we do believe that Brasero is much better that GnomeBaker when you want to write CDs or DVDs. CrunchBang is a fast and good looking Ubuntu remaster. It includes a lot of useful tools, scripts and applications. Give it a try!</p>
</blockquote>

<p>The review also features a whole bunch of screenshots. The full review can be read at:<br />
<a href="http://news.softpedia.com/news/First-look-CrunchBang-A-faster-Ubuntu-77535.shtml " title="First look: CrunchBang - A faster Ubuntu! - Fast and furious Ubuntu for geeks!">http://news.softpedia.com/news/First-look-CrunchBang-A-faster-Ubuntu-77535.shtml</a></p>

<p>Also, I&#39;ve received a number of emails and <a href="http://crunchbang.org/archives/2008/01/22/crunchbang-linux-7-dot-10-dot-01-release-notes/#usercomments " title="Comments regarding CrunchBang Linux.">comments</a> regarding the initial release, most of which have also been positive. I&#39;m still not convinced the distribution is fit for general consumption; however, it&#39;s nice to know that some people are enjoying it.</p>

<p>Regarding the actual feedback, something that has been mentioned on more than one occasion is the use of the modified <a href="http://art.gnome.org/themes/gtk2/1285 " title="art.gnome - Darkilouche theme">Darkilouche theme</a>. It&#39;s a trivial thing really and only cosmetic, however it does seem to cause a few issues with some applications; <a href="http://www.videolan.org/vlc/ " title="VLC - the cross-platform media player and streaming server.">VLC</a> for example, which is not installed by default, has issues with the playlist window, text is light on light. If I do make another release, I&#39;m undecided on the matter, I&#39;ll more than likely change the current theme to something less problematic.</p>

    <p style="font-size:smaller;">Tags: <a href="http://crunchbang.org/tags/crunchbanglinux/" title="Browse all posts tagged with &#8220;crunchbanglinux&#8221;">crunchbanglinux</a>, <a href="http://crunchbang.org/tags/projects/" title="Browse all posts tagged with &#8220;projects&#8221;">projects</a>, <a href="http://crunchbang.org/tags/ubuntu/" title="Browse all posts tagged with &#8220;ubuntu&#8221;">ubuntu</a></p>
    ]]></description>
</item>

<item>
    <title>Random Ubuntu Advocacy - French Version</title>
    <link>http://crunchbang.org/archives/2008/01/31/random-ubuntu-advocacy-french-version/</link>
    <pubDate>Thu, 31 Jan 2008 01:50:53 GMT</pubDate>
    <dc:creator>Philip Newborough</dc:creator>
    <guid>http://crunchbang.org/archives/2008/01/31/random-ubuntu-advocacy-french-version/</guid>
    <description><![CDATA[
    <p><a href="http://news.bbc.co.uk/cbbcnews/hi/uk/newsid_3876000/3876685.stm " title="Va-va-voom! Apparently it is a real word.">Va-va-voom!</a> Yet more of <a href="http://crunchbang.org/archives/2008/01/25/random-ubuntu-advocacy/ " title="Random Ubuntu Advocacy">these Ubuntu images</a>, thanks to <a href="http://www.notmyidea.org/ " title="This time it was his idea!">Alexis Metaireau</a> the images have now been <a href="http://www.notmyidea.org/images-ubuntu-aleatoires/ " title="Random Ubuntu Advocacy images translated into French">translated into French</a>. Merci beaucoup Alexis.</p>

<p>The full French set can be witnessed in this <a href="http://crunchbang.org/misc/random_ubuntu_advocacy_demo_fr/ " title="Demonstration of French Ubuntu advocacy images.">random demonstration</a>. The code to display the images is below, simply copy &amp; paste into your HTML/blog template where you would like the random image placement to occur:</p>

<pre><code>&lt;script type="text/javascript" src="http://crunchbang.net/advocacy/fr/ubuntu_199_164.js"&gt;
&lt;/script&gt;
&lt;noscript&gt;
&lt;a href="http://ubuntu.com/getubuntu" title="Installez Ubuntu!"&gt;
&lt;img src="http://crunchbang.net/advocacy/fr/199_164_ubuntu.png" alt="Installez Ubuntu."&gt;&lt;/a&gt;
&lt;/noscript&gt;
</code></pre>

    <p style="font-size:smaller;">Tags: <a href="http://crunchbang.org/tags/advocacy/" title="Browse all posts tagged with &#8220;advocacy&#8221;">advocacy</a>, <a href="http://crunchbang.org/tags/artwork/" title="Browse all posts tagged with &#8220;artwork&#8221;">artwork</a>, <a href="http://crunchbang.org/tags/images/" title="Browse all posts tagged with &#8220;images&#8221;">images</a>, <a href="http://crunchbang.org/tags/projects/" title="Browse all posts tagged with &#8220;projects&#8221;">projects</a>, <a href="http://crunchbang.org/tags/ubuntu/" title="Browse all posts tagged with &#8220;ubuntu&#8221;">ubuntu</a></p>
    ]]></description>
</item>

<item>
    <title>Random Ubuntu Advocacy - Polish Version</title>
    <link>http://crunchbang.org/archives/2008/01/30/random-ubuntu-advocacy-polish-version/</link>
    <pubDate>Wed, 30 Jan 2008 17:33:33 GMT</pubDate>
    <dc:creator>Philip Newborough</dc:creator>
    <guid>http://crunchbang.org/archives/2008/01/30/random-ubuntu-advocacy-polish-version/</guid>
    <description><![CDATA[
    <p>More <a href="http://crunchbang.org/archives/2008/01/25/random-ubuntu-advocacy/ " title="Random Ubuntu Advocacy">random Ubuntu advocacy images</a>, this time translated into Polish. <a href="http://meanmachine.wordpress.com/ " title="MeanMachine">MeanMachine</a> was kind enough to perform the translation, thank you MeanMachine :)</p>

<p>The full image set can be seen on this <a href="http://crunchbang.org/misc/random_ubuntu_advocacy_demo_pl/ " title="Witness the Polish images in all their glorious randomness on this demo page.">demo page</a>. As with all the translations, I&#39;ve made the images available from my file server. The code for the images is below, simply copy &amp; paste the code into your HTML/blog template where you would like the random image placement to occur:</p>

<pre><code>&lt;script type="text/javascript" src="http://crunchbang.net/advocacy/pl/ubuntu_199_164.js"&gt;
&lt;/script&gt;
&lt;noscript&gt;
&lt;a href="http://ubuntu.com/getubuntu" title="Rata Ubuntu!"&gt;
&lt;img src="http://crunchbang.net/advocacy/pl/199_164_ubuntu.png" alt="Rata Ubuntu."&gt;&lt;/a&gt;
&lt;/noscript&gt;
</code></pre>

<p>Also, believe it or not there are more translations on the way, I&#39;m working my way through them and hope to post an update for each as I do. French and Serbian translations coming soon.</p>

    <p style="font-size:smaller;">Tags: <a href="http://crunchbang.org/tags/advocacy/" title="Browse all posts tagged with &#8220;advocacy&#8221;">advocacy</a>, <a href="http://crunchbang.org/tags/artwork/" title="Browse all posts tagged with &#8220;artwork&#8221;">artwork</a>, <a href="http://crunchbang.org/tags/images/" title="Browse all posts tagged with &#8220;images&#8221;">images</a>, <a href="http://crunchbang.org/tags/projects/" title="Browse all posts tagged with &#8220;projects&#8221;">projects</a>, <a href="http://crunchbang.org/tags/ubuntu/" title="Browse all posts tagged with &#8220;ubuntu&#8221;">ubuntu</a></p>
    ]]></description>
</item>

<item>
    <title>Random Ubuntu Advocacy - Romanian Version</title>
    <link>http://crunchbang.org/archives/2008/01/29/random-ubuntu-advocacy-romanian-version/</link>
    <pubDate>Tue, 29 Jan 2008 12:41:24 GMT</pubDate>
    <dc:creator>Philip Newborough</dc:creator>
    <guid>http://crunchbang.org/archives/2008/01/29/random-ubuntu-advocacy-romanian-version/</guid>
    <description><![CDATA[
    <p><a href="http://crunchbang.org/archives/2008/01/25/random-ubuntu-advocacy/ " title="Random Ubuntu Advocacy">These images</a> keep on rolling. Thanks to <a href="http://m.tg-jiu.ro " title="Tache Ionut Madalin">Tache Ionut Madalin</a> they&#39;re now available in Romanian. That takes the language count to 7. w00t!</p>

<p><img src="http://crunchbang.org/uploads/012908072037-199_164_ubuntu_and_ooo.png" alt="OpenOffice.org and Ubuntu advocacy image in Romanian language." /> <img src="http://crunchbang.org/uploads/012908072237-199_164_ubuntu_and_gimp.png" alt="GIMP and Ubuntu advocacy image in Romanian language." /> <img src="http://crunchbang.org/uploads/012908072851-199_164_ubuntu_and_pidgin.png" alt="Pidgin and Ubuntu advocacy image in Romanian language." /></p>

<p>The complete Romanian set can be viewed in this <a href="http://crunchbang.org/misc/random_ubuntu_advocacy_demo_ro/ " title="See the Romanian images in rotation.">random rotation demo</a>. As with all the translations I&#39;ve made the Romanian images available from my file server. Copy &amp; paste the code below into your HTML/blog template where you&#39;d like the random image place to occur:</p>

<pre><code>&lt;script type="text/javascript" src="http://crunchbang.net/advocacy/ro/ubuntu_199_164.js"&gt;
&lt;/script&gt;
&lt;noscript&gt;
&lt;a href="http://ubuntu.com/getubuntu" title="Ia-ti Ubuntu!"&gt;
&lt;img src="http://crunchbang.net/advocacy/ro/199_164_ubuntu.png" alt="Ia-ti Ubuntu."&gt;&lt;/a&gt;
&lt;/noscript&gt;
</code></pre>

    <p style="font-size:smaller;">Tags: <a href="http://crunchbang.org/tags/advocacy/" title="Browse all posts tagged with &#8220;advocacy&#8221;">advocacy</a>, <a href="http://crunchbang.org/tags/artwork/" title="Browse all posts tagged with &#8220;artwork&#8221;">artwork</a>, <a href="http://crunchbang.org/tags/images/" title="Browse all posts tagged with &#8220;images&#8221;">images</a>, <a href="http://crunchbang.org/tags/projects/" title="Browse all posts tagged with &#8220;projects&#8221;">projects</a>, <a href="http://crunchbang.org/tags/ubuntu/" title="Browse all posts tagged with &#8220;ubuntu&#8221;">ubuntu</a></p>
    ]]></description>
</item>

<item>
    <title>PHP Function: Word Filter</title>
    <link>http://crunchbang.org/archives/2008/01/29/php-function-word-filter/</link>
    <pubDate>Tue, 29 Jan 2008 10:39:54 GMT</pubDate>
    <dc:creator>Philip Newborough</dc:creator>
    <guid>http://crunchbang.org/archives/2008/01/29/php-function-word-filter/</guid>
    <description><![CDATA[
    <p>So, last night I was mainly experimenting with <a href="http://crunchbang.org/projects/whird/ " title="Whird">Whird</a>, more specifically I was trying to build an internal search feature. This is something I&#39;ve been putting off for long enough, and I&#39;d really like to get it coded up. I didn&#39;t finish it last night, but at least I&#39;ve made a start.</p>

<p>Anyhow, during my experimentation I wrote this little PHP function for filtering words out of a string. Basically the function takes 2 strings as arguments before filtering words out of the first string based on words found in the second. I&#39;ve posted it below for future reference:</p>

<pre><code>function word_filter($string1,$string2){
    $string1 = trim($string1);
    $string1 = preg_replace('/s+/', ' ', $string1);
    $string1 = explode(" ",$string1);
    $wordcount = count($string1);
    $i = 0;
    while ($i &lt; $wordcount) {
        $string = $string1[$i];
        if (strstr(strtolower($string2),strtolower($string))) {
            $string1[$i] = "";
        }
    $i++;
    }
$string1 = implode(" ",$string1);        
return($string1);
}
</code></pre>

<h3>Example usage</h3>

<p>This is probably not the best example, but this:</p>

<pre><code>$poem = &lt;&lt;&lt;EOD
&lt;p&gt;&lt;em&gt;GIVE me women, wine, and snuff &lt;br /&gt;
Untill I cry out "hold, enough!" &lt;br /&gt;
You may do so sans objection &lt;br /&gt;
Till the day of resurrection: &lt;br /&gt;
For, bless my beard, they aye shall be &lt;br /&gt;
My beloved Trinity.&lt;/em&gt;&lt;/p&gt;
EOD;

$common_words = 'and be but do for is it may me my not of the they there so was you';

echo word_filter($poem,$common_words);
</code></pre>

<p>Would output something like this:</p>

<p><em>GIVE  women, wine,  snuff <br /> Untill  cry out &#34;hold, enough!&#34; <br />     sans objection <br /> Till  day resurrection: <br /> For, bless  beard,  aye shall  <br />  beloved Trinity.</em></p>

<p><a href="http://en.wikipedia.org/wiki/John_Keats " title="Wikipedia - John Keats">John Keats</a> would be proud, not! Please feel free to optimise, or let me know if a one line equivalent already exists :)</p>

    <p style="font-size:smaller;">Tags: <a href="http://crunchbang.org/tags/code/" title="Browse all posts tagged with &#8220;code&#8221;">code</a>, <a href="http://crunchbang.org/tags/php/" title="Browse all posts tagged with &#8220;php&#8221;">php</a>, <a href="http://crunchbang.org/tags/projects/" title="Browse all posts tagged with &#8220;projects&#8221;">projects</a>, <a href="http://crunchbang.org/tags/whird/" title="Browse all posts tagged with &#8220;whird&#8221;">whird</a></p>
    ]]></description>
</item>

<item>
    <title>Random Ubuntu Advocacy - Japanese Version</title>
    <link>http://crunchbang.org/archives/2008/01/28/random-ubuntu-advocacy-japanese-version/</link>
    <pubDate>Mon, 28 Jan 2008 16:56:40 GMT</pubDate>
    <dc:creator>Philip Newborough</dc:creator>
    <guid>http://crunchbang.org/archives/2008/01/28/random-ubuntu-advocacy-japanese-version/</guid>
    <description><![CDATA[
    <p>The <a href="http://crunchbang.org/archives/2008/01/25/random-ubuntu-advocacy/ " title="Random Ubuntu Advocacy">Ubuntu advocacy images</a> are now available in 6 different languages. <a href="http://gtd.studiomohawk.com/ " title="Yuya Saito">Yuya Saito</a> has done a great job converting the images into <a href="http://gtd.studiomohawk.com/archives/211 " title="Random Ubuntu Advocacy images translated into Japanese.">Japanese</a>. How cool do these look? Thank you Yuya :)</p>

<p><img src="http://crunchbang.org/uploads/012808111750-199_164_ubuntu_and_pidgin.png" alt="Ubuntu and Pidgin image translated into Japanese." /> <img src="http://crunchbang.org/uploads/012808114520-199_164_ubuntu_and_rhythmbox.png" alt="Ubuntu and Rhythmbox image translated into Japanese." /> <img src="http://crunchbang.org/uploads/012808114849-199_164_ubuntu_and_gimp.png" alt="Ubuntu and GIMP image translated into Japanese." /></p>

<p>You can witness the entire Japanese set in all their glorious randomness on this <a href="http://crunchbang.org/misc/random_ubuntu_advocacy_demo_jp/ " title="Random Ubuntu Advocacy - Japanese Demo">demo page</a>.</p>

<p>As with the other translations, I&#39;ve mirrored Yuya&#39;s images on my file server, simply copy &amp; paste the following code into your HTML/blog template where you would like the magic random image placement to occur:</p>

<pre><code>&lt;script type="text/javascript" src="http://crunchbang.net/advocacy/jp/ubuntu_199_164.js"&gt;
&lt;/script&gt;
&lt;noscript&gt;
&lt;a href="http://ubuntu.com/getubuntu" title="Get Ubuntu!"&gt;
&lt;img src="http://crunchbang.net/advocacy/jp/199_164_ubuntu.png" alt="Get Ubuntu."&gt;&lt;/a&gt;
&lt;/noscript&gt;
</code></pre>

<p>Also, I&#39;d just like to say a BIG thank you to everybody who is helping out by translating the images and spreading the word &#8212; the translations and links are appreciated not only by me, but also by the webmasters and blog authors who are using the images and spreading the Ubuntu love. So, THANK YOU :)</p>

    <p style="font-size:smaller;">Tags: <a href="http://crunchbang.org/tags/advocacy/" title="Browse all posts tagged with &#8220;advocacy&#8221;">advocacy</a>, <a href="http://crunchbang.org/tags/artwork/" title="Browse all posts tagged with &#8220;artwork&#8221;">artwork</a>, <a href="http://crunchbang.org/tags/images/" title="Browse all posts tagged with &#8220;images&#8221;">images</a>, <a href="http://crunchbang.org/tags/projects/" title="Browse all posts tagged with &#8220;projects&#8221;">projects</a>, <a href="http://crunchbang.org/tags/ubuntu/" title="Browse all posts tagged with &#8220;ubuntu&#8221;">ubuntu</a></p>
    ]]></description>
</item>

<item>
    <title>Random Ubuntu Advocacy - Dutch Version</title>
    <link>http://crunchbang.org/archives/2008/01/27/random-ubuntu-advocacy-dutch-version/</link>
    <pubDate>Sun, 27 Jan 2008 03:35:36 GMT</pubDate>
    <dc:creator>Philip Newborough</dc:creator>
    <guid>http://crunchbang.org/archives/2008/01/27/random-ubuntu-advocacy-dutch-version/</guid>
    <description><![CDATA[
    <p>So, I&#39;m beginning to wish I&#39;d named the <a href="http://crunchbang.org/archives/2008/01/25/random-ubuntu-advocacy/ " title="See the original post: Random Ubuntu Advocacy">original post</a> something else, I had no idea that so many people would help out with this. Anyway, <a href="http://xubuntublog.wordpress.com/ " title="Xubuntu Blog">Vincent of the Xubuntu Blog</a> has very kindly translated the images into Dutch. Thanks Vincent :)</p>

<p>You can see a Dutch Ubuntu randomness <a href="http://crunchbang.org/misc/random_ubuntu_advocacy_demo_nl/ " title="Random Ubuntu Advocacy - Dutch Version.">demo here</a>. The code for the Dutch images is below, simply copy &amp; paste the code into your HTML/blog template where you would like the random image placement to occur:</p>

<pre><code>&lt;script type="text/javascript" src="http://crunchbang.net/advocacy/nl/ubuntu_199_164.js"&gt;
&lt;/script&gt;
&lt;noscript&gt;
&lt;a href="http://ubuntu.com/getubuntu" title="Neem Ubuntu!"&gt;
&lt;img src="http://crunchbang.net/advocacy/nl/199_164_ubuntu.png" alt="Neem Ubuntu."&gt;&lt;/a&gt;
&lt;/noscript&gt;
</code></pre>

    <p style="font-size:smaller;">Tags: <a href="http://crunchbang.org/tags/advocacy/" title="Browse all posts tagged with &#8220;advocacy&#8221;">advocacy</a>, <a href="http://crunchbang.org/tags/artwork/" title="Browse all posts tagged with &#8220;artwork&#8221;">artwork</a>, <a href="http://crunchbang.org/tags/images/" title="Browse all posts tagged with &#8220;images&#8221;">images</a>, <a href="http://crunchbang.org/tags/projects/" title="Browse all posts tagged with &#8220;projects&#8221;">projects</a>, <a href="http://crunchbang.org/tags/ubuntu/" title="Browse all posts tagged with &#8220;ubuntu&#8221;">ubuntu</a></p>
    ]]></description>
</item>

<item>
    <title>Random Ubuntu Advocacy - Italian &amp; Portuguese</title>
    <link>http://crunchbang.org/archives/2008/01/26/random-ubuntu-advocacy-italian-and-portuguese/</link>
    <pubDate>Sat, 26 Jan 2008 21:50:05 GMT</pubDate>
    <dc:creator>Philip Newborough</dc:creator>
    <guid>http://crunchbang.org/archives/2008/01/26/random-ubuntu-advocacy-italian-and-portuguese/</guid>
    <description><![CDATA[
    <p>I think I&#39;ve said this before, however I&#39;ll say it again, the Ubuntu community rocks! For me, it is the main reason why I use <a href="http://www.ubuntu.com/ " title="Ubuntu, Linux for Human Beings.">Ubuntu</a>, albeit a <a href="http://crunchbang.org/archives/2008/01/22/crunchbang-linux-7-dot-10-dot-01-release-notes/ " title="CrunchBang Linux 7.10.01">modified version</a>.</p>

<h3>Portuguese images</h3>

<p>Anyway, while I&#39;ve been tucked-up in bed and snoring my head off, <a href="http://mwmdev.com/ " title="Miguel Wahnon Monteiro">Miguel Wahnon Monteiro</a> has very kindly translated the <a href="http://crunchbang.org/archives/2008/01/25/random-ubuntu-advocacy/ " title="Random Ubuntu Advocacy">Random Ubuntu Advocacy</a> images into <a href="http://mwmdev.com/viewpost.php?id=92 " title="Random Ubuntu Advocacy - Portuguese Version.">Portuguese</a>. He is also hosting them from his domain. Thank you Miguel :)</p>

<p>I&#39;ve also uploaded Miguel&#39;s translated images to my file server, to ease/share any load. You can see the <a href="http://crunchbang.org/misc/random_ubuntu_advocacy_demo_pt/ " title="Demo of Random Ubuntu Advocacy - Portuguese Version.">demo here</a>. The code needed to display the images is below:</p>

<pre><code>&lt;script type="text/javascript" src="http://crunchbang.net/advocacy/pt/ubuntu_199_164.js"&gt;
&lt;/script&gt;
&lt;noscript&gt;
&lt;a href="http://ubuntu.com/getubuntu" title="Comece Ubuntu!"&gt;
&lt;img src="http://crunchbang.net/advocacy/pt/199_164_ubuntu.png" alt="Comece Ubuntu."&gt;&lt;/a&gt;
&lt;/noscript&gt;
</code></pre>

<h3>Italian images</h3>

<p>Also, <a href="http://davide.pedrelli.eu/ " title="Davide Pedrelli">Davide Pedrelli</a> has been busy translating the images into Italian. He has also put together a couple of <a href="http://crunchbang.org/misc/rua-joomla-modules.tar.gz " title="Download the Joomla modules - contains English and Italian graphics.">modules for the Joomla platform 1.0x</a>. I&#39;m not familiar with <a href="http://www.joomla.org/ " title="Joomla - Content Management System and Web Application Framework.">Joomla</a>, but if Davide&#39;s site is anything to go by, I&#39;m sure the modules work well.</p>

<p>As with Miguel&#39;s images, I&#39;ve uploaded Davide&#39;s Italian versions to my file server. You can witness the <a href="http://crunchbang.org/misc/random_ubuntu_advocacy_demo_it/ " title="Random Ubuntu Advocacy - Italian Version.">demo here</a>, and the code needed to display the images is below:</p>

<pre><code>&lt;script type="text/javascript" src="http://crunchbang.net/advocacy/it/ubuntu_199_164.js"&gt;
&lt;/script&gt;
&lt;noscript&gt;
&lt;a href="http://www.ubuntu-it.org/index.php?page=Ottenere_Ubuntu" title="Installa Ubuntu!"&gt;
&lt;img src="http://crunchbang.net/advocacy/it/199_164_ubuntu.png" alt="Installa Ubuntu."&gt;&lt;/a&gt;
&lt;/noscript&gt;
</code></pre>

<p>Finally, <a href="http://www.aldolat.it/ " title="Aldo Latino">Aldo Latino</a> has also translated the images into Italian, before converting them into a rather <a href="http://www.aldolat.it/2008/01/26/banner-per-il-software-libero/ " title="See the animated gif.">nifty animated gif</a>. Nice work, thank you Aldo :)</p>

    <p style="font-size:smaller;">Tags: <a href="http://crunchbang.org/tags/advocacy/" title="Browse all posts tagged with &#8220;advocacy&#8221;">advocacy</a>, <a href="http://crunchbang.org/tags/artwork/" title="Browse all posts tagged with &#8220;artwork&#8221;">artwork</a>, <a href="http://crunchbang.org/tags/images/" title="Browse all posts tagged with &#8220;images&#8221;">images</a>, <a href="http://crunchbang.org/tags/projects/" title="Browse all posts tagged with &#8220;projects&#8221;">projects</a>, <a href="http://crunchbang.org/tags/ubuntu/" title="Browse all posts tagged with &#8220;ubuntu&#8221;">ubuntu</a></p>
    ]]></description>
</item>

 </channel>
</rss>