Metadata


Name
haml
Version
3.2.0.beta.1
Platform
ruby
Authors
Nathan Weizenbaum
Hampton Catlin
Norman Clarke
Bindir
bin
Date
2012-06-27 00:00:00 UTC
Dependencies
tilt (>= 0)
rails (>= 3.0.0, development)
rbench (>= 0, development)
minitest (>= 0, development)
Description
Haml (HTML Abstraction Markup Language) is a layer on top of HTML or XML that's designed to express the structure of documents in a non-repetitive, elegant, and easy way by using indentation rather than closing tags and allowing Ruby to be embedded with ease. It was originally envisioned as a plugin for Ruby on Rails, but it can function as a stand-alone templating engine.
Email
haml@googlegroups.com
norman@njclarke.com
Executables
haml
Files
.yardopts
CHANGELOG.md
FAQ.md
MIT-LICENSE
README.md
REFERENCE.md
Rakefile
bin/haml
init.rb
lib/haml.rb
lib/haml/buffer.rb
lib/haml/compiler.rb
lib/haml/engine.rb
lib/haml/error.rb
lib/haml/exec.rb
lib/haml/filters.rb
lib/haml/helpers.rb
lib/haml/helpers/action_view_extensions.rb
lib/haml/helpers/action_view_mods.rb
lib/haml/helpers/rails_323_textarea_fix.rb
lib/haml/helpers/xss_mods.rb
lib/haml/options.rb
lib/haml/parser.rb
lib/haml/railtie.rb
lib/haml/template.rb
lib/haml/template/options.rb
lib/haml/template/plugin.rb
lib/haml/util.rb
lib/haml/version.rb
rails/init.rb
test/engine_test.rb
test/erb/_av_partial_1.erb
test/erb/_av_partial_2.erb
test/erb/action_view.erb
test/erb/standard.erb
test/filters_test.rb
test/gemfiles/Gemfile.rails-3.0.x
test/gemfiles/Gemfile.rails-3.1.x
test/gemfiles/Gemfile.rails-3.2.x
test/haml-spec/LICENSE
test/haml-spec/README.md
test/haml-spec/lua_haml_spec.lua
test/haml-spec/perl_haml_test.pl
test/haml-spec/ruby_haml_test.rb
test/haml-spec/tests.json
test/helper_test.rb
test/markaby/standard.mab
test/mocks/article.rb
test/parser_test.rb
test/results/content_for_layout.xhtml
test/results/eval_suppressed.xhtml
test/results/helpers.xhtml
test/results/helpful.xhtml
test/results/just_stuff.xhtml
test/results/list.xhtml
test/results/nuke_inner_whitespace.xhtml
test/results/nuke_outer_whitespace.xhtml
test/results/original_engine.xhtml
test/results/partial_layout.xhtml
test/results/partials.xhtml
test/results/render_layout.xhtml
test/results/silent_script.xhtml
test/results/standard.xhtml
test/results/tag_parsing.xhtml
test/results/very_basic.xhtml
test/results/whitespace_handling.xhtml
test/template_test.rb
test/templates/_av_partial_1.haml
test/templates/_av_partial_1_ugly.haml
test/templates/_av_partial_2.haml
test/templates/_av_partial_2_ugly.haml
test/templates/_layout.erb
test/templates/_layout_for_partial.haml
test/templates/_partial.haml
test/templates/_text_area.haml
test/templates/action_view.haml
test/templates/action_view_ugly.haml
test/templates/breakage.haml
test/templates/content_for_layout.haml
test/templates/eval_suppressed.haml
test/templates/helpers.haml
test/templates/helpful.haml
test/templates/just_stuff.haml
test/templates/list.haml
test/templates/nuke_inner_whitespace.haml
test/templates/nuke_outer_whitespace.haml
test/templates/original_engine.haml
test/templates/partial_layout.haml
test/templates/partialize.haml
test/templates/partials.haml
test/templates/render_layout.haml
test/templates/silent_script.haml
test/templates/standard.haml
test/templates/standard_ugly.haml
test/templates/tag_parsing.haml
test/templates/very_basic.haml
test/templates/whitespace_handling.haml
test/test_helper.rb
test/util_test.rb
Homepage
http://haml.info/
Post install message
HEADS UP! Haml 3.2 has many improvements, but also has changes that may break your application: * Support for Ruby 1.8.6 dropped * Support for Rails 2 dropped * Sass filter now always outputs <script> tags * Data attributes are now hyphenated, not underscored * html2haml utility moved to the html2haml gem * Textile and Maruku filters moved to the haml-contrib gem For more info see: http://rubydoc.info/github/haml/haml/file/CHANGELOG.md
Require paths
lib
Required ruby version
>= 0
Required rubygems version
> 1.3.1
Rubygems version
1.8.24
Specification version
3
Summary
An elegant, structured (X)HTML/XML templating engine.
Test files
test/engine_test.rb
test/filters_test.rb
test/haml-spec/ruby_haml_test.rb
test/helper_test.rb
test/parser_test.rb
test/template_test.rb
test/util_test.rb
Original platform
ruby
New platform
ruby