aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-haml
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 0.7.2Martin Wilke2007-12-123-5/+11
| | | | | | | | PR: 118227 Submitted by: Robert Gogolok <gogo@cs.uni-sb.de> (maintainer) Notes: svn path=/head/; revision=203413
* - Update to 1.7.0Martin Wilke2007-07-153-5/+38
| | | | | | | | PR: 114600 Submitted by: Robert Gogolok <gogo@cs.uni-sb.de> (maintainer) Notes: svn path=/head/; revision=195651
* Haml is a markup language that's used to cleanly and simply describe the XHTMLMartin Wilke2007-07-144-0/+203
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> Notes: svn path=/head/; revision=195630