File: csscapture.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 (35 lines) | stat: -rw-r--r-- 914 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
35
.TH csscapture 1 "April 9, 2011" "" "cssutils"
.SH NAME
.B
csscapture\fR \- Downloads CSS stylesheets.
.SH SYNOPSIS
.B
csscapture
.RI [ options "...] " URL
.SH DESCRIPTION
.B
CSSCapture\fR downloads all referenced CSS stylesheets of a given
.I URL
and saves them to a given target directory.
.SH OPTIONS
.TP
.B \-d\fR, \fB\-\-debug\fR
Show debug messages during capturing.
.TP
.B \-h\fR, \fB\-\-help\fR
Show help message and exit.
.TP
.B \-m\fR. \fB\-\-minified\fR
Saves minified version of captured files.
.TP
.B \-n\fR, \fB\-\-notsave\fR
If given, files are NOT saved, only log is written.
.TP
.B \-s\fI DIR\fR, \fB\-\-saveto\fR=\fIDIR
Save retrieved files to \fIDIR\fR, defaults to
\fB./_CSSCapture_SAVED\fR.
.TP
.B \-u\fI UA\fR, \fB\-\-useragent\fR=\fIUA
Useragent to use for request of \fIURL\fR, default is urllib2s default\fR.
.SH "SEE ALSO"
.IP /usr/share/doc/python-cssutils-doc/docs/html/docs/index.html