[Python-modules-commits] r19215 - in packages/cssutils/trunk/debian/man (3 files)

cjsmo-guest at users.alioth.debian.org cjsmo-guest at users.alioth.debian.org
Fri Nov 11 07:33:36 UTC 2011


    Date: Friday, November 11, 2011 @ 07:33:31
  Author: cjsmo-guest
Revision: 19215

added manpages for py3 package

Added:
  packages/cssutils/trunk/debian/man/csscapture3.manpage1
  packages/cssutils/trunk/debian/man/csscombine3.manpage1
  packages/cssutils/trunk/debian/man/cssparse3.manpage1

Added: packages/cssutils/trunk/debian/man/csscapture3.manpage1
===================================================================
--- packages/cssutils/trunk/debian/man/csscapture3.manpage1	                        (rev 0)
+++ packages/cssutils/trunk/debian/man/csscapture3.manpage1	2011-11-11 07:33:31 UTC (rev 19215)
@@ -0,0 +1,35 @@
+.TH csscapture3 1 "April 9, 2011" "" "cssutils"
+.SH NAME
+.B
+csscapture3\fR \- Downloads CSS stylesheets.
+.SH SYNOPSIS
+.B
+csscapture3
+.RI [ options "...] " URL
+.SH DESCRIPTION
+.B
+CSSCapture3\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/python3-cssutils-doc/docs/html/docs/index.html

Added: packages/cssutils/trunk/debian/man/csscombine3.manpage1
===================================================================
--- packages/cssutils/trunk/debian/man/csscombine3.manpage1	                        (rev 0)
+++ packages/cssutils/trunk/debian/man/csscombine3.manpage1	2011-11-11 07:33:31 UTC (rev 19215)
@@ -0,0 +1,39 @@
+.TH csscombine3 1 "April 9, 2011" "" "cssutils"
+.SH NAME
+.B
+csscombine3\fR \- Utility to combine several stylesheets into one.
+.SH SYNOPSIS
+.B csscombine3
+.RI [ options "...] " path ...
+.SH DESCRIPTION
+.B csscombine3\fR may be used to combine several sheets loaded from a main
+sheet via \fB at import\fR rules. Nested \fB at import\fR rules are resolved since
+cssutils 0.9.6a1.
+.PP
+The resulting combined sheet (optionally minified) is sent to stdout, info and
+error messages are handled by the normal cssutils log.
+.PP
+.B csscombine3\fR may also be used to change the encoding of the stylesheet if a
+target encoding is given.
+.SH OPTIONS
+.TP
+.B \-h\fR, \fB\-\-help\fR
+Show help message and exit.
+.TP
+.B \-m\fR, \fB\-\-minify\fR
+Saves minified version of combined files, default is false.
+.TP
+.B \-s\fI SOURCEENCODING\fR, \fB\-\-sourceencoding\fR=\fISOURCEENCODING
+Encoding of input, defaulting to "css". If given, overwrites other encoding
+information like @charset declarations.
+.TP
+.B \-t\fI TARGETENCODING\fR, \fB\-\-targetencoding\fR=\fITARGETENCODING
+Encoding of output, defaulting to "UTF-8".
+.TP
+.B \-u\fI URL\fR, \fB\-\-url\fR=\fIURL
+.I URL
+to parse, path... is ignored if
+.I URL
+is given.
+.SH "SEE ALSO"
+.IP /usr/share/doc/python3-cssutils-doc/docs/html/docs/index.html

Added: packages/cssutils/trunk/debian/man/cssparse3.manpage1
===================================================================
--- packages/cssutils/trunk/debian/man/cssparse3.manpage1	                        (rev 0)
+++ packages/cssutils/trunk/debian/man/cssparse3.manpage1	2011-11-11 07:33:31 UTC (rev 19215)
@@ -0,0 +1,34 @@
+.TH cssparse3 1 "April 7, 2011" "" "cssutils"
+.SH NAME
+.B
+cssparse3\fR \- A CSS parser.
+.SH SYNOPSIS
+.B
+cssparse3
+.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/python3-cssutils-doc/docs/html/docs/index.html




More information about the Python-modules-commits mailing list