-
Name
-
haml
-
Version
-
3.1.0.alpha.14
-
Platform
-
ruby
-
Authors
-
Nathan Weizenbaum
Hampton Catlin
-
Bindir
-
bin
-
Date
-
2010-10-03 00:00:00 UTC
-
Dependencies
-
yard (>= 0.5.3, development)
maruku (>= 0.5.9, development)
-
Description
-
Haml (HTML Abstraction Markup Language) is a layer on top of XHTML or XML
that's designed to express the structure of XHTML or XML documents
in a non-repetitive, elegant, easy way,
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
-
Executables
-
haml
html2haml
-
Files
-
.yardopts
CONTRIBUTING
EDGE_GEM_VERSION
MIT-LICENSE
README.md
REVISION
Rakefile
VERSION
VERSION_NAME
bin/haml
bin/html2haml
extra/update_watch.rb
init.rb
lib/haml.rb
lib/haml/buffer.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/xss_mods.rb
lib/haml/html.rb
lib/haml/html/erb.rb
lib/haml/precompiler.rb
lib/haml/railtie.rb
lib/haml/root.rb
lib/haml/shared.rb
lib/haml/template.rb
lib/haml/template/options.rb
lib/haml/template/patch.rb
lib/haml/template/plugin.rb
lib/haml/util.rb
lib/haml/version.rb
rails/init.rb
test/benchmark.rb
test/haml/engine_test.rb
test/haml/erb/_av_partial_1.erb
test/haml/erb/_av_partial_2.erb
test/haml/erb/action_view.erb
test/haml/erb/standard.erb
test/haml/helper_test.rb
test/haml/html2haml/erb_tests.rb
test/haml/html2haml_test.rb
test/haml/markaby/standard.mab
test/haml/mocks/article.rb
test/haml/results/content_for_layout.xhtml
test/haml/results/eval_suppressed.xhtml
test/haml/results/filters.xhtml
test/haml/results/helpers.xhtml
test/haml/results/helpful.xhtml
test/haml/results/just_stuff.xhtml
test/haml/results/list.xhtml
test/haml/results/nuke_inner_whitespace.xhtml
test/haml/results/nuke_outer_whitespace.xhtml
test/haml/results/original_engine.xhtml
test/haml/results/partial_layout.xhtml
test/haml/results/partials.xhtml
test/haml/results/render_layout.xhtml
test/haml/results/silent_script.xhtml
test/haml/results/standard.xhtml
test/haml/results/tag_parsing.xhtml
test/haml/results/very_basic.xhtml
test/haml/results/whitespace_handling.xhtml
test/haml/spec/README.md
test/haml/spec/lua_haml_spec.lua
test/haml/spec/ruby_haml_test.rb
test/haml/spec/tests.json
test/haml/spec_test.rb
test/haml/template_test.rb
test/haml/templates/_av_partial_1.haml
test/haml/templates/_av_partial_1_ugly.haml
test/haml/templates/_av_partial_2.haml
test/haml/templates/_av_partial_2_ugly.haml
test/haml/templates/_layout.erb
test/haml/templates/_layout_for_partial.haml
test/haml/templates/_partial.haml
test/haml/templates/_text_area.haml
test/haml/templates/action_view.haml
test/haml/templates/action_view_ugly.haml
test/haml/templates/breakage.haml
test/haml/templates/content_for_layout.haml
test/haml/templates/eval_suppressed.haml
test/haml/templates/filters.haml
test/haml/templates/helpers.haml
test/haml/templates/helpful.haml
test/haml/templates/just_stuff.haml
test/haml/templates/list.haml
test/haml/templates/nuke_inner_whitespace.haml
test/haml/templates/nuke_outer_whitespace.haml
test/haml/templates/original_engine.haml
test/haml/templates/partial_layout.haml
test/haml/templates/partialize.haml
test/haml/templates/partials.haml
test/haml/templates/render_layout.haml
test/haml/templates/silent_script.haml
test/haml/templates/standard.haml
test/haml/templates/standard_ugly.haml
test/haml/templates/tag_parsing.haml
test/haml/templates/very_basic.haml
test/haml/templates/whitespace_handling.haml
test/haml/util_test.rb
test/linked_rails.rb
test/test_helper.rb
-
Homepage
-
http://haml-lang.com/
-
Require paths
-
lib
-
Required ruby version
-
>= 0
-
Required rubygems version
-
> 1.3.1
-
Rubyforge project
-
haml
-
Rubygems version
-
1.3.5
-
Specification version
-
3
-
Summary
-
An elegant, structured XHTML/XML templating engine.
-
Test files
-
test/haml/engine_test.rb
test/haml/helper_test.rb
test/haml/html2haml_test.rb
test/haml/spec/ruby_haml_test.rb
test/haml/spec_test.rb
test/haml/template_test.rb
test/haml/util_test.rb
-
Original platform
-
ruby
-
New platform
-
ruby