summaryrefslogtreecommitdiff
path: root/textproc/ruby-haml/DESCR
blob: 75c25326285b567c4a9b320976546f2703fed7d7 (plain)
1
2
3
4
5
6
7
8
Haml is a markup language that's used to cleanly and simply describe
the XHTML of any web document without the use of inline code, using
indentation rather than closing tags and allowing Ruby to be embedded
with ease.  Haml functions as a replacement for inline page templating
systems such as PHP, ASP, and ERB, the templating language used in
most Ruby on Rails applications.  However, Haml avoids the need for
explicitly coding XHTML into the template, because it itself is a
description of the XHTML, with some code to generate dynamic content.