public
Description: HTML Abstraction Markup Language - A Markup Haiku
Homepage: http://haml.hamptoncatlin.com
Clone URL: git://github.com/nex3/haml.git
haml /
name age message
file .gitignore Sun Sep 20 12:42:40 -0700 2009 Ignore /test. [nex3]
file README.md Sat Jun 20 00:39:46 -0700 2009 Add a rake task for building everything, includ... [nex3]
file Rakefile Sun Sep 20 12:45:36 -0700 2009 Generate the yardoc from the most recent tagged... [nex3]
file config.ru Thu Oct 08 03:14:16 -0700 2009 Add support for a DynamicMatic-based Try Online... [nex3]
file serve.rb Thu Oct 08 19:28:47 -0700 2009 Haml::Error is the generic Error class. [nex3]
directory site/ Sun Jul 05 20:46:13 -0700 2009 HTML-ify the download link. [nex3]
directory src/ Sat Oct 24 12:29:15 -0700 2009 Add a note to the JEdit editor link. [nex3]
directory views/ Thu Oct 08 03:14:16 -0700 2009 Add support for a DynamicMatic-based Try Online... [nex3]
README.md

The haml-pages and sass-pages branches contain the code for the Haml and Sass websites, haml-lang.com and sass-lang.com. The websites are automatically updated when the branches are pushed to github.com/nex3/haml.

These pages are compiled with StaticMatic, and use the Compass Sass framework. The Haml and Sass documentation uses YARD. To compile everything, run

rake build

To set up a local server for viewing updates for the site, run

rake preview