<?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>Andrew Channels Dexter Pinion &#187; database</title>
	<atom:link href="http://halfcooked.com/blog/category/database/feed/" rel="self" type="application/rss+xml" />
	<link>http://halfcooked.com/blog</link>
	<description>Wherein I write some stuff  that you may like to read. Or not, its up to you really.</description>
	<lastBuildDate>Thu, 19 Aug 2010 23:23:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Gerald release 0.4</title>
		<link>http://halfcooked.com/blog/2010/06/27/gerald-release-0-4/</link>
		<comments>http://halfcooked.com/blog/2010/06/27/gerald-release-0-4/#comments</comments>
		<pubDate>Sun, 27 Jun 2010 05:36:17 +0000</pubDate>
		<dc:creator>Andy Todd</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://halfcooked.com/blog/?p=146</guid>
		<description><![CDATA[I&#8217;ve been revelling in the Python goodness this weekend at PyCon Australia. This has motivated me to fix the last couple of issues and then package and release Gerald 0.4
What&#8217;s new in this release? The most important changes are fixes to a number of issues identified by users of SQLPython. Gerald was appearing to take [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been revelling in the <a href="http://www.python.org/">Python</a> goodness this weekend at <a href="http://pycon-au.org/2010">PyCon Australia</a>. This has motivated me to fix the last couple of issues and then package and release <a href="http://pypi.python.org/pypi/gerald/0.4.0">Gerald 0.4</a></p>
<p>What&#8217;s new in this release? The most important changes are fixes to a number of issues identified by users of <a href="http://pypi.python.org/pypi/sqlpython">SQLPython</a>. Gerald was appearing to take a long time to collect large schemas but was actually failing silently. I added test cases to show the problem and then fixed the code. This shouldn&#8217;t happen any more. </p>
<p>I applied a couple of patches supplied by <a href="http://catherinedevlin.blogspot.com/">Catherine Devlin</a> to cope with columns without defined lengths and to not get DBA objects in Oracle schemas.</p>
<p>I slipped in some new features as well; I implemented the <code>to_xml</code> and <code>compare</code> methods on the <code>CodeObject</code> class, and Gerald now supports views in MySQL (as long as you are running 5.1 or above).</p>
<p>Finally, I changed the project documentation to use <a href="http://sphinx.pocoo.org/">Sphinx</a>.</p>
<p>Downloads are available at the <a href="http://pypi.python.org/pypi/gerald/0.4.0">PyPI page</a> and the <a href="https://sourceforge.net/projects/halfcooked/files/">SourceForge project page</a>.</p>
<p>If you find any problems or want to contribute any code just send me an <a href="mailto:andy47@halfcooked.com">email</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://halfcooked.com/blog/2010/06/27/gerald-release-0-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gerald release 0.3.6</title>
		<link>http://halfcooked.com/blog/2010/02/14/gerald-release-0-3-6/</link>
		<comments>http://halfcooked.com/blog/2010/02/14/gerald-release-0-3-6/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 04:06:28 +0000</pubDate>
		<dc:creator>Andy Todd</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://halfcooked.com/blog/?p=140</guid>
		<description><![CDATA[I have just released version 0.3.6 of Gerald. Gerald is a general purpose database schema toolkit written in Python.
This release was at the request of the sqlpython project and contains only one change. A new convenience method connect has been added to the Schema class. This enables a schema to be initiated and then later [...]]]></description>
			<content:encoded><![CDATA[<p>I have just released version 0.3.6 of <a href="http://halfcooked.com/code/gerald/">Gerald</a>. Gerald is a general purpose database schema toolkit written in <a href="http://www.python.org/">Python</a>.</p>
<p>This release was at the request of the <a href="http://pypi.python.org/pypi/sqlpython">sqlpython</a> project and contains only one change. A new convenience method <span class="inlinecode">connect</span> has been added to the <span class="inlinecode">Schema</span> class. This enables a schema to be initiated and then later have a database connection associated with it. Because this changes the public API of gerald I&#8217;ve released this under a new version number.</p>
<p>Development, bug and issue tracking and the project wiki are available on the project <a href="http://trac.edgewall.org/">Trac</a> site. Source code and distribution files are available at the <a href="http://sourceforge.net/projects/halfcooked">sourceforge page</a>. </p>
<p>The next release will be 0.4. Exactly what will make up that release is still evolving, although it is likely to feature <a href="http://www.microsoft.com/sqlserver/">SQL Server</a> support as I have just started a new job and all of the systems there use it. To see what else is in the release and to track progress take a look at the <a href="https://apps.sourceforge.net/trac/halfcooked/milestone/0.4">version 0.4 roadmap</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://halfcooked.com/blog/2010/02/14/gerald-release-0-3-6/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Gerald release 0.3.5</title>
		<link>http://halfcooked.com/blog/2010/01/21/gerald-release-0-3-5/</link>
		<comments>http://halfcooked.com/blog/2010/01/21/gerald-release-0-3-5/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 23:40:34 +0000</pubDate>
		<dc:creator>Andy Todd</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://halfcooked.com/blog/?p=126</guid>
		<description><![CDATA[This last weekend I released version 0.3.5 of gerald. 
The major component of this release was to add a &#8216;User&#8217; class to the oracle_schema module. This is similar to the &#8216;Schema&#8217; class but whilst that shows all of the objects a database user owns the &#8216;User&#8217; class contains details of all of the objects they [...]]]></description>
			<content:encoded><![CDATA[<p>This last weekend I released version 0.3.5 of <a href="http://halfcooked.com/code/gerald/">gerald</a>. </p>
<p>The major component of this release was to add a &#8216;User&#8217; class to the oracle_schema module. This is similar to the &#8216;Schema&#8217; class but whilst that shows all of the objects a database user owns the &#8216;User&#8217; class contains details of all of the objects they can access, including those owned by other database users. This was requested by the <a href="http://pypi.python.org/pypi/sqlpython">sqlpython</a> project to enable them to use gerald for database introspection.</p>
<p>The only other change was to ensure that the <span class="inlinecode">NotImplementedError</span> exception is raised in all of the super type methods that are just stubs. This is mainly in the <span class="inlinecode">Schema.py</span> module and thus meant that I had to add a set of tests for this module.</p>
<p>Development, bug and issue tracking and the project wiki are available on the project <a href="http://trac.edgewall.org/">Trac</a> site. Source code and distribution files are available at the <a href="http://sourceforge.net/projects/halfcooked">sourceforge page</a>. </p>
<p>The next release will be 0.4. Exactly what will make up that release is still evolving. To see what is in the release and to track progress take a look at the <a href="https://apps.sourceforge.net/trac/halfcooked/milestone/0.4">version 0.4 roadmap</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://halfcooked.com/blog/2010/01/21/gerald-release-0-3-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gerald release 0.3.1</title>
		<link>http://halfcooked.com/blog/2009/11/25/gerald-release-0-3-1/</link>
		<comments>http://halfcooked.com/blog/2009/11/25/gerald-release-0-3-1/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 05:25:27 +0000</pubDate>
		<dc:creator>Andy Todd</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://halfcooked.com/blog/?p=122</guid>
		<description><![CDATA[Everyone, say hello to version 0.3.1 of gerald. This is a minor update that fixed some issues introduced in release 0.3 In summary these are:

Ticket 17 &#8211; Views have been converted to dictionaries from tuples
Ticket 18 &#8211; Reading an Oracle sequence updates it&#8217;s current value
Ticket 19 &#8211; Postgres primary keys were not represented properly when [...]]]></description>
			<content:encoded><![CDATA[<p>Everyone, say hello to version 0.3.1 of <a href="http://halfcooked.com/code/gerald/">gerald</a>. This is a minor update that fixed some issues introduced in release 0.3 In summary these are:</p>
<ul>
<li><a href="https://sourceforge.net/apps/trac/halfcooked/ticket/17">Ticket 17</a> &#8211; Views have been converted to dictionaries from tuples</li>
<li><a href="https://sourceforge.net/apps/trac/halfcooked/ticket/18">Ticket 18</a> &#8211; Reading an Oracle sequence updates it&#8217;s current value</li>
<li><a href="https://sourceforge.net/apps/trac/halfcooked/ticket/19">Ticket 19</a> &#8211; Postgres primary keys were not represented properly when read from the database</li>
</ul>
<p>Development, bug and issue tracking and the project wiki are available on the project <a href="http://trac.edgewall.org/">Trac</a> site. Source code and distribution files are available at the <a href="http://sourceforge.net/projects/halfcooked">sourceforge page</a>. </p>
<p>The next release will be 0.3.5 and will introduce the concept of a &#8216;User&#8217;. This is similar to a &#8216;Schema&#8217; but will reference all of the objects a database user can see <em>even if they don&#8217;t own them</em>. You can track progress for the release using the <a href="https://apps.sourceforge.net/trac/halfcooked/milestone/0.3.5">version 0.3.5 roadmap</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://halfcooked.com/blog/2009/11/25/gerald-release-0-3-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Gerald release 0.2.6</title>
		<link>http://halfcooked.com/blog/2009/05/04/gerald-release-026/</link>
		<comments>http://halfcooked.com/blog/2009/05/04/gerald-release-026/#comments</comments>
		<pubDate>Mon, 04 May 2009 02:38:43 +0000</pubDate>
		<dc:creator>Andy Todd</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://halfcooked.com/blog/?p=114</guid>
		<description><![CDATA[I have packaged and released version 0.2.6 of gerald. This is an update that doesn&#8217;t change any functionality but has involved a major re-factoring of the module unit tests. Rather than wait I have released the package in it&#8217;s current form to give a base for some major changes coming in release 0.3
Gerald is being [...]]]></description>
			<content:encoded><![CDATA[<p>I have packaged and released version 0.2.6 of <a href="http://halfcooked.com/code/gerald/">gerald</a>. This is an update that doesn&#8217;t change any functionality but has involved a major re-factoring of the module unit tests. Rather than wait I have released the package in it&#8217;s current form to give a base for some major changes coming in release 0.3</p>
<p>Gerald is being considered for use in the <a href="http://pypi.python.org/pypi/sqlpython/">SQLPython</a> toolkit. For them to get full value I will need to make a number of changes to the code. Luckily for all of us these were on the development roadmap anyway, so I&#8217;ve just moved them up the priority list. </p>
<p>As other people have shown an interest in the tool I have also invested in a little infrastructure and have fired up <a href="http://trac.edgewall.org/">Trac</a> for the <a href="http://sourceforge.net/projects/halfcooked">sourceforge project</a>. Gerald now has a <a href="https://apps.sourceforge.net/trac/halfcooked/">wiki</a> and, more importantly, a <a href="https://apps.sourceforge.net/trac/halfcooked/report">ticketing system</a> for bug reports and feature requests. I&#8217;ve put the changes coming for release 0.3 in a number of tickets and you can track progress for the release using the <a href="https://apps.sourceforge.net/trac/halfcooked/milestone/0.3">version 0.3 roadmap</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://halfcooked.com/blog/2009/05/04/gerald-release-026/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gerald release 0.2.5</title>
		<link>http://halfcooked.com/blog/2009/04/19/gerald-release-025/</link>
		<comments>http://halfcooked.com/blog/2009/04/19/gerald-release-025/#comments</comments>
		<pubDate>Sun, 19 Apr 2009 05:06:33 +0000</pubDate>
		<dc:creator>Andy Todd</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://halfcooked.com/blog/?p=112</guid>
		<description><![CDATA[I have packaged and released version 0.2.5 of gerald. This is another minor release with a couple of bugs fixes and one important administration update. You can find all of the details in the CHANGELOG.txt file that comes with the source distribution (or view it here) but in a nutshell the changes from the last [...]]]></description>
			<content:encoded><![CDATA[<p>I have packaged and released version 0.2.5 of <a href="http://halfcooked.com/code/gerald/">gerald</a>. This is another minor release with a couple of bugs fixes and one important administration update. You can find all of the details in the CHANGELOG.txt file that comes with the source distribution (or view it <a href="http://halfcooked.svn.sourceforge.net/viewvc/halfcooked/tags/release-0.2.5/CHANGELOG.txt?revision=59&#038;view=markup">here</a>) but in a nutshell the changes from the last release are;</p>
<ul>
<li>Fixed a bug in some connections to PostgreSQL</li>
<li>Removed references to database links without passwords in Oracle</li>
<li>Converted the package to use <a href="http://peak.telecommunity.com/DevCenter/setuptools">setuptools</a> and from this release onward it is installable using <a href="http://peak.telecommunity.com/DevCenter/EasyInstall">easy_install</a></li>
</ul>
<p>The last change was at the request of the <a href="http://pypi.python.org/pypi/sqlpython/">SQLPython</a> project, if you haven&#8217;t taken a look at that wonderful utility yet, please do. To support them it is likely that the next release of Gerald will support <a href="http://www.sqlite.org/">SQLite</a>.</p>
<p>Please download, install and enjoy. Bug reports. tumultuous praise or cash bribes to <a href="mailto:andy47@halfcooked.com">the usual address</a> please.</p>
]]></content:encoded>
			<wfw:commentRss>http://halfcooked.com/blog/2009/04/19/gerald-release-025/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web 2.0 &#8211; better late than never</title>
		<link>http://halfcooked.com/blog/2009/01/16/web-20-better-late-than-never/</link>
		<comments>http://halfcooked.com/blog/2009/01/16/web-20-better-late-than-never/#comments</comments>
		<pubDate>Thu, 15 Jan 2009 22:53:55 +0000</pubDate>
		<dc:creator>Andy Todd</dc:creator>
				<category><![CDATA[database]]></category>

		<guid isPermaLink="false">http://halfcooked.com/blog/?p=99</guid>
		<description><![CDATA[Just to prove that I am doing things even when I&#8217;m not posting here I am leaving my mark on the internet at these other places as well;

My tumblog &#8211; is that even what they are called?
Twitter &#8211; of course
Plurk &#8211; although these messages may be suspiciously similar to my tweets
Facebook &#8211; just to keep [...]]]></description>
			<content:encoded><![CDATA[<p>Just to prove that I am doing things even when I&#8217;m not posting here I am leaving my mark on the internet at these other places as well;</p>
<ul>
<li><a href="http://andy47.tumblr.com/">My tumblog</a> &#8211; is that even what they are called?</li>
<li><a href="http://twitter.com/andy47">Twitter</a> &#8211; of course</li>
<li><a href="http://www.plurk.com/andy47">Plurk</a> &#8211; although these messages may be suspiciously similar to my tweets</li>
<li><a href="http://www.facebook.com/home.php#/profile.php?id=562837428">Facebook</a> &#8211; just to keep up with the juvenile party photos of people I went to university with</li>
<li><a href="http://www.flickr.com/photos/andy47/">Flickr</a> &#8211; although most of the photos are restricted, if you want to see them drop me an email. </li>
</ul>
<p>And you never know, I may actually post something technical here in the near future.</p>
]]></content:encoded>
			<wfw:commentRss>http://halfcooked.com/blog/2009/01/16/web-20-better-late-than-never/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gerald release 0.2.4</title>
		<link>http://halfcooked.com/blog/2009/01/03/gerald-release-024/</link>
		<comments>http://halfcooked.com/blog/2009/01/03/gerald-release-024/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 05:17:05 +0000</pubDate>
		<dc:creator>Andy Todd</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://halfcooked.com/blog/?p=95</guid>
		<description><![CDATA[I have packaged and released version 0.2.4 of gerald. This is a minor release with a couple of little features and some documentation and admin updates. You can find all of the details in the CHANGELOG.txt file that comes with the source distribution (or view it here) but in a nutshell the changes from the [...]]]></description>
			<content:encoded><![CDATA[<p>I have packaged and released version 0.2.4 of <a href="http://halfcooked.com/code/gerald/">gerald</a>. This is a minor release with a couple of little features and some documentation and admin updates. You can find all of the details in the CHANGELOG.txt file that comes with the source distribution (or view it <a href="http://halfcooked.svn.sourceforge.net/viewvc/halfcooked/tags/release-0.2.4/CHANGELOG.txt?revision=53&#038;view=markup">here</a>) but in a nutshell the changes from the last release are;</p>
<ul>
<li>Added support for comments on columns in Oracle</li>
<li>Added support for comments on tables in Oracle</li>
<li>Changed the stylesheet used for documentation</li>
<li>Added more information to the README file and converted it to <a href="http://docutils.sourceforge.net/rst.html">reStructured Text</a> format</li>
</ul>
<p>Please download, install and enjoy. Bug reports or tumultuous praise to <a href="mailto:andy47@halfcooked.com">the usual address</a> please.</p>
]]></content:encoded>
			<wfw:commentRss>http://halfcooked.com/blog/2009/01/03/gerald-release-024/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle Parameter Files</title>
		<link>http://halfcooked.com/blog/2008/12/09/oracle-parameter-files/</link>
		<comments>http://halfcooked.com/blog/2008/12/09/oracle-parameter-files/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 05:07:33 +0000</pubDate>
		<dc:creator>Andy Todd</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://halfcooked.com/blog/?p=91</guid>
		<description><![CDATA[This isn&#8217;t going to be news to any Oracle DBAs reading this. So if you are one, can I suggest you move along quickly to the next item in your feed reader.
Anyone left is hopefully curious like I was to figure out the difference between &#8216;traditional&#8217; oracle initialisation files (init.ora) and the new fangled server [...]]]></description>
			<content:encoded><![CDATA[<p>This isn&#8217;t going to be news to any Oracle DBAs reading this. So if you are one, can I suggest you move along quickly to the next item in your feed reader.</p>
<p>Anyone left is hopefully curious like I was to figure out the difference between &#8216;traditional&#8217; oracle initialisation files (init.ora) and the new fangled server parameter files (sp files). Well wonder no further fair reader for I can explain all.</p>
<p>Prior to Oracle 9.2 (a long time ago in Oracle database years) it was only possible to permanently effect the configuration parameters of your database by changing the <a href="http://www.adp-gmbh.ch/ora/admin/init_ora.html">init.ora</a> file and restarting your database instance. You could make changes whilst the database was running by using the &#8216;ALTER SYSTEM SET&#8217; command but these would be lost the next time your database was restarted because the startup process would use the values in your init.ora file. This meant that any instance tuning would require some informed &#8216;twiddling&#8217; by the DBA to settle on a suitable value for an instance parameter and that would then be followed by a restart, causing anyone using the database to be mightily inconvenienced.</p>
<p>With the introduction of <a href="http://www.orafaq.com/node/5">server parameter files</a> in 9.2 and above changes made interactively (using &#8216;ALTER SYSTEM SET&#8217;) are automatically persisted. This is because whenever a change is made this way it is automagically written to your spfile.</p>
<p>This <a href="http://www.orafaq.com/node/5">article</a> has a much more comprehensive description of the differences between the two different types of files. One of the useful things it mentions is the resolution order the database server uses to select an initialisation file on startup. This is;</p>
<ul>
<li>spfile&lt;SID&gt;.ora</li>
<li>spfile.ora</li>
<li>init&lt;SID&gt;.ora</li>
</ul>
<p>Tick another thing off the list of &#8217;stuff that has been bothering me and I need to figure out&#8217;.</p>
]]></content:encoded>
			<wfw:commentRss>http://halfcooked.com/blog/2008/12/09/oracle-parameter-files/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Gerald release 0.2.3</title>
		<link>http://halfcooked.com/blog/2008/08/04/gerald-release-023/</link>
		<comments>http://halfcooked.com/blog/2008/08/04/gerald-release-023/#comments</comments>
		<pubDate>Mon, 04 Aug 2008 09:08:49 +0000</pubDate>
		<dc:creator>Andy Todd</dc:creator>
				<category><![CDATA[database]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://halfcooked.com/blog/?p=79</guid>
		<description><![CDATA[I have packaged and released version 0.2.3 of gerald. This is mainly a tidy up and bug fix release, with numerous additional unit tests. You can find all of the details in the CHANGELOG.txt file that comes with the source distribution (or view it here) but in a nutshell the changes from the last release [...]]]></description>
			<content:encoded><![CDATA[<p>I have packaged and released version 0.2.3 of <a href="http://halfcooked.com/code/gerald/">gerald</a>. This is mainly a tidy up and bug fix release, with numerous additional unit tests. You can find all of the details in the CHANGELOG.txt file that comes with the source distribution (or view it <a href="http://halfcooked.svn.sourceforge.net/viewvc/halfcooked/tags/release-0.2.3/CHANGELOG.txt?revision=49&#038;view=markup">here</a>) but in a nutshell the changes from the last release are;</p>
<ul>
<li>Numerous renames to more fully comply with PEP-8</li>
<li>Added numerous tests, full details in the <a href="http://halfcooked.svn.sourceforge.net/viewvc/halfcooked/tags/release-0.2.3/CHANGELOG.txt?revision=49&#038;view=markup">CHANGELOG.txt</a> file</li>
<li>Added an &#8216;enabled&#8217; flag to table constraints (except in the MySQL module, because that database doesn&#8217;t support them) </li>
<li>Added support for column defaults in Oracle</li>
<li>Added a &#8216;table_name&#8217; attribute to the schema.Trigger class</li>
<li>Removed main and usage functions from each module that shouldn&#8217;t be imported</li>
</ul>
<p>Please download, install and enjoy. Bug reports or tumultuous praise to <a href="mailto:andy47@halfcooked.com">the usual address</a> please.</p>
]]></content:encoded>
			<wfw:commentRss>http://halfcooked.com/blog/2008/08/04/gerald-release-023/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
