<?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>Alexey Zakhlestins blog &#187; yaml</title>
	<atom:link href="http://blog.milkfarmsoft.com/category/computers/data/yaml/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.milkfarmsoft.com</link>
	<description>Programming for Mac and Web</description>
	<lastBuildDate>Thu, 17 Mar 2011 21:32:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
	<atom:link rel="hub" href="http://superfeedr.com/hubbub" />
			<item>
		<title>Syck 0.9.2</title>
		<link>http://blog.milkfarmsoft.com/2007/11/syck-092/</link>
		<comments>http://blog.milkfarmsoft.com/2007/11/syck-092/#comments</comments>
		<pubDate>Thu, 22 Nov 2007 21:36:59 +0000</pubDate>
		<dc:creator>indeyets</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[yaml]]></category>

		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=78</guid>
		<description><![CDATA[<p>I&#8217;ve just released syck for php 0.9.2 (a parser and emitter of YAML documents. If you don&#8217;t know anything about YAML and why it is good: check my previous posts on the subject). A lot of new and tasty features </p> <p>First, and most important: a lot of stability and consistency fixes (previous release wasn&#8217;t <span style="color:#777"> . . . &#8594; Read More: <a href="http://blog.milkfarmsoft.com/2007/11/syck-092/">Syck 0.9.2</a></span>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just released <a href="http://pecl.php.net/package/syck" title="PECL :: Package :: syck">syck for php</a> <a href="http://pecl.php.net/package/syck/0.9.2" title="PECL :: Package :: syck :: 0.9.2">0.9.2</a> (a parser and emitter of <a href="http://www.yaml.org/" title="YAML Ain't Markup Language">YAML</a> documents. If you don&#8217;t know anything about YAML and why it is good: check my <a href="http://blog.milkfarmsoft.com/?cat=20" title="Alexey Zakhlestin&#8217;s blog &raquo; yaml">previous posts on the subject</a>). A lot of new and tasty features <img src='http://blog.milkfarmsoft.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>First, and most important: a lot of stability and consistency fixes (previous release wasn&#8217;t properly dealing with some kinds of number-like strings and with mixed-keys arrays). This release is HIGHLY recommended to anyone who uses syck-php in production. I was using this version for several weeks as a server-to-server exchange format under heavy load and coudn&#8217;t be satisfied more.</p>
<p></p>
<p>I started to dive into object-serialization and unserialization topics. Any object which implements <a href="http://www.php.net/~helly/php/ext/spl/interfaceSerializable.html" title="SPL-StandardPHPLibrary: Serializable Interface Reference">Serializable interface</a> can be dumped into yaml-document now. It will be stored using <strong>!php/object::ClassName</strong> signature. And, of course, you would be able load the object afterwards. Important: at the moment of loading yaml-file, all of the classes mentioned in it have to be either declared, or be available to php&#8217;s <a href="http://docs.php.net/autoload" title="PHP: Autoloading Objects - Manual">autoload</a> mechanism.</p>
<p>I also implemented loading of objects with <strong>!php/array::ClassName</strong> and <strong>!php/hash::ClassName</strong> signatures. These have to implement <a href="http://www.php.net/~helly/php/ext/spl/interfaceArrayAccess.html" title="SPL-StandardPHPLibrary: ArrayAccess Interface Reference">ArrayAccess interface</a>. Unfortunately, I didn&#8217;t implement dumping of such objects yet. That is planned for the next releae.</p>
<p>As always, I am open to hear any of your comments and bug-reports.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.milkfarmsoft.com/2007/11/syck-092/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>syck vs. spyc (benchmarking)</title>
		<link>http://blog.milkfarmsoft.com/2007/11/syck-vs-spyc-benchmarking/</link>
		<comments>http://blog.milkfarmsoft.com/2007/11/syck-vs-spyc-benchmarking/#comments</comments>
		<pubDate>Thu, 01 Nov 2007 13:00:23 +0000</pubDate>
		<dc:creator>indeyets</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[yaml]]></category>

		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=72</guid>
		<description><![CDATA[<p>Regarding syck vs. spyc debate which seems to appear again and again:</p> <p>al_n @ [link]:</p> <p>I re tested syck and it does make a BIG difference. I tested with a yaml file of about 200,000 lines which I killed after an hour while using spyc. The same file was loaded with syck in about 5 <span style="color:#777"> . . . &#8594; Read More: <a href="http://blog.milkfarmsoft.com/2007/11/syck-vs-spyc-benchmarking/">syck vs. spyc (benchmarking)</a></span>]]></description>
			<content:encoded><![CDATA[<p>Regarding <a href="http://pecl.php.net/package/syck">syck</a> vs. spyc debate which seems to appear again and again:</p>
<p><strong>al_n</strong> @ [<a href="http://www.symfony-project.com/forum/index.php?t=rview&#038;goto=38473#msg_38473">link</a>]:</p>
<blockquote><p>I re tested syck and it does make a BIG difference.<br />
I tested with a yaml file of about 200,000 lines which I killed after an hour while using spyc. The same file was loaded with syck in about 5 minutes!!!</p></blockquote>
<p>p.s. I hope to find some time, to release an updated pecl-package of syck really soon. Please, remind me to do it <img src='http://blog.milkfarmsoft.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.milkfarmsoft.com/2007/11/syck-vs-spyc-benchmarking/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>YAML, php, DevZone</title>
		<link>http://blog.milkfarmsoft.com/2007/10/yaml-php-devzone/</link>
		<comments>http://blog.milkfarmsoft.com/2007/10/yaml-php-devzone/#comments</comments>
		<pubDate>Tue, 02 Oct 2007 09:39:46 +0000</pubDate>
		<dc:creator>indeyets</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[yaml]]></category>

		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=71</guid>
		<description><![CDATA[<p>Vikram Vaswani wrote an article for Zend Developer Zone about the Syck extension in PECL. That is, actually, a very nice introduction to YAML in PHP and I encourage everyone to look at it.</p> <p>On the other hand, it reminds me, that I should release the new versionâ€¦</p> <span style="color:#777"> . . . &#8594; Read More: <a href="http://blog.milkfarmsoft.com/2007/10/yaml-php-devzone/">YAML, php, DevZone</a></span>]]></description>
			<content:encoded><![CDATA[<p><a href="http://devzone.zend.com/member/3034-vvaswani" title="Member Profile for vvaswani">Vikram Vaswani</a> wrote <a href="http://devzone.zend.com/article/2585-Using-YAML-With-PHP-and-PECL" title="Using YAML With PHP and PECL">an article for Zend Developer Zone</a> about the <a href="http://pecl.php.net/package/syck" title="PECL :: Package :: syck">Syck extension in PECL</a>. That is, actually, a very nice introduction to YAML in PHP and I encourage everyone to look at it.</p>
<p>On the other hand, it reminds me, that I should release the new versionâ€¦</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.milkfarmsoft.com/2007/10/yaml-php-devzone/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Syck for PHP, 0.9.1 (aka &#8220;beta2&#8243;)</title>
		<link>http://blog.milkfarmsoft.com/2007/07/syck-for-php-091-aka-beta2/</link>
		<comments>http://blog.milkfarmsoft.com/2007/07/syck-for-php-091-aka-beta2/#comments</comments>
		<pubDate>Sun, 15 Jul 2007 12:45:51 +0000</pubDate>
		<dc:creator>indeyets</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[yaml]]></category>

		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=62</guid>
		<description><![CDATA[<p>I posted an update to PECL package of Syck.</p> <p>Changelog:</p> fixed handling of invalid merge-references [reported by Sascha Kettler] fixed tsrm-incompatibility introduced in 0.9 added support for timestamps in syck_load (thanks to Derick for a hint) added support for DateTime in syck_dump fixed dumping of associative-arrays <p>Update is highly recommended for everyone</p> <span style="color:#777"> . . . &#8594; Read More: <a href="http://blog.milkfarmsoft.com/2007/07/syck-for-php-091-aka-beta2/">Syck for PHP, 0.9.1 (aka &#8220;beta2&#8243;)</a></span>]]></description>
			<content:encoded><![CDATA[<p>I posted an update to <a href="http://pecl.php.net/package/syck/">PECL package of Syck</a>.</p>
<p><strong>Changelog:</strong></p>
<ul>
<li>fixed handling of invalid merge-references [reported by <a href="http://pecl.php.net/user/skettler">Sascha Kettler</a>]</li>
<li>fixed tsrm-incompatibility introduced in 0.9</li>
<li>added support for timestamps in syck_load (thanks to <a href="http://derickrethans.nl/">Derick</a> for a <a href="http://blog.milkfarmsoft.com/?p=60#comment-6700">hint</a>)</li>
<li>added support for DateTime in syck_dump</li>
<li>fixed dumping of associative-arrays</li>
</ul>
<p>Update is highly recommended for everyone</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.milkfarmsoft.com/2007/07/syck-for-php-091-aka-beta2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DateTime vs numeric timezone</title>
		<link>http://blog.milkfarmsoft.com/2007/07/datetime-vs-numeric-timezone/</link>
		<comments>http://blog.milkfarmsoft.com/2007/07/datetime-vs-numeric-timezone/#comments</comments>
		<pubDate>Wed, 11 Jul 2007 15:09:57 +0000</pubDate>
		<dc:creator>indeyets</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[yaml]]></category>

		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=60</guid>
		<description><![CDATA[<p>Is it possible to create DateTime object if I have some date string, and a numeric timezone value?</p> <p>Something like: $timestamp = '2007-07-07 07:07:07'; $timezone = '+0300';</p> <p>$obj = new DateTime($timestamp, new DateTimeZone(????)); </p> <p>I need this, to add proper support for YAML-timestamps in my syck extension.</p> <p>In YAML, timestamps have several representations:</p> canonical: 2001-12-15T02:59:43.1Z <span style="color:#777"> . . . &#8594; Read More: <a href="http://blog.milkfarmsoft.com/2007/07/datetime-vs-numeric-timezone/">DateTime vs numeric timezone</a></span>]]></description>
			<content:encoded><![CDATA[<p>Is it possible to create <a href="http://www.php.net/manual/en/function.date-create.php">DateTime object</a> if I have some date string, and a numeric timezone value?</p>
<p>Something like:<br />
<code><br />
$timestamp = '2007-07-07 07:07:07';<br />
$timezone = '+0300';</p>
<p>$obj = new DateTime($timestamp, new DateTimeZone(<strong>????</strong>));<br />
</code></p>
<p>I need this, to add proper support for <a href="http://yaml.org/type/timestamp.html">YAML-timestamps</a> in my <a href="http://blog.milkfarmsoft.com/?p=59">syck extension</a>.</p>
<p>In YAML, timestamps have several representations:</p>
<ul>
<li>canonical:        2001-12-15T02:59:43.1Z</li>
<li>valid iso8601:    2001-12-14t21:59:43.10-05:00</li>
<li>space separated:  2001-12-14 21:59:43.10 -5</li>
<li>no time zone (Z): 2001-12-15 2:59:43.10</li>
<li>date (00:00:00Z): 2002-12-14</li>
</ul>
<p>As you can see, in each case timezone is represented by numeric, while PHP expects me to specify timezone as a toponymâ€¦</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.milkfarmsoft.com/2007/07/datetime-vs-numeric-timezone/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Syck for PHP goes Beta (in PECL)</title>
		<link>http://blog.milkfarmsoft.com/2007/07/syck-for-php-goes-beta-in-pecl/</link>
		<comments>http://blog.milkfarmsoft.com/2007/07/syck-for-php-goes-beta-in-pecl/#comments</comments>
		<pubDate>Tue, 10 Jul 2007 22:14:25 +0000</pubDate>
		<dc:creator>indeyets</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[yaml]]></category>

		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=59</guid>
		<description><![CDATA[<p>Here it is: new and shiny PECL package of Syck</p> <p>This is an extension for reading and writing YAML-files.</p> <p>YAMLâ„¢ (rhymes with &#8220;camel&#8221;) is a straightforward machine parsable data serialization format designed for human readability and interaction with scripting languages. YAML is optimized for data serialization, configuration settings, log files, Internet messaging and filtering.</p> <p>YAML <span style="color:#777"> . . . &#8594; Read More: <a href="http://blog.milkfarmsoft.com/2007/07/syck-for-php-goes-beta-in-pecl/">Syck for PHP goes Beta (in PECL)</a></span>]]></description>
			<content:encoded><![CDATA[<p>Here it is: new and shiny <a href="http://pecl.php.net/package/syck/">PECL package of Syck</a></p>
<p>This is an extension for reading and writing YAML-files.</p>
<p><a href="http://www.yaml.org/">YAMLâ„¢</a> (rhymes with &#8220;camel&#8221;) is a straightforward machine parsable data serialization format designed for human readability and interaction with scripting languages. YAML is optimized for data serialization, configuration settings, log files, Internet messaging and filtering.</p>
<p>YAML is extensively used by <a href="http://www.symfony-project.com/">Symfony Framework</a> and there is also a component for Zend Framework <a href="http://framework.zend.com/wiki/pages/viewpage.action?pageId=25740">in development</a>. But it&#8217;s use is not limited by something big â€” YAML is a perfect solution for configuration-files (way more comfortable than Ini or XML).</p>
<p>Some time ago, I posted installation instructions. Here is the updated version:</p>
<ul>
<li>Install Syck-library using your favorite package-manager (stable 0.55 version will do) [<a href="http://packages.debian.org/unstable/source/syck">debian</a>, <a href="http://www.freshports.org/textproc/syck/">freebsd</a>, etc.]</li>
<li>pecl install syck-beta</li>
<li>restart Apache of Fast-CGI process (if needed)</li>
</ul>
<p>Tell me how it works for you <img src='http://blog.milkfarmsoft.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.milkfarmsoft.com/2007/07/syck-for-php-goes-beta-in-pecl/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>YAML: Syck for PHP is not read-only anymore</title>
		<link>http://blog.milkfarmsoft.com/2007/07/yaml-syck-for-php-is-not-read-only-anymore/</link>
		<comments>http://blog.milkfarmsoft.com/2007/07/yaml-syck-for-php-is-not-read-only-anymore/#comments</comments>
		<pubDate>Thu, 05 Jul 2007 19:37:47 +0000</pubDate>
		<dc:creator>indeyets</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[yaml]]></category>

		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=57</guid>
		<description><![CDATA[<p>One more good news for you, YAML-users. I&#8217;ve implemented emitter functionality in php-binding of syck library. It is quite straight-forward, no fancy stuff for now, but it should work </p> <p>Supported datatypes:</p> associative arrays indexed arrays strings integers floats booleans null <p>Objects are simply ignored now, though I am planning to add support for them <span style="color:#777"> . . . &#8594; Read More: <a href="http://blog.milkfarmsoft.com/2007/07/yaml-syck-for-php-is-not-read-only-anymore/">YAML: Syck for PHP is not read-only anymore</a></span>]]></description>
			<content:encoded><![CDATA[<p>One more good news for you, YAML-users. <img src='http://blog.milkfarmsoft.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
I&#8217;ve implemented emitter functionality in php-binding of syck library. It is quite straight-forward, no fancy stuff for now, but it should work <img src='http://blog.milkfarmsoft.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Supported datatypes:</p>
<ul>
<li>associative arrays</li>
<li>indexed arrays</li>
<li>strings</li>
<li>integers</li>
<li>floats</li>
<li>booleans</li>
<li>null</li>
</ul>
<p>Objects are simply ignored now, though I am planning to add support for them later. See <a href="http://code.whytheluckystiff.net/svn/syck/trunk/ext/php/TODO">TODO</a> for details.</p>
<p>Example, to give you idea:</p>
<pre>
$data = array(
  'items' => array(
    'item 1',
    'item 2'
  ),
  'count' => 2
);
echo syck_dump($data);
</pre>
<p>take a look at my <a href="http://blog.milkfarmsoft.com/?p=38">previous yaml-post</a> for installation instructions.</p>
<p>Let me know how this works for you <img src='http://blog.milkfarmsoft.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>p.s. should I change the name of that function? :-/</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.milkfarmsoft.com/2007/07/yaml-syck-for-php-is-not-read-only-anymore/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>yaml talk</title>
		<link>http://blog.milkfarmsoft.com/2007/03/yaml-talk/</link>
		<comments>http://blog.milkfarmsoft.com/2007/03/yaml-talk/#comments</comments>
		<pubDate>Wed, 07 Mar 2007 21:46:56 +0000</pubDate>
		<dc:creator>indeyets</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[yaml]]></category>

		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=39</guid>
		<description><![CDATA[<p>I gave a little talk at #php.thinktank today about YAML, php and my latest work in this regard. It happened a bit of spontaneously, so noone was invited. It was my first try, to make introduction to yaml for php prgrammers, and if there is more interest I will give another talk which will cover <span style="color:#777"> . . . &#8594; Read More: <a href="http://blog.milkfarmsoft.com/2007/03/yaml-talk/">yaml talk</a></span>]]></description>
			<content:encoded><![CDATA[<p>I gave a little talk at <a href="http://phpthinktank.com/">#php.thinktank</a> today about YAML, php and my latest work in this regard. It happened a bit of spontaneously, so noone was invited. It was my first try, to make introduction to yaml for php prgrammers, and if there is more interest I will give another talk which will cover more details, this time with proper scheduling <img src='http://blog.milkfarmsoft.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>You can find irc-transcription <a href="http://php-thinktank.googlegroups.com/web/yaml-with-JimiDini.log">here</a> and if you find it interesting, drop me a note</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.milkfarmsoft.com/2007/03/yaml-talk/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>PHP Syck, part 2</title>
		<link>http://blog.milkfarmsoft.com/2007/03/php-syck-part-2/</link>
		<comments>http://blog.milkfarmsoft.com/2007/03/php-syck-part-2/#comments</comments>
		<pubDate>Sun, 04 Mar 2007 16:34:33 +0000</pubDate>
		<dc:creator>indeyets</dc:creator>
				<category><![CDATA[php]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[yaml]]></category>

		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=38</guid>
		<description><![CDATA[<p>Yesterday I wrote about updating PHP&#8217;s YAML-parsing extension â€” Syck.</p> <p>Some updates:</p> I believe, I fixed all memory leaks, it had (They were quite large, must tell you) Why (Syck&#8217;s author) told me, that there will be new release in a month or so, which will include my patches <p>Until then, I encourage you to <span style="color:#777"> . . . &#8594; Read More: <a href="http://blog.milkfarmsoft.com/2007/03/php-syck-part-2/">PHP Syck, part 2</a></span>]]></description>
			<content:encoded><![CDATA[<p>Yesterday <a href="http://blog.milkfarmsoft.com/?p=36">I wrote</a> about updating PHP&#8217;s <a href="http://www.yaml.org/">YAML</a>-parsing extension â€” <a href="http://whytheluckystiff.net/syck/">Syck</a>.</p>
<p>Some updates:</p>
<ul>
<li>I believe, I fixed all memory leaks, it had (They were quite large,  must tell you)</li>
<li>Why (Syck&#8217;s author) told me, that there will be new release in a month or so, which will include my patches</li>
</ul>
<p>Until then, I encourage you to build php-extension using <a href="http://code.whytheluckystiff.net/svn/syck/trunk/ext/php/">sources from subversion</a></p>
<p>Instructions (for those who need them):</p>
<ol>
<li>Install Syck-library using your favorite package-manager (stable 0.55 version will do)</li>
<li>svn export http://code.whytheluckystiff.net/svn/syck/trunk/ext/php/ syck-php</li>
<li>cd syck-php</li>
<li>phpize</li>
<li>./configure</li>
<li>make</li>
<li>sudo make install</li>
<li>add <strong>extension=syck.so</strong> to your php.ini file</li>
<li>restart apache or fastcgi processes</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.milkfarmsoft.com/2007/03/php-syck-part-2/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>ionous â€” YAML</title>
		<link>http://blog.milkfarmsoft.com/2007/03/ionous-%e2%80%94-yaml/</link>
		<comments>http://blog.milkfarmsoft.com/2007/03/ionous-%e2%80%94-yaml/#comments</comments>
		<pubDate>Sun, 04 Mar 2007 09:46:26 +0000</pubDate>
		<dc:creator>indeyets</dc:creator>
				<category><![CDATA[yaml]]></category>

		<guid isPermaLink="false">http://blog.milkfarmsoft.com/?p=37</guid>
		<description><![CDATA[<p>ionous has several very interesting YAML-related articles here</p> ]]></description>
			<content:encoded><![CDATA[<p>ionous has several very interesting YAML-related articles <a href="http://www.ionous.net/category/gamedev/game-data/yaml/">here</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.milkfarmsoft.com/2007/03/ionous-%e2%80%94-yaml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

