<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: swush-0.91</title>
	<atom:link href="http://swush.firefang.net/2009/04/swush-091/feed/" rel="self" type="application/rss+xml" />
	<link>http://swush.firefang.net/2009/04/swush-091/</link>
	<description>Swush - the markup language for puny humans</description>
	<lastBuildDate>Mon, 27 Apr 2009 15:29:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Omry</title>
		<link>http://swush.firefang.net/2009/04/swush-091/comment-page-1/#comment-23</link>
		<dc:creator>Omry</dc:creator>
		<pubDate>Mon, 27 Apr 2009 15:29:52 +0000</pubDate>
		<guid isPermaLink="false">http://swush.firefang.net/2009/04/swush-091/#comment-23</guid>
		<description>SamSol, good point.
although I think it does not change anything in regard to preserving comments.
you just preserve the multiline comments including whatever elements are in it.</description>
		<content:encoded><![CDATA[<p>SamSol, good point.<br />
although I think it does not change anything in regard to preserving comments.<br />
you just preserve the multiline comments including whatever elements are in it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SamSol</title>
		<link>http://swush.firefang.net/2009/04/swush-091/comment-page-1/#comment-16</link>
		<dc:creator>SamSol</dc:creator>
		<pubDate>Mon, 27 Apr 2009 11:49:52 +0000</pubDate>
		<guid isPermaLink="false">http://swush.firefang.net/2009/04/swush-091/#comment-16</guid>
		<description>Multiline comments also can be used to hide (disable) part of swush file.
Other way to disable part in swush file is renaming keys.
xmpp-client-config {
    account {
        server: server1
    }
    dont-start-this-account {
        server: server2
    }
}</description>
		<content:encoded><![CDATA[<p>Multiline comments also can be used to hide (disable) part of swush file.<br />
Other way to disable part in swush file is renaming keys.<br />
xmpp-client-config {<br />
    account {<br />
        server: server1<br />
    }<br />
    dont-start-this-account {<br />
        server: server2<br />
    }<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Omry</title>
		<link>http://swush.firefang.net/2009/04/swush-091/comment-page-1/#comment-14</link>
		<dc:creator>Omry</dc:creator>
		<pubDate>Mon, 27 Apr 2009 11:44:00 +0000</pubDate>
		<guid isPermaLink="false">http://swush.firefang.net/2009/04/swush-091/#comment-14</guid>
		<description>artm, great question, and in fact I was just discussing this exact use case with SamSol which helps me on the java side and the language definition.
for now ignore them, but a future version will probably preserve them as you suggested.</description>
		<content:encoded><![CDATA[<p>artm, great question, and in fact I was just discussing this exact use case with SamSol which helps me on the java side and the language definition.<br />
for now ignore them, but a future version will probably preserve them as you suggested.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: artm</title>
		<link>http://swush.firefang.net/2009/04/swush-091/comment-page-1/#comment-13</link>
		<dc:creator>artm</dc:creator>
		<pubDate>Mon, 27 Apr 2009 11:40:19 +0000</pubDate>
		<guid isPermaLink="false">http://swush.firefang.net/2009/04/swush-091/#comment-13</guid>
		<description>are you really ignoring comments, Omry? if swush is to be used for configuration, you want to keep the comments intact. imagine, you load the config file, user changes some settings in gui, and you save the new config back - you want old comments be kept in logical places and all. 

comments are either about what follows (comment starts on a new line) or what precedes (comment follows a variable : value pair) and should be stored in the memory representation &quot;attached&quot; appropriately, I think. then when you tweak documented settings they are stored documented.</description>
		<content:encoded><![CDATA[<p>are you really ignoring comments, Omry? if swush is to be used for configuration, you want to keep the comments intact. imagine, you load the config file, user changes some settings in gui, and you save the new config back &#8211; you want old comments be kept in logical places and all. </p>
<p>comments are either about what follows (comment starts on a new line) or what precedes (comment follows a variable : value pair) and should be stored in the memory representation &#8220;attached&#8221; appropriately, I think. then when you tweak documented settings they are stored documented.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Omry</title>
		<link>http://swush.firefang.net/2009/04/swush-091/comment-page-1/#comment-12</link>
		<dc:creator>Omry</dc:creator>
		<pubDate>Mon, 27 Apr 2009 08:54:25 +0000</pubDate>
		<guid isPermaLink="false">http://swush.firefang.net/2009/04/swush-091/#comment-12</guid>
		<description>Oops! :)
Thanks, fixed it.</description>
		<content:encoded><![CDATA[<p>Oops! <img src='http://swush.firefang.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Thanks, fixed it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ali Anwar</title>
		<link>http://swush.firefang.net/2009/04/swush-091/comment-page-1/#comment-11</link>
		<dc:creator>Ali Anwar</dc:creator>
		<pubDate>Mon, 27 Apr 2009 08:49:25 +0000</pubDate>
		<guid isPermaLink="false">http://swush.firefang.net/2009/04/swush-091/#comment-11</guid>
		<description>The links are broken.

Thanks for the wonderful Idea!</description>
		<content:encoded><![CDATA[<p>The links are broken.</p>
<p>Thanks for the wonderful Idea!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

