From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Daniel Clemente Newsgroups: gmane.emacs.devel Subject: Re: Emacs-Lisp Bill-Board Date: Wed, 13 May 2009 21:42:14 +0200 Message-ID: <87prec23jd.fsf@CPU107.opentrends.net> References: <87vdrqo5sy.fsf@CPU107.opentrends.net> <878wn5n0oj.fsf@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1242243787 21699 80.91.229.12 (13 May 2009 19:43:07 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 13 May 2009 19:43:07 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed May 13 21:42:56 2009 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1M4KLu-0000v3-TY for ged-emacs-devel@m.gmane.org; Wed, 13 May 2009 21:42:55 +0200 Original-Received: from localhost ([127.0.0.1]:54977 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M4KLu-0007PD-En for ged-emacs-devel@m.gmane.org; Wed, 13 May 2009 15:42:54 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M4KLp-0007Oa-F6 for emacs-devel@gnu.org; Wed, 13 May 2009 15:42:49 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M4KLl-0007Nh-1K for emacs-devel@gnu.org; Wed, 13 May 2009 15:42:49 -0400 Original-Received: from [199.232.76.173] (port=50327 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M4KLk-0007Ne-S1 for emacs-devel@gnu.org; Wed, 13 May 2009 15:42:44 -0400 Original-Received: from main.gmane.org ([80.91.229.2]:40324 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1M4KLk-0007Dq-F4 for emacs-devel@gnu.org; Wed, 13 May 2009 15:42:44 -0400 Original-Received: from list by ciao.gmane.org with local (Exim 4.43) id 1M4KLh-0001q6-6V for emacs-devel@gnu.org; Wed, 13 May 2009 19:42:41 +0000 Original-Received: from smtp.opentrends.net ([62.97.110.250]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 13 May 2009 19:42:41 +0000 Original-Received: from dcl441-bugs by smtp.opentrends.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 13 May 2009 19:42:41 +0000 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 46 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: smtp.opentrends.net User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.92 (gnu/linux) Cancel-Lock: sha1:cUK7sJqH6OlLgm3VV4K3GD4IMHY= X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:110854 Archived-At: El dl, mar 16 2009, Bastien va escriure: > Richard M Stallman writes: > >> It sounds good as you've described it. The best way for people to see >> if it really is that good, and suggest changes, is if some of us >> try visiting http://orgmode.org/worg/ and playing with it. > > I don't know if people on the list actually played with Worg but I just > set up ELBB (Emacs Lisp Bill-Board). It works like Worg, but for Emacs > Lisp code. > > The ELBB repository is hosted on gitorious: > > http://gitorious.org/projects/emacs-lisp-bill-board > > I publish an HTML output here: > > http://lumiere.ens.fr/~guerry/elbb/ > > Changes made to the git repository are reflected on this website every > hour. > > Please have a go and let me know if this is useful. Hi, sorry for the delay, and thanks for surpassing the theory and starting real projects. I have just some comments: 1. EmacsWiki's role is not about sharing Lisp code, but about Emacs in general: tutorials, tasks to do, discussion, questions, bugs, … It seems that ELBB's role is limited to code. 2. EmacsWiki can be edited anonymously; ELBB not. Maybe a test user could be created and the login date shared so that people can try it 3. EmacsWiki has a web interface Probably there are web interfaces to repository which can commit each edit or group of edits I think that ELBB is useful, yes, but is not as easy as EmacsWiki. If these things are solved, maybe some sample page can be imported to ELBB so people can experiment with content. Maybe an emacswiki-to-org exporter is needed. Are there generic exporters from EmacsWiki syntax to other syntaxes? -- Daniel