On Sun, 2005-01-09 at 10:06 +0900, Mark J. Reed wrote:
> Okay, right now I run my website with mod_ruby + eruby, 
> and I'm looking for something with a little more structure,
> maybe something like Mason for Perl, or Struts for Java.

I am unfamiliar with Mason or Struts (and your requirements, therefore,
seem a bit vague to me), but I am currently head over heels in love with
Amrita for templating. http://amrita.sourceforge.jp/

What I like about it is that it keeps the HTML in the template and the
Ruby in the script. To me that feels extremely clean (and because it's
well done it's also fairly flexible). Took literally minutes to learn to
use, too.

I've always balked at using template systems where the template looked
more confusing than Ruby code with CGI methods or hardcoded HTML. Amrita
was the answer to that.

 -Michael