The is very active.
<p>
<form method="get" action="http://search.gmane.org/">
</p>
<p>
<input type="text" name="query">
</p>
<p>
<input type="hidden" name="group" value="gmane.emacs.orgmode">
</p>
<p>
<input type="submit" value="Search gmane.emacs.orgmode">
</p>
<p>
</form>
</p>
<p>
<?php
</p>
<p>
define('MAGPIE_DIR', '/home/guerry/wikiprof.net/magpie/');
</p>
<p>
require_once(MAGPIE_DIR.'rss_fetch.inc');
</p>
<p>
$url1 = "http://rss.gmane.org/topics/excerpts/gmane.emacs.orgmode";
</p>
<p>
if ( $url1 )
</p>
<p>
{
</p>
<p>
$rss1 = fetch_rss( $url1 );
</p>
<p>
echo "<div><h3><a href=\"http://rss.gmane.org/topics/excerpts/gmane.emacs.orgmode\">";
</p>
<p>
echo "Org-mode mailing list</a></h3>\n\n";
</p>
<p>
echo "<div class=\"content\">";
</p>
<p>
echo "<ul>\n";
</p>
<p>
foreach ($rss1->items as $item) {
</p>
<p>
$href1 = $item['link'];
</p>
<p>
$title1 = htmlentities($item['title']);
</p>
<p>
echo "<li><a class=\"feed\" href=\"$href1\">$title1</a></li>\n";
</p>
<p>
}
</p>
<p>
echo "</ul>\n</div>\n</div>\n";}
</p>
<p>
?>
</p>
Here are a few stats that I computed from the lists.gnu.org server archives.
I concatenated the archives into one single mbox file, then I used a small utility called gnus-stat.el.
Total number of posts: 30810 Average bytes/post: -1.000000 Total number of posters: 1402 Average posts/poster: 21.975749
Posts | Authors |
---|---|
6325 | Carsten Dominik |
1227 | Bastien |
1169 | Bernt Hansen |
806 | Sebastian Rose |
762 | Eric Schulte |
574 | Nick Dokos |
474 | Eric S Fraga |
431 | Samuel Wales |
426 | Dan Davison |
415 | Manish |
386 | David Maus |
374 | Leo |
363 | Sébastien Vauban |
342 | Matthew Lundin |
279 | Matt Lundin |
271 | Adam Spiers |
269 | Richard Riley |
267 | Rainer Stengele |
248 | Russell Adams |
242 | Tassilo Horn |
Total number of subjects: 10085 Average posts/subject: 3.055032
# posts | Subject |
---|---|
71 | [Orgmode] Re: Sourceforge community award |
56 | [Orgmode] Re: [ANN] Org-babel integrated into Org-mode |
51 | [Orgmode] Re: Behavior of Gnus when called from an hyperlink |
46 | [Orgmode] Re: IMPORTANT: (possibly) incompatible Change |
45 | [Orgmode] depending TODOs, scheduling following TODOs automatically |
43 | [Orgmode] Beamer support in Org-mode |
39 | [Orgmode] Re: keys and command name info |
38 | [Orgmode] POLL: the 40 variables project |
35 | [Orgmode] Re: Org now fontifies code blocks |
34 | [Orgmode] Re: New beamer support |
33 | [Orgmode] Re: POLL: Change of keys to move agenda through time |
33 | [Orgmode] Re: org-mode on sloooow computer |
32 | [Orgmode] iPhone ----> org-mode |
30 | [Orgmode] Re: Support (or not) for Emacs 21, and XEmacs |
30 | [Orgmode] Re: DocBook exporter for Org-mode |
29 | [Orgmode] Poll: Who is using these commands |
29 | [Orgmode] Re: log on state change |
28 | [Orgmode] Re: contact management in org-mode? |
28 | [Orgmode] property searches for #+CATEGORY |
28 | [Orgmode] XHTML export - etc. |
Here is an idea: Gmane gives raw numbers -- we could use them to rebuild the graph that you see here.