Merge from vendor branch TNF:
authorjlam <jlam>
Fri, 4 Apr 2008 15:21:33 +0000 (15:21 +0000)
committerjlam <jlam>
Fri, 4 Apr 2008 15:21:33 +0000 (15:21 +0000)
commitb3e5305135febd2dacb18a7ff3646e0496c89f50
treee52ed8838dcf9f73a7ed25d5ff7b9e8e059a5532
parent274aa3832c8cbd6ae08084e4bccff167a1668c75
parentde9b3bfc0f07c45a16225d6676274a9041451d5e
Merge from vendor branch TNF:
Initial import of ruby18-haml-1.8.2 as textproc/ruby-haml.

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.