From: David Date: 2009-11-06T04:10:05+09:00 Subject: Re: Create HTML files using RUBY On Nov 5, 1:39 am, Gregory Brown wrote: > On Thu, Nov 5, 2009 at 12:08 AM, Ken Bloom wrote: > > On Thu, 05 Nov 2009 12:31:43 +0900, Gregory Brown wrote: > > >> But FWIW, Haml can easily be vendored, so you can probably sneak it in > >> just as easily. > > >> -greg > > > Umm only if you're allowed to use a framework that supports > > "vendoring" (whatever that is). > > All it means is packaging someone elses source with yours and adding > it somewhere in the loadpath.  No framework needed. I don't think the OP said he couldn't use frameworks. I think he can't use a *web* framework, probably because he wants something more lightweight. I second the HAML or ERb suggestion. http://haml-lang.com/ David