<?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>Brainfold &#187; Bazaar</title>
	<atom:link href="http://www.brainfold.org/blog/tag/bazaar/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brainfold.org/blog</link>
	<description>On Python, game development and everything</description>
	<lastBuildDate>Sat, 15 May 2010 21:58:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Trabalho um pouco</title>
		<link>http://www.brainfold.org/blog/2007/11/27/trabalho-um-pouco/</link>
		<comments>http://www.brainfold.org/blog/2007/11/27/trabalho-um-pouco/#comments</comments>
		<pubDate>Mon, 26 Nov 2007 22:52:08 +0000</pubDate>
		<dc:creator>Jussi Lepistö</dc:creator>
				<category><![CDATA[Bazaar]]></category>
		<category><![CDATA[game development]]></category>
		<category><![CDATA[parsing]]></category>
		<category><![CDATA[Spineless]]></category>

		<guid isPermaLink="false">http://www.brainfold.org/blog/2007/11/27/trabalho-um-pouco/</guid>
		<description><![CDATA[In between reading for my Portuguese exam, I've actually got a bit of work done on my projects. The major changes are that I abandoned the Spineless Sourceforge project, and moved from Subversion to Bazaar for version control. The Bazaar repository is currently private, but as soon as Spineless is ready for public consumption, I [...]]]></description>
			<content:encoded><![CDATA[<p>In between reading for my Portuguese exam, I've actually got a bit of work done on my projects.</p>
<p>The major changes are that I abandoned the <a href="http://sourceforge.net/projects/spineless">Spineless Sourceforge project</a>, and moved from Subversion to <a href="http://bazaar-vcs.org/">Bazaar</a> for version control. The Bazaar repository is currently private, but as soon as Spineless is ready for public consumption, I will probably release it again on <a href="http://launchpad.net/">Launchpad</a>. It might not be soon, or it might never come to be, but if and when it does, you will be the first to know. <img src='http://www.brainfold.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Bazaar seems really cool and much more appropriate for me than Subversion, both now and in the future. I'm not depending on a single server anymore, but I can still keep my repository centrally located on my webhost. If it ever disappears or is unavailable for a while (or I'm on the move with my laptop), I can continue working with the local repository as normal. The biggest problem at the moment is that <a href="http://bazaar-vcs.org/TortoiseBzr">Windows Explorer integration</a> and the <a href="http://bazaar-vcs.org/BzrEclipse">Eclipse plugin</a> are still in alpha. I'll have to brave myself and try them some day.</p>
<p>I also worked a bit on the C parser. It's frankly a bit more complicated than I thought, but I'm already mostly done for my purposes. All that's left is actually generating the ctypes interface from the parsed data. I'll be in for a treat when I get to try and support the horribly convoluted <a href="http://freetype.sourceforge.net/index2.html">FreeType</a> headers, but that's a can of worms for the future. As long as I can keep the ctypes interface stable, it's not a problem to push working on a more complete parser back a while. When the parser is done, I can finally move on to reimplementing rendering with a shiny new architecture.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brainfold.org/blog/2007/11/27/trabalho-um-pouco/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
