<?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>Roblag &#187; json</title>
	<atom:link href="http://blog.robla.net/tag/json/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.robla.net</link>
	<description>Just like a diary, only without a way to dot the i's with hearts; robla, margl, and hazel's blog</description>
	<lastBuildDate>Thu, 08 Jul 2010 03:10:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Electowidget</title>
		<link>http://blog.robla.net/2005/electowidget/</link>
		<comments>http://blog.robla.net/2005/electowidget/#comments</comments>
		<pubDate>Tue, 01 Nov 2005 02:11:01 +0000</pubDate>
		<dc:creator>robla</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[Wonk]]></category>
		<category><![CDATA[election]]></category>
		<category><![CDATA[Electorama]]></category>
		<category><![CDATA[Electowidget]]></category>
		<category><![CDATA[instant runoff]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[MediaWiki]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Spectaclar]]></category>
		<category><![CDATA[voting]]></category>

		<guid isPermaLink="false">http://blog.robla.net/?p=30</guid>
		<description><![CDATA[For the past couple of months, I've been working on <a href="http://electorama.com/electowidget">Electowidget</a>.    Electowidget is a plugin for MediaWiki designed to make it possible to conduct Internet polls and elections using many different <a href="http://en.wikipedia.org/wiki/Voting_systems">voting systems</a>, including the <a href="http://en.wikipedia.org/wiki/Schulze_method">Schulze method</a>, <a href="http://en.wikipedia.org/wiki/Instant_runoff_voting" >Instant Runoff Voting</a>, <a href="http://en.wikipedia.org/wiki/Approval_voting">Approval voting</a>, and even plain old <a href="http://en.wikipedia.org/wiki/Plurality">Plurality</a>.

]]></description>
			<content:encoded><![CDATA[<p><img src="http://electorama.com/2005/electowidget/screenshot-nointro.jpg" style="float: right"/></p>
<p>For the past couple of months, I&#8217;ve been working on <a href="http://electorama.com/electowidget">Electowidget</a>.    Electowidget is a plugin for MediaWiki designed to make it possible to conduct Internet polls and elections using many different <a href="http://en.wikipedia.org/wiki/Voting_systems">voting systems</a>, including the <a href="http://en.wikipedia.org/wiki/Schulze_method">Schulze method</a>, <a href="http://en.wikipedia.org/wiki/Instant_runoff_voting" >Instant Runoff Voting</a>, <a href="http://en.wikipedia.org/wiki/Approval_voting">Approval voting</a>, and even plain old <a href="http://en.wikipedia.org/wiki/Plurality">Plurality</a>.</p>
<p>Electowidget isn&#8217;t designed for secure public elections.  Rather, it&#8217;s designed for the types of informal polls and elections that currently happen on wikis today.  It&#8217;s also designed as a tool to help election theorists provide comparitive examples of how a given result will be tabulated comparing multiple different systems.</p>
<p>All data is stored on wiki pages, in <a href="http://json.org">JSON format</a>, and some parts of the system currently require you to get your hands dirty editing JSON.  My next step is to hide as much of the JSON away from the end user as possible, so that editing raw JSON<br />
isn&#8217;t necessary.  One nice bit about JSON is that it&#8217;s a very machine-friendly format, so I don&#8217;t anticipate that step being too tough to accomplish.</p>
<p>The ultimate goal is to make a library that can plugged into most any CMS or other PHP application.  A lot of the functionality is already such that this is possible.</p>
<p>This work is seemingly unrelated to my work on <a href="http://spectaclar.org">Spectaclar</a> (user management project), but there is a tie-in.  I&#8217;ve done some initial work on a CMS-independence layer which can be helpful in porting plugins to different CMS systems.  I haven&#8217;t decided yet just how far I&#8217;ll take this, but I keep this idea in the back of my mind whenever I&#8217;m in that part of the code.</p>
<p>Anyway, I hope people find this useful.  I anticipate it&#8217;ll be useful for at least some of the things I&#8217;m doing, so I suppose that&#8217;s good enough for me.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.robla.net/2005/electowidget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I hope someone is working on Kwalify-type support for JSON/PHP</title>
		<link>http://blog.robla.net/2005/i-hope-someone-is-working-on-kwalify-type-support-for-jsonphp/</link>
		<comments>http://blog.robla.net/2005/i-hope-someone-is-working-on-kwalify-type-support-for-jsonphp/#comments</comments>
		<pubDate>Mon, 05 Sep 2005 07:33:41 +0000</pubDate>
		<dc:creator>robla</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[json]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Spectaclar]]></category>
		<category><![CDATA[yaml]]></category>

		<guid isPermaLink="false">http://blog.robla.net/?p=24</guid>
		<description><![CDATA[I&#8217;m working on a PHP app that uses JSON, and I realized I needed a validator. Hrm&#8230;nothing seems to be out there. However, if I was using Ruby and YAML instead, I could use Kwalify. Alas, neither is an option for what I&#8217;m working on (an election plug-in for MediaWiki), so I&#8217;ll have to wing [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m working on a PHP app that uses JSON, and I realized I needed a validator.  Hrm&#8230;nothing seems to be out there.  However, if I was using Ruby and YAML instead, I could use <a href="http://www.kuwata-lab.com/kwalify/">Kwalify</a>.  Alas, neither is an option for what I&#8217;m working on (an election plug-in for MediaWiki), so I&#8217;ll have to wing it.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.robla.net/2005/i-hope-someone-is-working-on-kwalify-type-support-for-jsonphp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

