<?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>Swush &#187; Uncategorized</title>
	<atom:link href="http://swush.firefang.net/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://swush.firefang.net</link>
	<description>Swush - the markup language for puny humans</description>
	<lastBuildDate>Tue, 04 Aug 2009 21:13:18 +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>Swush 0.93</title>
		<link>http://swush.firefang.net/2009/08/swush-0-93/</link>
		<comments>http://swush.firefang.net/2009/08/swush-0-93/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 21:13:18 +0000</pubDate>
		<dc:creator>Omry</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://swush.firefang.net/?p=65</guid>
		<description><![CDATA[Released Swush 0.93. Changes includes: This is the first actually usable release, I have been using it in production for some time now. Swush is still in beta though. Changed arrays syntax and relevant API. arrays are now in the form : name {a b c}, and can have both string elements and normal swush [...]]]></description>
			<content:encoded><![CDATA[<p>Released Swush 0.93.</p>
<p>Changes includes:</p>
<ul>
<li>This is the first actually usable release, I have been using it in production for some time now. Swush is still in beta though.</li>
<li>Changed arrays syntax and relevant API. arrays are now in the form : name {a b c}, and can have both string elements and normal swush nodes : name {a b c:d d{1:2}}</li>
<li>Improved Swush api:
<ul>
<li>Added various selector API calls to the Swush class, for example:
<ul>
<li>long selectLongProperty(String selector) : Select a long property (Int, Boolean, Float etc are also available)</li>
<li>float selectFloatProperty(String selector, float _default)  : Select a Float property, and return default_ if it&#8217;s not found (same api available for other types)</li>
</ul>
</li>
<li>Added various manipulator methods, for example:
<ul>
<li>Swush addPair(String name, String value) : Adds a new Pair (key value pair) to a node and return the new key-value node.</li>
<li>Swush addNode(String name) : Adds a new node and returns it.</li>
<li>Swush addArray(String name, String &#8230; array) : Adds a new array node and returns it.</li>
</ul>
</li>
</ul>
</li>
<li>General bug fixes.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://swush.firefang.net/2009/08/swush-0-93/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Swush 0.92</title>
		<link>http://swush.firefang.net/2009/05/swush-092/</link>
		<comments>http://swush.firefang.net/2009/05/swush-092/#comments</comments>
		<pubDate>Fri, 08 May 2009 16:45:33 +0000</pubDate>
		<dc:creator>Omry</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://swush.firefang.net/?p=59</guid>
		<description><![CDATA[Released 0.92. this release is actually usable. please report any bugs.Note, the What-is-swush page was updated to reflect the current state of Swush. Changelog: Created a test suite that can test any implementation (see test/TestDriver.java) Added file header (@swush [encoding]) Added preliminary support for arrays, for example : name[a b c]]]></description>
			<content:encoded><![CDATA[<p>Released 0.92. this release is actually usable. please report any bugs.<br />Note, the What-is-swush page was updated to reflect the current state of Swush.</p>
<p>Changelog:</p>
<ul>
<li>
	Created a test suite that can test any implementation (see test/TestDriver.java)</li>
<li>
	Added file header (@swush [encoding])</li>
<li>
	Added preliminary support for arrays, for example : name[a b c]</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://swush.firefang.net/2009/05/swush-092/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

