From mboxrd@z Thu Jan 1 00:00:00 1970 From: Giovanni Giorgi Subject: [ANN] Org Mode parser v0.0.1 for NodeJs Date: Tue, 4 Oct 2011 23:34:55 +0200 Message-ID: Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: multipart/alternative; boundary=Apple-Mail-5-154479654 Return-path: Received: from eggs.gnu.org ([140.186.70.92]:50403) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBCdl-0004AQ-EE for emacs-orgmode@gnu.org; Tue, 04 Oct 2011 17:35:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RBCdg-0005Ky-Qr for emacs-orgmode@gnu.org; Tue, 04 Oct 2011 17:35:05 -0400 Received: from mail6.webfaction.com ([74.55.86.74]:46746 helo=smtp.webfaction.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RBCdg-0005KD-Md for emacs-orgmode@gnu.org; Tue, 04 Oct 2011 17:35:00 -0400 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 Cc: charlesweb@optusnet.com.au --Apple-Mail-5-154479654 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Hi all, I have just published my org-mode parser for the node-js javascript = based server: http://gioorgi.com/org-mode-parser/ It is a Javascript parser for the Emacs Org-mode file format. I use org-mode as a database for some programs (like games) where I need = to mix meta information to a bunch of long textual data. I wrote it because I was unable to find an implementation for my needs. I like too much org-mode to let nodejs without a parser, and as expected = the simple org-mode format was easy to parse. I started from the Charles Cave's OrgNode python parser, but I need to = modify it a lot because of JavaScript different nature. Please feel free to give me your feedback --- Gio's Blog http://gioorgi.com= --Apple-Mail-5-154479654 Content-Transfer-Encoding: 7bit Content-Type: text/html; charset=us-ascii

Hi all,
 I have just published my org-mode parser for the node-js javascript based server:

http://gioorgi.com/org-mode-parser/

It is a Javascript parser for the Emacs Org-mode file format.

I use org-mode as a database for some programs (like games) where I need to mix meta information to a bunch of long textual data.

I wrote it because I was unable to find an implementation for my needs.

I like too much org-mode to let nodejs without a parser, and as expected the simple org-mode format was easy to parse.
I started from the Charles Cave's OrgNode python parser, but I need to modify it a lot because of JavaScript different nature.

Please feel free to give me your feedback

---
Gio's Blog http://gioorgi.com
--Apple-Mail-5-154479654--