<?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>Alaveteli</title>
	<atom:link href="http://www.alaveteli.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alaveteli.org</link>
	<description>international Right to Know software</description>
	<lastBuildDate>Fri, 10 May 2013 20:55:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Release 0.9, and a new development roundup</title>
		<link>http://www.alaveteli.org/2013/04/24/release-0-9-and-a-new-development-roundup/</link>
		<comments>http://www.alaveteli.org/2013/04/24/release-0-9-and-a-new-development-roundup/#comments</comments>
		<pubDate>Wed, 24 Apr 2013 16:05:02 +0000</pubDate>
		<dc:creator>louise</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blogs.mysociety.org/alaveteliorg/?p=432</guid>
		<description><![CDATA[We&#8217;ve just released Alaveteli 0.9 &#8211; hopefully the last release before we upgrade to Rails 3. The last few months have meant a bunch of behind the scenes upgrades, bugfixes and refactorings to get us to this point &#8211; with some highlights being: Alaveteli now has better support for running entirely over SSL &#8211; as [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve just released Alaveteli 0.9 &#8211; hopefully the last release before we upgrade to Rails 3. The last few months have meant a bunch of behind the scenes upgrades, bugfixes and refactorings to get us to this point &#8211; with some highlights being:</p>
<ul>
<li> Alaveteli now has better support for running entirely over SSL &#8211; as can be seen at <a href="https://www.whatdotheyknow.com">WhatDoTheyKnow</a> and the new Australian <a href="https://www.righttoknow.org.au/">Right to Know</a> site.</li>
<li>Upgrade to HTML 5</li>
<li>Preliminary support for running under ruby 1.9 (full support to come with the Rails 3 upgrade)
</li>
<li>Better isolation and testing of the mail handling code
</li>
<li>A more consistent admin user interface using Bootstrap by default</li>
<li>Better support for responsive front end themes and sqlite on the back end</li>
<li>A clearer and more consistent format for translations</li>
</ul>
<p>Thanks to everyone who&#8217;s contributed!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alaveteli.org/2013/04/24/release-0-9-and-a-new-development-roundup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New for developers: deploying with capistrano, handling mail with Postfix.</title>
		<link>http://www.alaveteli.org/2012/11/12/new-for-developers-deploying-with-capistrano-handling-mail-with-postfix/</link>
		<comments>http://www.alaveteli.org/2012/11/12/new-for-developers-deploying-with-capistrano-handling-mail-with-postfix/#comments</comments>
		<pubDate>Mon, 12 Nov 2012 17:02:58 +0000</pubDate>
		<dc:creator>louise</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://blogs.mysociety.org/alaveteliorg/?p=420</guid>
		<description><![CDATA[It&#8217;s been a long time since the last post, but we&#8217;ve been busy! We&#8217;ve just released Alaveteli 0.6.8. A full list of changes is available on github. For developers, there are a couple of bits of good news &#8211; Alaveteli can now be easily deployed using Capistrano, and has support for using Postfix as an [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a long time since the last post, but we&#8217;ve been busy! We&#8217;ve just released Alaveteli 0.6.8. A full list of changes is <a href="https://github.com/mysociety/alaveteli/blob/master/doc/CHANGES.md">available on github</a>. For developers, there are a couple of bits of good news &#8211; Alaveteli can now be easily deployed using <a href="https://github.com/capistrano/capistrano">Capistrano</a>, and has support for using <a href="http://www.postfix.org/">Postfix</a> as an MTA, as well as Exim. Both of these features come courtesy of <a href="https://twitter.com/matthewlandauer">@matthewlandauer</a> and <a href="https://twitter.com/henaredegan">@henaredegan</a> of the <a href="http://www.openaustraliafoundation.org.au/">Open Australia Foundation</a>, who are getting very close to launching their own Alaveteli-based FOI site. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.alaveteli.org/2012/11/12/new-for-developers-deploying-with-capistrano-handling-mail-with-postfix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>API update: now you can create and update requests</title>
		<link>http://www.alaveteli.org/2012/06/28/api-update-now-you-can-create-and-update-requests/</link>
		<comments>http://www.alaveteli.org/2012/06/28/api-update-now-you-can-create-and-update-requests/#comments</comments>
		<pubDate>Thu, 28 Jun 2012 11:50:51 +0000</pubDate>
		<dc:creator>sebbacon</dc:creator>
				<category><![CDATA[Uncategorised]]></category>

		<guid isPermaLink="false">http://www.alaveteli.org/?p=376</guid>
		<description><![CDATA[Version 0.6.1 of the software was recently released with an urgent security update.  Also included in this release was an extension of Alaveteli&#8217;s API, which allows developers to write apps that create and update requests on a per-public body basis.  There&#8217;s the start of some documentation on the wiki.]]></description>
			<content:encoded><![CDATA[<p>Version 0.6.1 of the software was recently released with an urgent security update.  Also included in this release was an extension of Alaveteli&#8217;s API, which allows developers to write apps that create and update requests on a per-public body basis.  There&#8217;s the start of some documentation <a href="https://github.com/sebbacon/alaveteli/wiki/API">on the wiki</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alaveteli.org/2012/06/28/api-update-now-you-can-create-and-update-requests/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New for developers: bundler support</title>
		<link>http://www.alaveteli.org/2012/06/21/new-for-developers-bundler-support/</link>
		<comments>http://www.alaveteli.org/2012/06/21/new-for-developers-bundler-support/#comments</comments>
		<pubDate>Thu, 21 Jun 2012 06:52:08 +0000</pubDate>
		<dc:creator>sebbacon</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.alaveteli.org/?p=373</guid>
		<description><![CDATA[Thanks to lots of hard work from @mckinneyjames, Alaveteli now uses Bundler wherever possible to satisfy its dependencies. We have a few such dependencies, like recaptcha and rmagick.  Previously we installed these from system packages on Debian.  The advantages of using Bundler are: We can upgrade to newer versions more quickly than Debian packages allow [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to lots of hard work from <a href="https://twitter.com/#!/mckinneyjames">@mckinneyjames</a>, Alaveteli now uses <a href="http://gembundler.com/">Bundler</a> wherever possible to satisfy its dependencies.</p>
<p>We have a few such dependencies, like <code>recaptcha</code> and <code>rmagick</code>.  Previously we installed these from system packages on Debian.  The advantages of using Bundler are:</p>
<ul>
<li>We can upgrade to newer versions more quickly than Debian packages allow</li>
<li>It&#8217;s the standard way of packaging software in Rails 3, to which we will migrate in due course (in fact, we will probably skip straight to Rails 4&#8230;)</li>
<li>It brings the process of getting a working setup in OS X closer to that of building the same thing on a Linux-based system</li>
</ul>
<p>It&#8217;s not utopia &#8212; the first run of &#8220;bundle install&#8221; on a new system will take a very long time, because Xapian has to be compiled from scratch; and we can&#8217;t remove our non-rubygems dependencies like gnuplot and memcached.  However, as part of the slow process of moving to a modern Rails setup, this is a major step forward.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alaveteli.org/2012/06/21/new-for-developers-bundler-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New feature: &#8220;following&#8221; and the &#8220;wall&#8221;</title>
		<link>http://www.alaveteli.org/2012/06/21/new-feature-following-and-the-wall/</link>
		<comments>http://www.alaveteli.org/2012/06/21/new-feature-following-and-the-wall/#comments</comments>
		<pubDate>Thu, 21 Jun 2012 06:43:23 +0000</pubDate>
		<dc:creator>sebbacon</dc:creator>
				<category><![CDATA[Uncategorised]]></category>

		<guid isPermaLink="false">http://www.alaveteli.org/?p=369</guid>
		<description><![CDATA[You&#8217;ve always been able to subscribe to email alerts about requests.  However, since WhatDoTheyKnow (the predecessor to Alaveteli) was first conceived, certain well-known websites have become the primary way many of us interact with the internet.  So we decided to use some of their technology.  Instead of subscribing to alerts, you now follow topics.  And [...]]]></description>
			<content:encoded><![CDATA[<p>You&#8217;ve always been able to subscribe to email alerts about requests.  However, since WhatDoTheyKnow (the predecessor to Alaveteli) was first conceived, <a href="http://www.facebook.com">certain</a> <a href="http://twitter.com">well-known</a> websites have become the primary way many of us interact with the internet.  So we decided to use some of their technology.  Instead of subscribing to alerts, you now follow topics.  And when you follow a topic, by default this still means you get email; but you can turn email alerts off, and choose to view updates on a new &#8220;wall&#8221; area.</p>
<p>Here&#8217;s the <em>&#8220;Follow&#8221;</em> button:</p>
<p><a href="http://www.alaveteli.org/files/2012/06/boring.png"><img class="alignnone size-full wp-image-370" src="http://www.alaveteli.org/files/2012/06/boring.png" alt="following a topic" width="658" height="480" /></a></p>
<p>&#8230;and here&#8217;s the &#8220;wall&#8221;:</p>
<p><img class="alignnone size-full wp-image-371" src="http://www.alaveteli.org/files/2012/06/wall.png" alt="the new &quot;wall&quot; in alaveteli" width="723" height="637" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.alaveteli.org/2012/06/21/new-feature-following-and-the-wall/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New feature: easier request moderation</title>
		<link>http://www.alaveteli.org/2012/06/20/new-feature-easier-request-moderation/</link>
		<comments>http://www.alaveteli.org/2012/06/20/new-feature-easier-request-moderation/#comments</comments>
		<pubDate>Wed, 20 Jun 2012 13:11:12 +0000</pubDate>
		<dc:creator>sebbacon</dc:creator>
				<category><![CDATA[Uncategorised]]></category>

		<guid isPermaLink="false">http://www.alaveteli.org/?p=361</guid>
		<description><![CDATA[WhatDoTheyKnow has been criticised in the past for not doing more to discourage frivolous or abusive requests. The vast majority of requests for information are sensible, but we get a some citizens using the site to vent their anger or frustration at something, and a reasonable number of requests which are not really FOI requests [...]]]></description>
			<content:encoded><![CDATA[<p>WhatDoTheyKnow <a href="http://2040infolawblog.com/2012/02/09/do-they-know-what/">has been criticised in the past</a> for not doing more to discourage frivolous or abusive requests.  The vast majority of requests for information are sensible, but we get a some citizens using the site to vent their anger or frustration at something, and a reasonable number of requests which are not really FOI requests at all, made by people who misunderstand the purpose of the site.</p>
<p>Alaveteli has always supported hiding requests that are unsuitable, but in <a href="http://www.alaveteli.org/2012/06/alaveteli-0-6-fancy-admin-released/">version 0.6</a> we&#8217;ve added some new functionality that makes the process smoother and faster.</p>
<p>First, we allow any logged in user to report a request for moderation by an administrator.  This is important because there&#8217;s no way we could support the moderation of requests before they are published on the site:</p>
<p><a href="http://www.alaveteli.org/files/2012/06/report.png"><img class="alignnone size-full wp-image-362" src="http://www.alaveteli.org/files/2012/06/report.png" alt="" width="651" height="389" /></a></p>
<p>Requests that have been reported now appear in a worklist on the home page of Alaveteli&#8217;s administrative interface:</p>
<p><img class="alignnone size-full wp-image-363" src="http://www.alaveteli.org/files/2012/06/review.png" alt="" width="504" height="161" /></p>
<p>When a moderator clicks through to the edit page for the request, they are now presented with radio buttons to select a reason why the request should be hidden (if any).  A text box appears prefilled with suggested text, and when the moderator hits the &#8220;hide request&#8221; button, this message is emailed to the requestor notifying them that their message has been hidden:</p>
<p><img class="alignnone size-full wp-image-364" src="http://www.alaveteli.org/files/2012/06/hide.png" alt="" width="635" height="450" /></p>
<p>Let us know if you find this useful, and if you think it needs any more tweaking!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alaveteli.org/2012/06/20/new-feature-easier-request-moderation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New feature: the new bootstrap admin theme</title>
		<link>http://www.alaveteli.org/2012/06/20/the-new-bootstrap-admin-theme/</link>
		<comments>http://www.alaveteli.org/2012/06/20/the-new-bootstrap-admin-theme/#comments</comments>
		<pubDate>Wed, 20 Jun 2012 12:27:18 +0000</pubDate>
		<dc:creator>sebbacon</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.alaveteli.org/?p=357</guid>
		<description><![CDATA[One of the major new features in the latest release of Alaveteli is a more attractive (and hopefully more usable) admin theme.  Here&#8217;s a before-and-after shot of the home page: The theme was started at AlaveteliCon by @wombleton.  It&#8217;s based on Twitter&#8217;s Bootstrap framework, a CSS-and-javascript foundation for layout and styling of websites.  It tries [...]]]></description>
			<content:encoded><![CDATA[<p>One of the major new features in the latest release of Alaveteli is a more attractive (and hopefully more usable) admin theme.  Here&#8217;s a before-and-after shot of the home page:</p>
<p><a href="http://www.alaveteli.org/files/2012/06/oldnew.png"><img class="size-full wp-image-358 alignnone" src="http://www.alaveteli.org/files/2012/06/oldnew.png" alt="" width="643" height="531" /></a></p>
<p>The theme was started at AlaveteliCon by <a href="https://twitter.com/#!/wombleton">@wombleton</a>.  It&#8217;s based on Twitter&#8217;s <a href="http://twitter.github.com/bootstrap/">Bootstrap framework</a>, a CSS-and-javascript foundation for layout and styling of websites.  It tries to collapse the large amounts of data often found on a single page into smaller chunks that can be scanned more easily.</p>
<p>When I started integrating the new code into the Alaveteli core, I realised that this might be quite a big and potentially unwanted step for users who are used to the old interface.  So I moved all the interface changes <a href="https://github.com/sebbacon/adminbootstraptheme">into their own theme</a>, which can be installed or uninstalled by changing <a href="https://github.com/sebbacon/alaveteli/blob/2e69a53ff5c3e15dd5a7a0fcb5f8fcedf3d6f778/config/general.yml-example#L37">a line in the configuration file</a>.</p>
<p>The upshot of this is that instead of specifying a single theme in your site&#8217;s configuration file, you can now specify a list of themes.  When Alaveteli needs to display a help page, or a template, or a CSS file, it starts by looking in the first theme on the list.  If the resource isn&#8217;t there, it works through the other themes in order, until it falls back to the resources provided in Alaveteli itself.  This may be useful if you want to borrow someone else&#8217;s theme but just change the logo or colours; or perhaps if you want to temporarily add a banner at the top of your site to make an announcement about a change in FOI laws in your jurisdiction.</p>
<p>In new installations of Alaveteli 0.6, the admin theme is installed by default, but existing installations that want to try the theme out will need to add it to their config file,<a href="https://github.com/sebbacon/alaveteli/blob/2e69a53ff5c3e15dd5a7a0fcb5f8fcedf3d6f778/config/general.yml-example#L37"> as per the sample config</a> supplied with Alaveteli.</p>
<p>The new admin theme includes some new functionality that isn&#8217;t available in the old theme, and the old theme should be considered deprecated.  You can expect the new admin theme to be merged into the Alaveteli core (and the old theme to disappear) by version 0.7, so if you don&#8217;t like the new look, shout out on the <a href="http://groups.google.com/group/alaveteli-dev">mailing list</a> before it&#8217;s too late!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alaveteli.org/2012/06/20/the-new-bootstrap-admin-theme/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alaveteli 0.6 &#8220;fancy admin&#8221; released!</title>
		<link>http://www.alaveteli.org/2012/06/20/alaveteli-0-6-fancy-admin-released/</link>
		<comments>http://www.alaveteli.org/2012/06/20/alaveteli-0-6-fancy-admin-released/#comments</comments>
		<pubDate>Wed, 20 Jun 2012 11:06:09 +0000</pubDate>
		<dc:creator>sebbacon</dc:creator>
				<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.alaveteli.org/?p=354</guid>
		<description><![CDATA[Finally Alaveteli 0.6 is out of the door! Grab it from the github master branch and try it out.  The most obvious new feature is a glossy new administrative interface, based on work started at AlaveteliCon by @wombleton.  If you are upgrading, be sure to read the upgrade notes in CHANGES.md, and the new section [...]]]></description>
			<content:encoded><![CDATA[<p>Finally Alaveteli 0.6 is out of the door!  Grab it from the <a href="https://github.com/sebbacon/alaveteli/">github master branch</a> and try it out.  The most obvious new feature is a glossy new administrative interface, based on work started at AlaveteliCon by <a href="https://twitter.com/#%21/wombleton">@wombleton</a>.  If you are upgrading, be sure to read the upgrade notes in <a href="https://github.com/sebbacon/alaveteli/blob/master/doc/CHANGES.md">CHANGES.md</a>, and the <a href="https://github.com/sebbacon/alaveteli/blob/master/doc/INSTALL.md#upgrading-alaveteli">new section in the install docs</a> about upgrading Alavetel<a href="https://github.com/sebbacon/alaveteli/blob/master/doc/INSTALL.md#upgrading-alaveteli">i</a>.  Drop a note to the <a href="http://groups.google.com/group/alaveteli-dev">alaveteli-dev mailing list</a> if you need any help with your upgrade.</p>
<p><a href="https://github.com/sebbacon/alaveteli/issues?milestone=13&amp;state=closed">A full list of changes</a> is on Github.  Interesting features and bugfixes include:</p>
<ul>
<li>Most Ruby dependencies are now handled by Bundler (thanks <a href="https://twitter.com/#!/mckinneyjames">@mckinneyjames</a>!)</li>
<li>Support for invalidating accelerator cache &#8212; this makes it much  less likely, when using Varnish, that users will be presented with stale  content.  Fixes <a href="https://github.com/sebbacon/alaveteli/issues/436">issue #436</a></li>
<li>Adding a <code>GA_CODE</code> to <code>general.yml</code> will cause the relevant Google Analytics code to be added to your rendered pages</li>
<li>It is now possible to have more than one theme installed.  The  behaviour of multiple themes is now layered in the reverse order they&#8217;re  listed in the config file.  See the variable <code>THEME_URLS</code> in <code>general.yml-example</code> for an example.</li>
<li>A new, experimental theme for the administrative interface.  It&#8217;s  currently packaged as a standalone theme, but will be merged into the  core once it&#8217;s been tested and iterated in production a few times.   Thanks to <a href="https://twitter.com/#!/wombleton">@wombleton</a> for kicking this off!</li>
<li>Alert subscriptions are now referred to as &#8220;following&#8221; a request (or  group of requests) throughout the UI.  When a user &#8220;follows&#8221; a request,  updates regarding that request are posted on a new &#8220;wall&#8221; page.  Now  they have a wall, users can opt not to receive alerts by email.</li>
<li>New features to <a href="http://www.alaveteli.org/2012/06/new-feature-easier-request-moderation/">support fast post-moderation of bad requests</a>: a  button for users to report potentially unsuitable requests, and a form  control in the administrative interface that hides a request and sends  the user an email explaining why.</li>
<li>A bug which prevented locales containing underscores (e.g. <code>en_GB</code>) was fixed (<a href="https://github.com/sebbacon/alaveteli/issues/503">issue #503</a>)</li>
<li>Error pages are now presented with styling from themes</li>
</ul>
<p>There are some blog posts about some of the new features here:</p>
<ul>
<li><a href="http://www.alaveteli.org/2012/06/the-new-bootstrap-admin-theme/">The new admin theme</a></li>
<li><a href="http://www.alaveteli.org/2012/06/new-feature-easier-request-moderation/">The request moderation features</a></li>
<li><a href="http://www.alaveteli.org/2012/06/new-feature-following-and-the-wall/">&#8220;Following&#8221; and the &#8220;wall&#8221;</a></li>
<li><a href="http://www.alaveteli.org/2012/06/new-for-developers-bundler-support/">Bundler</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.alaveteli.org/2012/06/20/alaveteli-0-6-fancy-admin-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Alavetelicon, or how to give a voice to the people</title>
		<link>http://www.alaveteli.org/2012/05/15/alavetelicon-or-how-to-give-a-voice-to-the-people/</link>
		<comments>http://www.alaveteli.org/2012/05/15/alavetelicon-or-how-to-give-a-voice-to-the-people/#comments</comments>
		<pubDate>Tue, 15 May 2012 07:15:26 +0000</pubDate>
		<dc:creator>sebbacon</dc:creator>
				<category><![CDATA[Uncategorised]]></category>

		<guid isPermaLink="false">http://www.alaveteli.org/?p=348</guid>
		<description><![CDATA[This guest post by Romina Colman from Argentina is a translation of her original article at La Nacion Attending the first Alaveteli World Conference reminded me why I am dedicated to promoting access to public information in my country. At the University of Oxford, where the event was held, I found not just 50 delegates [...]]]></description>
			<content:encoded><![CDATA[<p><em>This guest post by Romina Colman from Argentina is a translation of her <a href="http://blogs.lanacion.com.ar/data/mundo/conferencia-de-alaveteli-o-de-como-darle-voz-a-la-sociedad-civil/">original article at La Nacion</a></em></p>
<p>Attending the first Alaveteli World Conference reminded me why I am dedicated to promoting access to public information in my country.</p>
<p>At the University of Oxford, where the event was held, I found not just 50 delegates from 33 countries, but a group of people who, like myself, are convinced that only by working together will we bring the Right to Information to light.</p>
<p>In this place I gained an understanding of what Alaveteli is. You can define it as open source software for creating sites that solicit information from the State. But that is the very least of it, and does it a disservice.</p>
<p>Alaveteli is, above all, a community, a group of people willing to get the word out to help citizens improve their quality of life, to understand that Freedom of Information is a right and as such, must be respected.</p>
<p>This is the goal of the team. It’s a difficult task if it’s anything. However, no obstacle seems to stop those who have chosen to take the project forward.</p>
<p>During the first day of the conference, a panel discussed access to public information in different countries. The general conclusion was that much remains to be done: there are still national territories with no FOI law instilled, as in our case, and there are places with long lead times for delivery of a response, a problem most evident in the U.S., for example.</p>
<p>With lunch came a series of flash talks, in which we shared the situation in our countries, but in most cases, the talks ended with &#8220;count on us for what we need.&#8221;</p>
<p>I was also pleasantly surprised to talk to Tom Steinberg, director of mySociety, the NGO which built Alaveteli, and to find that he was unlike anyone else in the room. Tom is one of those people that it is impossible to ignore: he has the contagious spirit of a student, and a welcome for everybody. He makes it impossible not to get involved, because he has complete belief in what he does. He’ll always listen to criticism and he knows the best way to help people move forward when they hit an obstacle.</p>
<p>All the workshops for activists focused on the need for collaboration, open discussion and teamwork. Monday&#8217;s session, by Daniel Silva, one half of the duo behind the Brazilian Alaveteli, highlighted the main problems facing those who wish to promote the project in their countries: the initial resistance of the authorities, and non-response to requests.</p>
<p>Beyond that, in jurisdictions where Alaveteli is already up and running, positive change has been achieved.</p>
<p>In the UK, some public bodies are interested in the possibilities offered by this open source software. No wonder. Alaveteli is not just a technology for transparency, but it also promotes a new type of relationship between the State and the people.</p>
<p>Any technological advance without a body of stakeholders to promote it is doomed to failure before it even begins. Therefore, to develop the initiative, always and without exception, you have to get the public sector behind you.</p>
<p>The very best type of civic leader understands that Alaveteli is not anti-government. On the contrary, it presents a unique opportunity for citizens to talk to them. When public information is in the hands of the people, it contributes to a democracy that is no longer experienced in the abstract &#8211; it is felt to be tangible and real.</p>
<p>This is the main challenge for all of us who met in Oxford earlier this week, already feeling like  part of a great community that mySociety had brought together.</p>
<p>Perhaps for this reason, on the last day of the event, a list of all proposed improvements to Alaveteli was put on the wall.</p>
<p>Which got the most votes?<br />
-  A way to generate statistics, with a league table of institutions, showing which bodies are the most, or least, responsive;<br />
- Advice for users where they are given no information, or requests are denied;<br />
- Functionality to allow the use of these sites in countries where FOI requests have to be submitted on paper, rather than by email.</p>
<p>My participation in the conference, without doubt, has changed my understanding of what it means to be an activist, a word which is often loaded with negative meaning.</p>
<p>In my case, being an activist for Freedom of Information means asking the state questions every week, walking, taking the subway, approaching the front desk of an agency to make my request, taking home my sealed copy, sitting and waiting, in some cases receiving a request for an extension&#8230; and finally having the answer in my hands.</p>
<p>This is what I call &#8220;literally getting access to public information.&#8221; Because as an excellent teacher of journalism once said, a journalist&#8217;s work is not done from the desk. Neither is the FOI activist’s.</p>
<p>If we want our voices heard, we must cry out, until the echo is so intense that they can not ignore it. Alaveteli does that, and much more: it gives voice to those who did not know they had one. It allows you to ask, not only in order to get an answer, but to show public information can improve the lives of people.</p>
<p>And indeed it does. Only a few people know that everyone has the right to ask about scholarships, neighborhood plans, grants, and many other things. This is where Alaveteli’s power lies.</p>
<p>For all this, it was really hard for me to leave Oxford. Everyone who took part in this first world conference of activists and hackers showed that if one is truly convinced of a project like those that mySociety have instigated, you can achieve. The most important thing is to find a team that believes in this aim, and wants to pursue it.</p>
<p>The rest is secondary. After all, in the Alaveteli community we are a couple of crazy people who want to change access to public information, nothing more and nothing less. A couple of people that nobody can ignore.</strong></div>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alaveteli.org/2012/05/15/alavetelicon-or-how-to-give-a-voice-to-the-people/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>8 steps to understanding and implementing Alaveteli</title>
		<link>http://www.alaveteli.org/2012/05/15/8-steps-to-understanding-and-implementing-alaveteli/</link>
		<comments>http://www.alaveteli.org/2012/05/15/8-steps-to-understanding-and-implementing-alaveteli/#comments</comments>
		<pubDate>Tue, 15 May 2012 07:06:43 +0000</pubDate>
		<dc:creator>sebbacon</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Partners]]></category>

		<guid isPermaLink="false">http://www.alaveteli.org/?p=345</guid>
		<description><![CDATA[This guest post by Romina Colman from Argentina is a translation of her original article at La Nacion Launching a website that can change the history of access to public information in Argentina requires just three elements: the open source software Alaveteli, an enthusiastic team, and a few weeks of work. Here, in eight points, [...]]]></description>
			<content:encoded><![CDATA[<p><em>This guest post by Romina Colman from Argentina is a translation of her <a href="http://blogs.lanacion.com.ar/data/herramientas/8-claves-para-entender-que-es-y-como-empezar-con-alaveteli/">original article at La Nacion</a></em></p>
<p>Launching a website that can change the history of access to public information in Argentina requires just three elements: <a href="http://www.alaveteli.org/">the open source software Alaveteli</a>, an enthusiastic team, and a few weeks of work.</p>
<p>Here, in eight points, is the key to understanding why Alaveteli has excited advocates of transparency everywhere.</p>
<ol>
<li>It can be developed in countries whether or not they have a right to the Freedom of Information. In places which have an established Right to Information law, Alaveteli helps strengthen and extend citizens’ access, through the publication of thousands of public documents. In places with no history of FOI, it helps people to put pressure on the State to create a law.</li>
<li>Why the name? Alaveteli is the town where the first ever Access to Public Information law was passed. mySociety chose the name to express the idea of &#8220;free for everybody.&#8221; Development began in 2011 when a team, led by Seb Bacon, decided to take the open code from the UK site <a href="http://www.whatdotheyknow.com/">WhatDoTheyKnow</a>, and improve and adapt it so that  it could easily be replicated in different contexts.</li>
<li>Anyone can participate in the project. Yes, you will need access to programmers and FOI experts. But take a look at <a href="http://www.alaveteli.org/files/2012/02/Turbo-Transparency-v1.0.pdf">Turbo Transparency</a>, a brief guide explaining what Alaveteli is, how it is used and why it should implemented in other countries. Above all, it highlights the need for people who are passionate about open government, and accountability for the many tasks that government performs for its people.</li>
<li>It serves as a public archive. Any site using Alaveteli will request documents from the State, but it will also serve as a repository for everything that an authority provides to users. Other advantages include the ability to search, to track the progress of any request, to comment, and even to set email alerts which will send a message every time a keyword or topic that interests you is mentioned.</li>
<li>You’ll need some legal advice  and money. To begin your adventure, and to ensure the success of the site, you will need the services of a lawyer. But not full time. You’ll also need funds to run the site.<br />
<a href="http://translate.googleusercontent.com/translate_c?hl=en&amp;rurl=translate.google.com&amp;sl=es&amp;tl=en&amp;twu=1&amp;u=http://tuderechoasaber.es/&amp;usg=ALkJrhjQF_b8Fgs2Ztn6z_R_yB_FnmBLPA">Tuderechoasaber</a>, the latest Alaveteli implementation, raised its minimum project funding of 4,100 euros in just 30 days, and today the money is still coming in. All thanks to <a href="http://www.goteo.org/">Goteo.org</a>, a crowdfunding site that finds people to collectively fund development initiatives for the common good.</li>
<li>It’s very flexible. Alaveteli can be modified for use in areas where requests for access to information must be submitted in writing, as in the case of Argentina.</li>
<li>Your project will need organisation. To ensure that things get done, it is vital to have someone leading the initiative. That person will have to centralise and coordinate multiple tasks and resources: programmers, volunteers, a media contact, all working together as a team. Beyond that, one of the principles of Alaveteli is to create a great community, providing support to all who need it. That’s why mySociety is offering help to those taking their first steps with Alaveteli.</li>
<li>And it will need maintenance. After launch, the site will have to be maintained and updated.</li>
</ol>
<p>&nbsp;</p>
<h2>Alaveteli in numbers</h2>
<ul>
<li>So far, the UK site WhatDotheyKnow has processed more than 111,000 requests for information.</li>
<li>Alaveteli has been implemented in five jurisdictions and many others are in progress.</li>
<li>100 requests were made on the very first day Turederechoasaber.es launched.</li>
<li>The Alaveteli code has been translated into 8 languages.</li>
</ul>
<p><a href="http://twitter.com/dololavalle">Dolores Lavalle Cobo</a>, a lawyer and specialist in access to public information, says Alaveteli revolutionises the concept of what it means to share information, and creates a change of mentality in the people.</p>
<p>She’s not exaggerating. This software is a testament to how technology, enthusiasm and a commitment to transparency can create a tool without limits for citizen participation.</p>
<p>Meanwhile, public policy consultant <a href="http://twitter.com/stalkerGer">Germain Stalker</a> agrees with this definition: &#8220;Alaveteli universalises access to information, allowing the public documents held by the State to acquire real and tangible value.&#8221;</p>
<p>Nothing is more certain than this. Demanding transparency is a task for the people, and the platform has awakened interest in what governments do, as never before.</p>
<p>The only hope is that Argentina can get on board. A project has been started and the will is there. Perhaps in this way, together we will achieve national access to Freedom of Information in 2012.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alaveteli.org/2012/05/15/8-steps-to-understanding-and-implementing-alaveteli/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
