mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-26 18:50:32 +00:00
removed old references to the 'colored' logger type
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1920 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
30024a4683
commit
b77ea5feef
2 changed files with 7 additions and 2 deletions
|
|
@ -55,6 +55,11 @@
|
|||
Type: feature
|
||||
Changed: linkcheck/linkname.py
|
||||
|
||||
* Remove all references to the removed 'colored' output logger.
|
||||
Type: documentation
|
||||
Closes: SF bug #1062011
|
||||
Changed: linkchecker.1
|
||||
|
||||
1.13.5 "Die Musterknaben" (released 22.9.2004)
|
||||
* Use xgettext with Python support for .pot file creation, adjusted
|
||||
developer documentation.
|
||||
|
|
|
|||
|
|
@ -101,7 +101,7 @@ This option implies \fB-w\fP.
|
|||
Quiet operation. This is only useful with \fB-F\fP.
|
||||
.TP
|
||||
\fB-o\fP\fItype\fP, \fB--output=\fP\fItype\fP[\fB/\fP\fIencoding\fP]
|
||||
Specify output type as \fBtext\fP, \fBcolored\fP, \fBhtml\fP, \fBsql\fP,
|
||||
Specify output type as \fBtext\fP, \fBhtml\fP, \fBsql\fP,
|
||||
\fBcsv\fP, \fBgml\fP, \fBxml\fP, \fBnone\fP or \fBblacklist\fP.
|
||||
Default type is \fBtext\fP.
|
||||
\fIencoding\fP specifies the output encoding, the default is
|
||||
|
|
@ -120,7 +120,7 @@ Valid encodings are listed at
|
|||
The \fIfilename\fP part of the \fBnone\fP output type will be ignored,
|
||||
else if the file already exists, it will be overwritten.
|
||||
You can specify this option more than once. Valid file output types
|
||||
are \fBtext\fP, \fBcolored\fP, \fBhtml\fP, \fBsql\fP,
|
||||
are \fBtext\fP, \fBhtml\fP, \fBsql\fP,
|
||||
\fBcsv\fP, \fBgml\fP, \fBxml\fP, \fBnone\fP or \fBblacklist\fP
|
||||
Default is no file output. If console output is not specified with
|
||||
\fB-o\fP, this option suppresses all console output by implying
|
||||
|
|
|
|||
Loading…
Reference in a new issue