1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
.TH haml 1 "December 18, 2008"
.SH NAME
haml \- Translates Haml markup into its HTML equivalent
.SH SYNOPSIS
.B haml
[options] [INPUT] [OUTPUT]
.SH DESCRIPTION
Uses the Haml engine to parse the selected template and outputs the
result to the specified file.
.SH OPTIONS
.TP 8
.B \-\-rails RAILS_DIR
Install Haml and Sass to a Rails project
.TP 8
.B \-c, \-\-check
Just check syntax, don't evaluate.
.TP 8
.B \-s, \-\-stdin
Read input from standard input instead of an input file
.TP 8
.B \-\-trace
Show a full traceback on error
.TP 8
.B \-t, \-\-style NAME
Output style. Can be indented (default) or ugly.
.TP 8
.B \-f, \-\-format NAME
Output format. Can be xhtml (default), html4, or html5.
.TP 8
.B \-e, \-\-escape\-html
Escape HTML characters (like ampersands and angle brackets) by default.
.TP 8
.B \-q, \-\-double\-quote\-attributes
Set attribute wrapper to double-quotes (default is single).
.TP 8
.B \-r, \-\-require FILE
Same as 'ruby \-r'.
.TP 8
.B \-I, \-\-load-path PATH
Same as 'ruby \-I'.
.TP 8
.B \-\-debug
Print out the precompiled Ruby source.
.TP 8
.B \-?, \-h, \-\-help
Show a usage summary
.TP 8
.B \-v, \-\-version
Print version
.SH SEE ALSO
This program is shipped as part of the libhaml\-ruby1.8 library
package, you can check its corresponding documentation can be found in
the libhaml\-ruby\-doc package.
.SH AUTHOR
This manual page was written by Gunnar Wolf <gwolf@debian.org>, based
on the command\-line output of this program, for the Debian GNU/Linux
system (but may be freely used by others).
|