<?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>bitplane.net &#187; bitplane.net</title>
	<atom:link href="http://bitplane.net/category/news/site-news/feed/" rel="self" type="application/rss+xml" />
	<link>http://bitplane.net</link>
	<description>Rants, ramblings, free software</description>
	<lastBuildDate>Tue, 08 May 2012 13:57:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Website update</title>
		<link>http://bitplane.net/2009/12/website-update/</link>
		<comments>http://bitplane.net/2009/12/website-update/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 00:10:53 +0000</pubDate>
		<dc:creator>Gaz Davidson</dc:creator>
				<category><![CDATA[bitplane.net]]></category>

		<guid isPermaLink="false">http://bitplane.net/?p=550</guid>
		<description><![CDATA[I&#8217;ve finally got around to editing the Simplish template and adding pages for some of my old software projects. There&#8217;s some links at the top up there, hover over them and you get a nice drop-down menu with a list of projects. The meat of this is JavaScript stolen from another theme and some PHP [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve finally got around to editing the Simplish template and adding pages for some of my old software projects. There&#8217;s some links at the top up there, hover over them and you get a nice drop-down menu with a list of projects.</p>
<p>The meat of this is JavaScript stolen from another theme and some PHP code gratuitously pasted into my header, this isn&#8217;t IP theft, and not just because it&#8217;s the season of sharing! This is what&#8217;s great about free software licenses.</p>
]]></content:encoded>
			<wfw:commentRss>http://bitplane.net/2009/12/website-update/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>PHP file list using mod_rewrite</title>
		<link>http://bitplane.net/2009/09/php-file-list-using-mod_rewrite/</link>
		<comments>http://bitplane.net/2009/09/php-file-list-using-mod_rewrite/#comments</comments>
		<pubDate>Mon, 14 Sep 2009 20:09:00 +0000</pubDate>
		<dc:creator>Gaz Davidson</dc:creator>
				<category><![CDATA[bitplane.net]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[mod_rewrite]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[piwik]]></category>

		<guid isPermaLink="false">http://bitplane.net/?p=59</guid>
		<description><![CDATA[Using the mod_rewrite engine to spice up apache file lists.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve noticed that most of the traffic to this site is actually people visiting my <a title="Permanent file storage" href="http://files.bitplane.net" target="_blank">permanent</a> and <a title="Temporary file dump" href="http://dump.bitplane.net" target="_blank">temporary</a> file dumps, which until today were literally a bunch of files dumped in a folder. <a title="My web host, a kind of web hotel" href="http://www.dreamhost.com">DreamHost</a> don&#8217;t keep my logs for over 30 days and I&#8217;d like to incorporate my file dumps into my Piwik stats, so I made a nice fancy file list in PHP. It has nice looking icons courtesy of <a href="http://www.famfamfam.com/lab/icons/silk/" target="_blank">famfamfam</a>, though may move to <a href="http://stdicon.com/" target="_blank">stdicon</a> in the future.</p>
<p>Some caveats:</p>
<ul>
<li>The file list currently tracks directory views (via the template) but not yet file downloads, as that requires a <a title="Add Piwik request by server side script" href="http://dev.piwik.org/trac/ticket/134" target="_blank">Piwik plugin</a> that isn&#8217;t final so I haven&#8217;t installed it, adding it should be trivial though.</li>
<li>As requests are passed through PHP using mod_rewrite it will result in long running scripts on your server, which may upset your shared web hosting provider.</li>
<li>Scripts are not yet excluded by rewrite rules! You won&#8217;t want to keep other scripts containing sensitive information in dirs under the path.</li>
<li>Access to files and folders beginning with &#8220;.&#8221; will be blocked.</li>
<li>It only works on Unices, not Windows servers as they don&#8217;t have the &#8220;file&#8221; command to get the MIME type.</li>
<li>You&#8217;ll obviously need an Apache installation with mod_rewrite.</li>
</ul>
<p>To install it, just copy index.php, .htaccess and .filelist/ to the directory where you store your files. You can get the script (without icons) <a href="http://svn.bitplane.net/misc/trunk/php/filelist/">from SVN</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://bitplane.net/2009/09/php-file-list-using-mod_rewrite/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Piwik in, Google Analytics out</title>
		<link>http://bitplane.net/2009/08/piwik-in-google-analytics-out/</link>
		<comments>http://bitplane.net/2009/08/piwik-in-google-analytics-out/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 03:47:29 +0000</pubDate>
		<dc:creator>Gaz Davidson</dc:creator>
				<category><![CDATA[bitplane.net]]></category>
		<category><![CDATA[gallery2]]></category>
		<category><![CDATA[piwik]]></category>
		<category><![CDATA[statistics]]></category>

		<guid isPermaLink="false">http://bitplane.net/?p=51</guid>
		<description><![CDATA[I've stopped using Google Analytics and have now moved over to Piwik...]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve stopped using Google Analytics and have now moved over to <a href="http://piwik.org/">Piwik</a>. I don&#8217;t have that many visitors, but there are still lots of <a href="http://piwik.org/blog/2009/06/7-reasons-why-your-commercial-site-needs-piwik/">good reasons</a> to use Piwik. It&#8217;s better for everyone if I keep hold of my own stats instead of giving it all to Google and I may even do some Piwik hacking in the future.</p>
<p>Getting it working in Gallery2 was a bit of a pain, so I <a href="http://codex.gallery2.org/Gallery2:How_To_Add_Piwik_Analytics_to_my_Gallery_2">updated their wiki</a> for them, but other than that it&#8217;s about the same as installing Google Analytics.</p>
<p>Subscribers are welcome to see my laughable stats <img src='http://bitplane.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://bitplane.net/2009/08/piwik-in-google-analytics-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Irrlicht nightly builds 2.0</title>
		<link>http://bitplane.net/2009/07/irrlicht-nightly-builds-2-0/</link>
		<comments>http://bitplane.net/2009/07/irrlicht-nightly-builds-2-0/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 20:58:56 +0000</pubDate>
		<dc:creator>Gaz Davidson</dc:creator>
				<category><![CDATA[bitplane.net]]></category>
		<category><![CDATA[Irrlicht]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[irrlicht]]></category>

		<guid isPermaLink="false">http://bitplane.net/?p=19</guid>
		<description><![CDATA[Irrlicht nightly builds by ConvexTech are back again, not only with D3D9 compiled in to the Win32-gcc builds but we even get VisualStudio AMD64 builds too! A big thanks to Marc Burns for providing this service I&#8217;m hosting a mirror, it&#8217;s not much compared the the overhead of compiling the builds, but every little helps, [...]]]></description>
			<content:encoded><![CDATA[<p><a title="Nightly build server" href="http://irrlicht.convextech.ca/">Irrlicht nightly builds</a> by ConvexTech are back again, not only with D3D9 compiled in to the Win32-gcc builds but we even get VisualStudio AMD64 builds too! A big thanks to Marc Burns for providing this service <img src='http://bitplane.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I&#8217;m hosting a <a href="http://irrlicht.mirrors.bitplane.net/">mirror</a>, it&#8217;s not much compared the the overhead of compiling the builds, but every little helps, right?</p>
]]></content:encoded>
			<wfw:commentRss>http://bitplane.net/2009/07/irrlicht-nightly-builds-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New website layout</title>
		<link>http://bitplane.net/2009/07/new-layout/</link>
		<comments>http://bitplane.net/2009/07/new-layout/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 23:39:40 +0000</pubDate>
		<dc:creator>Gaz Davidson</dc:creator>
				<category><![CDATA[bitplane.net]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[irrlicht]]></category>
		<category><![CDATA[photosynth]]></category>

		<guid isPermaLink="false">http://blog.bitplane.net/?p=4</guid>
		<description><![CDATA[So I've finally decided to bite the bullet and install WordPress.]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;ve finally decided to bite the bullet and install WordPress. I&#8217;ve never been much of a fan of the blog format, but over the past couple of weeks I&#8217;ve made a few interesting toys without binary demos and the e107 CMS I was using as a file store couldn&#8217;t index them. The old gallery isn&#8217;t ideal for random screenshots either. So I decided this site needed a makeover; a new layout which has permanent locations for files, a gallery and links to my SVN repositories.</p>
<p>So the HTTP 301 script is up and redirecting, and the new format for bitplane.net goes like this-</p>
<ul>
<li>A <a title="gallery" href="http://gallery.bitplane.net/" target="_blank">gallery</a> to store screenshots, photos and artwork.</li>
<li>SVN repositories for <a title="gallery" href="http://svn.bitplane.net/games" target="_blank">games</a> and another for <a title="gallery" href="http://svn.bitplane.net/misc" target="_blank">apps and scripts</a></li>
<li>My <a title="file dump" href="http://dump.bitplane.net" target="_blank">file dump</a>, for temporary storage</li>
<li>A new <a href="http://files.bitplane.net/" target="_blank">files subdomain</a>, for permanent file storage.</li>
<li>&#8230;and this blog, to index new stuff.</li>
</ul>
<p>So, what new stuff? Well over the past couple of weeks I&#8217;ve made some loaders for Irrlicht. A <a href="http://irrlicht.svn.sourceforge.net/viewvc/irrlicht/trunk/source/Irrlicht/CTarReader.cpp?view=markup" target="_blank">TAR loader</a> (and fixed gzip loading in Irrlicht), a <a href="http://svn.bitplane.net/misc/trunk/irr/archive%20loaders/ICO/">Windows Icon loader</a> and a <a href="http://svn.bitplane.net/misc/trunk/irr/archive%20loaders/RSRC/">Windows PE binary resource loader</a> and just for fun a <a href="http://gallery.bitplane.net/main.php?g2_itemId=326">FIGlet font driver</a>. Also, over the past couple of months I&#8217;ve spent a bit of time <a href="http://gallery.bitplane.net/main.php?g2_itemId=292" target="_blank">learning to sketch</a>, and have scanned a couple of them so I can see my progress. Finally, I made a <a href="http://photosynth.net/view.aspx?cid=aa81a86c-05e7-4681-b762-a88173aa146d" target="_blank">Photosynth of Glastonbury Festival</a>, which actually captures some idea of the scale of the place.</p>
<p>That&#8217;s my first post out of the way. I promise not to blog unless I have something interesting to show, or less often, say.</p>
]]></content:encoded>
			<wfw:commentRss>http://bitplane.net/2009/07/new-layout/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

