<?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</title>
	<atom:link href="http://swush.firefang.net/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>
		<item>
		<title>swush-0.91</title>
		<link>http://swush.firefang.net/2009/04/swush-091/</link>
		<comments>http://swush.firefang.net/2009/04/swush-091/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 08:29:32 +0000</pubDate>
		<dc:creator>Omry</dc:creator>
				<category><![CDATA[Swush]]></category>

		<guid isPermaLink="false">http://swush.firefang.net/2009/04/swush-091/</guid>
		<description><![CDATA[Released a new version, that fixes a few bugs in the parser. * Fixed comments to be properly ignored. * Fixed escaped quotes \” to be passed to the client unescaped. * added a few more possible character to WORD, such as . ./ and \]]></description>
			<content:encoded><![CDATA[<p>Released a new version, that fixes a few bugs in the parser.</p>
<p> * Fixed comments to be properly ignored.<br />
 * Fixed escaped quotes \” to be passed to the client unescaped.<br />
 * added a few more possible character to WORD, such as . ./  and \</p>
]]></content:encoded>
			<wfw:commentRss>http://swush.firefang.net/2009/04/swush-091/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Swush</title>
		<link>http://swush.firefang.net/2009/04/swush/</link>
		<comments>http://swush.firefang.net/2009/04/swush/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 17:27:32 +0000</pubDate>
		<dc:creator>Omry</dc:creator>
				<category><![CDATA[Swush]]></category>

		<guid isPermaLink="false">http://swush.firefang.net/?p=43</guid>
		<description><![CDATA[Sick and tired of XML as a human interface? You came to the right place! Swush is a simple markup language ideal for configuration files and structured data that should be manipulated by both people and computers. Here is an example of a swush configuration file: server{ connector{ protocol : http port : 8080 host [...]]]></description>
			<content:encoded><![CDATA[<p>Sick and tired of XML as a human interface?<br />
You came to the right place!<br />
Swush is a simple markup language ideal for configuration files and structured data that should be manipulated by both people and computers.<br />
Here is an example of a swush configuration file:</p>
<pre><!--BEGIN enscript-->
server{
    connector{
         protocol : http
         port : 8080
         host : localhost
    }

    log{
        output{
             file : /var/log/server.log
             format : %t%s
        }
    }
}<!--END enscript--></pre>
<p><br/><br />
Check the <a href="http://swush.firefang.net/what-is-swush/">what is swush</a> page for more information.<br />
There is already a working Java implementation available at the download page.</p>
]]></content:encoded>
			<wfw:commentRss>http://swush.firefang.net/2009/04/swush/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>

