Merge branch 'master' of git+ssh://repo.or.cz/srv/git/Worg
[Worg.git] / org-mailing-list.org
blob315813ab69a895cd2b465d26fd87d441ea1ba759
1 #+OPTIONS:    H:3 num:nil toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t TeX:t LaTeX:t skip:nil d:(HIDE) tags:not-in-toc
2 #+STARTUP:    align fold nodlcheck hidestars oddeven lognotestate
3 #+SEQ_TODO:   TODO(t) INPROGRESS(i) WAITING(w@) | DONE(d) CANCELED(c@)
4 #+TAGS:       Write(w) Update(u) Fix(f) Check(c) 
5 #+TITLE:      Org mailing list
6 #+AUTHOR:     Worg people
7 #+EMAIL:      mdl AT imapmail DOT org
8 #+LANGUAGE:   en
9 #+PRIORITIES: A C B
10 #+CATEGORY:   worg
12 # This file is the default header for new Org files in Worg.  Feel free
13 # to tailor it to your needs.
15 [[file:index.org][{Back to Worg's index}]]
17 * Search in Org mailing list
19 The [[http://lists.gnu.org/mailman/listinfo/emacs-orgmode][Org mailing list]] is very active.  You can also browse it on [[http://news.gmane.org/gmane.emacs.orgmode][Gmane]].
21 #+BEGIN_HTML
22 <form method="get" action="http://search.gmane.org/">
23 <input type="text" name="query">
24 <input type="hidden" name="group" value="gmane.emacs.orgmode">
25 <input type="submit" value="Search gmane.emacs.orgmode">
26 </form>
27 #+END_HTML
29 * COMMENT Last messages from the mailing list
31 #+BEGIN_HTML
32 <?php
34 define('MAGPIE_DIR', '/home/guerry/wikiprof.net/magpie/');
35 require_once(MAGPIE_DIR.'rss_fetch.inc');
36 $url1 = "http://rss.gmane.org/topics/excerpts/gmane.emacs.orgmode";
38 if ( $url1 ) 
39    {
40    $rss1 = fetch_rss( $url1 );
41    echo "<div><h3><a href=\"http://rss.gmane.org/topics/excerpts/gmane.emacs.orgmode\">";
42    echo "Org-mode mailing list</a></h3>\n\n";
43    echo "<div class=\"content\">";
44    echo "<ul>\n";
46    foreach ($rss1->items as $item) {
47             $href1 = $item['link'];
48             $title1 = htmlentities($item['title']);     
49             echo "<li><a class=\"feed\" href=\"$href1\">$title1</a></li>\n";
50             }
51             echo "</ul>\n</div>\n</div>\n";}
53 #+END_HTML
55 * Statistics (as of sept. 19th 2010)
57 ** Scope and method
59 Here are a few stats that I computed from the [[ftp://lists.gnu.org/emacs-orgmode/][lists.gnu.org]] server
60 archives.
62 I concatenated the archives into one single mbox file, then I used a
63 small utility called [[http://www.emacswiki.org/emacs/GnusStats][gnus-stat.el]].
65 ** Posts
67 : Total number of posts: 30810
68 : Average bytes/post: -1.000000
69 : Total number of posters: 1402
70 : Average posts/poster: 21.975749
72 | Posts | Authors          |
73 |-------+------------------|
74 |  6325 | Carsten Dominik  |
75 |  1227 | Bastien          |
76 |  1169 | Bernt Hansen     |
77 |   806 | Sebastian Rose   |
78 |   762 | Eric Schulte     |
79 |   574 | Nick Dokos       |
80 |   474 | Eric S Fraga     |
81 |   431 | Samuel Wales     |
82 |   426 | Dan Davison      |
83 |   415 | Manish           |
84 |   386 | David Maus       |
85 |   374 | Leo              |
86 |   363 | Sébastien Vauban |
87 |   342 | Matthew Lundin   |
88 |   279 | Matt Lundin      |
89 |   271 | Adam Spiers      |
90 |   269 | Richard Riley    |
91 |   267 | Rainer Stengele  |
92 |   248 | Russell Adams    |
93 |   242 | Tassilo Horn     |
95 : Total number of subjects: 10085
96 : Average posts/subject: 3.055032
98 | # posts | Subject                                                             |
99 |---------+---------------------------------------------------------------------|
100 |      71 | [Orgmode] Re: Sourceforge community award                           |
101 |      56 | [Orgmode] Re: [ANN] Org-babel integrated into Org-mode              |
102 |      51 | [Orgmode] Re: Behavior of Gnus when called from an hyperlink        |
103 |      46 | [Orgmode] Re: IMPORTANT: (possibly) incompatible Change             |
104 |      45 | [Orgmode] depending TODOs, scheduling following TODOs automatically |
105 |      43 | [Orgmode] Beamer support in Org-mode                                |
106 |      39 | [Orgmode] Re: keys and command name info                            |
107 |      38 | [Orgmode] POLL: the 40 variables project                            |
108 |      35 | [Orgmode] Re: Org now fontifies code blocks                         |
109 |      34 | [Orgmode] Re: New beamer support                                    |
110 |      33 | [Orgmode] Re: POLL: Change of keys to move agenda through time      |
111 |      33 | [Orgmode] Re: org-mode on sloooow computer                          |
112 |      32 | [Orgmode] iPhone ----> org-mode                                     |
113 |      30 | [Orgmode] Re: Support (or not) for Emacs 21, and XEmacs             |
114 |      30 | [Orgmode] Re: DocBook exporter for Org-mode                         |
115 |      29 | [Orgmode] Poll: Who is using these commands                         |
116 |      29 | [Orgmode] Re: log on state change                                   |
117 |      28 | [Orgmode] Re: contact management in org-mode?                       |
118 |      28 | [Orgmode] property searches for #+CATEGORY                          |
119 |      28 | [Orgmode] XHTML export - &nbsp; etc.                                |
121 ** TODO Gmane stats?
123 Here is an idea: Gmane gives [[http://gmane.org/output-rate.php?group%3Dgmane.emacs.orgmode][raw numbers]] -- we could use them to rebuild
124 the graph that you see [[http://dir.gmane.org/gmane.emacs.orgmode][here]].