<?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>Simplish &#187; gallery</title>
	<atom:link href="http://simplish.pomfolio.com/dev/t/gallery/feed/" rel="self" type="application/rss+xml" />
	<link>http://simplish.pomfolio.com</link>
	<description>is a kind of Scribbish</description>
	<lastBuildDate>Mon, 15 Aug 2011 01:39:35 +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>Simplish version 2.1</title>
		<link>http://simplish.pomfolio.com/dev/2008/09/01/simplish-21/</link>
		<comments>http://simplish.pomfolio.com/dev/2008/09/01/simplish-21/#comments</comments>
		<pubDate>Mon, 01 Sep 2008 07:06:37 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[changelog]]></category>
		<category><![CDATA[date]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[meta]]></category>
		<category><![CDATA[microformats]]></category>
		<category><![CDATA[op111]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[simplish]]></category>
		<category><![CDATA[trackback]]></category>

		<guid isPermaLink="false">http://labs.utopian.net/blogs/simplish/?p=55</guid>
		<description><![CDATA[Announcing Simplish version 2.1, a fix for date formats, gallery elements, and tighter display of post metadata. <a class="more-link" href="http://simplish.pomfolio.com/dev/2008/09/01/simplish-21/">More<span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>What began as a couple patches for a minor 2.0.1 bump grew into more extensive 2.1 improvements:</p>
<ul>
<li>Trackback URI and Comments: combine display into a single element.</li>
<li>Don&#8217;t display <em>Category</em> in post meta box for <code>Uncategorized</code> posts.</li>
<li>Fix empty <code>li</code> element by displaying nothing on posts without tags. (Thanks <a href="http://hamiltonius.com">Tim Hamilton</a>.)</li>
<li>Display dates on posts and comments now honor date format settings in wp-admin -&gt; Settings -&gt; General. (Thanks demetris from <a href="http://op111.net/p51">op111.net</a>.)</li>
<li>Remove <code>header_shadow.gif</code>. Alignment changes by a few pixels; the blog title underline is now a CSS border, not an image.</li>
<li>Fix bug in <code>sp_vallery()</code> gallery shortcode override to handle links and HTML in gallery image captions.</li>
<li>Fix bug in <code>sp_vallery()</code> that created extra empty gallery <code>div</code>. (See <a href="http://code.google.com/p/sandbox-theme/issues/detail?id=122">this issue in upstream Sandbox code</a>.)</li>
<li>Standardize and simplify use of text symbols:
<ul>
<li><code>[ ]</code> (logged-in user UI elements)</li>
<li><code>|</code> (element separation)</li>
<li><code>-</code> (title element separation)</li>
<li><code>« »</code> (chronological traversal)</li>
</ul>
</li>
<li>Adopt <a href="http://microformats.org/wiki/rel-home"><code>rel=home</code></a> in header and footer links to blog&#8217;s home page.</li>
<li>Replace all remaining <code>comments_popup_link()</code> calls with <code>comments_link()</code>/<code>comments_number()</code>.</li>
<li>Don&#8217;t show post counts in default sidebar&#8217;s Archives and Categories lists.</li>
<li>A little more prep for gettext internationalization.</li>
<li>CSS cleanups and simplifications for some double-definitions. (Thanks <a href="http://threesomehour.com">threesomehour.com</a>.)</li>
<li>PHP code cleanups.</li>
<li>(Continued) Re-verification of posts and page templates for hAtom/hCard and XHMTL/CSS validity.</li>
</ul>
<p><a href="http://labs.utopian.net/wordpress/theme/simplish/simplish-2.1.tgz">Download 2.1</a> right here, or see it soon <a href="http://wordpress.org/extend/themes/simplish/">in the WordPress themes directory</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://simplish.pomfolio.com/dev/2008/09/01/simplish-21/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Simplish version 2.0</title>
		<link>http://simplish.pomfolio.com/dev/2008/08/19/simplish-20/</link>
		<comments>http://simplish.pomfolio.com/dev/2008/08/19/simplish-20/#comments</comments>
		<pubDate>Tue, 19 Aug 2008 12:24:34 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[changelog]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[hAtom]]></category>
		<category><![CDATA[hCard]]></category>
		<category><![CDATA[microformats]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[simplish]]></category>
		<category><![CDATA[sitemap]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[themes directory]]></category>

		<guid isPermaLink="false">http://labs.utopian.net/blogs/simplish/?p=44</guid>
		<description><![CDATA[Simplish version 2.0, with valid is as valid does. <a class="more-link" href="http://simplish.pomfolio.com/dev/2008/08/19/simplish-20/">More<span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h2>Major overhaul and hCard departures</h2>
<ul>
<li>Complete hcard/hatom microformatting for posts, authors, even the theme itself.</li>
<li>Blog.txt/Sandbox-inspired hCard producer functions</li>
<li>Author&#8217;s posts page `extended&#8217; author hCard, with <a href="http://gravatar.com">Gravatar</a></li>
<li>Improved Archive page (monthly, category, tag, etc) with Archive-level title</li>
<li>Implemented hAtom hfeed classes around Archives lists as appropriate</li>
<li>Add single post prev/next post links near footer</li>
<li>Standardize presentation of prev/next ^(page post), read more, and edit links, respectively, at bottom of content</li>
<li>Change to simple &#8220;Google Style&#8221; <em>Subject &#8211; Sitename</em> title elements</li>
<li>Add search term feedback in search results page title and content</li>
<li>Extensive validation and testing against: WordPress 2.6.1, WordPress 2.7-bleeding, WordPress-µ 2.6 and µ svn HEAD</li>
<li>Override default gallery shortcode to make output visually identical, but valid XHTML</li>
<li>New Sitemap template page</li>
<li>(Minor) code cleanup of Links and Archives page templates</li>
<li>Sidebar [ol ul] lists styling fixes, and show page hierarchy with indents</li>
<li>Bare beginnings of <em>gettext</em> internationalization</li>
</ul>
<p><a href="http://labs.utopian.net/wordpress/theme/simplish/simplish-2.0.tgz">Get the latest Simplish right here</a>, or see it soon <a href="http://wordpress.org/extend/themes/simplish/">in the WordPress themes directory</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://simplish.pomfolio.com/dev/2008/08/19/simplish-20/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ScribbishWP &#039;interim&#039; version 1.1-3.0</title>
		<link>http://simplish.pomfolio.com/dev/2008/05/30/scribbishwp-interim-version-11-30/</link>
		<comments>http://simplish.pomfolio.com/dev/2008/05/30/scribbishwp-interim-version-11-30/#comments</comments>
		<pubDate>Sat, 31 May 2008 00:08:53 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[changelog]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[interim]]></category>
		<category><![CDATA[release]]></category>
		<category><![CDATA[scribbishwp]]></category>
		<category><![CDATA[tags]]></category>

		<guid isPermaLink="false">http://labs.utopian.net/blogs/simplish/?p=52</guid>
		<description><![CDATA[ScribbishWP 1.1-3.0 is an interim patch to update to WordPress 2.3 and beyond. <a class="more-link" href="http://simplish.pomfolio.com/dev/2008/05/30/scribbishwp-interim-version-11-30/">More<span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h2><a href="http://labs.utopian.net/who/josh/scribbishwp/">[interim 1.1-3.0]</a></h2>
<ul>
<li>Requires WPv2.3+; Adds support for WP 2.5 features.</li>
<li>Tags taxonomy: Changed from <em>Categories</em> to <em>Tags</em> listing in post meta display (as per Scribbish 3.0)</li>
<li>Built-in Galleries (uses <code>image.php</code> from WordPress 2.5 <em>Default (Kubrick)</em> theme)</li>
<li>Gravatars in comments</li>
<li>Tested with: WordPress 2.3 &amp; 2.5.1; WordPress-µ 1.3.3 and 1.5.1</li>
<li>A patch-based update to <a href="http://pittcrew.net/geekblog/scribbishwp/">1.0-3.0, the most recent version of Kenny Pitt&#8217;s ScribbishWP</a> (c. Oct 2007)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://simplish.pomfolio.com/dev/2008/05/30/scribbishwp-interim-version-11-30/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

