<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0">
    <channel>
      <title>manatlan's news</title>
      <link>http://manatlan.com/</link>
      <description>manatlan's news</description>
      <webMaster>me@manatlan.com</webMaster>

      <language>en</language>

		<item>
			<title><![CDATA[grun 0.14]]></title>
			<link><![CDATA[http://manatlan.com/blog/grun_0_14]]></link>
			<guid><![CDATA[http://manatlan.com/blog/grun_0_14]]></guid>
			<description><![CDATA[<p>The <a href="http://pypi.python.org/pypi/grun">0.14 release</a> is out ! There was a big bug in the grun decorator, it should be fixed now. The conf file can be placed in the root app, useful to put grun's apps on usb-key.</p>
]]></description>
            <author>manatlan</author>
			<pubDate>Mon, 05 Oct 2009 20:46:38 GMT</pubDate>
		</item>
		<item>
			<title><![CDATA[Another bugfix for grun]]></title>
			<link><![CDATA[http://manatlan.com/blog/another_bugfix_for_grun]]></link>
			<guid><![CDATA[http://manatlan.com/blog/another_bugfix_for_grun]]></guid>
			<description><![CDATA[<p>Here comes the <a href="http://pypi.python.org/pypi/grun">0.12 release</a> ! Now, grun.popup should work as expected on microsoft's platforms too.</p>

<p>I've uploaded new <a href="/files/grun_tests.zip">grun tests</a> too, now they are up-to-date for 0.11/0.12 releases ! And updated the <a href="/page/grun">grun's doc</a> a little bit ;-)</p>

<p><strong>Edit</strong> : the <a href="http://pypi.python.org/pypi/grun">0.13 is out</a></p>
]]></description>
            <author>manatlan</author>
			<pubDate>Sat, 03 Oct 2009 11:17:31 GMT</pubDate>
		</item>
		<item>
			<title><![CDATA[Grun 0.11]]></title>
			<link><![CDATA[http://manatlan.com/blog/grun_0_11]]></link>
			<guid><![CDATA[http://manatlan.com/blog/grun_0_11]]></guid>
			<description><![CDATA[<p>A new version which contains some fix (<a href="http://pypi.python.org/pypi/grun">changelog on pypi</a>), and some improvements :</p>

<ul>
<li>a clipboard manager : to have access to the textual content of the clipboard.</li>
<li>popup can now have submenus. And can handle <code>selectable values</code>.</li>
<li>new/clean syntax <code>grun.popup()</code> / <code>grun.form()</code>, to remove the named arguments.</li>
<li>and for tk widgets : text widgets have scrollbars, combobox is a lot better (the tk real one), and popup menu should work like expected (no more <code>close item</code>)</li>
</ul>

<p>The <a href="/page/grun">grun's doc</a> is up-to-date, but miss some big parts yet !</p>
]]></description>
            <author>manatlan</author>
			<pubDate>Thu, 01 Oct 2009 21:47:19 GMT</pubDate>
		</item>
		<item>
			<title><![CDATA[Grun, first public release]]></title>
			<link><![CDATA[http://manatlan.com/blog/grun__first_public_release]]></link>
			<guid><![CDATA[http://manatlan.com/blog/grun__first_public_release]]></guid>
			<description><![CDATA[<p><a href="/page/grun">Grun</a> stands for "Gui Run'ner". It's a python module which is able to turn methods into GUI forms, with a simple decorator. It brings some nifty things to make your script "bling-bling" too (messagebox, prompt, progressbar, popup menu, icon app, config backend ...).</p>

<p>In fact, it's a swiss-knife for making simple frontends for python scripts. It works on all platforms using <a href="http://wiki.python.org/moin/TkInter">tkinter</a>, and can use <a href="http://pygtk.org">pygtk</a> when available.</p>

<p>It's the first public release, so it should contain bugs. I will try to make it "rock solid", and will release a python3 version too.</p>
]]></description>
            <author>manatlan</author>
			<pubDate>Mon, 28 Sep 2009 19:50:49 GMT</pubDate>
		</item>
    </channel>
</rss>
