From mboxrd@z Thu Jan 1 00:00:00 1970 From: Brian Dewey Subject: Announcing org-ruby Date: Sun, 27 Dec 2009 13:19:02 -0800 Message-ID: <915a6c190912271319p736c0cc1s3e3f0a51fd83fdb0@mail.gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1348001341==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NP0W4-0006YF-PK for emacs-orgmode@gnu.org; Sun, 27 Dec 2009 16:19:08 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NP0Vz-0006Wa-Ty for Emacs-orgmode@gnu.org; Sun, 27 Dec 2009 16:19:08 -0500 Received: from [199.232.76.173] (port=35012 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NP0Vz-0006WX-MR for Emacs-orgmode@gnu.org; Sun, 27 Dec 2009 16:19:03 -0500 Received: from mail-yw0-f177.google.com ([209.85.211.177]:64946) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NP0Vz-0007SK-H7 for Emacs-orgmode@gnu.org; Sun, 27 Dec 2009 16:19:03 -0500 Received: by ywh7 with SMTP id 7so6432ywh.24 for ; Sun, 27 Dec 2009 13:19:02 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Emacs-orgmode@gnu.org --===============1348001341== Content-Type: multipart/alternative; boundary=000e0cd7040a8643ea047bbc56b7 --000e0cd7040a8643ea047bbc56b7 Content-Type: text/plain; charset=ISO-8859-1 I want to use org-mode files in one of the many Ruby static website generation tools (Webby, Webgen, Jekyll, etc.). Thus, I needed a way to extract simple HTML from an org-mode file *without* relying on emacs. Thus, org-ruby was born. It's not nearly as full featured as the emacs-based HTML export, but at the moment I am successfully using org-mode files as content for Webby static websites. Full source is here: http://github.com/bdewey/org-ruby Or you can just grab the gem and go: sudo gem install org-ruby --000e0cd7040a8643ea047bbc56b7 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable I want to use org-mode files in one of the many Ruby static website generat= ion tools (Webby, Webgen, Jekyll, etc.). Thus, I needed a way to extract si= mple HTML from an org-mode file without=A0relying on emacs.=A0
<= br>
Thus, org-ruby was born. It's not nearly as full featured as= the emacs-based HTML export, but at the moment I am successfully using org= -mode files as content for Webby static websites.


Or you can just grab the gem and go:

sudo gem install org-ruby
--000e0cd7040a8643ea047bbc56b7-- --===============1348001341== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============1348001341==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: Announcing org-ruby Date: Mon, 28 Dec 2009 16:35:37 -0700 Message-ID: <871vied646.fsf@gmail.com> References: <915a6c190912271319p736c0cc1s3e3f0a51fd83fdb0@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NPP7q-00040Y-Ro for emacs-orgmode@gnu.org; Mon, 28 Dec 2009 18:35:46 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NPP7m-0003ye-LS for Emacs-orgmode@gnu.org; Mon, 28 Dec 2009 18:35:46 -0500 Received: from [199.232.76.173] (port=54749 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NPP7m-0003yW-Fq for Emacs-orgmode@gnu.org; Mon, 28 Dec 2009 18:35:42 -0500 Received: from mail-yx0-f191.google.com ([209.85.210.191]:55096) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NPP7m-0002kj-6M for Emacs-orgmode@gnu.org; Mon, 28 Dec 2009 18:35:42 -0500 Received: by yxe29 with SMTP id 29so30376430yxe.14 for ; Mon, 28 Dec 2009 15:35:40 -0800 (PST) In-Reply-To: <915a6c190912271319p736c0cc1s3e3f0a51fd83fdb0@mail.gmail.com> (Brian Dewey's message of "Sun, 27 Dec 2009 13:19:02 -0800") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Brian Dewey Cc: Emacs-orgmode@gnu.org That's great! Thanks for sharing this. Have you mentioned org-ruby to the people at github. I know that they were looking for a tool with which to export README.org files in github repositories to HTML, but they felt that a full Emacs instillation was too large of a requirement. I bet they'd be interested in using org-ruby for this job. Also, would you mind adding this information to http://orgmode.org/worg/org-blog-wiki.php Thanks! -- Eric Brian Dewey writes: > I want to use org-mode files in one of the many Ruby static website gener= ation tools (Webby, Webgen, > Jekyll, etc.). Thus, I needed a way to extract simple HTML from an org-mo= de file without=C2=A0relying on > emacs.=C2=A0 > > Thus, org-ruby was born. It's not nearly as full featured as the emacs-ba= sed HTML export, but at the > moment I am successfully using org-mode files as content for Webby static= websites. > > Full source is here:=C2=A0http://github.com/bdewey/org-ruby > > Or you can just grab the gem and go: > > sudo gem install org-ruby > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Announcing org-ruby Date: Wed, 14 Apr 2010 16:59:28 +0200 Message-ID: <35374681-D8DB-4F5B-8AE5-94ECEFD31F6F@gmail.com> References: <915a6c190912271319p736c0cc1s3e3f0a51fd83fdb0@mail.gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O24jK-0003QN-0M for emacs-orgmode@gnu.org; Wed, 14 Apr 2010 11:42:18 -0400 Received: from [140.186.70.92] (port=37724 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O24jF-0003MM-Qm for Emacs-orgmode@gnu.org; Wed, 14 Apr 2010 11:42:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O24jD-0002y7-OB for Emacs-orgmode@gnu.org; Wed, 14 Apr 2010 11:42:13 -0400 Received: from mail-ew0-f214.google.com ([209.85.219.214]:37355) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O24jD-0002tw-Is for Emacs-orgmode@gnu.org; Wed, 14 Apr 2010 11:42:11 -0400 Received: by mail-ew0-f214.google.com with SMTP id 6so162255ewy.32 for ; Wed, 14 Apr 2010 08:42:10 -0700 (PDT) In-Reply-To: <915a6c190912271319p736c0cc1s3e3f0a51fd83fdb0@mail.gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Brian Dewey Cc: Emacs-orgmode@gnu.org Hi, has anybody tried or used this? Should we link to it on WOrg, or include it in the contrib directory? Thanks. - Carsten On Dec 27, 2009, at 10:19 PM, Brian Dewey wrote: > I want to use org-mode files in one of the many Ruby static website > generation tools (Webby, Webgen, Jekyll, etc.). Thus, I needed a way > to extract simple HTML from an org-mode file without relying on emacs. > > Thus, org-ruby was born. It's not nearly as full featured as the > emacs-based HTML export, but at the moment I am successfully using > org-mode files as content for Webby static websites. > > Full source is here: http://github.com/bdewey/org-ruby > > Or you can just grab the gem and go: > > sudo gem install org-ruby > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Newman Subject: Re: Announcing org-ruby Date: Wed, 14 Apr 2010 16:12:25 -0400 Message-ID: References: <915a6c190912271319p736c0cc1s3e3f0a51fd83fdb0@mail.gmail.com> <35374681-D8DB-4F5B-8AE5-94ECEFD31F6F@gmail.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1623270334==" Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O28xL-0005aT-FH for emacs-orgmode@gnu.org; Wed, 14 Apr 2010 16:13:03 -0400 Received: from [140.186.70.92] (port=54057 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O28xD-0005OY-5U for Emacs-orgmode@gnu.org; Wed, 14 Apr 2010 16:13:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O28x4-0002Wy-GF for Emacs-orgmode@gnu.org; Wed, 14 Apr 2010 16:12:54 -0400 Received: from mail-vw0-f41.google.com ([209.85.212.41]:33552) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O28x4-0002WZ-AR for Emacs-orgmode@gnu.org; Wed, 14 Apr 2010 16:12:46 -0400 Received: by vws8 with SMTP id 8so278561vws.0 for ; Wed, 14 Apr 2010 13:12:45 -0700 (PDT) In-Reply-To: <35374681-D8DB-4F5B-8AE5-94ECEFD31F6F@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: Emacs-orgmode@gnu.org --===============1623270334== Content-Type: multipart/alternative; boundary=005045013e7f517df804843800fb --005045013e7f517df804843800fb Content-Type: text/plain; charset=UTF-8 Actually Github is using it now to show org files for project readme's. On Wed, Apr 14, 2010 at 10:59 AM, Carsten Dominik wrote: > Hi, > > has anybody tried or used this? > > Should we link to it on WOrg, or include it in the contrib directory? > > Thanks. > > - Carsten > > > On Dec 27, 2009, at 10:19 PM, Brian Dewey wrote: > > I want to use org-mode files in one of the many Ruby static website >> generation tools (Webby, Webgen, Jekyll, etc.). Thus, I needed a way to >> extract simple HTML from an org-mode file without relying on emacs. >> >> Thus, org-ruby was born. It's not nearly as full featured as the >> emacs-based HTML export, but at the moment I am successfully using org-mode >> files as content for Webby static websites. >> >> Full source is here: http://github.com/bdewey/org-ruby >> >> Or you can just grab the gem and go: >> >> sudo gem install org-ruby >> _______________________________________________ >> Emacs-orgmode mailing list >> Please use `Reply All' to send replies to the list. >> Emacs-orgmode@gnu.org >> http://lists.gnu.org/mailman/listinfo/emacs-orgmode >> > > - Carsten > > > > > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > --005045013e7f517df804843800fb Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Actually Github is using it now to show org files for project readme's.=

On Wed, Apr 14, 2010 at 10:59 AM, Carste= n Dominik <carsten.dominik@gmail.com> wrote:
Hi,

has anybody tried or used this?

Should we link to it on WOrg, or include it in the contrib directory?

Thanks.

- Carsten


On Dec 27, 2009, at 10:19 PM, Brian Dewey wrote:

I want to use org-mode files in one of the many Ruby static website generat= ion tools (Webby, Webgen, Jekyll, etc.). Thus, I needed a way to extract si= mple HTML from an org-mode file without relying on emacs.

Thus, org-ruby was born. It's not nearly as full featured as the emacs-= based HTML export, but at the moment I am successfully using org-mode files= as content for Webby static websites.

Full source is here: http://github.com/bdewey/org-ruby

Or you can just grab the gem and go:

sudo gem install org-ruby
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gn= u.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

- Carsten






_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gn= u.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

--005045013e7f517df804843800fb-- --===============1623270334== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode --===============1623270334==-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Announcing org-ruby Date: Sun, 18 Apr 2010 08:23:25 +0200 Message-ID: References: <915a6c190912271319p736c0cc1s3e3f0a51fd83fdb0@mail.gmail.com> <35374681-D8DB-4F5B-8AE5-94ECEFD31F6F@gmail.com> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O3Num-0005Qt-IJ for emacs-orgmode@gnu.org; Sun, 18 Apr 2010 02:23:32 -0400 Received: from [140.186.70.92] (port=33062 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O3Nuk-0005Qg-UG for Emacs-orgmode@gnu.org; Sun, 18 Apr 2010 02:23:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O3Nuj-0001sN-AZ for Emacs-orgmode@gnu.org; Sun, 18 Apr 2010 02:23:30 -0400 Received: from mail-ew0-f214.google.com ([209.85.219.214]:35898) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O3Nuj-0001s8-3w for Emacs-orgmode@gnu.org; Sun, 18 Apr 2010 02:23:29 -0400 Received: by ewy6 with SMTP id 6so1190263ewy.32 for ; Sat, 17 Apr 2010 23:23:28 -0700 (PDT) In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Greg Newman Cc: Emacs-orgmode@gnu.org On Apr 14, 2010, at 10:12 PM, Greg Newman wrote: > Actually Github is using it now to show org files for project > readme's. Ah, this is how github does it? Good to know. - Carsten > > On Wed, Apr 14, 2010 at 10:59 AM, Carsten Dominik > wrote: > Hi, > > has anybody tried or used this? > > Should we link to it on WOrg, or include it in the contrib directory? > > Thanks. > > - Carsten > > > On Dec 27, 2009, at 10:19 PM, Brian Dewey wrote: > > I want to use org-mode files in one of the many Ruby static website > generation tools (Webby, Webgen, Jekyll, etc.). Thus, I needed a way > to extract simple HTML from an org-mode file without relying on emacs. > > Thus, org-ruby was born. It's not nearly as full featured as the > emacs-based HTML export, but at the moment I am successfully using > org-mode files as content for Webby static websites. > > Full source is here: http://github.com/bdewey/org-ruby > > Or you can just grab the gem and go: > > sudo gem install org-ruby > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > > - Carsten > > > > > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode > - Carsten