<?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>Nim</title>
	<atom:link href="http://blog.peacefrogs.net/nim/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.peacefrogs.net/nim</link>
	<description>Projets et humeurs</description>
	<lastBuildDate>Tue, 03 Jan 2012 10:57:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
		<item>
		<title>(Français) geo-django-fla</title>
		<link>http://blog.peacefrogs.net/nim/en/2012/01/geo-django-fla/</link>
		<comments>http://blog.peacefrogs.net/nim/en/2012/01/geo-django-fla/#comments</comments>
		<pubDate>Tue, 03 Jan 2012 10:57:30 +0000</pubDate>
		<dc:creator>Étienne Loks</dc:creator>
				<category><![CDATA[Géomatique]]></category>
		<category><![CDATA[Technique]]></category>
		<category><![CDATA[Libre]]></category>

		<guid isPermaLink="false">http://blog.peacefrogs.net/nim/?p=280</guid>
		<description><![CDATA[Sorry, this entry is only available in Français.]]></description>
			<content:encoded><![CDATA[<p>Sorry, this entry is only available in <a href="http://blog.peacefrogs.net/nim/feed/">Français</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.peacefrogs.net/nim/en/2012/01/geo-django-fla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Papillon v0.3 (Coenonympha Pamphilus)</title>
		<link>http://blog.peacefrogs.net/nim/en/2011/10/papillon-v0-3-coenonympha-pamphilus/</link>
		<comments>http://blog.peacefrogs.net/nim/en/2011/10/papillon-v0-3-coenonympha-pamphilus/#comments</comments>
		<pubDate>Sun, 30 Oct 2011 18:44:17 +0000</pubDate>
		<dc:creator>Étienne Loks</dc:creator>
				<category><![CDATA[Papillon]]></category>
		<category><![CDATA[Libre]]></category>

		<guid isPermaLink="false">http://blog.peacefrogs.net/nim/?p=249</guid>
		<description><![CDATA[This version is mainly a refactoring of the application. There were many dirty patches, they are now removed. It&#8217;s not perfect (the &#8220;vote&#8221; template really needs to be improved) but it is far better. I am also planning to integrate in this version many improvements that have been suggested. In details, improvements for the different [...]]]></description>
			<content:encoded><![CDATA[<p>This version is mainly a refactoring of the application. There were many dirty patches, they are now removed. It&#8217;s not perfect (the &#8220;vote&#8221; template really needs to be improved) but it is far better. I am also planning to integrate in this version many improvements that have been suggested.</p>
<p>In details, improvements for the different type of users are:</p>
<h2>For developers</h2>
<p>I have made a move from the VCS software Subversion to the decentralized VCS Git. I will not explain all the benefits because many sites detail why <a title="Why Git is better than X" href="http://whygitisbetterthanx.com/">Git is better than X</a> (it is always biased but in this site the gain in regards to Subversion is obvious).</p>
<p><a title="Dajngo South" href="http://south.aeracode.org/">Django South</a> has been integrated to Papillon. Evolutions in the database model are now very simple. It is a new dependency but this software is now a classic, well packaged in most distributions.</p>
<p>Most of hard-coded links have been corrected. It is far cleaner and many problems are now avoided.</p>
<h2>For administrators</h2>
<p>Administrators also benefit from the integration of Django South. It results in less pain to move from one version to another.</p>
<p>There are fewer variables to set in the <em>settings.py</em> file. It is now easier to install. On the other side the migration to this version is a little bit harder.</p>
<p>The documentation is now really part of the project (integrated in the VCS). It is more simple to correct and improve. Therefore the documentation will probably be more up to date. It is now generated with <a title="Sphinx" href="http://sphinx.pocoo.org/">Sphinx</a>: it is prettier and (also) easier to update.</p>
<p>Next to <em>mod_python</em>, the documentation details the installation using <em>mod_wsgi</em>. It is now the recommended installation: it is lighter and faster.</p>
<h3>More specifically for public instances</h3>
<p>By setting publics instances I saw that spammers were loving poll&#8217;s comments. That&#8217;s why it is now possible to limit the number of comments by polls.</p>
<p>Also I saw in these instances that first pages polls, in addition to make life easier to spam robots, exposed polls that fall under the privacy. It annoys me because it can be done despite the user will (people can check the box &#8220;Make this poll public&#8221; without really understanding it). Even if these polls are exposed knowingly, I don&#8217;t want to support the lack of decency of some people on the web. So it is now simple to remove the ability to make polls public.</p>
<h2>For the user</h2>
<p>If the end-user indirectly benefits of the last improvements by having a more responsive  Papillon, the only visible evolution for him is: the new theme.</p>
<h2>In brief</h2>
<p>The new version of Papillon is already installed on many locations. For instance here: <a title="Papilio" href="http://papilio.niadomo.net/">papilio@Niadomo</a>.</p>
<p>Public instances are now listed on the <a href="http://blog.peacefrogs.net/nim/papillon/">Papillon&#8217;s main page</a> and on the <a href="http://redmine.peacefrogs.net/projects/papillon/">development main site</a>. Documentation is no longer in the Redmine website, there are now <a href="http://www.peacefrogs.net/papillon-doc/">dedicated pages</a>.</p>
<p>For those who want to take a look at the source code, <em>git clone</em> is enough:</p>
<pre>git clone git://www.peacefrogs.net/git/papillon</pre>
<p>A mailing-list for technical questions has been set. To subscribe to this mailing-list, it is <a href="http://lists.peacefrogs.net/cgi-bin/mailman/listinfo/morrigan-dev">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.peacefrogs.net/nim/en/2011/10/papillon-v0-3-coenonympha-pamphilus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JQuery UI Autocomplete and JQuery UI DatePicker bad interactions</title>
		<link>http://blog.peacefrogs.net/nim/en/2011/06/jquery-ui-autocomplete-and-jquery-ui-datepicker-bad-interactions/</link>
		<comments>http://blog.peacefrogs.net/nim/en/2011/06/jquery-ui-autocomplete-and-jquery-ui-datepicker-bad-interactions/#comments</comments>
		<pubDate>Sat, 11 Jun 2011 10:46:40 +0000</pubDate>
		<dc:creator>Étienne Loks</dc:creator>
				<category><![CDATA[Technique]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[Libre]]></category>

		<guid isPermaLink="false">http://blog.peacefrogs.net/nim/?p=232</guid>
		<description><![CDATA[While working on a new project (some news about it soon, I hope) I have encountered problems with JQuery UI Autocomplete and JQuery UI DatePicker. The two of them seem to interact badly when used on the same page. Precisely the problem occurs sometimes (it is really erratic) when an autocomplete field is initialized after [...]]]></description>
			<content:encoded><![CDATA[<p>While working on a new project (some news about it soon, I hope) I have encountered problems with <a href="http://docs.jquery.com/UI/Autocomplete">JQuery UI Autocomplete</a> and <a href="http://docs.jquery.com/UI/Datepicker">JQuery UI DatePicker</a>. The two of them seem to interact badly when used on the same page. Precisely the problem occurs sometimes (it is really erratic) when an autocomplete field is initialized after a datepicker field. This occurs with jQuery 1.4.2 and JQuery-UI 1.8 but I have tried with the latest version of jQuery (1.6.1) and the behavior is the same.</p>
<p>As a small fix I chose to initialize datepicker fields after autocomplete fields by using <em>$(window).load</em> for datapickers instead of <em>$.ready</em>. I&#8217;ll try to identify the problem more precisely to submit it but while it&#8217;s pending this solution may help.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.peacefrogs.net/nim/en/2011/06/jquery-ui-autocomplete-and-jquery-ui-datepicker-bad-interactions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chimère version 1.x</title>
		<link>http://blog.peacefrogs.net/nim/en/2011/05/chimere-version-1-x/</link>
		<comments>http://blog.peacefrogs.net/nim/en/2011/05/chimere-version-1-x/#comments</comments>
		<pubDate>Sat, 07 May 2011 20:41:20 +0000</pubDate>
		<dc:creator>Étienne Loks</dc:creator>
				<category><![CDATA[Carte OuVerte]]></category>
		<category><![CDATA[Chimère]]></category>
		<category><![CDATA[Libre]]></category>

		<guid isPermaLink="false">http://blog.peacefrogs.net/nim/?p=194</guid>
		<description><![CDATA[Just a few news but Chimère has continued its evolution. First of all there are changes in the tools: a move has been made from SVN to Git. Two branches have been created: A 1.0 branch which is the first stable version of Chimère. Based on Django 1.0 there is only a few people concerned [...]]]></description>
			<content:encoded><![CDATA[<p>Just a few news but Chimère has continued its evolution.</p>
<p>First of all there are changes in the tools: a move has been made from SVN to Git.<br />
Two branches have been created:</p>
<ul>
<li>A 1.0 branch which is the first stable version of Chimère. Based on Django 1.0 there is only a few people concerned by this branch: no evolutions only corrections on this branch.</li>
<li>The 1.1 branch is based on Django 1.2. It has received the last improvements.</li>
</ul>
<p>There are many new features. Some of them are volunteer work but most of them have been funded by the <a href="http://www.mce-info.org/"><acronym title="Maison de la Consommation et de l'Environnement">MCE</acronym></a> of Rennes (France) and <a href="http://www.brest.fr/">Brest Métropole</a>.</p>
<p>The new features:</p>
<ul>
<li>Events. Now you can easily announce and geo-localize items at a specific date.</li>
<li>RSS feeds integration (whole site, on a specific area, on a specific category).</li>
<li>Multiple categories for an item.</li>
<li>The ability to cut an instance by areas. Each area have got her own categories and a specific URL (the main URL + /the-area-name)</li>
<li>A dynamic evaluation of categories available on the user screen.</li>
</ul>
<p>Most of the new features are available on the <a href="http://rennes.carte-ouverte.org">Carte OuVerte rennaise</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.peacefrogs.net/nim/en/2011/05/chimere-version-1-x/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>(Français) Le papillon bat-il de l&#8217;aile ?</title>
		<link>http://blog.peacefrogs.net/nim/en/2011/05/le-papillon-bat-il-de-l-aile/</link>
		<comments>http://blog.peacefrogs.net/nim/en/2011/05/le-papillon-bat-il-de-l-aile/#comments</comments>
		<pubDate>Sat, 07 May 2011 17:16:12 +0000</pubDate>
		<dc:creator>Étienne Loks</dc:creator>
				<category><![CDATA[Papillon]]></category>

		<guid isPermaLink="false">http://blog.peacefrogs.net/nim/?p=192</guid>
		<description><![CDATA[Sorry, this entry is only available in Français.]]></description>
			<content:encoded><![CDATA[<p>Sorry, this entry is only available in <a href="http://blog.peacefrogs.net/nim/feed/">Français</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.peacefrogs.net/nim/en/2011/05/le-papillon-bat-il-de-l-aile/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Blog update</title>
		<link>http://blog.peacefrogs.net/nim/en/2011/04/mise-a-jour-du-blog/</link>
		<comments>http://blog.peacefrogs.net/nim/en/2011/04/mise-a-jour-du-blog/#comments</comments>
		<pubDate>Mon, 25 Apr 2011 10:11:38 +0000</pubDate>
		<dc:creator>Étienne Loks</dc:creator>
				<category><![CDATA[Mood]]></category>
		<category><![CDATA[Libre]]></category>

		<guid isPermaLink="false">http://blog.peacefrogs.net/nim/?p=185</guid>
		<description><![CDATA[The blog has been updated to WordPress version 3. A new theme has been created: Hokusai. It is available here under license GPL v3.0. I also corrected the plugin Category show which was displaying twice the items. Now date are displayed before the title. The diff in the file wp-category-show.php (0.4.2 version): diff wp-category-show.php.origin wp-category-show.php [...]]]></description>
			<content:encoded><![CDATA[<p>The blog has been updated to WordPress version 3. A new theme has been created: Hokusai. It is available <a href="http://www.peacefrogs.net/download/hokusai.tar.gz">here</a> under license GPL v3.0.</p>
<p>I also corrected the plugin <a href="http://felipetonello.com/blog/wordpress-plugins/category-show/">Category show</a> which was displaying twice the items. Now date are displayed before the title. The diff in the file <em>wp-category-show.php</em> (0.4.2 version):</p>
<p><code><br />
diff wp-category-show.php.origin wp-category-show.php<br />
72c72<br />
&lt;                 if($cat2post = $wpdb-&gt;get_results("SELECT po.post_title, po.guid<br />
---<br />
&gt;                 if($cat2post = $wpdb-&gt;get_results("SELECT distinct po.ID, po.post_date, po.post_title, po.guid<br />
86c86<br />
&lt;                         $html[] = "\t&lt;li&gt;&lt;a href=\"$post-&gt;guid\" rel=\"bookmark\" title=\"$post-&gt;post_title\"&gt;$post-&gt;post_title&lt;/a&gt;&lt;/li&gt;";<br />
---<br />
&gt;                         $html[] = "\t&lt;li&gt;&lt;a href=\"$post-&gt;guid\" rel=\"bookmark\" title=\"$post-&gt;post_title\"&gt;".date_i18n("F d, Y",strtotime($post-&gt;post_date))." &amp;ndash; $post-&gt;post_title&lt;/a&gt;&lt;/li&gt;";<br />
</code></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.peacefrogs.net/nim/en/2011/04/mise-a-jour-du-blog/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>(Français) Lancement de la Carte OuVerte rennaise</title>
		<link>http://blog.peacefrogs.net/nim/en/2010/02/lancement-de-la-carte-ouverte-rennaise/</link>
		<comments>http://blog.peacefrogs.net/nim/en/2010/02/lancement-de-la-carte-ouverte-rennaise/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 23:28:38 +0000</pubDate>
		<dc:creator>Étienne Loks</dc:creator>
				<category><![CDATA[Carte OuVerte]]></category>
		<category><![CDATA[Chimère]]></category>
		<category><![CDATA[Écologie]]></category>

		<guid isPermaLink="false">http://blog.peacefrogs.net/nim/?p=172</guid>
		<description><![CDATA[Sorry, this entry is only available in Français.]]></description>
			<content:encoded><![CDATA[<p>Sorry, this entry is only available in <a href="http://blog.peacefrogs.net/nim/feed/">Français</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.peacefrogs.net/nim/en/2010/02/lancement-de-la-carte-ouverte-rennaise/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Blog opening</title>
		<link>http://blog.peacefrogs.net/nim/en/2010/01/ouverture-du-blog/</link>
		<comments>http://blog.peacefrogs.net/nim/en/2010/01/ouverture-du-blog/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 00:06:36 +0000</pubDate>
		<dc:creator>Étienne Loks</dc:creator>
				<category><![CDATA[Mood]]></category>

		<guid isPermaLink="false">http://blog.peacefrogs.net/nim/?p=113</guid>
		<description><![CDATA[Sorry, this entry is only available in Français.]]></description>
			<content:encoded><![CDATA[<p>Sorry, this entry is only available in <a href="http://blog.peacefrogs.net/nim/feed/">Français</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.peacefrogs.net/nim/en/2010/01/ouverture-du-blog/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>(Français) Green Drinks : Carte OuVerte à la Vie Enchantiée</title>
		<link>http://blog.peacefrogs.net/nim/en/2009/12/green-drinks-carte-ouverte-a-la-vie-enchantiee/</link>
		<comments>http://blog.peacefrogs.net/nim/en/2009/12/green-drinks-carte-ouverte-a-la-vie-enchantiee/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 23:00:35 +0000</pubDate>
		<dc:creator>Étienne Loks</dc:creator>
				<category><![CDATA[Carte OuVerte]]></category>
		<category><![CDATA[Chimère]]></category>
		<category><![CDATA[Écologie]]></category>
		<category><![CDATA[Gulliver]]></category>
		<category><![CDATA[Libre]]></category>

		<guid isPermaLink="false">http://blog.peacefrogs.net/nim/?p=66</guid>
		<description><![CDATA[Sorry, this entry is only available in Français.]]></description>
			<content:encoded><![CDATA[<p>Sorry, this entry is only available in <a href="http://blog.peacefrogs.net/nim/feed/">Français</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.peacefrogs.net/nim/en/2009/12/green-drinks-carte-ouverte-a-la-vie-enchantiee/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>(Français) Papillon : Version 0.2 en développement</title>
		<link>http://blog.peacefrogs.net/nim/en/2009/12/version-0-2-en-developpement/</link>
		<comments>http://blog.peacefrogs.net/nim/en/2009/12/version-0-2-en-developpement/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 11:00:26 +0000</pubDate>
		<dc:creator>Étienne Loks</dc:creator>
				<category><![CDATA[Papillon]]></category>
		<category><![CDATA[Libre]]></category>

		<guid isPermaLink="false">http://blog.peacefrogs.net/nim/?p=13</guid>
		<description><![CDATA[Sorry, this entry is only available in Français.]]></description>
			<content:encoded><![CDATA[<p>Sorry, this entry is only available in <a href="http://blog.peacefrogs.net/nim/feed/">Français</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.peacefrogs.net/nim/en/2009/12/version-0-2-en-developpement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

