Gerbil is an extensible document generator based on eRuby
that outputs to any format you want: plain text, HTML,
LaTeX, UNIX man page, your own custom format, and so on.
http://gerbil.rubyforge.org
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Gerbil 3.0.2
This release implements a shorter, faster, better
unindentation algorithm which:
窶「 Allows block beginnings <% do %> and endings <% end %>
to span multiple lines.
窶「 Ignores blank lines (which may contain whitespace)
after block beginnings.
窶「 Processes multiple lines per iteration, instead of one
line at a time.
--
Posted via http://www.ruby-forum.com/.