<?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>Tarski</title>
	<atom:link href="http://tarskitheme.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://tarskitheme.com</link>
	<description>An elegant, flexible WordPress theme</description>
	<lastBuildDate>Mon, 30 Jan 2012 09:20:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>3.1.3 Release</title>
		<link>http://tarskitheme.com/2012/01/28/3-1-3-release/</link>
		<comments>http://tarskitheme.com/2012/01/28/3-1-3-release/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 16:52:32 +0000</pubDate>
		<dc:creator>Benedict Eastaugh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3.1]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[child themes]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[WordPress 3.2]]></category>
		<category><![CDATA[WordPress 3.3]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/?p=580</guid>
		<description><![CDATA[Tarski 3.1.3 is a maintenance release which fixes some minor bugs and enhances the theme's compatibility with WordPress 3.3.]]></description>
			<content:encoded><![CDATA[<p><strong>Tarski 3.1.3</strong> is now available. It fixes some minor bugs and improves compatibility with WordPress 3.3. A full list of changes can be found in <a href="http://tarskitheme.com/about/changelog">the changelog</a>.</p>
<p><em>Please note that WordPress 3.2 is required for this release.</em></p>
<p><a class="download" href="http://tarskitheme.com/downloads/tarski_3.1.3.zip">Download Tarski 3.1.3</a></p>
<p>You can also get this version as a <a href="https://github.com/beastaugh/tarski/tree/3.1.3">Git tag</a>.</p>
<p>We strongly recommend following the <a href="http://tarskitheme.com/help/updates">upgrade guide</a>. Always back up your files and database before running a WordPress or Tarski upgrade. Please ensure that you upgrade WordPress before installing the new version of Tarski.</p>
<h3>WordPress 3.3 compatibility</h3>
<p>Tarski 3.1 was released to add support for new features in WordPress 3.2, but WordPress 3.3 didn&#8217;t add many relevant features so I haven&#8217;t done a new major release, but merely fixed a few niggles. This includes fixing a few warnings, removing some invalid HTML, and making the host site name in the footer work correctly when the multi-site functionality is engaged.</p>
<p>Developers working with Tarski&#8212;for example, anyone writing a child theme&#8212;will be happy to know that the <code>TARSKI_DEBUG</code> constant can now be set by external code such as child themes or plugins. Amongst other things, this should make it easier to debug issues with Tarski&#8217;s JavaScript and CSS when writing code that interacts with it.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2012/01/28/3-1-3-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3.1 Release</title>
		<link>http://tarskitheme.com/2011/08/16/3-1-release/</link>
		<comments>http://tarskitheme.com/2011/08/16/3-1-release/#comments</comments>
		<pubDate>Tue, 16 Aug 2011 14:05:55 +0000</pubDate>
		<dc:creator>Benedict Eastaugh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3.1]]></category>
		<category><![CDATA[menus]]></category>
		<category><![CDATA[navbar]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[WordPress 3.2]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/?p=549</guid>
		<description><![CDATA[Tarski 3.1 features support for WordPress sub-menus with JavaScript-enhanced dropdowns.]]></description>
			<content:encoded><![CDATA[<p><strong>Tarski 3.1</strong> is now available for download. It includes sub-menu support in the navbar, together with JavaScript-enhanced dropdowns to display them. For a full list of changes please consult <a href="http://tarskitheme.com/about/changelog/">the changelog</a>.</p>
<p><em>Please note that WordPress 3.2 is required for this release.</em></p>
<p><a class="download" href="http://tarskitheme.com/downloads/tarski_3.1.2.zip">Download Tarski 3.1.2</a></p>
<p>You can also get this version as a <a href="https://github.com/beastaugh/tarski/tree/3.1.2">Git tag</a>.</p>
<p>We strongly recommend following the <a href="http://tarskitheme.com/help/updates/">upgrade guide</a>. Always back up your files and database before running a WordPress or Tarski upgrade. Please ensure that you upgrade WordPress before installing the new version of Tarski.</p>
<h3>Sub-menu dropdowns</h3>
<p>This was definitely the most requested feature I&#8217;ve had in a while. I have some usability objections to dropdown menus, and played around with an alternative in the RC, but in the end I&#8217;ve gone for a more traditional approach. Mouse over the links in this site&#8217;s navbar for a demo of the new functionality.</p>
<p>Please note that they don&#8217;t work wonderfully well in Internet Explorer 6. If you want to use Tarski with dropdown sub-menus and you absolutely have to support IE6, I&#8217;m happy to commit any patches you provide.</p>
<h3>Other changes</h3>
<p>Apart from that, most of the changes in this version&#8211;although they are substantial&#8211;are under the hood, and involve cleaning up the code, removing deprecated functionality, and replacing Tarski-specific code with calls to new WordPress APIs. I&#8217;m always happy to be able to remove code without removing functionality, and I always feel that it&#8217;s a vindication when WordPress core implements some feature that Tarski has had for a while.</p>
<p>I should note that I&#8217;ve replaced all of Tarski&#8217;s JavaScript with new jQuery-powered code, and consequently those parts of Tarski now require jQuery. Given how widespread its use is now, and that WordPress itself depends on it, I don&#8217;t feel this is too onerous a dependency.</p>
<p>Finally, a small apology for taking so long to release this version. I&#8217;ve been really busy this summer and although the code&#8217;s been ready to go for ages, I couldn&#8217;t find time to run a final set of tests until today. As usual, if you spot any bugs please post them in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2011/08/16/3-1-release/feed/</wfw:commentRss>
		<slash:comments>26</slash:comments>
		</item>
		<item>
		<title>3.1.0 Release Candidate</title>
		<link>http://tarskitheme.com/2011/07/05/3-1-0-release-candidate/</link>
		<comments>http://tarskitheme.com/2011/07/05/3-1-0-release-candidate/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 09:07:02 +0000</pubDate>
		<dc:creator>Benedict Eastaugh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[release candidate]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/?p=541</guid>
		<description><![CDATA[Tarski 3.1.0RC1 is a preview of the new version of Tarski, developed to work with WordPress 3.2.]]></description>
			<content:encoded><![CDATA[<p>With today&#8217;s <a href="http://wordpress.org/news/2011/07/gershwin/">release of WordPress 3.2</a>, I thought it would be good to get an updated version of Tarski out as soon as possible. To that end, here&#8217;s a release candidate build of Tarski 3.1.0.</p>
<p>There are a few changes from the <a href="http://tarskitheme.com/2011/06/25/3-1-0-beta/">beta version</a>, the most obvious of which is the navigation, which now uses a more traditional dropdown style. As I&#8217;ve said before, this is not really to my taste, and has obvious usability problems for user agents without hover, but it seems to be what people want. I may release the expanding navbar code as a plugin for those who prefer it.</p>
<p><strong>WordPress 3.2 is required to run this build of Tarski.</strong> If you try to use it with WordPress 3.1 or earlier it will throw errors and make your site unusable.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2011/07/05/3-1-0-release-candidate/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>3.1.0 Beta</title>
		<link>http://tarskitheme.com/2011/06/25/3-1-0-beta/</link>
		<comments>http://tarskitheme.com/2011/06/25/3-1-0-beta/#comments</comments>
		<pubDate>Sat, 25 Jun 2011 14:42:55 +0000</pubDate>
		<dc:creator>Benedict Eastaugh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[beta]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/?p=532</guid>
		<description><![CDATA[Tarski 3.1.0beta is a preview of the new version of Tarski, developed to work with WordPress 3.2.]]></description>
			<content:encoded><![CDATA[<p>With the imminent release of <a href="http://wordpress.org/news/2011/06/wordpress-3-2-release-candidate-2/">WordPress 3.2</a>, I thought it was time to get the new build of Tarski out there so people can test it and let me know of any issues before the final release.</p>
<p>The usual caveats apply: this is pre-release software and as such may be buggy and unpolished. As such, I don&#8217;t recommend installing it on a production site; it&#8217;s strictly for testing at this point (although I am actually running it here). <strong>WordPress 3.2 RC2 is required</strong>, if you try to install the Tarski 3.1.0 beta on a site running WordPress 3.1 or any earlier version it will throw errors.</p>
<p>The major new feature in this release is support for sub-menus. I&#8217;m not much of a fan of drop-downs&#8212;they violate any number of accessibility and usability tenets&#8212;so instead I&#8217;ve gone with an expand/collapse mechanism to hide and reveal the full menu structure.</p>
<p>Of course, this may not be to everyone&#8217;s liking, but Tarski&#8217;s API is pretty flexible, and it&#8217;s not much work to add an alternative menu control. If there&#8217;s anything I can do to make writing extensions of this sort easy, please don&#8217;t hesitate to let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2011/06/25/3-1-0-beta/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>3.0 Release</title>
		<link>http://tarskitheme.com/2011/03/18/3-0-release/</link>
		<comments>http://tarskitheme.com/2011/03/18/3-0-release/#comments</comments>
		<pubDate>Fri, 18 Mar 2011 17:59:12 +0000</pubDate>
		<dc:creator>Benedict Eastaugh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[3.0]]></category>
		<category><![CDATA[headers]]></category>
		<category><![CDATA[menus]]></category>
		<category><![CDATA[navbar]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[WordPress 3.1]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/?p=513</guid>
		<description><![CDATA[Tarski 3.0 supports WordPress 3.1 features like custom menus and default headers.]]></description>
			<content:encoded><![CDATA[<p><strong>Tarski 3.0</strong> is now available to install at your leisure. It adds support for new WordPress features like menus, default headers and the &#8216;aside&#8217; post format. A detailed list of changes is available in <a href="http://tarskitheme.com/changelog">the changelog</a>. <em>Please note that WordPress 3.1 is required for this release.</em></p>
<p>You can also get this version as a <a href="http://github.com/beastaugh/tarski/tree/3.0.5">Git tag</a>.</p>
<p>We strongly recommend following the <a href="http://tarskitheme.com/help/updates">upgrade guide</a>. Always back up your files and database before running a WordPress or Tarski upgrade. Please ensure that you upgrade WordPress before installing the new version of Tarski.</p>
<h3>WordPress menus</h3>
<p>Tarski 3.0 removes the built-in menu functionality in favour of the core WordPress menu feature. This means that after you install the new version of Tarski you&#8217;ll need to reconstruct your site&#8217;s navbar. Just go to Appearance > Menus in the WordPress admin panel, create a new menu, and add it to the Tarski navbar.</p>
<h3>Header images</h3>
<p>Headers are also now selected entirely outside the theme. Tarski registers all its current headers as default headers which you can select from the Appearance > Header page in the WordPress admin panel, so if you were using one of the built-in headers, or had added your own to the <code>/headers</code> directory in Tarski or a child theme, you will need to re-select it from there. If you were using a custom header you had uploaded yourself, you don&#8217;t need to change anything.</p>
<p class="insert">Please post bug reports, suggestions etc. in the comments or <a href="mailto:benedict@eastaugh.net">email me</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2011/03/18/3-0-release/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>Tarski 3.0 Release Candidate</title>
		<link>http://tarskitheme.com/2011/03/15/tarski-3-0-release-candidate/</link>
		<comments>http://tarskitheme.com/2011/03/15/tarski-3-0-release-candidate/#comments</comments>
		<pubDate>Tue, 15 Mar 2011 16:37:56 +0000</pubDate>
		<dc:creator>Benedict Eastaugh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[release candidate]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/?p=495</guid>
		<description><![CDATA[A release candidate for Tarski 3.0 is now available.]]></description>
			<content:encoded><![CDATA[<p>Tarski 3.0 has actually been in the works since last August, which is really too long between releases. I had a bit of spare time this weekend so I decided to bite the bullet and bring Tarski up to date for WordPress 3.1.</p>
<p>The new features include support for menus and default headers; however, migrating your current settings will have to be done by hand, as I just don&#8217;t have the time to write or maintain an automatic upgrade routine. It shouldn&#8217;t take long to fix things to your liking, and the benefit is full compatibility with the core WordPress functionality.</p>
<p>I&#8217;d really appreciate it if you could download and install the release candidate. <a href="http://arbeer.de/">Andreas Beer</a> has kindly been helping me test it, so it should be relatively bug-free by now. Testing and reporting bugs is not just a favour to me, but a boon to all Tarski users.</p>
<p><strong>Update:</strong> thanks to everyone who provided feedback. Tarski 3.0.0 is now available for download.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2011/03/15/tarski-3-0-release-candidate/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Server Move</title>
		<link>http://tarskitheme.com/2010/12/08/server-move/</link>
		<comments>http://tarskitheme.com/2010/12/08/server-move/#comments</comments>
		<pubDate>Wed, 08 Dec 2010 01:45:19 +0000</pubDate>
		<dc:creator>Benedict Eastaugh</dc:creator>
				<category><![CDATA[Asides]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/?p=475</guid>
		<description><![CDATA[I have moved this site to a new server. Unfortunately I don&#8217;t have time right now to finish migrating content and debugging everything, but I think a website with a few things missing that&#8217;s actually available is much better than one that has all the content but keeps crashing every couple of days. The major [...]]]></description>
			<content:encoded><![CDATA[<p>I have moved this site to a new server. Unfortunately I don&#8217;t have time right now to finish migrating content and debugging everything, but I think a website with a few things missing that&#8217;s actually available is much better than one that has all the content but keeps crashing every couple of days.</p>
<p>The major missing components right now are the <a href="http://tarskitheme.com/forum">forum</a> and the <a href="http://tarskitheme.com/help/hooks/reference/">API docs</a>. Do let me know in the comments if you spot anything else that&#8217;s not working correctly.</p>
<p><strong>Update:</strong> I&#8217;ve fixed the issue with the <a href="http://tarskitheme.com/help/hooks/reference/">API documentation</a>, so that should all be present and correct now.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2010/12/08/server-move/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Recent Downtime</title>
		<link>http://tarskitheme.com/2010/12/07/recent-downtime/</link>
		<comments>http://tarskitheme.com/2010/12/07/recent-downtime/#comments</comments>
		<pubDate>Tue, 07 Dec 2010 22:49:51 +0000</pubDate>
		<dc:creator>Benedict Eastaugh</dc:creator>
				<category><![CDATA[Asides]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/?p=472</guid>
		<description><![CDATA[Sorry about the recent downtime, the server the site lives on keeps running out of memory. I&#8217;m hoping to move it to a newer, better-provisioned one soon but I haven&#8217;t had the time to complete the process. In the meantime, thanks to the people who&#8217;ve let me know when it&#8217;s gone down. I’ll try to [...]]]></description>
			<content:encoded><![CDATA[<p>Sorry about the recent downtime, the server the site lives on keeps running out of memory. I&#8217;m hoping to move it to a newer, better-provisioned one soon but I haven&#8217;t had the time to complete the process. In the meantime, thanks to the people who&#8217;ve let me know when it&#8217;s gone down. I’ll try to keep a closer eye on it over the next week or so.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2010/12/07/recent-downtime/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tarski Forum Upgrade</title>
		<link>http://tarskitheme.com/2010/09/20/tarski-forum-upgrade/</link>
		<comments>http://tarskitheme.com/2010/09/20/tarski-forum-upgrade/#comments</comments>
		<pubDate>Mon, 20 Sep 2010 19:05:47 +0000</pubDate>
		<dc:creator>Benedict Eastaugh</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[forum]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/?p=469</guid>
		<description><![CDATA[An upgrade to the Tarski forum has removed the spam and made it usable again.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve upgraded <a href="http://tarskitheme.com/forum/">the Tarski forum</a> to Vanilla 2.0 and cleaned up the spam. This should make it usable again. Apologies for letting it get so out of hand.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2010/09/20/tarski-forum-upgrade/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>2.7 Release</title>
		<link>http://tarskitheme.com/2010/08/01/2-7-0-release/</link>
		<comments>http://tarskitheme.com/2010/08/01/2-7-0-release/#comments</comments>
		<pubDate>Sun, 01 Aug 2010 17:42:19 +0000</pubDate>
		<dc:creator>Benedict Eastaugh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[2.7.0]]></category>
		<category><![CDATA[child themes]]></category>
		<category><![CDATA[custom backgrounds]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[WordPress 3.0]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/?p=458</guid>
		<description><![CDATA[Tarski 2.7.0 adds support for many WordPress 3.0 features, as well as numerous other improvements.]]></description>
			<content:encoded><![CDATA[<p><strong>Tarski 2.7</strong> adds compatibility with many WordPress 3.0 features, including custom backgrounds. A detailed list of changes is available in <a href="http://tarskitheme.com/about/changelog/">the changelog</a>. <em>Please note that WordPress 3.0 is required for this release.</em></p>
<p><a href="http://tarskitheme.com/downloads/tarski_2.7.1.zip" class="download">Download Tarski 2.7.1</a></p>
<p>You can also get this version as a <a href="http://github.com/ionfish/tarski/tree/2.7.1">Git tag</a>.</p>
<p>We strongly recommend following the <a href="http://tarskitheme.com/help/updates/">upgrade guide</a>. Always <strong>back up your files and database</strong> before running a WordPress or Tarski upgrade. Please ensure that you upgrade WordPress before installing the new version of Tarski.</p>
<h3>Overriding templates</h3>
<p>Child themes can now override many of Tarski&#8217;s built-in template fragments. Simply create a file of the appropriate name in the <code>app/templates</code> directory of your child theme (you&#8217;ll have to create this) and add a file of the appropriate name&#8212;Tarski will use it automatically. For example, you could replace the template Tarski displays when there are no posts by adding a <code>no_posts.php</code> file.</p>
<h3>Compressed assets</h3>
<p>There are also some client-side performance improvements: the theme&#8217;s graphics are slightly better compressed, and minified versions of Tarski&#8217;s CSS and JavaScript are served by default. The full stylesheets and JS files are of course included with the theme download, so there&#8217;s nothing stopping you changing them and then re-minifying (although I would in general recommend using a <a href="http://tarskitheme.com/help/styles/">custom stylesheet</a> or child theme rather than making changes to the theme directly, as this will hamper your ability to upgrade it).</p>
<p>This release also contains numerous small improvements and bug fixes. There are a lot of WordPress 3.0 releases I just didn&#8217;t have time to add support for, but hopefully those can be added before too long. If anyone would like to contribute those changes, please take a look at the <a href="http://github.com/ionfish/tarski/issues">outstanding issues</a> and <a href="http://github.com/ionfish/tarski">fork the project on GitHub</a>. Hope you enjoy the new version.</p>
<p class="insert">Please post bug reports, suggestions etc. <a href="http://tarskitheme.com/forum/">on the forum</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2010/08/01/2-7-0-release/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>

