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
|
.TH cssparse 1 "April 7, 2011" "" "cssutils"
.SH NAME
.B
cssparse\fR \- A CSS parser.
.SH SYNOPSIS
.B
cssparse
.RI [ options "...] [" path ...]
.SH DESCRIPTION
Script version of cssutils.parseString(), cssutils.parseFile() and
cssutils.parseUrl().
The combined CSS is outputed to \fBstdout\fR.
Logging is directed to \fBstderr\fR.
.SH OPTIONS
.TP
.B \-d\fR, \fB\-\-debug\fR
Activate debugging output.
.TP
.B \-e\fI ENCODING\fR, \fB\-\-encoding\fR=\fIENCODING
Encoding of the file or override encoding found.
.TP
.B \-h\fR, \fB\-\-help\fR
Display help message and exit.
.TP
.B \-m\fR, \fB\-\-minify\fR
Minify parsed CSS.
.TP
.B \-s\fI SOMESTRING\fR, \fB\-\-string\fR=\fISOMESTRING
Parse given string.
.TP
.B \-u\fI URL\fR, \fB\-\-url\fR=\fIURL
Parse the given \fIURL\fR.
.SH "SEE ALSO"
.IP /usr/share/doc/python-cssutils-doc/docs/html/docs/index.html
|