e0206bfb00
of any web document without the use of inline code. 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. WWW: http://haml.hamptoncatlin.com/ PR: ports/114568 Submitted by: Robert Gogolok <gogo at cs.uni-sb.de>
9 lines
497 B
Text
9 lines
497 B
Text
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. 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.
|
|
|
|
WWW: http://haml.hamptoncatlin.com/
|