update Wed Feb 10 06:37:00 PST 2010
[pkgsrc.git] / textproc / ruby-haml / DESCR
1 Haml is a markup language that's used to cleanly and simply describe
2 the XHTML of any web document without the use of inline code, using
3 indentation rather than closing tags and allowing Ruby to be embedded
4 with ease.  Haml functions as a replacement for inline page templating
5 systems such as PHP, ASP, and ERB, the templating language used in
6 most Ruby on Rails applications.  However, Haml avoids the need for
7 explicitly coding XHTML into the template, because it itself is a
8 description of the XHTML, with some code to generate dynamic content.