<?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>NPSC Blog &#187; e-government</title>
	<atom:link href="http://www.psnetwork.org.nz/blog/tag/e-government/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.psnetwork.org.nz/blog</link>
	<description>The public affairs practice in New Zealand Government</description>
	<lastBuildDate>Mon, 02 Aug 2010 22:27:30 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Microformats &amp; the govt media release [beta]</title>
		<link>http://www.psnetwork.org.nz/blog/2007/02/27/microformats-govt-release/</link>
		<comments>http://www.psnetwork.org.nz/blog/2007/02/27/microformats-govt-release/#comments</comments>
		<pubDate>Tue, 27 Feb 2007 02:31:23 +0000</pubDate>
		<dc:creator>Jason Ryan</dc:creator>
				<category><![CDATA[Public affairs]]></category>
		<category><![CDATA[Social media]]></category>
		<category><![CDATA[Web standards]]></category>
		<category><![CDATA[e-government]]></category>
		<category><![CDATA[hrelease]]></category>
		<category><![CDATA[microformats]]></category>
		<category><![CDATA[new zealand]]></category>

		<guid isPermaLink="false">http://psnetwork.org.nz/blog2/?p=41</guid>
		<description><![CDATA[I posted last year about microformats and the social media release, as an introduction to developments in this space and how microformats have the potential to radically alter the way that we produce, publish and syndicate content across the government namespace.
Rather than just comment from the sidelines, I thought I would prepare and publish a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://microformats.org" title="Microformats: home"><img class="thumb" src="http://psnetwork.org.nz/blog/wp-content/themes/npsc2/images2/microformats.gif" title="Microformats icon" alt="microfomats logo." /></a>I posted last year about <a href="http://www.psnetwork.org.nz/blog/2006/12/13/microformats-and-smr/" title="Post on microformats and the social media release">microformats and the social media release</a>, as an introduction to developments in this space and how microformats have the potential to radically alter the way that we produce, publish and syndicate content across the government namespace.</p>
<p>Rather than just comment from the sidelines, I thought I would prepare and publish a media release as a <a class="external" href="http://www.socialtext.net/hRelease/index.cgi" title="hRelease workspace wiki">hRelease</a>, the proposed microformat for the social media release. I hesitate to call this a social media release because &ndash;being a government release&ndash; it doesn&#8217;t <em>look</em> like the <a class="external" href="http://www.pr-squared.com/2006/05/the_social_media_press_release.html" title="PR Squared template">templates</a> that have been proposed. However, under the hood, it is very much an attempt (albeit preemptive &mdash; hRelease has not yet made it to <a class="external" href="http://microformats.org/wiki/Main_Page#Drafts" title="Microformats wiki: drafts">&#8216;draft&#8217;</a> status yet) to publish a semantically enhanced media release.</p>
<p>So here it is: just off the shelf, the first New Zealand government hRelease: <a class="external" href="http://e.govt.nz/resources/news/2007/20070227.html" title="E-government website: media release">SSC signs all-of-govt deal for Google boxes</a>.</p>
<p>The real departure from the examples that are already in the wild (<a class="external" href="http://www.urlwire.com/news/103006.html" title="One with video">one</a>, <a class="external" href="http://www.prweb.com/releases/2006/9/prweb435099.htm" title="another example">two</a> and <a class="external" href="http://www.prnewswire.com/mnr/shift/24521/" title="the very first social media release">three</a>) is the detail in the markup. If you view the source of these pages, you will see that the content is just jammed into (for the most part) a ratmangle of nested tables, <code>font</code> tags and other cruft that severely undermines the <a class="external" href="http://microformats.org/about/" title="Microformats: about">principles of microformatting</a> content in the first place.</p>
<p>Yes, the content should be usable by humans first. For public sector communicators, that means <em>everyone</em>. People using text readers because of vision impairments or people on 28k dialup in Taihape. The content should also be usable by machines, hence the microformatting. Publish it once at the authoritative source (your agency) and ensure that it can be syndicated and reused by whoever chooses to do so <em>with minimum effort</em>.</p>
<h2>The Markup</h2>
<p>I have tried to use existing microfomat properties and work from the <a class="external" href="http://www.socialmediarelease.org/2006/11/02/elements-of-the-social-media-release/" title="Elements post">elements for hRelease</a> as outlined by Chris Heuer. It was also a given that the page would <a class="external" href="http://validator.w3.org/check/referer" title="Validate the HTML on this page">validate</a>. The best way to see this is to look at the code:</p>
<ol class="code">
<li><code>&lt;div class="hrelease"&gt;</code></li>
<li class="tab1"><code>&lt;h2 class="headline"&gt; SSC signs all...</code></li>
<li class="tab2"><code>&lt;abbr class="dtreleased" title="20070227"&gt;February 27, 2007&lt;/abbr&gt;&lt;/span</code></li>
<li class="tab2"><code>&lt;p&gt;The &lt;span class="fn org"&gt;State Services Commission&lt;/span&gt; today...</code></li>
</ol>
<p>You can see how the content is marked up so as to make it semantically rich. The heading is given the class <code>headline</code>, the agency is marked as <code>"fn org"</code>, full name organisation etc, all of which makes the whole document much more usable &mdash; for people <em>and</em> for machines. This is critical for search. You could, for example only spider for <code>hrelease</code> results, or for contact details <code>vcard</code>. So within the hRelease, I have added my contact details as an hCard:</p>
<ol class="code">
<li><code>&lt;p&gt;&lt;div class="vcard"&gt;Contact:</code></li>
<li class="tab1"><code>&lt;span class="fn"&gt;Jason Ryan&lt;/span&gt;&lt;br / &gt;</code></li>
<li class="tab1"><code>&lt;span class="tel"&gt;</code></li>
<li class="tab2"><code>&lt;span class="type"&gt;DDI&lt;/span&gt;:</code></li>
<li class="tab2"><code>&lt;span class="value"&gt;04 495 2850&lt;/span&gt;...</code></li>
</ol>
<p>Not only is this format more accessible to people and machines, it is actually usable. There is a <a class="external" href="https://addons.mozilla.org/firefox/4106/" title="Operator: extension for Firefox">Firefox extension</a> that allows you to click on microformatted information in web pages and it will initiate application sequences. So, in the case of hCard, clicking on the microformat will open your address book (in Thunderbird or Outlook, say) and you can save all the information then and there. Geo formatted information will open <a class="external" href="http://maps.google.com/" title="Google maps: home">Google Maps</a> and show you exactly where the place or event is, hCalendar will open your calendar application and allow you to save the event. Pure genius. This functionality will be fully <a class="external" href="http://www.readwriteweb.com/archives/software_mutation_part2.php" title="Read/WriteWeb article: software mutations pt2">integrated into Firefox 3</a>.</p>
<p>From here on in it gets a bit more opaque, so I should note that the rest of the markup is <em>provisional</em> only, until hRelease makes it to draft and some of the properties are specified.</p>
<p>I wanted to add resources, in this case an image, <a class="external" href="http://del.icio.us" title="Del.icio.us: social bookmarking">del.icio.us</a> links and <a class="external" href="http://technorati.com/" title="Technorati blog search">Technorati tags</a>. I dropped the first two into a <code>&lt;div class="links"&gt;</code>. A property for the image had already been described in the <a class="external" href="http://microformats.org/wiki/hcard#Property_List" title="hCard properties">hCard spec</a>, so that saved some improvisation.</p>
<p>The tags were another matter. I created a <code>&lt;div class="tags"&gt;</code> (I know, crazy eh?) on a best-guess basis, but I am happy to consider alternatives.</p>
<p>That is about the extent of it. Have a look at the release and, bearing in mind that it is a work in progress, let me know where I went wrong. Or just tell me if you think all the extra markup is a complete waste of time&#8230;</p>
<h2>Updated 22/7/07</h2>
<p>After reading this post from the Web Standards Group on the accessibility issues around <a class="external" href="http://www.webstandards.org/2007/04/27/haccessibility/" title="hAccessibility post">abbreviations in microformats</a>, I have reworked the code for the most recent e-government hRelease (on <a class="external" href="http://www.e.govt.nz/resources/news/2007/20070717.html" title="E-government media release">new search for newzealand.govt.nz</a>). The dateline now looks like this:</p>
<ol class="code">
<li><code>&lt;h3 class="dateline"&gt;&lt;span class="dtreleased" title="20070717"&gt;July 17, 2007&lt;/span&gt;&lt;/h3&gt;</code></li>
</ol>
<p>While, not an ideal solution, it does make it more accessible for people using assistive technologies.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.psnetwork.org.nz/blog/2007/02/27/microformats-govt-release/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>

