File: cssparse.manpage1

package info (click to toggle)
cssutils 1.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,352 kB
  • sloc: python: 20,353; sh: 62; makefile: 27
file content (34 lines) | stat: -rw-r--r-- 850 bytes parent folder | download | duplicates (7)
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