<?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; Swush</title>
	<atom:link href="http://swush.firefang.net/category/swush/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.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>

