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.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Ubaldo V. 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 G.
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”.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkf8BkAACgkQbtAgaoJTgL+QCgCdFjj905ouPiHfHANdfRCQ205v
L2EAoJRs/fJHbwWDEK5SW+ey0Prfqfxj
=sfN0
-----END PGP SIGNATURE-----

On Apr 8, 7:41 pm, “Ubaldo V.” [email protected] 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.

On Tue, Apr 8, 2008 at 9:39 PM, Trans [email protected] 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.

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Ubaldo V. 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 G.
Twitter: twitter.com/cynicalryan
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkf83SIACgkQbtAgaoJTgL8wYACghH8ezsHkMMifnSDAPWwU7pdt
6nMAn0aH9dcL24TE9K2vZTl516vcMeFJ
=O/Er
-----END PGP SIGNATURE-----

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

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.

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/

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.