This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
LICENSE | Fri Nov 06 11:15:14 -0800 2009 | |
| |
MIT-LICENSE | Sat May 24 08:00:07 -0700 2008 | |
| |
README.markdown | Sat May 24 08:06:56 -0700 2008 | |
| |
Rakefile | Sat May 24 08:00:07 -0700 2008 | |
| |
init.rb | Wed Sep 09 08:36:52 -0700 2009 | |
| |
install.rb | Wed Jul 09 06:24:42 -0700 2008 | |
| |
lib/ | Thu May 21 08:35:20 -0700 2009 | |
| |
tasks/ | Sat May 24 08:00:07 -0700 2008 |
README.markdown
Standardista
Prove that you care for web standards. Use simple HTML 4 for output instead of pretending you know what XHTML really is.
Requirements
Standardista is a set of options for Haml 2.0.
Include the Haml gem in your environment.rb:
config.gem 'haml', :version => '~> 2.0'
Features
- sets Haml output to HTML 4
- in production: sets Sass output to 'compact'
- in production: turns on Haml 'ugly' mode (faster rendering because it doesn't care for indenting)
- patches ActionView
taghelper to stop generating self-closing tags
More to come.







