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]
directory resources/ Fri Jun 19 22:19:05 -0700 2009 Add the Sass logo. [nex3]
file serve.rb Thu Oct 08 19:28:30 -0700 2009 Update the Try page to work with Sass. [nex3]
directory site/ Sun Jul 05 20:47:53 -0700 2009 Add a Sassy download image. [nex3]
directory src/ Sat Oct 31 03:00:03 -0700 2009 Fix an incorrect color calculation on the index... [nex3]
directory views/ Thu Oct 08 19:28:30 -0700 2009 Update the Try page to work with Sass. [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