From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier Schwander Subject: Re: [ANN] neo - No Emacs Org in Python Date: Tue, 19 Apr 2011 22:52:53 +0200 Message-ID: <20110419205253.GA13790@buga.lan> References: <20110419175951.GA9667@buga.lan> <87fwpem10f.fsf@columbia.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([140.186.70.92]:48897) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QCHut-000855-U9 for emacs-orgmode@gnu.org; Tue, 19 Apr 2011 16:53:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QCHus-0005XH-UN for emacs-orgmode@gnu.org; Tue, 19 Apr 2011 16:52:59 -0400 Received: from ns27638.ovh.net ([91.121.87.85]:41186) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QCHus-0005XD-JD for emacs-orgmode@gnu.org; Tue, 19 Apr 2011 16:52:58 -0400 Received: from buga ([10.8.0.241] helo=localhost) by ns27638.ovh.net with esmtp (Exim 4.72) (envelope-from ) id 1QCHuq-0006A3-Jh for emacs-orgmode@gnu.org; Tue, 19 Apr 2011 22:52:57 +0200 Content-Disposition: inline In-Reply-To: <87fwpem10f.fsf@columbia.edu> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Le 19 Apr 2011 16:36, Xiao-Yong Jin a écrit: > Keep up the good work! > > PS. I actually wish there were a html/javascript > implementation that can pull org files directly from some > online storage places (google docs or dropbox...). It looks > to me, by reading the code, that it might be possible to > directly port the python code to javascript? Sure, you may rewrite a parser and a library in js. I am not sure 'directly port' is appropriate in this case. What seems more feasible in the current state is a web application which use my python library on the server side and some js/web2.0/buzzword in a fancy web page for the frontend. In this case, you may use any data source you want (google docs, dropbox, regular webdav or even plain old filesystem). Regards, Olivier