<?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>Defective Semantics &#187; hobix</title>
	<atom:link href="http://scarff.id.au/blog/tag/hobix/feed/" rel="self" type="application/rss+xml" />
	<link>http://scarff.id.au</link>
	<description>Dean Scarff's perpetual struggle with technology, and other anecdotes</description>
	<lastBuildDate>Thu, 03 Nov 2011 22:39:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>wordpress it is *sigh*</title>
		<link>http://scarff.id.au/blog/2008/wordpress-it-is-sigh/</link>
		<comments>http://scarff.id.au/blog/2008/wordpress-it-is-sigh/#comments</comments>
		<pubDate>Mon, 04 Feb 2008 01:46:53 +0000</pubDate>
		<dc:creator>Dean</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[blogware]]></category>
		<category><![CDATA[hobix]]></category>
		<category><![CDATA[reStructuredText]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://scarff.id.au/?p=3</guid>
		<description><![CDATA[<p>While my search for <em>good</em> blogware has turned up the empty set, I&#8217;ve taken the easy option and gone with wordpress.</p>
<p>What did I want from my blogware?  Well:</p>
<ul>
<li>a minimal markup for inline formatting</li>
<li>the ability to copy and paste code without having to escape it or encode HTML entities</li>
<li>extending the code to be fun&#8230;</li>
</ul>
<p>The only decent markup language I&#8217;ve come across is reStructuredText, although I can tolerate mediawiki&#8217;s.  It does things <b>right</b>:</p>
<ul>
<li>the markup is pretty close to what I&#8217;d use if I was posting in plain text</li>
<li>you can escape the markup if you need to</li>
<li>you don&#8217;t need to escape literal blocks (apart from indenting them)</li>
<li>it supports higher-level things like metadata, xrefs, citations</li>
</ul>
<p>The only problem is that it&#8217;s very python-centric.  Even though it&#8217;s semi-standardised, it evolves as the docutils dev team add features to the docutils processor.  There&#8230; <a href="http://scarff.id.au/blog/2008/wordpress-it-is-sigh/" class="read_more">more</a></p>]]></description>
			<content:encoded><![CDATA[<p>While my search for <em>good</em> blogware has turned up the empty set, I&#8217;ve taken the easy option and gone with wordpress.</p>
<p>What did I want from my blogware?  Well:</p>
<ul>
<li>a minimal markup for inline formatting</li>
<li>the ability to copy and paste code without having to escape it or encode HTML entities</li>
<li>extending the code to be fun&#8230;</li>
</ul>
<p>The only decent markup language I&#8217;ve come across is <a href="http://docutils.sourceforge.net/docs/user/rst/quickref.html">reStructuredText</a>, although I can tolerate mediawiki&#8217;s.  It does things <b>right</b>:</p>
<ul>
<li>the markup is pretty close to what I&#8217;d use if I was posting in plain text</li>
<li>you can escape the markup if you need to</li>
<li>you don&#8217;t need to escape literal blocks (apart from indenting them)</li>
<li>it supports higher-level things like metadata, xrefs, citations</li>
</ul>
<p>The only problem is that it&#8217;s very python-centric.  Even though it&#8217;s semi-standardised, it evolves as the docutils dev team add features to the docutils processor.  There aren&#8217;t processors for perl, ruby or C, so it&#8217;s not the why-aren&#8217;t-we-using-this-it&#8217;ll-work-ootb solution that, say, YAML is in its domain.</p>
<p>The plugin that sealed the deal with wordpress was <a href="https://launchpad.net/rest-wordpress/">reST for wordpress</a>.  It is a hack: it calls &#8220;rst2html&#8220; and rips the body out, and recommends you turn off the &#8220;correct invalidly nested XHTML automatically&#8221; feature of wordpress (although this may be to avoid pre-processing, rather than because the rst output is broken).</p>
<p>I <em>really wanted</em> <a href="http://redcloth.org/hobix.com/">hobix</a> to work.  It wasn&#8217;t going to happen.  Apart from the markup issues, its maintenance future <a href="http://article.gmane.org/gmane.comp.web.hobix.general/419">doesn&#8217;t look bright</a>.  A bunch of stuff is broken, and from my exposure to that code base, adding my own plugins is likely to be anything but fun.</p>
<p>The motivation to post is at the critical lower bound as it is, without procrastinating about mending the posting-platform.</p>
]]></content:encoded>
			<wfw:commentRss>http://scarff.id.au/blog/2008/wordpress-it-is-sigh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

