<?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>][ stefano maffulli &#187; conversations</title>
	<atom:link href="http://maffulli.net/tag/conversations/feed/" rel="self" type="application/rss+xml" />
	<link>http://maffulli.net</link>
	<description>about open source and freedom</description>
	<lastBuildDate>Sun, 05 May 2013 23:26:58 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>In search of a modern way to hold discussions online</title>
		<link>http://maffulli.net/2012/05/03/in-search-of-a-modern-way-to-hold-discussions-online/</link>
		<comments>http://maffulli.net/2012/05/03/in-search-of-a-modern-way-to-hold-discussions-online/#comments</comments>
		<pubDate>Thu, 03 May 2012 20:41:25 +0000</pubDate>
		<dc:creator>Stef</dc:creator>
				<category><![CDATA[community]]></category>
		<category><![CDATA[eng]]></category>
		<category><![CDATA[Openstack]]></category>
		<category><![CDATA[conversations]]></category>
		<category><![CDATA[forums]]></category>
		<category><![CDATA[mailing list]]></category>
		<category><![CDATA[online discussions]]></category>
		<category><![CDATA[openstack]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://maffulli.net/?p=1913</guid>
		<description><![CDATA[The OpenStack community decided at the Design Summit to create new lists and consolidate all of them on a new service so I decided to lay down the specifications for the new system following the desiderata from developers and users. The basic need is to allow developers to discuss freely using the tool they prefer [...]]]></description>
				<content:encoded><![CDATA[<p>The OpenStack community decided at the Design Summit to <a href="http://openstack.markmail.org/thread/6a5yyel5qo3moskq">create new lists and consolidate all of them on a new service</a> so I decided to lay down the specifications for the new system following the desiderata from developers and users. The basic need is to allow developers to discuss freely using the tool they prefer (email clients, in this case). I as community manager  need also to be able to measure discussions and allow easily for new developers and users to join the conversations. The desiderata for the messaging system are:</p>
<ul>
<li>Must use email messages as primary mean of communication</li>
<li>Must allow tagging/topics for easy inbox filtering</li>
<li>Must be easy to manage (dealing with spam, delivery, moderation, etc)</li>
<li>Must have good looking archives, skinnable, with search capabilities and SEO friendly</li>
<li>Must allow measuring activity, natively or with tools like mlstats</li>
<li>Nice to have:</li>
</ul>
<ul>
<li>SSO integration with OpenID and more</li>
<li>Post new message (reply or start a new thread) via web</li>
<li>Offer archive via RSS</li>
</ul>
<p>With these in mind I started looking into Mailman, the typical answer for mailing list management. The software is known and solid although the latest stable release is old.  Mailman 2 has the advantage of familiarity: we know how it works and its limitations. Mainly I know the limitations: the web UI is scary and I can&#8217;t find a way to teach Firefox&#8217;s password manager to save the passwords for each list (it associates the password to the domain, not the full url, so I can only have one password associated to lists.openstack.org &#8211;am I doing something wrong?), the default archives are also ugly and primitive forcing us to use other archivers, like <a href="http://openstack.markmail.org/">Markmail</a>.</p>
<p>Mailman 3, the upcoming release, is &#8230; not there yet. I could only see mockups for the <a href="http://wiki.list.org/display/DEV/Web+Interface+Status">new web management UI</a>  (called Postorius, is a django app, a client of the new Mailman REST API) and it seems that <a href="http://mail.python.org/pipermail/mailman-developers/2012-April/021968.html">Mailman 3.0 will be shipped without an official archiver</a>.</p>
<p>I looked at Sympa as an alternative to Mailman, since Rackspace uses it internally. It has most of the <a href="http://www.sympa.org/overview/features">features</a> we need, including the nice-to-have but it seems to be lacking the Topics (although, we should say that we&#8217;re not using the <a href="http://wiki.list.org/display/DOC/Mailman+2.1+Members+Manual#Mailman2.1MembersManual-9Mailinglisttopics">Mailman topics feature</a> at the moment anyway). I don&#8217;t think that mlstats supports Sympa and I&#8217;m not sure about its tracking capabilities (but it stores lots of metadata in a SQL database so it shouldn&#8217;t be too hard to get information from it).</p>
<p>Since the mailing list archives I know all look too ugly, I expanded my search to forum software hoping that in the past years there was some progress in it. The only new thing I found is Vanilla Forums, a GPLv2 forum engine. It mixes features of the old bulletin boards format with the newer question/answer concept, embracing tags and categories. The first page of Vanilla has more meaningful content than the silly topics seen in most bulletin boards and in general I found Vanilla having a better UI than most forum software. The hosted version of Vanillaforums sports also a nice <a href="http://vanillaforums.com/features/email-integration#toc">integration with email</a> but there are <a href="http://vanillaforums.org/discussion/comment/145782/#Comment_145782">no plans to release</a> such feature under the GPLv2. The <a href="http://vanillaforums.org/discussion/18780/vanilla-tutorialdocumental-site">view of a thread with many responses is not exciting</a> though: it has no hierarchy, failing at readability like all bb/forum software &#8230; and I think it&#8217;s a crucial feature that enables following long discussions. This deserves more thoughts: I know Twitter gave up trying to represent threaded discussions in a single page (but Twitter was never meant for discussions), identi.ca used to have the conversation view with grades of colors but got rid of it, Gmail doesn&#8217;t bother either and shows conversations as flat, time based sequence of messages: is it just too difficult to thread discussions like any email client used to do or what else is going on?</p>
<p>To me it seems that Mailman is still the best we can do at the moment even if it leaves me in a pretty sad state, stuck in 2001. I would start looking into Mailman 3 and expand the search to an archiver that we can host (like <a href="http://dj1.willowmail.com/csla/Mailman-Developers">CSLA</a>) but Mailman 2 is probably the best we have at the moment. Other thoughts?</p>
Share and Enjoy:<a rel="nofollow" target="_blank"  href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fmaffulli.net%2F2012%2F05%2F03%2Fin-search-of-a-modern-way-to-hold-discussions-online%2F" ><img src="http://maffulli.net/wp-content/plugins/sociable-30/images/default/16/identica.png" class="sociable-img sociable-hovers" title="Identi.ca" alt="Identi.ca" /></a><a rel="nofollow" target="_blank"  href="http://twitter.com/home?status=In%20search%20of%20a%20modern%20way%20to%20hold%20discussions%20online%20-%20http%3A%2F%2Fmaffulli.net%2F2012%2F05%2F03%2Fin-search-of-a-modern-way-to-hold-discussions-online%2F" ><img src="http://maffulli.net/wp-content/plugins/sociable-30/images/default/16/twitter.png" class="sociable-img sociable-hovers" title="Twitter" alt="Twitter" /></a><a rel="nofollow" target="_blank"  href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fmaffulli.net%2F2012%2F05%2F03%2Fin-search-of-a-modern-way-to-hold-discussions-online%2F&amp;title=In%20search%20of%20a%20modern%20way%20to%20hold%20discussions%20online&amp;source=%5D%5B+stefano+maffulli+about+open+source+and+freedom&amp;summary=The%20OpenStack%20community%20decided%20at%20the%20Design%20Summit%20to%20create%20new%20lists%20and%20consolidate%20all%20of%20them%20on%20a%20new%20service%20so%20I%20decided%20to%20lay%20down%20the%20specifications%20for%20the%20new%20system%20following%20the%20desiderata%20from%20developers%20and%20users.%20The%20basic%20need%20is" ><img src="http://maffulli.net/wp-content/plugins/sociable-30/images/default/16/linkedin.png" class="sociable-img sociable-hovers" title="LinkedIn" alt="LinkedIn" /></a><a rel="nofollow" target="_blank"  href="http://www.fsdaily.com/submit?url=http%3A%2F%2Fmaffulli.net%2F2012%2F05%2F03%2Fin-search-of-a-modern-way-to-hold-discussions-online%2F&amp;title=In%20search%20of%20a%20modern%20way%20to%20hold%20discussions%20online" ><img src="http://maffulli.net/wp-content/plugins/sociable-30/images/default/16/fsdaily.png" class="sociable-img sociable-hovers" title="FSDaily" alt="FSDaily" /></a><a rel="nofollow" target="_blank"  href="http://www.facebook.com/share.php?u=http%3A%2F%2Fmaffulli.net%2F2012%2F05%2F03%2Fin-search-of-a-modern-way-to-hold-discussions-online%2F&amp;t=In%20search%20of%20a%20modern%20way%20to%20hold%20discussions%20online" ><img src="http://maffulli.net/wp-content/plugins/sociable-30/images/default/16/facebook.png" class="sociable-img sociable-hovers" title="Facebook" alt="Facebook" /></a><a rel="nofollow" target="_blank"  href="http://www.google.com/bookmarks/mark?op=edit&amp;bkmk=http%3A%2F%2Fmaffulli.net%2F2012%2F05%2F03%2Fin-search-of-a-modern-way-to-hold-discussions-online%2F&amp;title=In%20search%20of%20a%20modern%20way%20to%20hold%20discussions%20online&amp;annotation=The%20OpenStack%20community%20decided%20at%20the%20Design%20Summit%20to%20create%20new%20lists%20and%20consolidate%20all%20of%20them%20on%20a%20new%20service%20so%20I%20decided%20to%20lay%20down%20the%20specifications%20for%20the%20new%20system%20following%20the%20desiderata%20from%20developers%20and%20users.%20The%20basic%20need%20is" ><img src="http://maffulli.net/wp-content/plugins/sociable-30/images/default/16/googlebookmark.png" class="sociable-img sociable-hovers" title="Google Bookmarks" alt="Google Bookmarks" /></a><a rel="nofollow" target="_blank"  href="http://ping.fm/ref/?link=http%3A%2F%2Fmaffulli.net%2F2012%2F05%2F03%2Fin-search-of-a-modern-way-to-hold-discussions-online%2F&amp;title=In%20search%20of%20a%20modern%20way%20to%20hold%20discussions%20online&amp;body=The%20OpenStack%20community%20decided%20at%20the%20Design%20Summit%20to%20create%20new%20lists%20and%20consolidate%20all%20of%20them%20on%20a%20new%20service%20so%20I%20decided%20to%20lay%20down%20the%20specifications%20for%20the%20new%20system%20following%20the%20desiderata%20from%20developers%20and%20users.%20The%20basic%20need%20is" ><img src="http://maffulli.net/wp-content/plugins/sociable-30/images/default/16/ping.png" class="sociable-img sociable-hovers" title="Ping.fm" alt="Ping.fm" /></a><a rel="nofollow" target="_blank"  href="mailto:?subject=In%20search%20of%20a%20modern%20way%20to%20hold%20discussions%20online&amp;body=http%3A%2F%2Fmaffulli.net%2F2012%2F05%2F03%2Fin-search-of-a-modern-way-to-hold-discussions-online%2F" ><img src="http://maffulli.net/wp-content/plugins/sociable-30/images/default/16/email_link.png" class="sociable-img sociable-hovers" title="email" alt="email" /></a><a rel="nofollow" target="_blank"  href="http://www.tumblr.com/share?v=3&amp;u=http%3A%2F%2Fmaffulli.net%2F2012%2F05%2F03%2Fin-search-of-a-modern-way-to-hold-discussions-online%2F&amp;t=In%20search%20of%20a%20modern%20way%20to%20hold%20discussions%20online&amp;s=The%20OpenStack%20community%20decided%20at%20the%20Design%20Summit%20to%20create%20new%20lists%20and%20consolidate%20all%20of%20them%20on%20a%20new%20service%20so%20I%20decided%20to%20lay%20down%20the%20specifications%20for%20the%20new%20system%20following%20the%20desiderata%20from%20developers%20and%20users.%20The%20basic%20need%20is" ><img src="http://maffulli.net/wp-content/plugins/sociable-30/images/default/16/tumblr.png" class="sociable-img sociable-hovers" title="Tumblr" alt="Tumblr" /></a><a rel="nofollow" target="_blank"  href="http://delicious.com/post?url=http%3A%2F%2Fmaffulli.net%2F2012%2F05%2F03%2Fin-search-of-a-modern-way-to-hold-discussions-online%2F&amp;title=In%20search%20of%20a%20modern%20way%20to%20hold%20discussions%20online&amp;notes=The%20OpenStack%20community%20decided%20at%20the%20Design%20Summit%20to%20create%20new%20lists%20and%20consolidate%20all%20of%20them%20on%20a%20new%20service%20so%20I%20decided%20to%20lay%20down%20the%20specifications%20for%20the%20new%20system%20following%20the%20desiderata%20from%20developers%20and%20users.%20The%20basic%20need%20is" ><img src="http://maffulli.net/wp-content/plugins/sociable-30/images/default/16/delicious.png" class="sociable-img sociable-hovers" title="del.icio.us" alt="del.icio.us" /></a><a rel="nofollow" target="_blank"  href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fmaffulli.net%2F2012%2F05%2F03%2Fin-search-of-a-modern-way-to-hold-discussions-online%2F&amp;title=In%20search%20of%20a%20modern%20way%20to%20hold%20discussions%20online&amp;bodytext=The%20OpenStack%20community%20decided%20at%20the%20Design%20Summit%20to%20create%20new%20lists%20and%20consolidate%20all%20of%20them%20on%20a%20new%20service%20so%20I%20decided%20to%20lay%20down%20the%20specifications%20for%20the%20new%20system%20following%20the%20desiderata%20from%20developers%20and%20users.%20The%20basic%20need%20is" ><img src="http://maffulli.net/wp-content/plugins/sociable-30/images/default/16/digg.png" class="sociable-img sociable-hovers" title="Digg" alt="Digg" /></a><a rel="nofollow" target="_blank"  href="http://reddit.com/submit?url=http%3A%2F%2Fmaffulli.net%2F2012%2F05%2F03%2Fin-search-of-a-modern-way-to-hold-discussions-online%2F&amp;title=In%20search%20of%20a%20modern%20way%20to%20hold%20discussions%20online" ><img src="http://maffulli.net/wp-content/plugins/sociable-30/images/default/16/reddit.png" class="sociable-img sociable-hovers" title="Reddit" alt="Reddit" /></a><a rel="nofollow" target="_blank"  href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fmaffulli.net%2F2012%2F05%2F03%2Fin-search-of-a-modern-way-to-hold-discussions-online%2F&amp;title=In%20search%20of%20a%20modern%20way%20to%20hold%20discussions%20online" ><img src="http://maffulli.net/wp-content/plugins/sociable-30/images/default/16/stumbleupon.png" class="sociable-img sociable-hovers" title="StumbleUpon" alt="StumbleUpon" /></a><br/><br/>
<div class="wp_rp_wrap  wp_rp_plain" id="wp_rp_first"><div class="wp_rp_content"><h3 class="related_post_title">Related posts</h3><ul class="related_post wp_rp" style="visibility: visible"><li data-position="0" data-poid="in-1906" data-post-type="none" ><a href="http://maffulli.net/2012/04/27/proud-member-of-an-effective-community/" class="wp_rp_title">Proud member of an effective community</a></li><li data-position="1" data-poid="in-1919" data-post-type="none" ><a href="http://maffulli.net/2012/05/10/planning-an-international-community-portal-for-openstack/" class="wp_rp_title">Planning an International Community Portal for OpenStack</a></li><li data-position="2" data-poid="in-5177" data-post-type="none" ><a href="http://maffulli.net/2013/03/17/simple-live-audio-streaming-from-openstack-summit-using-raspberrypi/" class="wp_rp_title">Simple live audio streaming from OpenStack Summit using RaspberryPi</a></li></ul><div class="wp_rp_footer"><a class="wp_rp_backlink" target="_blank" href="http://www.zemanta.com/?wp-related-posts">Zemanta</a></div></div></div>
 <img src="http://maffulli.net/?feed-stats-post-id=1913" width="1" height="1" style="display: none;" /><hr />
<p><small>
Stef for <a href="http://maffulli.net">][ stefano maffulli</a>, 2012. |
<a href="http://maffulli.net/2012/05/03/in-search-of-a-modern-way-to-hold-discussions-online/">Permalink</a> |
<a href="http://maffulli.net/2012/05/03/in-search-of-a-modern-way-to-hold-discussions-online/#comments">2 comments</a> 
<br/>
Post tags: <a href="http://maffulli.net/tag/conversations/" rel="tag">conversations</a>, <a href="http://maffulli.net/tag/forums/" rel="tag">forums</a>, <a href="http://maffulli.net/tag/mailing-list/" rel="tag">mailing list</a>, <a href="http://maffulli.net/tag/online-discussions/" rel="tag">online discussions</a>, <a href="http://maffulli.net/tag/openstack-2/" rel="tag">openstack</a>, <a href="http://maffulli.net/tag/software/" rel="tag">software</a>, <a href="http://maffulli.net/tag/usability/" rel="tag">usability</a><br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://maffulli.net/2012/05/03/in-search-of-a-modern-way-to-hold-discussions-online/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
