Generating HTML in a console application

I'd like to generate HTML in a console application and I found
http://amrita.sourceforge.jp
Can you give me other alternatives?

Thanks in advance.

Ubaldo Villaseca wrote:

I'd like to generate HTML in a console application and I found
http://amrita.sourceforge.jp
Can you give me other alternatives?

Thanks in advance.

RedCloth (gem install RedCloth) comes to mind.

- --
Phillip Gawlowski
Twitter: twitter.com/cynicalryan

~ - You know you've been hacking too long when...
...people talk to you while you're trying to work, and you think, "mesg n".

What are you trying to do?

T.

···

On Apr 8, 7:41 pm, "Ubaldo Villaseca" <villa...@gmail.com> wrote:

I'd like to generate HTML in a console application and I foundhttp://amrita.sourceforge.jp
Can you give me other alternatives?

I'd like to generate HTML in a console application
Can you give me other alternatives?

This may be obvious, but since you can view a html page just as a
long string, you can generate it in plain ruby too on your own just as
well.

One problem amrita might have compared therein is that the html data
must pre-exist statically, and can not be generated via amrita.

···

--
Posted via http://www.ruby-forum.com/\.

It's to generate a report which is basically an HTML table. I know I
can generate the HTML using IO calls, but I just wanted to know if
something was made for the same purpose.

···

On Tue, Apr 8, 2008 at 9:39 PM, Trans <transfire@gmail.com> wrote:

On Apr 8, 7:41 pm, "Ubaldo Villaseca" <villa...@gmail.com> wrote:
> I'd like to generate HTML in a console application and I foundhttp://amrita.sourceforge.jp

> Can you give me other alternatives?

What are you trying to do?

T.

Ubaldo Villaseca wrote:

It's to generate a report which is basically an HTML table. I know I
can generate the HTML using IO calls, but I just wanted to know if
something was made for the same purpose.

Did you take a look at Ruby Reports?

- --
Phillip Gawlowski
Twitter: twitter.com/cynicalryan

How about HAML?

Julian.

Learn Ruby on Rails! Check out the FREE VIDS (for a limited time) VIDEO #3 out NOW!
http://sensei.zenunit.com/

···

On 10/04/2008, at 12:46 AM, Ubaldo Villaseca wrote:

On Tue, Apr 8, 2008 at 9:39 PM, Trans <transfire@gmail.com> wrote:

On Apr 8, 7:41 pm, "Ubaldo Villaseca" <villa...@gmail.com> wrote:

I'd like to generate HTML in a console application and I foundhttp://amrita.sourceforge.jp

Can you give me other alternatives?

What are you trying to do?

T.

It's to generate a report which is basically an HTML table. I know I
can generate the HTML using IO calls, but I just wanted to know if
something was made for the same purpose.