<?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>Tim Groeneveld &#187; Galium</title>
	<atom:link href="http://timg.ws/category/galium/feed/" rel="self" type="application/rss+xml" />
	<link>http://timg.ws</link>
	<description>&#039;cause everyone loves a geek</description>
	<lastBuildDate>Wed, 14 Sep 2011 14:40:59 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3-beta3-19254</generator>
		<item>
		<title>You&#8217;re doing it wrong!</title>
		<link>http://timg.ws/2008/08/22/youre-doing-it-wrong/</link>
		<comments>http://timg.ws/2008/08/22/youre-doing-it-wrong/#comments</comments>
		<pubDate>Fri, 22 Aug 2008 03:48:40 +0000</pubDate>
		<dc:creator>Tim Groeneveld</dc:creator>
				<category><![CDATA[Galium]]></category>

		<guid isPermaLink="false">http://timg.ws/?p=124</guid>
		<description><![CDATA[Mr, please! Your doing it wrong!]]></description>
			<content:encoded><![CDATA[<p>Mr, please! Your doing it wrong!</p>
<div style="text-align: center;">
<div id="attachment_125" class="wp-caption alignnone" style="width: 310px"><a href="http://timg.ws/wp-content/uploads/2008/08/pjvhu9.jpg"><img class="size-medium wp-image-125" title="You're doing it wrong!" src="http://timg.ws/wp-content/uploads/2008/08/pjvhu9-300x225.jpg" alt="You're doing it wrong!" width="300" height="225" /></a><p class="wp-caption-text">You&#39;re doing it wrong!</p></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://timg.ws/2008/08/22/youre-doing-it-wrong/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>This is what you get when coding on drugs&#8230;</title>
		<link>http://timg.ws/2008/08/20/this-is-what-you-get-when-coding-on-drugs/</link>
		<comments>http://timg.ws/2008/08/20/this-is-what-you-get-when-coding-on-drugs/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 12:27:09 +0000</pubDate>
		<dc:creator>Tim Groeneveld</dc:creator>
				<category><![CDATA[Galium]]></category>
		<category><![CDATA[.ing]]></category>
		<category><![CDATA[bad code]]></category>
		<category><![CDATA[BIND]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[oh damn]]></category>

		<guid isPermaLink="false">http://timg.ws/?p=120</guid>
		<description><![CDATA[-$top .= $ns['recordName'] . str_repeat(" ", 20-strlen($ns['recordName']) ) .'A'; +$top .= $ns['recordName'] . str_repeat(" ", 20-strlen($ns['recordName']) ) . $ns['recordType']; Thank you very much, I am proud to accept the award for the major &#8216;Oh Damn&#8217; of the year. This &#8216;Oh Damn&#8217; silently broke ns5&#8242;s .ing TLD for a smal time&#8230; This was in Galium, and [...]]]></description>
			<content:encoded><![CDATA[<pre><span style="color: #cc0000;">-$top .= $ns['recordName'] .
         str_repeat(" ", 20-strlen($ns['recordName']) ) .'A';
</span><span style="color: #008800;">+$top .= $ns['recordName'] .
         str_repeat(" ", 20-strlen($ns['recordName']) ) . $ns['recordType'];
</span></pre>
<p>Thank you very much, I am proud to accept the award for the major &#8216;Oh Damn&#8217; of the year. This &#8216;Oh Damn&#8217; silently broke ns5&#8242;s .ing TLD for a smal time&#8230;</p>
<p>This was in Galium, and a new release solving this and two other minor issues will be released soon, for the time being, grab the patch at <a href="http://hg.sharesource.org/galium/raw-rev/861da6f25b75">http://hg.sharesource.org/galium/raw-rev/861da6f25b75</a> &#8230; just patch it with -p1 <img src='http://timg.ws/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://timg.ws/2008/08/20/this-is-what-you-get-when-coding-on-drugs/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Galium 0.29 hotfix</title>
		<link>http://timg.ws/2008/08/11/galium-029-hotfix/</link>
		<comments>http://timg.ws/2008/08/11/galium-029-hotfix/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 09:13:06 +0000</pubDate>
		<dc:creator>Tim Groeneveld</dc:creator>
				<category><![CDATA[Galium]]></category>
		<category><![CDATA[OpenNIC]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://timg.ws/?p=110</guid>
		<description><![CDATA[What&#8217;s fixed in this hotifx? Domain Cron is less verbose Started removing hard coded values inside the domain cron. Fixed a bug in the domain cron; where a domain would not be marked as being updated when it had beed Included the missing &#8216;switch&#8217; function&#8230; woops! Galium 0.29 hotfix]]></description>
			<content:encoded><![CDATA[<p>What&#8217;s fixed in this hotifx?</p>
<ul>
<li>Domain Cron is less verbose</li>
<li>Started removing hard coded values inside the domain cron.</li>
<li>Fixed a bug in the domain cron; where a domain would not be marked as being updated when it had beed</li>
<li>Included the missing &#8216;switch&#8217; function&#8230; woops!</li>
</ul>
<p><a href="http://timg.ws/wp-content/uploads/2008/08/galiumhotfixes.patch">Galium 0.29 hotfix</a></p>
]]></content:encoded>
			<wfw:commentRss>http://timg.ws/2008/08/11/galium-029-hotfix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Galium 0.29 released!</title>
		<link>http://timg.ws/2008/08/10/galium-029-released/</link>
		<comments>http://timg.ws/2008/08/10/galium-029-released/#comments</comments>
		<pubDate>Sun, 10 Aug 2008 10:01:54 +0000</pubDate>
		<dc:creator>Tim Groeneveld</dc:creator>
				<category><![CDATA[Galium]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[releases]]></category>

		<guid isPermaLink="false">http://timg.ws/?p=104</guid>
		<description><![CDATA[Galium 0.29 released! 100% Fixed the confusing template, where logout showed up, without being logged in! 100% You can now (again) switch between local and remote hosting of domains 90% Users can now add A, AAAA and CNAME records. How to upgrade? If you have installed Galium 0.2 or later, updating is as simple as [...]]]></description>
			<content:encoded><![CDATA[<p>Galium 0.29 released!</p>
<ul>
<li><strong><span style="color: green;">100%</span></strong> Fixed the confusing template, where logout showed up, without being logged in!</li>
<li><strong><span style="color: green;">100%</span></strong> You can now (again) switch between local and remote hosting of domains <img src='http://timg.ws/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
<li><strong><span style="color: lightgreen;">90%</span></strong> Users can now add A, AAAA and CNAME records.</li>
</ul>
<p><strong>How to upgrade?</strong><br />
If you have installed Galium 0.2 or later, updating is as simple as just replacing all the updated files. If not, go to the directory where you installed Galium, and type &#8216;php ./apps/doUpdate.php&#8217;</p>
<blockquote>
<pre>tim@timg:/var/www/galium$ ./apps/doUpdate.php
=&gt; Galium Cron Service v0.2b
--&gt; Loading configuration ...
--&gt; Connecting to MySQL ...
=&gt; Checking if the database needs an update ...
=&gt; Updating to database version 4
--&gt; Running UPDATE-0002.sql ...
----&gt; OK!!!
--&gt; Running UPDATE-0003.sql ...
----&gt; OK!!!
--&gt; Running UPDATE-0004.sql ...
----&gt; OK!!!
--&gt; OK!</pre>
</blockquote>
<p>Easy! Download the latest Galium <a title="Download Galium" href="http://sharesource.org/projectadmin/galium/files/versions/136/">here</a>.</p>
<blockquote>
<pre>tim@timg:/var/www$ diff -ur galium.old galium | diffstat
 galium/apps/domainCron.php                                |  150 +++++-----
 galium/conf/config.php                                    |    4
 galium/www/Applications/User/Manage.php                   |  149 ++++++++-
 galium/www/Libraries/Backend.php                          |   32 ++
 galium/www/Skins/bea../Template.php                       |   16 -
 galium/www/Skins/bea../Temp..s/Man../Dom..Records.php     |   18 -
 galium/www/Skins/bea../Temp..s/Man../lis..omains.php      |    6
 12 files changed, 273 insertions(+), 103 deletions(-)</pre>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://timg.ws/2008/08/10/galium-029-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

