<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Ahenobarbi&#039;s Blog</title>
	<atom:link href="http://ahenobarbi.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ahenobarbi.wordpress.com</link>
	<description>GSoC&#039;s student working for Gentoo Linux blog</description>
	<lastBuildDate>Fri, 30 Sep 2011 21:54:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='ahenobarbi.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Ahenobarbi&#039;s Blog</title>
		<link>http://ahenobarbi.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ahenobarbi.wordpress.com/osd.xml" title="Ahenobarbi&#039;s Blog" />
	<atom:link rel='hub' href='http://ahenobarbi.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Using modified MeetBot</title>
		<link>http://ahenobarbi.wordpress.com/2011/09/30/using-modified-meetbot/</link>
		<comments>http://ahenobarbi.wordpress.com/2011/09/30/using-modified-meetbot/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 21:54:43 +0000</pubDate>
		<dc:creator>ahenobarbi</dc:creator>
				<category><![CDATA[2010]]></category>
		<category><![CDATA[2011]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Gentoo Council]]></category>
		<category><![CDATA[Google Summer of Code 2011]]></category>
		<category><![CDATA[GSoC]]></category>
		<category><![CDATA[Web Application]]></category>

		<guid isPermaLink="false">http://ahenobarbi.wordpress.com/?p=276</guid>
		<description><![CDATA[As part of my GSoC project I made some changes to MeetBot. If you want to use it you should: Install supybot. This should be easy, on Gentoo just emerge supybot Get a copy of modified plugin. You can download it from GitHub. Or if you have git installed you can clone official repository: git [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ahenobarbi.wordpress.com&amp;blog=13392135&amp;post=276&amp;subd=ahenobarbi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>As part of my GSoC project I made some changes to MeetBot. If you want to use it you should:</p>
<ol>
<li>Install supybot. This should be easy, on Gentoo just <code><br />
emerge supybot</code></li>
<li>Get a copy of modified plugin. You can download it <a href="https://github.com/ahenobarbi/Gentoo-Council">from GitHub</a>. Or if you have git installed you can clone official repository:<br />
<code><br />
git clone git://git.overlays.gentoo.org/proj/council-webapp.git<br />
</code><br />
or development repository:<br />
<code><br />
git clone git://github.com/ahenobarbi/Gentoo-Council.git</code></li>
<li>Add<br />
<code>$(sources_directory)/bot/ircmeeting</code><br />
to your PYTHONPATH (or link it to directory in which you will run supybot).</li>
<li>Link<code>$(sources_directory)/bot/MeetBot</code>to your Supybot plugins directory. On Gentoo you can do it by executing<code>ln -s $(sources_directory)/bot/MeetBot /usr/lib64/python2.7/site-packages/supybot/plugins</code></li>
<li>Configure supybot. Remember to enable MeetBot plugin:<br />
<code>supybot-wizard</code></li>
<li>Configure MeetBot. In directory with your supybot configuration create file<br />
<code>meetingLocalConfig.py</code><br />
and in the file put customized version of (please fix indentation)<code>:<br />
class Config(object):<br />
# Meeting management urls<br />
voters_url = 'http://localhost:3000/users/voters'<br />
agenda_url = 'http://localhost:3000/agendas/current_items'<br />
result_url = 'http://localhost:3000/agendas/current_items'<br />
# Credentials for posting voting results<br />
voting_results_user = 'user'<br />
voting_results_password = 'password'<br />
# You must set this - it's turned off by default<br />
manage_agenda = True</code><br />
there are some more options but those above should be enough to get started.</li>
<li>Run supybot and try out the bot:<br />
<code>supybot $(your_config_name).conf</code></li>
</ol>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ahenobarbi.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ahenobarbi.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ahenobarbi.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ahenobarbi.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ahenobarbi.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ahenobarbi.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ahenobarbi.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ahenobarbi.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ahenobarbi.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ahenobarbi.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ahenobarbi.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ahenobarbi.wordpress.com/276/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ahenobarbi.wordpress.com/276/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ahenobarbi.wordpress.com/276/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ahenobarbi.wordpress.com&amp;blog=13392135&amp;post=276&amp;subd=ahenobarbi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ahenobarbi.wordpress.com/2011/09/30/using-modified-meetbot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4da36b48957264e3434a26e7e299bfd1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ahenobarbi</media:title>
		</media:content>
	</item>
		<item>
		<title>Council application – final report</title>
		<link>http://ahenobarbi.wordpress.com/2011/08/04/council-application-%e2%80%93-final-report/</link>
		<comments>http://ahenobarbi.wordpress.com/2011/08/04/council-application-%e2%80%93-final-report/#comments</comments>
		<pubDate>Wed, 03 Aug 2011 23:48:49 +0000</pubDate>
		<dc:creator>ahenobarbi</dc:creator>
				<category><![CDATA[Planet Gentoo]]></category>
		<category><![CDATA[2011]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Gentoo Council]]></category>
		<category><![CDATA[Google Summer of Code 2011]]></category>
		<category><![CDATA[GSoC]]></category>
		<category><![CDATA[Web Application]]></category>

		<guid isPermaLink="false">http://ahenobarbi.wordpress.com/?p=273</guid>
		<description><![CDATA[I wanted to write a proper summary, but it&#8217;s almost 2am local time for me and I have to get up in 3 hour or so to leave, so I&#8217;ll just give a short-yet-covering-everything sumamry I wrote for README of the project. I&#8217;ll try to write something more once I&#8217;m back. Also you may be [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ahenobarbi.wordpress.com&amp;blog=13392135&amp;post=273&amp;subd=ahenobarbi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I wanted to write a proper summary, but it&#8217;s almost 2am local time for me and I have to get up in 3 hour or so to leave, so I&#8217;ll just give a short-yet-covering-everything sumamry I wrote for README of the project. I&#8217;ll try to write something more once I&#8217;m back. Also you may be interested in README and bug for deploying to Gentoo Infra.</p>
<p>This project has three parts:</p>
<ul>
<li>Website written in Ruby (using Rails and Hobo). This site helps to prepare meetings, collect ideas and feedback from community.</li>
<li>Modified MeetBot (MeetBot is supybot plugin). This plugin handles meetings. You can use
<pre><code>#commands </code></pre>
<p>to list available commands and</p>
<pre><code>#command &lt;command&gt; </code></pre>
<p>to view help for each command.</li>
<li>Reminder plugin. This supybot plugin pulls reminder information from the website and sends messages to all council members to remind them about upcoming meeting.</li>
</ul>
<p>What you can do in the webapp depends on your role. You can be guest or a registered user. Once you register administrators can give you administrator and council member roles.</p>
<h3>Guest</h3>
<p>As guest you can only view:</p>
<ul>
<li>Current and past agendas</li>
<li>Items for agendas</li>
<li>Voting results</li>
<li>Meeting summaries approved by council</li>
<li>Council attendance</li>
</ul>
<h3>Registered user</h3>
<p>Once you register you can do everything a guest can and:</p>
<ul>
<li>Suggest items for council</li>
<li>Participate in community vote</li>
</ul>
<h3>Council member</h3>
<p>When administrator will give you a council member role you will be able to do everything a regular registered user can and:</p>
<ul>
<li>Change agendas states (available states are open, submissions closed, meeting_ongoing, old)</li>
<li>Add suggested items to agenda</li>
<li>Reject suggested items</li>
<li>Vote during meetings (IRC bot handles voting)</li>
</ul>
<h3>Administrator</h3>
<p>As administrator you can manage users &#8211; give them new roles and take away old roles.</p>
<p>Bot has a separate list of commands:</p>
<ul>
<li>#startmeeting</li>
<li>#startvote</li>
<li>#vote</li>
<li>#endvote</li>
<li>#nextitem</li>
<li>#previtem</li>
<li>#changeitem</li>
<li>#option list</li>
<li>#option add</li>
<li>#option remove</li>
<li>#timelimit list</li>
<li>#timelimit add:</li>
<li>#timelimit remove</li>
<li>#endmeeting</li>
</ul>
<p>hopefully command names are self-explanatory. In addition bot obtains agenda items, voting options and timelimits for each item from website when you #startmeeting and sends voting option changes and voting results to webapp when you #endmeeting.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ahenobarbi.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ahenobarbi.wordpress.com/273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ahenobarbi.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ahenobarbi.wordpress.com/273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ahenobarbi.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ahenobarbi.wordpress.com/273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ahenobarbi.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ahenobarbi.wordpress.com/273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ahenobarbi.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ahenobarbi.wordpress.com/273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ahenobarbi.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ahenobarbi.wordpress.com/273/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ahenobarbi.wordpress.com/273/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ahenobarbi.wordpress.com/273/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ahenobarbi.wordpress.com&amp;blog=13392135&amp;post=273&amp;subd=ahenobarbi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ahenobarbi.wordpress.com/2011/08/04/council-application-%e2%80%93-final-report/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4da36b48957264e3434a26e7e299bfd1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ahenobarbi</media:title>
		</media:content>
	</item>
		<item>
		<title>Council application – weekly report #10</title>
		<link>http://ahenobarbi.wordpress.com/2011/08/01/council-application-%e2%80%93-weekly-report-10/</link>
		<comments>http://ahenobarbi.wordpress.com/2011/08/01/council-application-%e2%80%93-weekly-report-10/#comments</comments>
		<pubDate>Mon, 01 Aug 2011 14:39:07 +0000</pubDate>
		<dc:creator>ahenobarbi</dc:creator>
				<category><![CDATA[Planet Gentoo]]></category>
		<category><![CDATA[2011]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Gentoo Council]]></category>
		<category><![CDATA[Google Summer of Code 2011]]></category>
		<category><![CDATA[GSoC]]></category>
		<category><![CDATA[Web Application]]></category>
		<category><![CDATA[Weekly report]]></category>

		<guid isPermaLink="false">http://ahenobarbi.wordpress.com/?p=270</guid>
		<description><![CDATA[This is my last weekly report &#8211; I started working on my project earlier because I&#8217;m leaving on Thursday morning (plane takes off on 7:40 a.m. local time, ouch). I&#8217;ll write a final report summing up what I did during the project before I leave, this report is summary of what I did last week. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ahenobarbi.wordpress.com&amp;blog=13392135&amp;post=270&amp;subd=ahenobarbi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This is my last weekly report &#8211; I started working on my project earlier because I&#8217;m leaving on Thursday morning (plane takes off on 7:40 a.m. local time, ouch). I&#8217;ll write a final report summing up what I did during the project before I leave, this report is summary of what I did last week.</p>
<ul>
<li>I fixed a problem with MeetBot tests (there was one test that failed because it tried to create symlinks that already existed on my system</li>
<li>I read all code I wrote and did some refactoring</li>
<li>I wrote a proper front page for the application</li>
<li>I fixed a bug in a gem the site was using (if you made a mistake during signup it would show your password in plain text input)</li>
<li>I wrote usage hints for possibly non-obvious forms in the webapp</li>
<li>I added license information to webapp.</li>
</ul>
<p>For short description of project and sources, <a title="Council application – Short introduction" href="http://ahenobarbi.wordpress.com/2011/05/30/council-application-short-introduction/">read this</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ahenobarbi.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ahenobarbi.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ahenobarbi.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ahenobarbi.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ahenobarbi.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ahenobarbi.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ahenobarbi.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ahenobarbi.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ahenobarbi.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ahenobarbi.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ahenobarbi.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ahenobarbi.wordpress.com/270/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ahenobarbi.wordpress.com/270/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ahenobarbi.wordpress.com/270/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ahenobarbi.wordpress.com&amp;blog=13392135&amp;post=270&amp;subd=ahenobarbi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ahenobarbi.wordpress.com/2011/08/01/council-application-%e2%80%93-weekly-report-10/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4da36b48957264e3434a26e7e299bfd1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ahenobarbi</media:title>
		</media:content>
	</item>
		<item>
		<title>Council application – weekly report #9</title>
		<link>http://ahenobarbi.wordpress.com/2011/07/25/council-application-%e2%80%93-weekly-report-9/</link>
		<comments>http://ahenobarbi.wordpress.com/2011/07/25/council-application-%e2%80%93-weekly-report-9/#comments</comments>
		<pubDate>Mon, 25 Jul 2011 12:45:03 +0000</pubDate>
		<dc:creator>ahenobarbi</dc:creator>
				<category><![CDATA[Planet Gentoo]]></category>
		<category><![CDATA[2011]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Gentoo Council]]></category>
		<category><![CDATA[Google Summer of Code 2011]]></category>
		<category><![CDATA[GSoC]]></category>
		<category><![CDATA[Web Application]]></category>
		<category><![CDATA[Weekly report]]></category>

		<guid isPermaLink="false">http://ahenobarbi.wordpress.com/?p=266</guid>
		<description><![CDATA[Last week I was working on: Preparing database seed for demos. Made some more changes to Hobo to make it easier to use. Wrote custom poll functionality (I planned to use Doodle API, but I had problems with authentication) Improved code metrics. Added support for basic summaries: Council members can edit  summaries. Council members can [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ahenobarbi.wordpress.com&amp;blog=13392135&amp;post=266&amp;subd=ahenobarbi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Last week I was working on:</p>
<ul>
<li>Preparing database seed for demos.</li>
<li>Made some more changes to Hobo to make it easier to use.</li>
<li>Wrote custom poll functionality (I planned to use Doodle API, but I had problems with authentication)</li>
<li>Improved code metrics.</li>
<li>Added support for basic summaries:</li>
<ul>
<li>Council members can edit  summaries.</li>
<li>Council members can approve summaries.</li>
<li>All approvals are canceled after summary changes.</li>
<li>Regular users can view a summary after 4 council members approve it.</li>
</ul>
</ul>
<p>For short description of project and sources, <a title="Council application – Short introduction" href="http://ahenobarbi.wordpress.com/2011/05/30/council-application-short-introduction/">read this</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ahenobarbi.wordpress.com/266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ahenobarbi.wordpress.com/266/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ahenobarbi.wordpress.com/266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ahenobarbi.wordpress.com/266/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ahenobarbi.wordpress.com/266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ahenobarbi.wordpress.com/266/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ahenobarbi.wordpress.com/266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ahenobarbi.wordpress.com/266/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ahenobarbi.wordpress.com/266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ahenobarbi.wordpress.com/266/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ahenobarbi.wordpress.com/266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ahenobarbi.wordpress.com/266/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ahenobarbi.wordpress.com/266/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ahenobarbi.wordpress.com/266/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ahenobarbi.wordpress.com&amp;blog=13392135&amp;post=266&amp;subd=ahenobarbi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ahenobarbi.wordpress.com/2011/07/25/council-application-%e2%80%93-weekly-report-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4da36b48957264e3434a26e7e299bfd1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ahenobarbi</media:title>
		</media:content>
	</item>
		<item>
		<title>Council application – weekly report #8</title>
		<link>http://ahenobarbi.wordpress.com/2011/07/19/council-application-%e2%80%93-weekly-report-7-2/</link>
		<comments>http://ahenobarbi.wordpress.com/2011/07/19/council-application-%e2%80%93-weekly-report-7-2/#comments</comments>
		<pubDate>Tue, 19 Jul 2011 12:00:22 +0000</pubDate>
		<dc:creator>ahenobarbi</dc:creator>
				<category><![CDATA[Planet Gentoo]]></category>
		<category><![CDATA[2011]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Gentoo Council]]></category>
		<category><![CDATA[Google Summer of Code 2011]]></category>
		<category><![CDATA[GSoC]]></category>
		<category><![CDATA[Web Application]]></category>
		<category><![CDATA[Weekly report]]></category>

		<guid isPermaLink="false">http://ahenobarbi.wordpress.com/?p=258</guid>
		<description><![CDATA[Last week I: Opened bug asking for deployment to Gentoo infrastructure. Worked to push some changes I made to packages maintained by someone else (capybara-webkit, MeetBot, Hobo). Fixed some code that produced warnings For short description of project and sources, read this.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ahenobarbi.wordpress.com&amp;blog=13392135&amp;post=258&amp;subd=ahenobarbi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Last week I:</p>
<ul>
<li>Opened <a href="https://bugs.gentoo.org/show_bug.cgi?id=374931">bug</a> asking for deployment to Gentoo infrastructure.</li>
<li>Worked to push some changes I made to packages maintained by someone else (<a href="https://github.com/thoughtbot/capybara-webkit">capybara-webkit</a>, <a href="http://wiki.debian.org/MeetBot">MeetBot</a>, <a href="http://hobocentral.net/">Hobo</a>).</li>
<li>Fixed some code that produced warnings</li>
</ul>
<p>For short description of project and sources, <a title="Council application – Short introduction" href="http://ahenobarbi.wordpress.com/2011/05/30/council-application-short-introduction/">read this</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ahenobarbi.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ahenobarbi.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ahenobarbi.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ahenobarbi.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ahenobarbi.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ahenobarbi.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ahenobarbi.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ahenobarbi.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ahenobarbi.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ahenobarbi.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ahenobarbi.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ahenobarbi.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ahenobarbi.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ahenobarbi.wordpress.com/258/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ahenobarbi.wordpress.com&amp;blog=13392135&amp;post=258&amp;subd=ahenobarbi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ahenobarbi.wordpress.com/2011/07/19/council-application-%e2%80%93-weekly-report-7-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4da36b48957264e3434a26e7e299bfd1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ahenobarbi</media:title>
		</media:content>
	</item>
		<item>
		<title>Council application – weekly report #7</title>
		<link>http://ahenobarbi.wordpress.com/2011/07/12/council-application-%e2%80%93-weekly-report-7/</link>
		<comments>http://ahenobarbi.wordpress.com/2011/07/12/council-application-%e2%80%93-weekly-report-7/#comments</comments>
		<pubDate>Tue, 12 Jul 2011 13:54:19 +0000</pubDate>
		<dc:creator>ahenobarbi</dc:creator>
				<category><![CDATA[Planet Gentoo]]></category>
		<category><![CDATA[2011]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Gentoo Council]]></category>
		<category><![CDATA[Google Summer of Code 2011]]></category>
		<category><![CDATA[GSoC]]></category>
		<category><![CDATA[Web Application]]></category>
		<category><![CDATA[Weekly report]]></category>

		<guid isPermaLink="false">http://ahenobarbi.wordpress.com/?p=257</guid>
		<description><![CDATA[Last week I continued work on hobo-based application: If you enter url to message on gentoo-archives as &#8220;discussion&#8221; for agenda item application will use it to calculate how long discussion took. I worked to use Doodle to help planning meetings. Doodle REST API is pretty easy (my code words with doodle-test ) but I didn&#8217;t [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ahenobarbi.wordpress.com&amp;blog=13392135&amp;post=257&amp;subd=ahenobarbi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Last week I continued work on hobo-based application:</p>
<ul>
<li>If you enter url to message on <a href="http://archives.gentoo.org/">gentoo-archives</a> as &#8220;discussion&#8221; for agenda item application will use it to calculate how long discussion took.</li>
<li>I worked to use <a href="http://doodle.com/">Doodle</a> to help planning meetings. <a href="http://doodle.com/about/APIs.html">Doodle REST API</a> is pretty easy (my code words with doodle-test ) but I didn&#8217;t manage to finish authentication. Authentication is <a href="http://oauth.net/">oauth</a>-based but I couldn&#8217;t authenticate with <a href="http://rubygems.org/gems/oauth">oauth</a>(<a href="http://rubygems.org/gems/oauth2">2</a>) gems.</li>
</ul>
<p>I made some changes to <a href="http://hobocentral.net/">hobo</a>. In the application I&#8217;m writing I had to set<br />
<code>:null =&gt; false</code><br />
for most fields, my patch adds configuration option null_false_by_default. If you turn it on all text, string and boolean fields in all models will have</p>
<p><code>:null =&gt; false</code></p>
<p>set by default.<code></code></p>
<p>For short description of project and sources, <a title="Council application – Short introduction" href="http://ahenobarbi.wordpress.com/2011/05/30/council-application-short-introduction/">read this</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ahenobarbi.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ahenobarbi.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ahenobarbi.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ahenobarbi.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ahenobarbi.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ahenobarbi.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ahenobarbi.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ahenobarbi.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ahenobarbi.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ahenobarbi.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ahenobarbi.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ahenobarbi.wordpress.com/257/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ahenobarbi.wordpress.com/257/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ahenobarbi.wordpress.com/257/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ahenobarbi.wordpress.com&amp;blog=13392135&amp;post=257&amp;subd=ahenobarbi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ahenobarbi.wordpress.com/2011/07/12/council-application-%e2%80%93-weekly-report-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4da36b48957264e3434a26e7e299bfd1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ahenobarbi</media:title>
		</media:content>
	</item>
		<item>
		<title>Council application – weekly report #6</title>
		<link>http://ahenobarbi.wordpress.com/2011/07/05/council-application-%e2%80%93-weekly-report-6/</link>
		<comments>http://ahenobarbi.wordpress.com/2011/07/05/council-application-%e2%80%93-weekly-report-6/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 10:36:11 +0000</pubDate>
		<dc:creator>ahenobarbi</dc:creator>
				<category><![CDATA[Planet Gentoo]]></category>
		<category><![CDATA[2011]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Gentoo Council]]></category>
		<category><![CDATA[Google Summer of Code 2011]]></category>
		<category><![CDATA[GSoC]]></category>
		<category><![CDATA[Web Application]]></category>
		<category><![CDATA[Weekly report]]></category>

		<guid isPermaLink="false">http://ahenobarbi.wordpress.com/?p=254</guid>
		<description><![CDATA[Last week I was working mostly on the website part of my project: I fixed some bugs: If for some reason there was no current agenda(for example it was removed when application was running) the application crashed. Now whenever it tries to access current agenda application will check if there is a current agenda. If [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ahenobarbi.wordpress.com&amp;blog=13392135&amp;post=254&amp;subd=ahenobarbi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Last week I was working mostly on the website part of my project:</p>
<ul>
<li>I fixed some bugs:</li>
<ul>
<li>If for some reason there was no current agenda(for example it was removed when application was running) the application crashed. Now whenever it tries to access current agenda application will check if there is a current agenda. If there is no current agenda it will create one.</li>
<li>When council didn&#8217;t have any meetings yet.</li>
<li>Some buttons were in weird places, now they are where they look nice.</li>
</ul>
<li>Now all users will be able to vote using the webapp. Those votes are just to let council know what community thinks.</li>
<li>Now it&#8217;s possible to use <a title="On markdown syntax" href="http://daringfireball.net/projects/markdown/">markdown</a> when describing ideas.</li>
</ul>
<p>Also bot will give meeting log to agenda and it will store it for later use.</p>
<p>For short description of project and sources, <a title="Council application – Short introduction" href="http://ahenobarbi.wordpress.com/2011/05/30/council-application-short-introduction/">read this</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ahenobarbi.wordpress.com/254/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ahenobarbi.wordpress.com/254/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ahenobarbi.wordpress.com/254/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ahenobarbi.wordpress.com/254/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ahenobarbi.wordpress.com/254/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ahenobarbi.wordpress.com/254/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ahenobarbi.wordpress.com/254/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ahenobarbi.wordpress.com/254/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ahenobarbi.wordpress.com/254/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ahenobarbi.wordpress.com/254/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ahenobarbi.wordpress.com/254/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ahenobarbi.wordpress.com/254/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ahenobarbi.wordpress.com/254/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ahenobarbi.wordpress.com/254/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ahenobarbi.wordpress.com&amp;blog=13392135&amp;post=254&amp;subd=ahenobarbi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ahenobarbi.wordpress.com/2011/07/05/council-application-%e2%80%93-weekly-report-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4da36b48957264e3434a26e7e299bfd1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ahenobarbi</media:title>
		</media:content>
	</item>
		<item>
		<title>Council application – weekly report #5</title>
		<link>http://ahenobarbi.wordpress.com/2011/06/28/council-application-%e2%80%93-weekly-report-5/</link>
		<comments>http://ahenobarbi.wordpress.com/2011/06/28/council-application-%e2%80%93-weekly-report-5/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 10:04:41 +0000</pubDate>
		<dc:creator>ahenobarbi</dc:creator>
				<category><![CDATA[Planet Gentoo]]></category>
		<category><![CDATA[2011]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Gentoo Council]]></category>
		<category><![CDATA[Google Summer of Code 2011]]></category>
		<category><![CDATA[GSoC]]></category>
		<category><![CDATA[Web Application]]></category>
		<category><![CDATA[Weekly report]]></category>

		<guid isPermaLink="false">http://ahenobarbi.wordpress.com/?p=250</guid>
		<description><![CDATA[Last week I worked to improve MeetBot: I added support for #changeitemcommand &#8211; it allows you to move through agenda items faster then #netxitem/ #previtem. Bot will close voting after last vote Bot can  send reminders. You can add reminder with #timelimit add : remove it with #timelimt remove message list set reminders with #timelimit [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ahenobarbi.wordpress.com&amp;blog=13392135&amp;post=250&amp;subd=ahenobarbi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Last week I worked to improve MeetBot:</p>
<ul>
<li>I added support for #changeitemcommand &#8211; it allows you to move through agenda items faster then #netxitem/ #previtem.</li>
<li>Bot will close voting after last vote</li>
<li>Bot can  send reminders. You can add reminder with<br />
<code><br />
#timelimit add :<br />
</code><br />
remove it with<br />
<code><br />
#timelimt remove message<br />
</code><br />
list set reminders with<br />
<code><br />
#timelimit list<br />
</code><br />
or set them in web application before meeting. Changing item removes all reminders.</li>
</ul>
<p>For short description of project and sources, <a title="Council application – Short introduction" href="http://ahenobarbi.wordpress.com/2011/05/30/council-application-short-introduction/">read this</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ahenobarbi.wordpress.com/250/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ahenobarbi.wordpress.com/250/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ahenobarbi.wordpress.com/250/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ahenobarbi.wordpress.com/250/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ahenobarbi.wordpress.com/250/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ahenobarbi.wordpress.com/250/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ahenobarbi.wordpress.com/250/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ahenobarbi.wordpress.com/250/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ahenobarbi.wordpress.com/250/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ahenobarbi.wordpress.com/250/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ahenobarbi.wordpress.com/250/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ahenobarbi.wordpress.com/250/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ahenobarbi.wordpress.com/250/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ahenobarbi.wordpress.com/250/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ahenobarbi.wordpress.com&amp;blog=13392135&amp;post=250&amp;subd=ahenobarbi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ahenobarbi.wordpress.com/2011/06/28/council-application-%e2%80%93-weekly-report-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4da36b48957264e3434a26e7e299bfd1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ahenobarbi</media:title>
		</media:content>
	</item>
		<item>
		<title>Council application – weekly report #4</title>
		<link>http://ahenobarbi.wordpress.com/2011/06/20/council-application-%e2%80%93-weekly-report-4/</link>
		<comments>http://ahenobarbi.wordpress.com/2011/06/20/council-application-%e2%80%93-weekly-report-4/#comments</comments>
		<pubDate>Mon, 20 Jun 2011 09:34:06 +0000</pubDate>
		<dc:creator>ahenobarbi</dc:creator>
				<category><![CDATA[Planet Gentoo]]></category>
		<category><![CDATA[2011]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Gentoo Council]]></category>
		<category><![CDATA[Google Summer of Code 2011]]></category>
		<category><![CDATA[GSoC]]></category>
		<category><![CDATA[Web Application]]></category>
		<category><![CDATA[Weekly report]]></category>

		<guid isPermaLink="false">http://ahenobarbi.wordpress.com/?p=243</guid>
		<description><![CDATA[Last week I used metrical on the web app and improved tests coverage and variable naming. I also removed some stuff it reported as &#8220;code duplication&#8221;. Metrical warned about some stuff, but I couldn&#8217;t find a reasonable way to fix it. I tried to switch to capybara-webkit for cucumber tests but I couldn&#8217;t find a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ahenobarbi.wordpress.com&amp;blog=13392135&amp;post=243&amp;subd=ahenobarbi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Last week I used <a title="Metrical documentation" href="http://rubydoc.info/gems/metrical/0.0.5/frames">metrical</a> on the web app and improved tests coverage and variable naming. I also removed some stuff it reported as &#8220;code duplication&#8221;. Metrical warned about some stuff, but I couldn&#8217;t find a reasonable way to fix it.</p>
<p>I tried to switch to <a href="http://rubygems.org/gems/capybara-webkit">capybara-webkit</a> for cucumber tests but I couldn&#8217;t find a way to remove session cookies (and I need it to test &#8220;Remember me&#8221; feature) so I made a <a href="https://github.com/thoughtbot/capybara-webkit/issues/79">feature request</a> (including a suggested patch) and I&#8217;m waiting.</p>
<p>I added<br />
<code>#option add<br />
#option remove<br />
#option list</code></p>
<p>commands to <a href="http://wiki.debian.org/MeetBot">MeetBot</a> to allow changing voting options during meeting (I must do some work on the webapp end to handle added and removed option properly).</p>
<p>I also improved tests for my changes to <a href="http://wiki.debian.org/MeetBot">MeetBot</a> and wrote test for Reminder (the <a href="http://sourceforge.net/projects/supybot/">Supybot</a>  plugin I wrote <a href="http://ahenobarbi.wordpress.com/2011/06/13/council-application-%E2%80%93-weekly-report-3/">last week</a>).</p>
<p>For short description of project and sources, <a title="Council application – Short introduction" href="http://ahenobarbi.wordpress.com/2011/05/30/council-application-short-introduction/">read this</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ahenobarbi.wordpress.com/243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ahenobarbi.wordpress.com/243/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ahenobarbi.wordpress.com/243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ahenobarbi.wordpress.com/243/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ahenobarbi.wordpress.com/243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ahenobarbi.wordpress.com/243/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ahenobarbi.wordpress.com/243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ahenobarbi.wordpress.com/243/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ahenobarbi.wordpress.com/243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ahenobarbi.wordpress.com/243/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ahenobarbi.wordpress.com/243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ahenobarbi.wordpress.com/243/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ahenobarbi.wordpress.com/243/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ahenobarbi.wordpress.com/243/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ahenobarbi.wordpress.com&amp;blog=13392135&amp;post=243&amp;subd=ahenobarbi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ahenobarbi.wordpress.com/2011/06/20/council-application-%e2%80%93-weekly-report-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4da36b48957264e3434a26e7e299bfd1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ahenobarbi</media:title>
		</media:content>
	</item>
		<item>
		<title>Council application – weekly report #3</title>
		<link>http://ahenobarbi.wordpress.com/2011/06/13/council-application-%e2%80%93-weekly-report-3/</link>
		<comments>http://ahenobarbi.wordpress.com/2011/06/13/council-application-%e2%80%93-weekly-report-3/#comments</comments>
		<pubDate>Mon, 13 Jun 2011 08:32:02 +0000</pubDate>
		<dc:creator>ahenobarbi</dc:creator>
				<category><![CDATA[Planet Gentoo]]></category>
		<category><![CDATA[2011]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Gentoo Council]]></category>
		<category><![CDATA[Google Summer of Code 2011]]></category>
		<category><![CDATA[GSoC]]></category>
		<category><![CDATA[Web Application]]></category>
		<category><![CDATA[Weekly report]]></category>

		<guid isPermaLink="false">http://ahenobarbi.wordpress.com/?p=237</guid>
		<description><![CDATA[Last week I: Wrote Supybot plugin that regularly fetches JSON data from given location. Then it checks timestamp, if timestam is newer then previous it sends message to listed users. Application now tracks slaking properly &#8211; it marks participation after meeting (council members who voted at least once are present). Then it calculates &#8220;slacking status&#8221; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ahenobarbi.wordpress.com&amp;blog=13392135&amp;post=237&amp;subd=ahenobarbi&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Last week I:</p>
<ul>
<li>Wrote <a title="Supybot on SorceForge" href="http://sourceforge.net/projects/supybot/">Supybot</a> plugin that regularly fetches JSON data from given location. Then it checks timestamp, if timestam is newer then previous it sends message to listed users.</li>
<li>Application now tracks slaking properly &#8211; it marks participation after meeting (council members who voted at least once are present). Then it calculates &#8220;slacking status&#8221; for current council members based on council term start date and participations.</li>
</ul>
<p>For short description of project and sources, <a title="Council application – Short introduction" href="http://ahenobarbi.wordpress.com/2011/05/30/council-application-short-introduction/">read this</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ahenobarbi.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ahenobarbi.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ahenobarbi.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ahenobarbi.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ahenobarbi.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ahenobarbi.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ahenobarbi.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ahenobarbi.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ahenobarbi.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ahenobarbi.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ahenobarbi.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ahenobarbi.wordpress.com/237/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ahenobarbi.wordpress.com/237/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ahenobarbi.wordpress.com/237/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ahenobarbi.wordpress.com&amp;blog=13392135&amp;post=237&amp;subd=ahenobarbi&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ahenobarbi.wordpress.com/2011/06/13/council-application-%e2%80%93-weekly-report-3/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/4da36b48957264e3434a26e7e299bfd1?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">ahenobarbi</media:title>
		</media:content>
	</item>
	</channel>
</rss>
