<?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 &#187; tags</title>
	<atom:link href="http://tarskitheme.com/tag/tags/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>2.0 Release</title>
		<link>http://tarskitheme.com/2007/11/05/20-release/</link>
		<comments>http://tarskitheme.com/2007/11/05/20-release/#comments</comments>
		<pubDate>Mon, 05 Nov 2007 18:37:24 +0000</pubDate>
		<dc:creator>Benedict Eastaugh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[2.0]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[feeds]]></category>
		<category><![CDATA[microformats]]></category>
		<category><![CDATA[navbar]]></category>
		<category><![CDATA[options]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[theme hooks]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/2007/11/05/20-release/</guid>
		<description><![CDATA[Tarski 2 provides a raft of new features and a vastly improved codebase.]]></description>
			<content:encoded><![CDATA[<p>Tarski&#8217;s development reflects my own view of best practice: steady, incremental improvement rather than the occasional total rewrite. Sometimes, however, a small revolution is needed, and <strong>Tarski 2</strong> provides one.</p>
<p>The new version includes a <a href="http://tarskitheme.com/help/changelog/">raft of changes</a>. Taking a look under the hood one might be tempted to say that it&#8217;s an entirely new theme, but the experience should remain largely the same, both for admins and users.</p>
<p>Tarski&#8217;s options code has been rewritten from the ground up, making all sorts of new features possible. You can now select different widgets for posts and pages than are displayed on the rest of the site. It&#8217;s also possible to delete Tarski&#8217;s options entirely; however, they&#8217;ll remain in the database for another two hours, so if you delete your options by accident, you&#8217;ll be able to restore them within that window.</p>
<p>People shouldn&#8217;t have to learn <acronym title="PHP: Hypertext Preprocessor">PHP</acronym> in order to use WordPress, or Tarski, but until now a modicum of technical know-how was required in order to add links (other than WordPress pages) to Tarski&#8217;s navbar. Now you can simply designate one of your blogroll links categories, and all the links in that category will be appended to your Tarski navbar.</p>
<p>Several people in the forum wanted tags to display everywhere, not just on single post pages, so we&#8217;ve added an option for that to the Tarski Options pages. The same goes for reversing the order of the title: now you can have the title of a post appear before the name of your site, just by ticking a box on the Options page. Finally, you can choose to link to either Atom or <acronym title="Really Simple Syndication">RSS</acronym> feeds.</p>
<p>WordPress has automatically generated both types for quite a while now, but Tarski hasn&#8217;t linked to them&#8212;an oversight I&#8217;m very happy to have corrected. In addition to the site feed, the following page types now have automatically generated feed <code>link</code> elements in the document <code>head</code>: category archives; tag archives; day, month and year archives; and finally, searches.</p>
<p>Another request was for <a href="http://microformats.org/">Microformat</a> support. A couple of things made it into Tarski 1.6, but Tarski 2 brings <a href="http://microformats.org/wiki/hcard">hCard</a> to posts and comments, and <a href="http://microformats.org/wiki/hatom">hAtom</a> to posts.</p>
<p>Tagging also gets a boost with proper support for tag intersections and unions. Templating functions for this kind of thing aren&#8217;t even in the WordPress core yet, and it&#8217;s nice to be ahead of the curve for once. To see it in action, go and have a look at what&#8217;s tagged with <a href="http://tarskitheme.com/tag/bugs,features/">bugs <em>or</em> features</a>, or <a href="http://tarskitheme.com/tag/bugs+features/">bugs <em>and</em> features</a>. Before Tarski 2, all you&#8217;d get is the first tag&#8217;s name in the title. Now the title lists all the tags, and whether it&#8217;s an <a href="http://en.wikipedia.org/wiki/Intersection_%28set_theory%29">intersection</a> (and) or a <a href="http://en.wikipedia.org/wiki/Union_%28set_theory%29">union</a> (or).</p>
<p>With all the rewritten code comes a new structure: the files in Tarski&#8217;s <code>library</code> directory have been completely reorganised. Included code libraries (right now, just the Feedparser library which does the heavy lifting for Tarski&#8217;s version checking mechanism) go into <code>library/includes</code>, while <acronym title="PHP: Hypertext Preprocessor">PHP</acronym> classes (and supplementary functions) go into <code>library/classes</code> (right now it&#8217;s just the Version and Options classes).</p>
<p>All Tarski&#8217;s <acronym title="Cascading Stylesheets">CSS</acronym> files, apart from <code>style.css</code> and the alternate styles, go into <code>library/css</code>, while JavaScript files are in <code>library/js</code>. Finally, Tarski&#8217;s large functions library has ended up in <code>library/helpers</code>. This new structure makes development easier, since it&#8217;s easier for me to remember where everything is, and it cleans up a lot of horrible, messy code that had been hanging around (in many cases) since the first release of Tarski, back in March 2006.</p>
<p>We&#8217;ve come quite a way since then, and I&#8217;d just like to take a moment to thank everyone who&#8217;s helped along the way. People who&#8217;ve suggested ideas and reported bugs in <a href="http://tarskitheme.com/">the forum</a>; people who&#8217;ve helped test Tarski; people who&#8217;ve provided code, or artwork, or a critical eye. <a href="http://jordan.liggitt.net/">Jordan Liggitt</a> in particular deserves a lot of gratitude for his hard work on this release. He&#8217;s helped make Tarski easier to translate; written a migration routine to carry your options over into the new system; caught various bugs in the new code; and contributed a number of thoughtful suggestions on safeguarding against <acronym title="Cascading Stylesheets">CSS</acronym> namespace corruption and improving Tarski&#8217;s sidebar options. </p>
<p>Again, thanks to everyone who&#8217;s contributed to Tarski in some way, and I hope you enjoy using the new version.</p>
<p class="insert">Bugs and suggestions should be posted, as always, <a href="http://tarskitheme.com/forum/">on the forum</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2007/11/05/20-release/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>1.7 Release</title>
		<link>http://tarskitheme.com/2007/09/16/17-release/</link>
		<comments>http://tarskitheme.com/2007/09/16/17-release/#comments</comments>
		<pubDate>Sun, 16 Sep 2007 12:17:02 +0000</pubDate>
		<dc:creator>Benedict Eastaugh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[1.7]]></category>
		<category><![CDATA[alternate styles]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[microformats]]></category>
		<category><![CDATA[navbar]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[tweaks]]></category>
		<category><![CDATA[update notification]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/2007/09/16/17-release/</guid>
		<description><![CDATA[Tarski 1.7 includes a bunch of new features and makes Tarski usable with WordPress 2.3.]]></description>
			<content:encoded><![CDATA[<p>When WordPress 2.1 was released, we <a href="http://tarskitheme.com/2007/01/23/wordpress-21-and-tarski/">made the mistake</a> of not having a <a href="http://tarskitheme.com/2007/01/26/122-release/">compatible version</a> of Tarski ready. WordPress 2.3&#8212;which will be out <a href="http://www.google.com/calendar/embed?src=fhcihol34up7rl0pqa6ngc9qf8%40group.calendar.google.com">pretty soon</a>&#8212;includes a number of changes which will be significant for Tarski users, and consequently we were determined not to make the same mistake twice. <strong>Tarski 1.7</strong> remains backwards-compatible with the WordPress 2.1/2.2 branch, but it&#8217;s decidedly forward-looking. You can mull over the details on the <a href="http://tarskitheme.com/help/changelog/">changelog</a>.</p>
<p>Perhaps the biggest change is the removal of our Ultimate Tag Warrior support in favour of the new &#8216;core&#8217; WordPress tags system. Unless you&#8217;re running the 2.3 release candidate, this means your tags will disappear until you upgrade your WordPress installation and import your <acronym title="Ultimate Tag Warrior">UTW</acronym> tags. Tarski&#8217;s new tags page template, which you can see in action on <a href="http://tarskitheme.com/tags/">our tags page</a>, uses the new <acronym title="WordPress">WP</acronym> tag cloud.</p>
<p>While the overall goal of 1.7 was to make Tarski compatible with the new version of WordPress, we also took it as an opportunity to polish our code a bit and add a few helpful new features. As you can see by casting an eye up to the navbar, the &#8216;Home&#8217; link can now be renamed. People have been asking for this for a while now, and I decided it was time to give in. You can change that on the Tarski Options page; look for the &#8216;Navigation Options&#8217; header.</p>
<p>Speaking of the navbar, we&#8217;ve fixed an annoying issue where one had to re-save one&#8217;s Tarski options to get the navbar to reorder. It now reorders automatically whenever you save a page (since that&#8217;s when you change the Page Order value). The navbar output has also been added to the <a href="http://tarskitheme.com/help/hooks/">hooks system</a>, which means two things: firstly, the <code>constants.php</code> file is now fully replaced (at least as far as it&#8217;s going to be), and that you can now add links to the navbar using a plugin. I hope to use this functionality to add a more elegant, user-friendly way to include external links.</p>
<p>The update notifier improvements in the <a href="http://tarskitheme.com/2007/08/17/16-release/">last release</a> have received a boost too, as the version check is now cacheable. To enable the cache, you need to make sure permissions on <code>library/cache/</code> in your Tarski directory are set to <code>777</code>. More details are available on the <a href="http://tarskitheme.com/help/updates/notifier/">Update Notifier page</a>.</p>
<p>For those who prefer to use a header image as their website title, and hide the actual title, I&#8217;ve improved the code so the <code>alt</code> attribute description is the site title when the title isn&#8217;t displayed, and the image itself links home (when you&#8217;re not on the front page, of course). A pinch of <acronym title="Cascading Stylesheets">CSS</acronym> means things should display as before, but the way things work is a bit more closely aligned with the expected behaviour (i.e., the site title links to the home page).</p>
<p>Category and author archives have had their first improvement in a long while: if there&#8217;s a description associated with them, they&#8217;re now displayed instead of the boring &#8220;This is a category archive for&#8230;&#8221; or &#8220;You are currently browsing so-and-so&#8217;s articles&#8230;&#8221;. So if you view <a href="http://tarskitheme.com/author/ionfish/">my posts</a>, you get a brief sentence about me instead of generic filler text. In addition to this, the document <code>body</code> now has an <code>id</code> which is set depending on which page you&#8217;re viewing, so you could make a particular author or category archive display in a certain way just by adding some extra code to your <a href="http://tarskitheme.com/help/styles/">custom style</a>. We&#8217;ve also assigned <acronym title="Hypertext Markup Language">HTML</acronym> classes to certain elements of the post metadata, so you can style those more easily.</p>
<p>As I detailed in my article on <a href="http://tarskitheme.com/2007/09/04/tarski-plugin-integration/">Tarski Plugin Integration</a>, the support for specific plugins is now gone, so if you want to carry on using those plugins with Tarski I strongly recommend giving it a read.</p>
<p>Many thanks to everyone who helped me track down and fix the various bugs in Tarski 1.6; hopefully 1.7 won&#8217;t have the same problems. Enjoy the new version.</p>
<p class="insert">Please post bugs, suggestions and new translations on the <a href="http://tarskitheme.com/forum/">forum</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2007/09/16/17-release/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Tarski Plugin Integration</title>
		<link>http://tarskitheme.com/2007/09/04/tarski-plugin-integration/</link>
		<comments>http://tarskitheme.com/2007/09/04/tarski-plugin-integration/#comments</comments>
		<pubDate>Tue, 04 Sep 2007 13:35:25 +0000</pubDate>
		<dc:creator>Benedict Eastaugh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[1.7]]></category>
		<category><![CDATA[Brian's Latest Comments]]></category>
		<category><![CDATA[Clean Archives]]></category>
		<category><![CDATA[gravatars]]></category>
		<category><![CDATA[legacy]]></category>
		<category><![CDATA[Live Comments Preview]]></category>
		<category><![CDATA[OpenID]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[subscriptions]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[theme hooks]]></category>
		<category><![CDATA[UTW]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/2007/09/04/tarski-plugin-integration/</guid>
		<description><![CDATA[Why we're dropping plugin integration in Tarski 1.7, and how to add it back in.]]></description>
			<content:encoded><![CDATA[<p>As of Tarski 1.7, we will be removing the existing plugin integration from Tarski. This includes support for Subscribe to Comments, Gravatars and Ultimate Tag Warrior. What I hope to cover here is why we&#8217;re doing this, and how to successfully integrate Tarski with the plugins you want to use&#8212;whatever they happen to do.</p>
<p>WordPress&#8217; plugin landscape is constantly changing: new plugins are released, older ones are abandoned by their creators. Functionality previously provided by plugins has been brought into the WordPress core code: first widgets, and in the upcoming 2.3 release, tags. Plugins relying on underlying third-party services like Gravatars and OpenID also change as these services run into problems or simply evolve in terms of their <acronym title="Application Programming Interface">API</acronym>.</p>
<p>This life-cycle is fairly normal, but our existing support for specific plugins in Tarski simply doesn&#8217;t acknowledge this reality. There are quite obviously too many plugins for us to support them all, or even a significant number of them. We&#8217;d also rather spend our time improving Tarski, rather than maintaining support for specific pieces of third-party code.</p>
<p>I say &#8216;specific&#8217; because what Tarski needs&#8212;and, in its <a href="http://tarskitheme.com/help/hooks/">theme hooks</a> system, now has&#8212;is a <em>generic</em> way for plugin authors and users to make their code work with Tarski. It&#8217;s in need of better documentation, but it&#8217;s there, and it works; several times a week I offer advice to people on the <a href="http://tarskitheme.com/forum/">forum</a> as to how they can integrate their choice of plugin with Tarski.</p>
<p>Since the theme hooks system appeared in 1.5 we&#8217;ve been in a transition period, phasing out older ways of personalising Tarski installations (like the <a href="http://tarskitheme.com/help/hooks/constants/">constants file</a>). The next step is removing support for specific third-party plugins entirely, and that&#8217;s what we&#8217;re doing in Tarski 1.7. What follows is a rundown of the plugins, previously integrated with Tarski, that are having this support removed, and how you can add that functionality back in.</p>
<h3>Widgets</h3>
<p>WordPress Widgets are, as of WordPress 2.2, in the core <acronym title="WordPress">WP</acronym> code. As such, they&#8217;re still supported by Tarski, both in the sidebar and the footer. You can activate a widget-powered sidebar on the Tarski Options page.</p>
<h3>OpenID</h3>
<p>The extent of our <a href="http://openid.net/">OpenID</a> support consists in testing a couple of <a href="http://verselogic.net/projects/wordpress/wordpress-openid-plugin/">plugins</a> with Tarski and rewriting ugly OpenID <acronym title="Uniform Resource Locator">URL</acronym>s, so the status of this one doesn&#8217;t change: it works with Tarski, and should continue to do so.</p>
<h3>Brian&#8217;s Latest Comments</h3>
<p>The functionality offered by <a href="http://code.google.com/p/brianslatestcomments/">Brian&#8217;s Latest Comments</a> plugin is now available in WordPress as a widget. Consequently, we&#8217;re simply removing the support for this altogether&#8212;if you want to carry on using it, use the widget.</p>
<h3>Gravatars</h3>
<p><a href="http://gravatar.com/">Gravatar</a> had some well-publicised problems, but is now back with a rejuvenated service. You can add Gravatars to Tarski (or any other theme, for that matter) by writing a plugin to buffer the Gravatar plugin function, extract the info, and add it into the comment content by adding a filter to the <code>comment_text</code> hook. The <a href="http://codex.wordpress.org/Using_Gravatars">Using Gravatars</a> page on the Codex has more.</p>
<h3>Subscribe to Comments</h3>
<p>The popular <a href="http://txfx.net/code/wordpress/subscribe-to-comments/">Subscribe to Comments</a> plugin actually adds itself, if you upgrade to the latest version (which, of course, I recommend).</p>
<h3>Live Comment Preview</h3>
<p>Previewing comments is a feature I wish WordPress came with; <a href="http://dev.wp-plugins.org/wiki/LiveCommentPreview">Live Comment Preview</a> is a JavaScript-powered halfway house towards fully-fledged preview functionality. It gets added automatically by the plugin, so the loss of integration isn&#8217;t a problem.</p>
<h3>Clean Archives</h3>
<p>The <a href="http://www.geekwithlaptop.com/projects/clean-archives/">SRG Clean Archives</a> plugin has long been part of our Archives template. No longer. However, I&#8217;ve made a <a href="http://tarskitheme.com/code/clean-archives.phps">Clean Archives template</a> available for those who want this functionality. Just drop it into your Tarski directory and change its extension to <code>.php</code>, then select it as the template for your archives page as usual. I personally prefer version 2.2 of this plugin to the more recent, overly complex JavaScript-powered confection it seems to have become, but fortunately the plugin author has kept the older version available, and that&#8217;s what we&#8217;re <a href="http://tarskitheme.com/archives/">still using</a>. (Sean has <a href="http://tarskitheme.com/2007/09/04/tarski-plugin-integration/#comment-5478">responded</a> in the comments.)</p>
<h3>Ultimate Tag Warrior</h3>
<p><a href="http://neato.co.nz/ultimate-tag-warrior/"> Ultimate Tag Warrior </a> is probably the highest-profile of the casualties. As of WordPress 2.3, tags are available in the WordPress core, and consequently Christine is discontinuing the plugin. Tarski 1.7 supports the new WordPress tags and removes all <acronym title="Ultimate Tag Warrior">UTW</acronym>-dependent code. There&#8217;s no going back on this one, I&#8217;m afraid, although for those on a nostalgia kick we will be maintaining the WordPress 1.6 branch for the time being, which retains <acronym title="Ultimate Tag Warrior">UTW</acronym> support.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2007/09/04/tarski-plugin-integration/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Canvas Tags modification</title>
		<link>http://tarskitheme.com/2006/06/25/canvas-tags-modification/</link>
		<comments>http://tarskitheme.com/2006/06/25/canvas-tags-modification/#comments</comments>
		<pubDate>Sun, 25 Jun 2006 13:57:32 +0000</pubDate>
		<dc:creator>Benedict Eastaugh</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Canvas]]></category>
		<category><![CDATA[customisability]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[forum]]></category>
		<category><![CDATA[modifications]]></category>
		<category><![CDATA[tags]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/2006/06/25/canvas-tags-modification/</guid>
		<description><![CDATA[Tim De Smedt has posted a <a href="http://tarskitheme.com/forum/comments.php?DiscussionID=32">tag modification</a> for the Canvas version of Tarski on the forum.]]></description>
			<content:encoded><![CDATA[<p>Tim De Smedt has posted a <a href="http://tarskitheme.com/forum/comments.php?DiscussionID=32">tag modification</a> for the <a href="http://freshpursuits.com/canvas/">Canvas</a> version of Tarski on the forum. Essentially, it improves the tags page that&#8217;s bundled with Tarski for Canvas. Great to see people posting their contributions on the forum.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2006/06/25/canvas-tags-modification/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tag Cloud Widget</title>
		<link>http://tarskitheme.com/2006/05/30/tag-cloud-widget/</link>
		<comments>http://tarskitheme.com/2006/05/30/tag-cloud-widget/#comments</comments>
		<pubDate>Tue, 30 May 2006 01:38:01 +0000</pubDate>
		<dc:creator>Chris Sternal-Johnson</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[widgets]]></category>

		<guid isPermaLink="false">http://ionfish.co.uk/tarski/2006/05/30/tag-cloud-widget/</guid>
		<description><![CDATA[More free stuff! For those of you using both WordPress Widgets and the Ultimate Tag Warrior plugin, try out this tag cloud Widget and let me know how it works.]]></description>
			<content:encoded><![CDATA[<p>More free stuff!  For those of you using both WordPress Widgets and the Ultimate Tag Warrior plugin, try out <a href="http://ceejayoz.com/wordpress-plugins/tag-cloud/">this tag cloud Widget</a> and let me know how it works.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2006/05/30/tag-cloud-widget/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Related Posts Plugin</title>
		<link>http://tarskitheme.com/2006/05/25/related-posts-plugin/</link>
		<comments>http://tarskitheme.com/2006/05/25/related-posts-plugin/#comments</comments>
		<pubDate>Thu, 25 May 2006 16:35:28 +0000</pubDate>
		<dc:creator>Chris Sternal-Johnson</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[related posts]]></category>
		<category><![CDATA[tags]]></category>

		<guid isPermaLink="false">http://ionfish.co.uk/tarski/2006/05/25/related-posts-plugin/</guid>
		<description><![CDATA[Here&#8217;s a related posts plugin I cooked up that will display a list of (possibly) related posts at the bottom of posts. Requires Ultimate Tag Warrior.]]></description>
			<content:encoded><![CDATA[<p><a href="http://ceejayoz.com/wordpress-plugins/related-tags/">Here&#8217;s a related posts plugin I cooked up</a> that will display a list of (possibly) related posts at the bottom of posts.  Requires Ultimate Tag Warrior.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2006/05/25/related-posts-plugin/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>1.1.1 Release</title>
		<link>http://tarskitheme.com/2006/03/26/111-release/</link>
		<comments>http://tarskitheme.com/2006/03/26/111-release/#comments</comments>
		<pubDate>Sun, 26 Mar 2006 23:13:59 +0000</pubDate>
		<dc:creator>Benedict Eastaugh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[1.1.1]]></category>
		<category><![CDATA[alternate styles]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[headers]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[tweaks]]></category>

		<guid isPermaLink="false">http://ionfish.co.uk/tarski/2006/03/26/111-release/</guid>
		<description><![CDATA[The latest version of Tarski adds a new header and variant style, streamlines and improves the Options page, and tweaks the theme to bring it closer to the perfection we aspire to.]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s definately evolution rather than revolution with this release. After <a href="http://tarskitheme.com/2006/03/20/11-release/">we launched 1.1</a> I started tweaking, playing around with various niggles that were bothering me about the theme. You can go through all the details <a href="http://tarskitheme.com/help/changelog/">in the changelog</a>.</p>
<h3>New Features</h3>
<p><img class="imageright" src="http://tarskitheme.com/wp/wp-content/themes/tarski/headers/thoughtwind-thumb.jpg" alt="Thought Wind" /></p>
<p>Martin kindly did another header for this release, <cite>Thought Wind</cite>.</p>
<p>We&#8217;ve added another variant style, <code>skyline.css</code>. It&#8217;s very much in the same vein as the other styles, but for the official styles and headers I want to create a sense of variations on a theme, rather than radically different looks (you can always <a href="http://tarskitheme.com/2006/03/25/alternate-styles-with-tarski/">make your own</a> if you want to do something completely different, after all).</p>
<p>There&#8217;s now also an option to swap the columns, with the sidebar appearing on the right and the content on the left. All the other columnated sections&#8212;navigation, comments, the footer&#8212;swap over as well if you choose this option. You can find it under &#8216;Miscellaneous Options&#8217; at the bottom of the Tarski Options page (Presentation > Tarski Options in the <acronym title="WordPress">WP</acronym> admin panel, as always).</p>
<p>Chris has also done some excellent work revising the navigation bar. It now gets its links from the list of top-level pagesâ€”and you can choose which ones you want to appear. This option too appears on the Tarski Options page. Another advantage of doing it like this is that the links are no longer hardcoded; if you don&#8217;t have <acronym title="Uniform Resource Locator">URL</acronym> rewriting enabled, or have a different set of page slugs to ours, the links will still find your pages.</p>
<p>This change to the navigation bar does require you to select your desired pages in the Tarski Options page&#8212;don&#8217;t panic if there&#8217;s suddenly only a &#8220;Home&#8221; link after updating!</p>
<h3>Tweaks</h3>
<p>None of the tweaks will change anything major about Tarski&#8212;they just add a level of polish which was previously missing. Feed links now find your correct feed addresses, rather than just linking to <code>/feed/</code>; titles that are longer than one line of text will space themselves properly; various bits of &#8220;under the hood&#8221; code have been cleaned up or streamlined.</p>
<p>Just one note: the <code>page.php</code> file is now redundant, so make sure you delete it when you upgrade Tarski.</p>
<p>If you use the Ultimate Tag Warrior plugin, you&#8217;ll be glad to hear that Tarski now includes <a href="http://tarskitheme.com/help/recommended-plugins/">complete support</a> for its features: we&#8217;ve added the option to activate the live tag search feature on the <a href="http://tarskitheme.com/tags/">tags page</a>. The plugin does a pretty terrible job of separating content and presentation from behaviour, so the way it operates and displays isn&#8217;t as elegant as I&#8217;d like. <em>C&#8217;est la vie</em>.</p>
<p>As always, post any bugs or problems you have in the comments. We really appreciate your response; it makes the job worthwhile.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2006/03/26/111-release/feed/</wfw:commentRss>
		<slash:comments>86</slash:comments>
		</item>
	</channel>
</rss>

