<?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; theme hooks</title>
	<atom:link href="http://tarskitheme.com/tag/theme-hooks/feed/" rel="self" type="application/rss+xml" />
	<link>http://tarskitheme.com</link>
	<description>An elegant, flexible WordPress theme</description>
	<lastBuildDate>Sun, 01 Aug 2010 18:27:31 +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>Writing Plugins Updated</title>
		<link>http://tarskitheme.com/2008/01/09/writing-plugins-updated/</link>
		<comments>http://tarskitheme.com/2008/01/09/writing-plugins-updated/#comments</comments>
		<pubDate>Wed, 09 Jan 2008 19:11:13 +0000</pubDate>
		<dc:creator>Ben Eastaugh</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[theme hooks]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/2008/01/09/writing-plugins-updated/</guid>
		<description><![CDATA[<a href="http://tarskitheme.com/help/hooks/plugins/">Writing Plugins for Tarski</a> is done.]]></description>
			<content:encoded><![CDATA[<p>Just a quick note to say that I&#8217;ve finally got the <a href="http://tarskitheme.com/help/hooks/plugins/">Writing Plugins for Tarski</a> documentation page in a usable state.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2008/01/09/writing-plugins-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2.0.5 Release</title>
		<link>http://tarskitheme.com/2007/12/09/205-release/</link>
		<comments>http://tarskitheme.com/2007/12/09/205-release/#comments</comments>
		<pubDate>Sun, 09 Dec 2007 21:08:03 +0000</pubDate>
		<dc:creator>Ben Eastaugh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[2.0.5]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[navbar]]></category>
		<category><![CDATA[options]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[theme hooks]]></category>
		<category><![CDATA[tweaks]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/2007/12/09/205-release/</guid>
		<description><![CDATA[Tarski 2.0.5 fixes various bugs and improves Tarski's inner workings.]]></description>
			<content:encoded><![CDATA[<p><strong>Tarski 2.0.5</strong> was initially slated as a pure bugfix release, but as with most things, it grew in the making. Details are in the <a href="http://tarskitheme.com/help/changelog/">changelog</a>.</p>
<p>However, the most major features are the bugs fixed. To begin with, the navbar now reorders correctly, and no longer needs to save that order when pages are saved; more efficient and better-written code makes it all happen dynamically.</p>
<p>A problem with Tarski&#8217;s options saving and updating code was exposed by the new multiple authors checking instituted in 2.0.3, with the result that the save-and-restore no longer worked properly: restoring one&#8217;s options after deleting them would merely save the defaults to the database. The underlying issues have now been fixed.</p>
<p>On the new features front is one I know I&#8217;ll appreciate as I continue to improve Tarski: the code behind the version check is now a lot smarter. It used to just check whether the version grabbed from the stylesheet and the one in the database&#8212;now it can tell whether any given version is newer or older than the installed version, which lets us do things like show a notice on the Dashboard notifying the user that they&#8217;re using a development version.</p>
<p>Lastly, I appropriated some WordPress widget code to rewrite the recent articles section, with the result that it&#8217;s now added via an <a href="http://tarskitheme.com/help/hooks/reference/#actions">action hook</a>, <code>th_fmain</code>, and can consequently be removed by a plugin as well as through the Options page. The recent articles&#8217; excerpts also have WordPress&#8217; excerpt filters applied to them too, so any plugin which adds or removes those filters will now work as expected on Tarski&#8217;s excerpts.</p>
<p>Enjoy the new version; all being well, it&#8217;ll be the last before Tarski 2.1, but I wouldn&#8217;t bet my life on it.</p>
<p class="insert">Please post bugs and suggestions <a href="http://tarskitheme.com/forum/">on the forum</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2007/12/09/205-release/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>2.0.1 Release</title>
		<link>http://tarskitheme.com/2007/11/09/201-release/</link>
		<comments>http://tarskitheme.com/2007/11/09/201-release/#comments</comments>
		<pubDate>Fri, 09 Nov 2007 17:22:17 +0000</pubDate>
		<dc:creator>Ben Eastaugh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[2.0.1]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[options]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[theme hooks]]></category>
		<category><![CDATA[update notifier]]></category>
		<category><![CDATA[updating]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/2007/11/09/201-release/</guid>
		<description><![CDATA[Tarski 2.0.1 fixes a few bugs in the 2.0 release.]]></description>
			<content:encoded><![CDATA[<p>With any major Tarski release, I know that there are bugs which won&#8217;t rear their ugly heads until it&#8217;s in the wild. <strong>Tarski 2.0.1</strong> fixes the ones that have shown themselves so far. Details are in <a href="http://tarskitheme.com/help/changelog/">the changelog</a>.</p>
<p><a href="http://jordan.liggitt.net/">Jordan</a> is the man to thank for the major fixes: he&#8217;s written a new, more efficient feed parser for the update notifier that should eliminate the memory limitation issues a couple of people had, and added an increased level of robustness to the options updater.</p>
<p>There are also fixes for a couple of <acronym title="Cascading Stylesheets">CSS</acronym> bugs, one where the navbar would disappear when only title and tagline were set to not display, and another where the next/previous post navigation disappeared in Internet Explorer.</p>
<p>Lastly, Tarski&#8217;s stylesheets are now added via the <code>wp_head</code> hook, and they can now be filtered. This means if you want to replace the stylesheets entirely, and just use the markup skeleton, you can do it without editing <code>header.php</code>. You could also use it to, for example, add per-page stylesheets or change the <acronym title="Uniform Resource Locator">URL</acronym>s to point to a separate file server.</p>
<p class="insert">Bugs, suggestions etc. to <a href="http://tarskitheme.com/forum/">the forum</a> as always.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2007/11/09/201-release/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<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>Ben 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>Hooks Reference</title>
		<link>http://tarskitheme.com/2007/09/10/hooks-reference/</link>
		<comments>http://tarskitheme.com/2007/09/10/hooks-reference/#comments</comments>
		<pubDate>Mon, 10 Sep 2007 16:32:59 +0000</pubDate>
		<dc:creator>Ben Eastaugh</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[help]]></category>
		<category><![CDATA[reference]]></category>
		<category><![CDATA[theme hooks]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/2007/09/10/hooks-reference/</guid>
		<description><![CDATA[A reference page for Tarski's theme hooks.]]></description>
			<content:encoded><![CDATA[<p>For your delectation: the <a href="http://tarskitheme.com/help/hooks/reference/">Tarski hooks reference</a>. Some of this stuff isn&#8217;t in the current release, but since 1.7 is out soon I just wrote it with that in mind.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2007/09/10/hooks-reference/feed/</wfw:commentRss>
		<slash:comments>1</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>Ben 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>1.5 Release</title>
		<link>http://tarskitheme.com/2007/07/14/15-release/</link>
		<comments>http://tarskitheme.com/2007/07/14/15-release/#comments</comments>
		<pubDate>Sat, 14 Jul 2007 13:16:51 +0000</pubDate>
		<dc:creator>Ben Eastaugh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[1.5]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[changelog]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[theme hooks]]></category>
		<category><![CDATA[tweaks]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/2007/07/14/15-release/</guid>
		<description><![CDATA[Those of you who&#8217;ve been following our updates via Subversion will know this already, but for traditionalists who like to download a zip file each time, here&#8217;s Tarski 1.5. Quite a lot of stuff in the changelog, but I&#8217;ll give the usual rundown here as well. First up is a rudimentary mobile stylesheet; something I&#8217;ve [...]]]></description>
			<content:encoded><![CDATA[<p>Those of you who&#8217;ve been following our <a href="http://tarski.googlecode.com/svn/trunk/">updates via Subversion</a> will know this already, but for traditionalists who like to download a <code>zip</code> file each time, here&#8217;s <strong>Tarski 1.5</strong>. Quite a lot of stuff in the <a href="http://tarskitheme.com/help/changelog/">changelog</a>, but I&#8217;ll give the usual rundown here as well.</p>
<p>First up is a rudimentary mobile stylesheet; something I&#8217;ve been meaning to add for ages but only recently got round to. It&#8217;s not amazing, but it&#8217;s functional and preserves the Tarski aesthetic.</p>
<p>The <a href="">theme hooks</a> system has been massively overhauled, with the clunky and simplistic <code>constants.php</code> replaced by the <a href="http://extralogical.net/2007/06/wphooks/">custom plugin hooks</a> system I described recently. Check out <code>library/tarski-hooks.php</code> for the hooks, and <code>library/constants-hooks.php</code> for the bridge between that and the existing <code>constants.php</code> file, which is still supported as a legacy system (and a simpler one for the less <acronym title="PHP: Hypertext Preprocessor">PHP</acronym>-savvy amongst us).</p>
<p>Amongst the other new features are better OpenID comments support, and thanks to <a href="http://tarskitheme.com/forum/discussion/308/moving-blog-off-home-page-navigation-menu-with-static-front-page/">one user&#8217;s intervention</a> there&#8217;s also much better support for static front pages&#8212;which just goes to show, if you bring an issue up in the forum there&#8217;s a decent chance something will be done about it.</p>
<p>Other than that, there are the usual tweaks and bug fixes. Thanks as always to those who&#8217;ve contributed translations, suggestions, and code, especially to Jordan Liggitt who <a href="http://tarskitheme.com/forum/discussion/156/">solved a problem</a> with the older and newer entries navigation.</p>
<p>A quick note on translations: translations for <strong>Tarski 1.4</strong> have been frozen <a href="http://tarski.googlecode.com/svn/translations/releases/1.4/">here</a>, translations for 1.5 will be added to the <a href="http://tarski.googlecode.com/svn/translations/trunk/">translations directory</a> as they come in. The <code>.pot</code> file in that directory is up-to-date.</p>
<p class="insert">Bug reports, suggestions and translations to <a href="http://tarskitheme.com/forum/">the forum</a> please.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2007/07/14/15-release/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Custom WordPress Hooks Article</title>
		<link>http://tarskitheme.com/2007/06/13/hooks-article/</link>
		<comments>http://tarskitheme.com/2007/06/13/hooks-article/#comments</comments>
		<pubDate>Wed, 13 Jun 2007 12:36:17 +0000</pubDate>
		<dc:creator>Ben Eastaugh</dc:creator>
				<category><![CDATA[Asides]]></category>
		<category><![CDATA[1.5]]></category>
		<category><![CDATA[custom headers]]></category>
		<category><![CDATA[customisability]]></category>
		<category><![CDATA[documentation]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[functions]]></category>
		<category><![CDATA[ionfish]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[roadmap]]></category>
		<category><![CDATA[theme hooks]]></category>
		<category><![CDATA[themes]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[tweaks]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/2007/06/13/hooks-article/</guid>
		<description><![CDATA[New tutorial on <a href="http://extralogical.net/2007/06/wphooks/">adding custom hooks</a> to <acronym title="WordPress">WP</acronym> themes.]]></description>
			<content:encoded><![CDATA[<p>Just published an article over on Extralogical about <a href="http://extralogical.net/2007/06/wphooks/">adding custom hooks</a> to WordPress themes, which might be of interest to the theme authors amongst you. It also offers a little preview of how the new hooks system in Tarski 1.5 will work.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2007/06/13/hooks-article/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>1.2.2 Release</title>
		<link>http://tarskitheme.com/2007/01/26/122-release/</link>
		<comments>http://tarskitheme.com/2007/01/26/122-release/#comments</comments>
		<pubDate>Fri, 26 Jan 2007 00:37:55 +0000</pubDate>
		<dc:creator>Ben Eastaugh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[1.2.2]]></category>
		<category><![CDATA[404 errors]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[changelog]]></category>
		<category><![CDATA[community]]></category>
		<category><![CDATA[customisability]]></category>
		<category><![CDATA[functions]]></category>
		<category><![CDATA[futureproofing]]></category>
		<category><![CDATA[localisation]]></category>
		<category><![CDATA[theme hooks]]></category>
		<category><![CDATA[translations]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/2007/01/26/122-release/</guid>
		<description><![CDATA[<strong>Tarski 1.2.2</strong> contains numerous bug fixes and tweaks to improve both Tarski's stability and its flexibility.]]></description>
			<content:encoded><![CDATA[<p><strong>Tarski 1.2.2</strong> contains numerous bug fixes and tweaks to improve both Tarski&#8217;s stability and its flexibility.</p>
<p>The <a href="http://tarskitheme.com/help/changelog/#v1.2.2">changelog</a> has all the gory details, but here&#8217;s a brief run-down of the changes. Firstly, our wonderful translation team has expanded the scope of the Swedish, Dutch and German translations currently available to cover the Tarski Options page and a few other bits of text which were missed or omitted (by me, not them) during the initial localisation work.</p>
<p>As always we discovered our own needs exceeded what the software was capable of, so we&#8217;ve added several more <a href="http://tarskitheme.com/help/theme-hooks/">theme hooks</a> to allow the insertion of text or objects (adverts, for example) at the end of posts and pages, as well as the ability for you to write custom <a href="http://www.alistapart.com/articles/perfect404/">404 error messages</a>. Instead of just linking back to your front page you could link visitors to your archives or tag page, or include a search field.</p>
<p>This release should also be compatible with WordPress 2.1: we&#8217;ve updated various things like links listings and the navbar code to make them work with the new functions and database schema present in 2.1. If you find any incompatibilities between this release and WordPress 2.1, or that we&#8217;ve broken anything in <acronym title="WordPress">WP</acronym> 2.0.x, please let us know so we can get a patch out quickly!</p>
<p>Lastly, we&#8217;ve fixed a number of bugs and tidied up the code in various places. A number of little scripts have been made into functions and can now be found in <code>functions.php</code>, which leaves the markup skeleton a lot tidier and easier to read and amend.</p>
<p>Many thanks to all our contributors, especially our tireless translation team, and I hope you enjoy using Tarski 1.2.2.</p>
<p class="insert">Please post any bugs or suggestions <a href="http://tarskitheme.com/forum/">on the forum</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2007/01/26/122-release/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
		<item>
		<title>1.2 Release</title>
		<link>http://tarskitheme.com/2006/12/06/12-release/</link>
		<comments>http://tarskitheme.com/2006/12/06/12-release/#comments</comments>
		<pubDate>Wed, 06 Dec 2006 00:01:24 +0000</pubDate>
		<dc:creator>Ben Eastaugh</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[1.2]]></category>
		<category><![CDATA[bugs]]></category>
		<category><![CDATA[changelog]]></category>
		<category><![CDATA[customisability]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[features]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[theme hooks]]></category>

		<guid isPermaLink="false">http://tarskitheme.com/2006/12/06/12-release/</guid>
		<description><![CDATA[The long-awaited 1.2 release includes a total rewrite of Tarski's positioning markup, improved trackback support, and some groundwork towards localisation of the theme.]]></description>
			<content:encoded><![CDATA[<p>After however months it&#8217;s been since our last release, <strong>Tarski 1.2</strong> is finally here. <a href="http://tarskitheme.com/help/changelog/#v1.2">Here&#8217;s the changelog</a>, which gives details on the various fixes, tweaks and new features.</p>
<p>Since most people won&#8217;t want to trudge through the changelog, here&#8217;s a brief list of some of the major things we&#8217;ve added, many of them after user requests.</p>
<p>There are now links to next and previous entries in individual archive pages, so people can navigate from entry to entry. There&#8217;s also pagination support for posts and pages, so you can make multiple-page posts and pages.</p>
<p>Also included is the pagination of index pages (like category and date archives, the front page, and so on). This is completely optional: you can enable or disable it at will from the Tarski Options page.</p>
<p>There&#8217;s some under-the-hood stuff, like better trackback and language support (so that people can do translations: more on this later). We&#8217;ve also added more <a href="http://tarskitheme.com/help/theme-hooks/">theme hooks</a>, and done default styling for a number of additional <acronym title="Hypertext Markup Language">HTML</acronym> elements.</p>
<h3>Styling &amp; Markup</h3>
<p>Two things in this release: firstly, we&#8217;ve added <code>insert</code> classes (see the contents listing on the <a href="http://tarskitheme.com/help/">Docs &amp; Help</a> page for an example) to let you add things like updates and menus without having to write your own <acronym title="Cascading Stylesheets">CSS</acronym>. I&#8217;ll probably write up a brief tutorial some time in the next few days.</p>
<p>Secondly, and more majorly, <em>Tarski&#8217;s positioning markup has been substantially rewritten</em>. This will most likely break some people&#8217;s custom styles, which is why I hesitated so long over making the changes, but I&#8217;m convinced that they will not only make it easier for people to write custom styles but that it will also make working with those styles a much more enjoyable experience.</p>
<p>The new code is more streamlined, more global, and better laid-out. I hope you&#8217;ll take advantage of the many improvements in 1.2, break your old styles, and rewrite them under the new system.</p>
<p>Experienced <acronym title="Cascading Stylesheets">CSS</acronym> coders will be able to evaluate the changes just by looking at the code, but here&#8217;s the executive summary, culled from <a href="http://tarskitheme.com/help/roadmap/"">the roadmap</a>&#8216;s notes on this change:</p>
<blockquote><h3 id="css-rewrite">CSS Rewrite Notes</h3>
<p>The plan is to replace the numerous, purpose-written <code>class</code>es and <code>id</code>s with a simpler, standardised system. The two basic building-blocks currently being worked on include a <code>content</code> class&#8212;for areas like blog entries, text widgets, the &#8216;about&#8217; text, and so on&#8212;and a couple of positioning classes, probably <code>primary</code> and <code>secondary</code>, for the creation of floated columns.</p>
<p>A fairly thorough pruning and re-organisation of the main <code>style.css</code> file will probably be carried out at the same time. New documentation may be added to help people writing alternate styles to easily manipulate our styling system.</p></blockquote>
<h3><a href="http://tarskitheme.com/help/localisation/">Localisation</a></h3>
<p>We were going to wait, so we could include translations in this version, but we decided just to get 1.2 out there and release new versions as and when translations arrive. You can download the from <a href="http://tarskitheme.com/help/localisation/">our localisation page</a>.</p>
<p>Please post translation submissions <a href="http://tarskitheme.com/forum/">on the forum</a>, it makes it a lot easier for us if support and modification stuff goes through there. Alternatively, if you&#8217;re feeling shy, you could <a href="http://ionfish.co.uk/about/">email me</a> with your work.</p>
<h3>In Closing</h3>
<p>Many, many thanks to our beta testers and the various problems they reported. Tarski 1.2 is undoubtedly a more polished release due to their hard work.</p>
<p>That&#8217;s all for now, ladies and gentlemen; we hope you enjoy using Tarski 1.2.</p>
<p class="insert">As always, post any bugs (and there will be some, despite the devoted efforts of our testers) <a href="http://tarskitheme.com/forum/">on the forum</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tarskitheme.com/2006/12/06/12-release/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
	</channel>
</rss>
