From: Sean Chittenden Date: 2002-03-19T10:45:58+09:00 Subject: Re: web templating for static sites? > > > I am fascinated by the approach of tools like Iowa or Walrus, and how > > > clean they seem to make both the code and the development, yet they > > > seem to only target dynamic content. Is there any templating system > > > written in Ruby that would be useful in building static sites? > > > > > > Have you looked at ruby-tmpl? > > http://sourceforge.net/projects/ruby-tmpl/ > > > > I use it on www.rubyxml.com > > The README says this is for Apache and mod_ruby, can it be used > without them? I'm looking for something whereby I can generate > .html's and then upload them via ftp. Absolutely. This is how I generate the ruby-tmpl site and to create emails. http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ruby-tmpl/www/html.rbx?rev=1.2&content-type=text/vnd.viewcvs-markup http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ruby-tmpl/www/Makefile?rev=1.2&content-type=text/vnd.viewcvs-markup -sc -- Sean Chittenden