mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-25 00:24:45 +00:00
Updated linkcheckerrc manpage.
This commit is contained in:
parent
5c045fef44
commit
2baa908494
4 changed files with 1147 additions and 1127 deletions
|
|
@ -8,68 +8,26 @@
|
|||
linkcheckerrc \- Konfigurationsdatei für LinkChecker
|
||||
.
|
||||
.SH BESCHREIBUNG
|
||||
\fBlinkcheckerrc\fP ist die Standardkonfigurationsdatei von LinkChecker. Die
|
||||
Datei ist in einem INI\-Format geschrieben.
|
||||
.
|
||||
\fBlinkcheckerrc\fP ist die Konfigurationsdatei für LinkChecker. Die Datei ist
|
||||
in einem INI\-Format geschrieben.
|
||||
.br
|
||||
Die Standarddatei ist \fB~/.linkchecker/linkcheckerrc\fP unter Unix\-,
|
||||
\fB%HOMEPATH%\e.linkchecker\elinkcheckerrc\fP unter Windows\-Systemen.
|
||||
.SH EIGENSCHAFTEN
|
||||
|
||||
.SS [checking]
|
||||
.TP
|
||||
\fBthreads=\fP\fINUMBER\fP
|
||||
Generiere nicht mehr als die angegebene Anzahl von Threads. Standard Anzahl
|
||||
von Threads ist 10. Um Threads zu deaktivieren, geben Sie eine nicht
|
||||
positive Nummer an.
|
||||
.br
|
||||
Kommandozeilenoption: \fB\-\-threads\fP
|
||||
.TP
|
||||
\fBtimeout=\fP\fINUMMER\fP
|
||||
Setze den Timeout für TCP\-Verbindungen in Sekunden. Der Standard Timeout ist
|
||||
60 Sekunden.
|
||||
.br
|
||||
Kommandozeilenoption: \fB\-\-timeout\fP
|
||||
.TP
|
||||
\fBanchors=\fP[\fB0\fP|\fB1\fP]
|
||||
Prüfe HTTP Ankerverweise. Standard ist, Ankerverweise nicht zu prüfen. Diese
|
||||
Option aktiviert die Ausgabe der Warnung \fBurl\-anchor\-not\-found\fP.
|
||||
.br
|
||||
Kommandozeilenoption: \fB\-\-anchors\fP
|
||||
.TP
|
||||
\fBrecursionlevel=\fP\fINUMBER\fP
|
||||
Prüfe rekursiv alle URLs bis zu der angegebenen Tiefe. Eine negative Tiefe
|
||||
bewirkt unendliche Rekursion. Standard Tiefe ist unendlich.
|
||||
\fBcheckcss=\fP[\fB0\fP|\fB1\fP]
|
||||
Prüfe Syntax von CSS URLs mit cssutils. Wenn cssutils nicht installiert ist,
|
||||
prüfe mit dem W3C Online Validator.
|
||||
.br
|
||||
Kommandozeilenoption: \fB\-\-recursion\-level\fP
|
||||
.TP
|
||||
\fBwarningregex=\fP=\fIREGEX\fP
|
||||
Definieren Sie einen regulären Ausdruck der eine Warnung ausgibt falls er
|
||||
auf den Inhalt einer geprüften URL zutrifft. Dies gilt nur für gültige
|
||||
Seiten deren Inhalt wir bekommen können.
|
||||
.br
|
||||
Benutzen Sie dies, um nach Seiten zu suchen, welche bestimmte Fehler
|
||||
enthalten, zum Beispiel "Diese Seite wurde entfernt" oder "Oracle
|
||||
Applikationsfehler".
|
||||
.br
|
||||
Kommandozeilenoption: \fB\-\-warning\-regex\fP
|
||||
.TP
|
||||
\fBwarnsizebytes=\fP\fINUMBER\fP
|
||||
Gebe eine Warnung aus, wenn die Inhaltsgröße bekannt ist und die angegebene
|
||||
Anzahl von Bytes übersteigt.
|
||||
.br
|
||||
Kommandozeilenoption: \fB\-\-warning\-size\-bytes\fP
|
||||
.TP
|
||||
\fBnntpserver=\fP\fISTRING\fP
|
||||
Gibt ein NNTP Rechner für \fBnews:\fP Links. Standard ist die Umgebungsvariable
|
||||
\fBNNTP_SERVER\fP. Falls kein Rechner angegeben ist, wird lediglich auf
|
||||
korrekte Syntax des Links geprüft.
|
||||
.br
|
||||
Kommandozeilenoption: \fB\-\-nntp\-server\fP
|
||||
.TP
|
||||
\fBuseragent=\fP\fISTRING\fP
|
||||
Gibt den User\-Agent an, der zu HTTP\-Servern geschickt wird,
|
||||
z.B. "Mozilla/4.0". Der Standard ist "LinkChecker/X.Y", wobei X.Y die
|
||||
aktuelle Version von LinkChecker ist.
|
||||
.br
|
||||
Kommandozeilenoption: \fB\-\-user\-agent\fP
|
||||
Kommandozeilenoption: \fB\-\-check\-css\fP
|
||||
.TP
|
||||
\fBcheckhtml=\fP[\fB0\fP|\fB1\fP]
|
||||
Prüfe Syntax von HTML URLs mit HTML tidy. Wenn HTML tidy nicht installiert
|
||||
|
|
@ -77,38 +35,21 @@ ist, prüfe mit dem W3C Online Validator.
|
|||
.br
|
||||
Kommandozeilenoption: \fB\-\-check\-html\fP
|
||||
.TP
|
||||
\fBcheckcss=\fP[\fB0\fP|\fB1\fP]
|
||||
Prüfe Syntax von CSS URLs mit cssutils. Wenn cssutils nicht installiert ist,
|
||||
prüfe mit dem W3C Online Validator.
|
||||
.br
|
||||
Kommandozeilenoption: \fB\-\-check\-css\fP
|
||||
.TP
|
||||
\fBscanvirus=\fP[\fB0\fP|\fB1\fP]
|
||||
Prüfe Inhalt von URLs auf Viren mit ClamAV.
|
||||
.br
|
||||
Kommandozeilenoption: \fB\-\-scan\-virus\fP
|
||||
.TP
|
||||
\fBclamavconf=\fP\fIDateiname\fP
|
||||
Dateiname von \fBclamd.conf\fP Konfigurationsdatei.
|
||||
.br
|
||||
Kommandozeilenoption: keine
|
||||
.TP
|
||||
\fBcookies=\fP[\fB0\fP|\fB1\fP]
|
||||
Akzeptiere und sende HTTP cookies.
|
||||
.br
|
||||
Kommandozeilenoption: \fB\-\-cookies\fP
|
||||
.TP
|
||||
\fBcookiefile=\fP\fIDateiname\fP
|
||||
Lese eine Datei mit Cookie\-Daten. Das Cookie Datenformat wird in
|
||||
linkchecker(1) erklärt.
|
||||
.br
|
||||
Kommandozeilenoption: \fB\-\-cookiefile\fP
|
||||
.TP
|
||||
\fBpause=\fP\fINUMBER\fP
|
||||
Pausiere die angegebene Anzahl von Sekunden zwischen zwei aufeinander
|
||||
folgenden Verbindungen zum demselben Rechner.
|
||||
\fBcookies=\fP[\fB0\fP|\fB1\fP]
|
||||
Akzeptiere und sende HTTP cookies.
|
||||
.br
|
||||
Kommandozeilenoption: \fB\-\-pause\fP
|
||||
Kommandozeilenoption: \fB\-\-cookies\fP
|
||||
.TP
|
||||
\fBdebugmemory=\fP[\fB0\fP|\fB1\fP]
|
||||
Schreibe einen Speicherabzug in eine temporäre Datei wenn die Prüfung
|
||||
|
|
@ -132,6 +73,67 @@ muss mit einem Schrägstrich enden.
|
|||
.br
|
||||
Kommandozeilenoption: keine
|
||||
.TP
|
||||
\fBnntpserver=\fP\fISTRING\fP
|
||||
Gibt ein NNTP Rechner für \fBnews:\fP Links. Standard ist die Umgebungsvariable
|
||||
\fBNNTP_SERVER\fP. Falls kein Rechner angegeben ist, wird lediglich auf
|
||||
korrekte Syntax des Links geprüft.
|
||||
.br
|
||||
Kommandozeilenoption: \fB\-\-nntp\-server\fP
|
||||
.TP
|
||||
\fBpause=\fP\fINUMBER\fP
|
||||
Pausiere die angegebene Anzahl von Sekunden zwischen zwei aufeinander
|
||||
folgenden Verbindungen zum demselben Rechner.
|
||||
.br
|
||||
Kommandozeilenoption: \fB\-\-pause\fP
|
||||
.TP
|
||||
\fBrecursionlevel=\fP\fINUMBER\fP
|
||||
Prüfe rekursiv alle URLs bis zu der angegebenen Tiefe. Eine negative Tiefe
|
||||
bewirkt unendliche Rekursion. Standard Tiefe ist unendlich.
|
||||
.br
|
||||
Kommandozeilenoption: \fB\-\-recursion\-level\fP
|
||||
.TP
|
||||
\fBscanvirus=\fP[\fB0\fP|\fB1\fP]
|
||||
Prüfe Inhalt von URLs auf Viren mit ClamAV.
|
||||
.br
|
||||
Kommandozeilenoption: \fB\-\-scan\-virus\fP
|
||||
.TP
|
||||
\fBthreads=\fP\fINUMBER\fP
|
||||
Generiere nicht mehr als die angegebene Anzahl von Threads. Standard Anzahl
|
||||
von Threads ist 10. Um Threads zu deaktivieren, geben Sie eine nicht
|
||||
positive Nummer an.
|
||||
.br
|
||||
Kommandozeilenoption: \fB\-\-threads\fP
|
||||
.TP
|
||||
\fBtimeout=\fP\fINUMMER\fP
|
||||
Setze den Timeout für TCP\-Verbindungen in Sekunden. Der Standard Timeout ist
|
||||
60 Sekunden.
|
||||
.br
|
||||
Kommandozeilenoption: \fB\-\-timeout\fP
|
||||
.TP
|
||||
\fBuseragent=\fP\fISTRING\fP
|
||||
Gibt den User\-Agent an, der zu HTTP\-Servern geschickt wird,
|
||||
z.B. "Mozilla/4.0". Der Standard ist "LinkChecker/X.Y", wobei X.Y die
|
||||
aktuelle Version von LinkChecker ist.
|
||||
.br
|
||||
Kommandozeilenoption: \fB\-\-user\-agent\fP
|
||||
.TP
|
||||
\fBwarningregex=\fP=\fIREGEX\fP
|
||||
Definieren Sie einen regulären Ausdruck der eine Warnung ausgibt falls er
|
||||
auf den Inhalt einer geprüften URL zutrifft. Dies gilt nur für gültige
|
||||
Seiten deren Inhalt wir bekommen können.
|
||||
.br
|
||||
Benutzen Sie dies, um nach Seiten zu suchen, welche bestimmte Fehler
|
||||
enthalten, zum Beispiel "Diese Seite wurde entfernt" oder "Oracle
|
||||
Applikationsfehler".
|
||||
.br
|
||||
Kommandozeilenoption: \fB\-\-warning\-regex\fP
|
||||
.TP
|
||||
\fBwarnsizebytes=\fP\fINUMBER\fP
|
||||
Gebe eine Warnung aus, wenn die Inhaltsgröße bekannt ist und die angegebene
|
||||
Anzahl von Bytes übersteigt.
|
||||
.br
|
||||
Kommandozeilenoption: \fB\-\-warning\-size\-bytes\fP
|
||||
.TP
|
||||
\fBwarnsslcertdaysvalid=\fP\fINUMBER\fP
|
||||
Prüfe ob SSL\-Zertifikate mindestens die angegebene Anzahl an Tagen gültig
|
||||
sind. Die Anzahl darf nicht negativ sein. Falls die Anzahl Null ist wird
|
||||
|
|
@ -148,12 +150,6 @@ Ausdruck entsprechen.
|
|||
.br
|
||||
Kommandozeilenoption: \fB\-\-ignore\-url\fP
|
||||
.TP
|
||||
\fBnofollow=\fP\fIREGEX\fP (MULTILINE)
|
||||
Prüfe URLs die auf den regulären Ausdruck zutreffen, aber führe keine
|
||||
Rekursion durch.
|
||||
.br
|
||||
Kommandozeilenoption: \fB\-\-no\-follow\-url\fP
|
||||
.TP
|
||||
\fBignorewarnings=\fP\fINAME\fP[\fB,\fP\fINAME\fP...]
|
||||
Ignoriere die kommagetrennte Liste von Warnungen. Siehe \fBWARNUNGEN\fP für die
|
||||
Liste von erkannten Warnungen.
|
||||
|
|
@ -165,6 +161,12 @@ Regulärer Ausdruck, um mehr URLs als interne Verknüpfungen
|
|||
hinzuzufügen. Standard ist dass URLs der Kommandozeile als intern gelten.
|
||||
.br
|
||||
Kommandozeilenoption: keine
|
||||
.TP
|
||||
\fBnofollow=\fP\fIREGEX\fP (MULTILINE)
|
||||
Prüfe URLs die auf den regulären Ausdruck zutreffen, aber führe keine
|
||||
Rekursion durch.
|
||||
.br
|
||||
Kommandozeilenoption: \fB\-\-no\-follow\-url\fP
|
||||
.SS [authentication]
|
||||
.TP
|
||||
\fBentry=\fP\fIREGEX\fP \fIBENUTZER\fP [\fIPASSWORT\fP] (MULTILINE)
|
||||
|
|
@ -200,6 +202,12 @@ Optional zusätzliche CGI Namen/Werte\-Paare. Die Default\-Werte werden
|
|||
automatisch übermittelt.
|
||||
.SS [output]
|
||||
.TP
|
||||
\fBcomplete=\fP[\fB0\fP|\fB1\fP]
|
||||
Falls gesetzt, gebe alle geprüften URLs aus, sogar Duplikate. Standard ist
|
||||
es, URLs nur einmal auszugeben.
|
||||
.br
|
||||
Kommandozeilenoption: \fB\-\-complete\fP
|
||||
.TP
|
||||
\fBdebug=\fP\fISTRING\fP[\fB,\fP\fISTRING\fP...]
|
||||
Gebe Testmeldungen aus für den angegebenen Logger. Verfügbare Logger sind
|
||||
\fBcmdline\fP, \fBchecking\fP,\fBcache\fP, \fBgui\fP, \fBdns\fP, \fBthread\fP und \fBall\fP. Die
|
||||
|
|
@ -207,10 +215,16 @@ Angabe \fBall\fP ist ein Synonym für alle verfügbaren Logger.
|
|||
.br
|
||||
[output]
|
||||
.TP
|
||||
\fBstatus=\fP[\fB0\fP|\fB1\fP]
|
||||
Kontrolle der Statusmeldungen. Standard ist 1.
|
||||
\fBfileoutput=\fP\fITYPE\fP[\fB,\fP\fITYPE\fP...]
|
||||
Ausgabe in Datei \fBlinkchecker\-out.\fP\fITYPE\fP, \fB$HOME/.linkchecker/blacklist\fP
|
||||
für \fBblacklist\fP Ausgabe.
|
||||
.br
|
||||
Kommandozeilenoption: \fB\-\-no\-status\fP
|
||||
Gültige Ausgabearten sind \fBtext\fP, \fBhtml\fP, \fBsql\fP, \fBcsv\fP, \fBgml\fP, \fBdot\fP,
|
||||
\fBxml\fP, \fBnone\fP oder \fBblacklist\fP Standard ist keine Dateiausgabe. Die
|
||||
verschiedenen Ausgabearten sind unten dokumentiert. Bemerke, dass man alle
|
||||
Konsolenausgaben mit \fBoutput=none\fP unterdrücken kann.
|
||||
.br
|
||||
Kommandozeilenoption: \fB\-\-file\-output\fP
|
||||
.TP
|
||||
\fBlog=\fP\fITYPE\fP[\fB/\fP\fIENCODING\fP]
|
||||
Gib Ausgabetyp als \fBtext\fP, \fBhtml\fP, \fBsql\fP, \fBcsv\fP, \fBgml\fP, \fBdot\fP, \fBxml\fP,
|
||||
|
|
@ -224,40 +238,28 @@ aufgelistet.
|
|||
.br
|
||||
Kommandozeilenoption: \fB\-\-output\fP
|
||||
.TP
|
||||
\fBverbose=\fP[\fB0\fP|\fB1\fP]
|
||||
Falls gesetzt, gebe alle geprüften URLs einmal aus. Standard ist es, nur
|
||||
fehlerhafte URLs und Warnungen auszugeben.
|
||||
.br
|
||||
Kommandozeilenoption: \fB\-\-verbose\fP
|
||||
.TP
|
||||
\fBcomplete=\fP[\fB0\fP|\fB1\fP]
|
||||
Falls gesetzt, gebe alle geprüften URLs aus, sogar Duplikate. Standard ist
|
||||
es, URLs nur einmal auszugeben.
|
||||
.br
|
||||
Kommandozeilenoption: \fB\-\-complete\fP
|
||||
.TP
|
||||
\fBwarnings=\fP[\fB0\fP|\fB1\fP]
|
||||
Falls gesetzt, gebe keine Warnungen aus. Standard ist die Ausgabe von
|
||||
Warnungen.
|
||||
.br
|
||||
Kommandozeilenoption: \fB\-\-no\-warnings\fP
|
||||
.TP
|
||||
\fBquiet=\fP[\fB0\fP|\fB1\fP]
|
||||
Falls gesetzt, erfolgt keine Ausgabe. Ein Alias für \fBlog=none\fP. Dies ist
|
||||
nur in Verbindung mit \fBfileoutput\fP nützlich.
|
||||
.br
|
||||
Kommandozeilenoption: \fB\-\-verbose\fP
|
||||
.TP
|
||||
\fBfileoutput=\fP\fITYPE\fP[\fB,\fP\fITYPE\fP...]
|
||||
Ausgabe in Datei \fBlinkchecker\-out.\fP\fITYPE\fP, \fB$HOME/.linkchecker/blacklist\fP
|
||||
für \fBblacklist\fP Ausgabe.
|
||||
\fBstatus=\fP[\fB0\fP|\fB1\fP]
|
||||
Kontrolle der Statusmeldungen. Standard ist 1.
|
||||
.br
|
||||
Gültige Ausgabearten sind \fBtext\fP, \fBhtml\fP, \fBsql\fP, \fBcsv\fP, \fBgml\fP, \fBdot\fP,
|
||||
\fBxml\fP, \fBnone\fP oder \fBblacklist\fP Standard ist keine Dateiausgabe. Die
|
||||
verschiedenen Ausgabearten sind unten dokumentiert. Bemerke, dass man alle
|
||||
Konsolenausgaben mit \fBoutput=none\fP unterdrücken kann.
|
||||
Kommandozeilenoption: \fB\-\-no\-status\fP
|
||||
.TP
|
||||
\fBverbose=\fP[\fB0\fP|\fB1\fP]
|
||||
Falls gesetzt, gebe alle geprüften URLs einmal aus. Standard ist es, nur
|
||||
fehlerhafte URLs und Warnungen auszugeben.
|
||||
.br
|
||||
Kommandozeilenoption: \fB\-\-file\-output\fP
|
||||
Kommandozeilenoption: \fB\-\-verbose\fP
|
||||
.TP
|
||||
\fBwarnings=\fP[\fB0\fP|\fB1\fP]
|
||||
Falls gesetzt, gebe keine Warnungen aus. Standard ist die Ausgabe von
|
||||
Warnungen.
|
||||
.br
|
||||
Kommandozeilenoption: \fB\-\-no\-warnings\fP
|
||||
.SS [text]
|
||||
.TP
|
||||
\fBfilename=\fP\fISTRING\fP
|
||||
|
|
|
|||
|
|
@ -3,67 +3,26 @@
|
|||
linkcheckerrc - configuration file for LinkChecker
|
||||
.
|
||||
.SH DESCRIPTION
|
||||
\fBlinkcheckerrc\fP is the default configuration file LinkChecker.
|
||||
\fBlinkcheckerrc\fP is the configuration file for LinkChecker.
|
||||
The file is written in an INI-style format.
|
||||
.
|
||||
.br
|
||||
The default file location is \fB~/.linkchecker/linkcheckerrc\fP on Unix,
|
||||
\fB%HOMEPATH%\\.linkchecker\\linkcheckerrc\fP on Windows systems.
|
||||
.SH SETTINGS
|
||||
|
||||
.SS \fB[checking]\fP
|
||||
.TP
|
||||
\fBthreads=\fP\fINUMBER\fP
|
||||
Generate no more than the given number of threads. Default number
|
||||
of threads is 10. To disable threading specify a non-positive number.
|
||||
.br
|
||||
Command line option: \fB\-\-threads\fP
|
||||
.TP
|
||||
\fBtimeout=\fP\fINUMBER\fP
|
||||
Set the timeout for connection attempts in seconds. The default timeout
|
||||
is 60 seconds.
|
||||
.br
|
||||
Command line option: \fB\-\-timeout\fP
|
||||
.TP
|
||||
\fBanchors=\fP[\fB0\fP|\fB1\fP]
|
||||
Check HTTP anchor references. Default is not to check anchors.
|
||||
This option enables logging of the warning \fBurl\-anchor\-not\-found\fP.
|
||||
.br
|
||||
Command line option: \fB\-\-anchors\fP
|
||||
.TP
|
||||
\fBrecursionlevel=\fP\fINUMBER\fP
|
||||
Check recursively all links up to given depth.
|
||||
A negative depth will enable infinite recursion.
|
||||
Default depth is infinite.
|
||||
\fBcheckcss=\fP[\fB0\fP|\fB1\fP]
|
||||
Check syntax of CSS URLs with the cssutils library, falling back to the
|
||||
W3C online validator if cssutils is not available.
|
||||
.br
|
||||
Command line option: \fB\-\-recursion\-level\fP
|
||||
.TP
|
||||
\fBwarningregex=\fP=\fIREGEX\fP
|
||||
Define a regular expression which prints a warning if it matches any
|
||||
content of the checked link.
|
||||
This applies only to valid pages, so we can get their content.
|
||||
.br
|
||||
Use this to check for pages that contain some form of error, for example
|
||||
"This page has moved" or "Oracle Application Server error".
|
||||
.br
|
||||
Command line option: \fB\-\-warning\-regex\fP
|
||||
.TP
|
||||
\fBwarnsizebytes=\fP\fINUMBER\fP
|
||||
Print a warning if content size info is available and exceeds the given
|
||||
number of \fIbytes\fP.
|
||||
.br
|
||||
Command line option: \fB\-\-warning\-size\-bytes\fP
|
||||
.TP
|
||||
\fBnntpserver=\fP\fISTRING\fP
|
||||
Specify an NNTP server for \fBnews:\fP links. Default is the
|
||||
environment variable \fBNNTP_SERVER\fP. If no host is given,
|
||||
only the syntax of the link is checked.
|
||||
.br
|
||||
Command line option: \fB\-\-nntp\-server\fP
|
||||
.TP
|
||||
\fBuseragent=\fP\fISTRING\fP
|
||||
Specify the User-Agent string to send to the HTTP server, for example
|
||||
"Mozilla/4.0". The default is "LinkChecker/X.Y" where X.Y is the current
|
||||
version of LinkChecker.
|
||||
.br
|
||||
Command line option: \fB\-\-user\-agent\fP
|
||||
Command line option: \fB\-\-check\-css\fP
|
||||
.TP
|
||||
\fBcheckhtml=\fP[\fB0\fP|\fB1\fP]
|
||||
Check syntax of HTML URLs with the HTML tidy library, falling back to the
|
||||
|
|
@ -71,38 +30,21 @@ W3C online validator if HTML tidy is not available..
|
|||
.br
|
||||
Command line option: \fB\-\-check\-html\fP
|
||||
.TP
|
||||
\fBcheckcss=\fP[\fB0\fP|\fB1\fP]
|
||||
Check syntax of CSS URLs with the cssutils library, falling back to the
|
||||
W3C online validator if cssutils is not available.
|
||||
.br
|
||||
Command line option: \fB\-\-check\-css\fP
|
||||
.TP
|
||||
\fBscanvirus=\fP[\fB0\fP|\fB1\fP]
|
||||
Scan content of URLs for viruses with ClamAV.
|
||||
.br
|
||||
Command line option: \fB\-\-scan\-virus\fP
|
||||
.TP
|
||||
\fBclamavconf=\fP\fIfilename\fP
|
||||
Filename of \fBclamd.conf\fP config file.
|
||||
.br
|
||||
Command line option: none
|
||||
.TP
|
||||
\fBcookies=\fP[\fB0\fP|\fB1\fP]
|
||||
Accept and send HTTP cookies.
|
||||
.br
|
||||
Command line option: \fB\-\-cookies\fP
|
||||
.TP
|
||||
\fBcookiefile=\fP\fIfilename\fP
|
||||
Read a file with initial cookie data. The cookie data
|
||||
format is explained in linkchecker(1).
|
||||
.br
|
||||
Command line option: \fB\-\-cookiefile\fP
|
||||
.TP
|
||||
\fBpause=\fP\fINUMBER\fP
|
||||
Pause the given number of seconds between two subsequent connection
|
||||
requests to the same host.
|
||||
\fBcookies=\fP[\fB0\fP|\fB1\fP]
|
||||
Accept and send HTTP cookies.
|
||||
.br
|
||||
Command line option: \fB\-\-pause\fP
|
||||
Command line option: \fB\-\-cookies\fP
|
||||
.TP
|
||||
\fBdebugmemory=\fP[\fB0\fP|\fB1\fP]
|
||||
When checking finishes, write a memory dump to a temporary file.
|
||||
|
|
@ -124,6 +66,66 @@ And the given directory must end with a slash.
|
|||
.br
|
||||
Command line option: none
|
||||
.TP
|
||||
\fBnntpserver=\fP\fISTRING\fP
|
||||
Specify an NNTP server for \fBnews:\fP links. Default is the
|
||||
environment variable \fBNNTP_SERVER\fP. If no host is given,
|
||||
only the syntax of the link is checked.
|
||||
.br
|
||||
Command line option: \fB\-\-nntp\-server\fP
|
||||
.TP
|
||||
\fBpause=\fP\fINUMBER\fP
|
||||
Pause the given number of seconds between two subsequent connection
|
||||
requests to the same host.
|
||||
.br
|
||||
Command line option: \fB\-\-pause\fP
|
||||
.TP
|
||||
\fBrecursionlevel=\fP\fINUMBER\fP
|
||||
Check recursively all links up to given depth.
|
||||
A negative depth will enable infinite recursion.
|
||||
Default depth is infinite.
|
||||
.br
|
||||
Command line option: \fB\-\-recursion\-level\fP
|
||||
.TP
|
||||
\fBscanvirus=\fP[\fB0\fP|\fB1\fP]
|
||||
Scan content of URLs for viruses with ClamAV.
|
||||
.br
|
||||
Command line option: \fB\-\-scan\-virus\fP
|
||||
.TP
|
||||
\fBthreads=\fP\fINUMBER\fP
|
||||
Generate no more than the given number of threads. Default number
|
||||
of threads is 10. To disable threading specify a non-positive number.
|
||||
.br
|
||||
Command line option: \fB\-\-threads\fP
|
||||
.TP
|
||||
\fBtimeout=\fP\fINUMBER\fP
|
||||
Set the timeout for connection attempts in seconds. The default timeout
|
||||
is 60 seconds.
|
||||
.br
|
||||
Command line option: \fB\-\-timeout\fP
|
||||
.TP
|
||||
\fBuseragent=\fP\fISTRING\fP
|
||||
Specify the User-Agent string to send to the HTTP server, for example
|
||||
"Mozilla/4.0". The default is "LinkChecker/X.Y" where X.Y is the current
|
||||
version of LinkChecker.
|
||||
.br
|
||||
Command line option: \fB\-\-user\-agent\fP
|
||||
.TP
|
||||
\fBwarningregex=\fP=\fIREGEX\fP
|
||||
Define a regular expression which prints a warning if it matches any
|
||||
content of the checked link.
|
||||
This applies only to valid pages, so we can get their content.
|
||||
.br
|
||||
Use this to check for pages that contain some form of error, for example
|
||||
"This page has moved" or "Oracle Application Server error".
|
||||
.br
|
||||
Command line option: \fB\-\-warning\-regex\fP
|
||||
.TP
|
||||
\fBwarnsizebytes=\fP\fINUMBER\fP
|
||||
Print a warning if content size info is available and exceeds the given
|
||||
number of \fIbytes\fP.
|
||||
.br
|
||||
Command line option: \fB\-\-warning\-size\-bytes\fP
|
||||
.TP
|
||||
\fBwarnsslcertdaysvalid=\fP\fINUMBER\fP
|
||||
Check that SSL certificates are at least the given number of days valid.
|
||||
The number must not be negative.
|
||||
|
|
@ -140,12 +142,6 @@ Only check syntax of URLs matching the given regular expressions.
|
|||
.br
|
||||
Command line option: \fB\-\-ignore\-url\fP
|
||||
.TP
|
||||
\fBnofollow=\fP\fIREGEX\fP (MULTILINE)
|
||||
Check but do not recurse into URLs matching the given regular
|
||||
expressions.
|
||||
.br
|
||||
Command line option: \fB\-\-no\-follow\-url\fP
|
||||
.TP
|
||||
\fBignorewarnings=\fP\fINAME\fP[\fB,\fP\fINAME\fP...]
|
||||
Ignore the comma-separated list of warnings. See
|
||||
\fBWARNIGS\fP for the list of supported warnings.
|
||||
|
|
@ -157,6 +153,12 @@ Regular expression to add more URLs recognized as internal links.
|
|||
Default is that URLs given on the command line are internal.
|
||||
.br
|
||||
Command line option: none
|
||||
.TP
|
||||
\fBnofollow=\fP\fIREGEX\fP (MULTILINE)
|
||||
Check but do not recurse into URLs matching the given regular
|
||||
expressions.
|
||||
.br
|
||||
Command line option: \fB\-\-no\-follow\-url\fP
|
||||
.SS \fB[authentication]\fP
|
||||
.TP
|
||||
\fBentry=\fP\fIREGEX\fP \fIUSER\fP [\fIPASS\fP] (MULTILINE)
|
||||
|
|
@ -192,6 +194,12 @@ Optionally any additional CGI name/value pairs. Note that the default
|
|||
values are submitted automatically.
|
||||
.SS \fB[output]\fP
|
||||
.TP
|
||||
\fBcomplete=\fP[\fB0\fP|\fB1\fP]
|
||||
If set log all checked URLs, even duplicates. Default is to log
|
||||
duplicate URLs only once.
|
||||
.br
|
||||
Command line option: \fB\-\-complete\fP
|
||||
.TP
|
||||
\fBdebug=\fP\fISTRING\fP[\fB,\fP\fISTRING\fP...]
|
||||
Print debugging output for the given loggers.
|
||||
Available loggers are \fBcmdline\fP, \fBchecking\fP,
|
||||
|
|
@ -200,45 +208,6 @@ Specifying \fBall\fP is an alias for specifying all available loggers.
|
|||
.br
|
||||
Command line option: \fB\-\-debug\fP
|
||||
.TP
|
||||
\fBstatus=\fP[\fB0\fP|\fB1\fP]
|
||||
Control printing check status messages. Default is 1.
|
||||
.br
|
||||
Command line option: \fB\-\-no\-status\fP
|
||||
.TP
|
||||
\fBlog=\fP\fITYPE\fP[\fB/\fP\fIENCODING\fP]
|
||||
Specify output type as \fBtext\fP, \fBhtml\fP, \fBsql\fP,
|
||||
\fBcsv\fP, \fBgml\fP, \fBdot\fP, \fBxml\fP, \fBnone\fP or \fBblacklist\fP.
|
||||
Default type is \fBtext\fP. The various output types are documented
|
||||
below.
|
||||
.br
|
||||
The \fIENCODING\fP specifies the output encoding, the default is
|
||||
that of your locale. Valid encodings are listed at
|
||||
\fBhttp://docs.python.org/library/codecs.html#standard-encodings\fP.
|
||||
.br
|
||||
Command line option: \fB\-\-output\fP
|
||||
.TP
|
||||
\fBverbose=\fP[\fB0\fP|\fB1\fP]
|
||||
If set log all checked URLs once. Default is to log only errors and warnings.
|
||||
.br
|
||||
Command line option: \fB\-\-verbose\fP
|
||||
.TP
|
||||
\fBcomplete=\fP[\fB0\fP|\fB1\fP]
|
||||
If set log all checked URLs, even duplicates. Default is to log
|
||||
duplicate URLs only once.
|
||||
.br
|
||||
Command line option: \fB\-\-complete\fP
|
||||
.TP
|
||||
\fBwarnings=\fP[\fB0\fP|\fB1\fP]
|
||||
If set log warnings. Default is to log warnings.
|
||||
.br
|
||||
Command line option: \fB\-\-no\-warnings\fP
|
||||
.TP
|
||||
\fBquiet=\fP[\fB0\fP|\fB1\fP]
|
||||
If set, operate quiet. An alias for \fBlog=none\fP.
|
||||
This is only useful with \fBfileoutput\fP.
|
||||
.br
|
||||
Command line option: \fB\-\-verbose\fP
|
||||
.TP
|
||||
\fBfileoutput=\fP\fITYPE\fP[\fB,\fP\fITYPE\fP...]
|
||||
Output to a files \fBlinkchecker\-out.\fP\fITYPE\fP,
|
||||
\fB$HOME/.linkchecker/blacklist\fP for
|
||||
|
|
@ -251,6 +220,39 @@ below. Note that you can suppress all console output
|
|||
with \fBoutput=none\fP.
|
||||
.br
|
||||
Command line option: \fB\-\-file\-output\fP
|
||||
.TP
|
||||
\fBlog=\fP\fITYPE\fP[\fB/\fP\fIENCODING\fP]
|
||||
Specify output type as \fBtext\fP, \fBhtml\fP, \fBsql\fP,
|
||||
\fBcsv\fP, \fBgml\fP, \fBdot\fP, \fBxml\fP, \fBnone\fP or \fBblacklist\fP.
|
||||
Default type is \fBtext\fP. The various output types are documented
|
||||
below.
|
||||
.br
|
||||
The \fIENCODING\fP specifies the output encoding, the default is
|
||||
that of your locale. Valid encodings are listed at
|
||||
\fBhttp://docs.python.org/library/codecs.html#standard-encodings\fP.
|
||||
.br
|
||||
Command line option: \fB\-\-output\fP
|
||||
.TP
|
||||
\fBquiet=\fP[\fB0\fP|\fB1\fP]
|
||||
If set, operate quiet. An alias for \fBlog=none\fP.
|
||||
This is only useful with \fBfileoutput\fP.
|
||||
.br
|
||||
Command line option: \fB\-\-verbose\fP
|
||||
.TP
|
||||
\fBstatus=\fP[\fB0\fP|\fB1\fP]
|
||||
Control printing check status messages. Default is 1.
|
||||
.br
|
||||
Command line option: \fB\-\-no\-status\fP
|
||||
.TP
|
||||
\fBverbose=\fP[\fB0\fP|\fB1\fP]
|
||||
If set log all checked URLs once. Default is to log only errors and warnings.
|
||||
.br
|
||||
Command line option: \fB\-\-verbose\fP
|
||||
.TP
|
||||
\fBwarnings=\fP[\fB0\fP|\fB1\fP]
|
||||
If set log warnings. Default is to log warnings.
|
||||
.br
|
||||
Command line option: \fB\-\-no\-warnings\fP
|
||||
.SS \fB[text]\fP
|
||||
.TP
|
||||
\fBfilename=\fP\fISTRING\fP
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue