-
Name
-
haml
-
Version
-
5.0.1
-
Platform
-
ruby
-
Authors
-
Natalie Weizenbaum
Hampton Catlin
Norman Clarke
Akira Matsuda
-
Bindir
-
bin
-
Date
-
2017-05-03 00:00:00 UTC
-
Dependencies
-
temple (>= 0.8.0)
tilt (>= 0)
rails (>= 4.0.0, development)
rbench (>= 0, development)
minitest (>= 4.0, development)
nokogiri (>= 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
-
.gitignore
.gitmodules
.travis.yml
.yardopts
CHANGELOG.md
FAQ.md
Gemfile
MIT-LICENSE
README.md
REFERENCE.md
Rakefile
TODO
benchmark.rb
bin/haml
haml.gemspec
lib/haml.rb
lib/haml/.gitattributes
lib/haml/attribute_builder.rb
lib/haml/attribute_compiler.rb
lib/haml/attribute_parser.rb
lib/haml/buffer.rb
lib/haml/compiler.rb
lib/haml/engine.rb
lib/haml/error.rb
lib/haml/escapable.rb
lib/haml/exec.rb
lib/haml/filters.rb
lib/haml/generator.rb
lib/haml/helpers.rb
lib/haml/helpers/action_view_extensions.rb
lib/haml/helpers/action_view_mods.rb
lib/haml/helpers/action_view_xss_mods.rb
lib/haml/helpers/safe_erubi_template.rb
lib/haml/helpers/safe_erubis_template.rb
lib/haml/helpers/xss_mods.rb
lib/haml/options.rb
lib/haml/parser.rb
lib/haml/plugin.rb
lib/haml/railtie.rb
lib/haml/sass_rails_filter.rb
lib/haml/template.rb
lib/haml/template/options.rb
lib/haml/temple_engine.rb
lib/haml/temple_line_counter.rb
lib/haml/util.rb
lib/haml/version.rb
test/attribute_parser_test.rb
test/engine_test.rb
test/filters_test.rb
test/helper_test.rb
test/options_test.rb
test/parser_test.rb
test/template_test.rb
test/temple_line_counter_test.rb
test/util_test.rb
yard/default/.gitignore
yard/default/fulldoc/html/css/common.sass
yard/default/layout/html/footer.erb
-
Homepage
-
http://haml.info/
-
Licenses
-
MIT
-
Require paths
-
lib
-
Required ruby version
-
>= 2.0.0
-
Required rubygems version
-
>= 0
-
Rubygems version
-
2.6.11
-
Specification version
-
4
-
Summary
-
An elegant, structured (X)HTML/XML templating engine.
-
Test files
-
test/attribute_parser_test.rb
test/engine_test.rb
test/filters_test.rb
test/helper_test.rb
test/options_test.rb
test/parser_test.rb
test/template_test.rb
test/temple_line_counter_test.rb
test/util_test.rb
-
Original platform
-
ruby
-
New platform
-
ruby