<?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; op111</title>
	<atom:link href="http://simplish.pomfolio.com/dev/t/op111/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.7</title>
		<link>http://simplish.pomfolio.com/dev/2009/04/07/simplish-217/</link>
		<comments>http://simplish.pomfolio.com/dev/2009/04/07/simplish-217/#comments</comments>
		<pubDate>Tue, 07 Apr 2009 08:39:09 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[changelog]]></category>
		<category><![CDATA[greek]]></category>
		<category><![CDATA[i18n]]></category>
		<category><![CDATA[l10n]]></category>
		<category><![CDATA[op111]]></category>
		<category><![CDATA[translation]]></category>

		<guid isPermaLink="false">http://labs.utopian.net/blogs/simplish/?p=87</guid>
		<description><![CDATA[Simplish 2.1.7 completes the internationalization framework, with a Greek localization of the theme to celebrate. <a class="more-link" href="http://simplish.pomfolio.com/dev/2009/04/07/simplish-217/">More<span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h2>Hello, World!, or καλημέρα κόσμε!</h2>
<p>The latest work on Simplish tried to scratch out the last un-gettext&#8217;d strings in the theme and finally generate a localization template (<code>.pot</code> file). The internationalization infrastructure is now in place, and Simplish is ready for translation into <em>your</em> language.</p>
<p>2.1.7 ships with a Greek (<code>el</code>) localization provided by Demetris from <a href="http://op111.net">op111.net</a>. To activate a translated version of the theme, follow <a href="http://codex.wordpress.org/Installing_WordPress_in_Your_Language">these instructions</a> to set your <code>WPLANG</code> and make WordPress run in your locale. If a <code>.mo</code> file for the locale exists in the <code>simplish/languages</code> subdirectory (true only for <code>el</code> right now), the theme will load it.</p>
<h5>Download</h5>
<p><a href="http://labs.utopian.net/wordpress/theme/simplish/simplish-2.1.7.tgz">Download Simplish version 2.1.7 here</a>, or see it soon <a href="http://wordpress.org/extend/themes/simplish">in the WordPress themes directory</a>.</p>
<h4>Adding your own language to Simplish</h4>
<p>To translate Simplish into your language, use the included <code>languages/simplish.pot</code> template to generate a <code>.po</code> file with the letter-encoding for your locale (e.g., <code>fr_FR</code> for the &#8220;French, France&#8221; locale). Then provide a translation for each string, saving the resulting <code>.po</code> and </code>.mo</code> files in the theme's <code>languages</code> subdirectory.</p>
<p>You can place a pointer to your translated .po file in the comments for inclusion in future versions of Simplish, or send them or a pointer via email. Given demand, we'll add features to the git repo available at <code>git://labs.utopian.net/simplish</code> to make for easier collaboration, but for now, git-format patches to add your translation will certainly be warmly received.</p>
<h4>Farewell, valid Galleries</h4>
<p>Unlike earlier versions, 2.1.7 uses the built-in WordPress gallery shortcode function instead of a custom version. This enables the settings for number of columns and other layout options that previously didn't work with the custom gallery implementation. Unfortunately, unlike the former <code>sp_vallery()</code> function in Simplish, the core WordPress gallery does <em>not</em> emit valid <span class="caps">XHTML</span>.</p>
<p>We expect WordPress's gallery shortcode will be changed to create valid <span class="caps">XHTML</span> at some point. Until then, any page/post including an image gallery will be invalid markup, unless a plugin or other workaround is used. The <a href="http://wordpress.org/extend/plugins/cleaner-gallery/"><em>Cleaner Gallery</em> plugin</a> by Justin Tadlock has worked well for us.</p>
<h4>Changes in version 2.1.7</h4>
<ul>
<li>Move most view-bottom prev/next navigation out to an included template, <code>prevnextnav.php</code>.</li>
<li>Delete the <code>sp_vallery()</code> function &amp; don't filter WP core's gallery shortcode.</li>
<li>Wrap user-visible strings with gettext <code>_e()</code> and <code>__()</code> macros.</li>
<li>Change post byline to use a dash (<code>-</code>) to avoid issue with context of "at" in multiple languages, in absence of support in themes for gettext "contexts".</li>
<li>Stop using <span class="caps">CSS</span> <code>text-transform: uppercase</code> in archive headings to avoid issue with accented characters in uppercase in many non-English languages.</li>
<li>Add <code>languages/</code> subdirectory and code to get locale files from there.</li>
<li>Generate gettext <code>.pot</code> translatable strings template.</li>
<li>Add <code>el.^(po mo)</code> localization files for Greek locale. Thanks Demetris at op111.net.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://simplish.pomfolio.com/dev/2009/04/07/simplish-217/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<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>Exceedingly Clean (like Paul&#039;s Grandpa)</title>
		<link>http://simplish.pomfolio.com/dev/2008/08/20/exceedingly-clean/</link>
		<comments>http://simplish.pomfolio.com/dev/2008/08/20/exceedingly-clean/#comments</comments>
		<pubDate>Wed, 20 Aug 2008 11:52:20 +0000</pubDate>
		<dc:creator>Josh</dc:creator>
				<category><![CDATA[sightings]]></category>
		<category><![CDATA[blog.txt]]></category>
		<category><![CDATA[op111]]></category>
		<category><![CDATA[plaintxt.org]]></category>
		<category><![CDATA[sandbox]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://labs.utopian.net/blogs/simplish/?p=54</guid>
		<description><![CDATA[Simplish on op111.net's WordPress theme shortlist. <a class="more-link" href="http://simplish.pomfolio.com/dev/2008/08/20/exceedingly-clean/">More<span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Simplish made an appearance on <a href="http://op111.net/p51">op111.net&#8217;s 5-theme shortlist for WordPress</a>. I almost missed the trackback because I was moving the <a href="http://labs.utopian.net/blogs/simplish-demo/">demo blog</a> to make way for this space.</p>
<p>In the end, op111&#8242;s <a href="http://www.kikizas.net/">demetris</a> chose to apply his own styling to <a href="http://scottwallick.com">Scott Wallick</a>&#8216;s excellent <a href="http://plaintxt.org/themes/sandbox/"><em>Sandbox</em></a> theme. I came close to doing the same thing when I went looking for a snazzy &#8216;default&#8217;-kinda theme for Utopian.net&#8217;s use &#8211; and for <a href="http://labs.utopian.net/blogs/josh/">my own blog</a> at the Labs. I decided to adopt and update <a href="http://pittcrew.net/geekblog/">Kenny</a>/<a href="http://quotedprintable.com">Jeffrey</a>&#8216;s ScribbishWP, but since I started changing and departing from both <a href="http://pittcrew.net/geekblog/scribbishwp/">ScribbishWP</a> (in code) and <a href="http://quotedprintable.com/pages/scribbish">Scribbish</a> itself (in style), the <a href="http://plaintxt.org">plaintxt.org</a> themes like <em>Sandbox</em> and <a href="http://plaintxt.org/themes/blogtxt/"><em>blog.txt</em></a> have inspired choices for Simplish. We even copy their code: the two basic <a href="http://microformats.org/wiki/hcard">hCard</a> producer functions used in Simplish 2.0 are derived from blog.txt source (closely enough that Scott&#8217;s copyright has joined the <a href="http://labs.utopian.net/blogs/simplish/about/">NOTICE</a>.)</p>
<p>op111&#8242;s list has some references to the many uses folks make of the Sandbox plus some chameleon CSS &#8211; Sandbox comes out of the box looking like 1995, but can be made into anything you can tweak into and copy out of <a href="http://getfirebug.com/">Firebug</a>. My favorite is still Sandbox co-creator <a href="http://skeltoac.com/">Andy Skelton&#8217;s re-implementation of WordPress&#8217;s default/kubrick theme atop Sandbox</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://simplish.pomfolio.com/dev/2008/08/20/exceedingly-clean/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

