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
7 #+EMAIL: bzg AT altern DOT org
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 [[file:org-mailing-list.org][Org mailing list]] is very active.
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">
29 * Last messages from the mailing list
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";
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\">";
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";
51 echo "</ul>\n</div>\n</div>\n";}
55 * Statistics (as of sept. 19th 2010)
59 Here are a few stats that I computed from the [[ftp://lists.gnu.org/emacs-orgmode/][lists.gnu.org]] server
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]].
67 : Total number of posts: 30810
68 : Average bytes/post: -1.000000
69 : Total number of posters: 1402
70 : Average posts/poster: 21.975749
73 |-------+------------------|
74 | 6325 | Carsten Dominik |
76 | 1169 | Bernt Hansen |
77 | 806 | Sebastian Rose |
78 | 762 | Eric Schulte |
80 | 474 | Eric S Fraga |
81 | 431 | Samuel Wales |
86 | 363 | Sébastien Vauban |
87 | 342 | Matthew Lundin |
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
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 - etc. |
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]].