Update man pages

This commit is contained in:
LinkChecker 2024-08-27 18:47:06 +00:00 committed by Chris Mayo
parent 39449bd63f
commit 42a4bcfd60
4 changed files with 93 additions and 52 deletions

View file

@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.TH "LINKCHECKER" "1" "Februar 03, 2024" "10.4.0.post11+g62f9694a0" "LinkChecker"
.TH "LINKCHECKER" "1" "August 27, 2024" "10.4.0.post49+g7cf5037e" "LinkChecker"
.SH NAME
linkchecker \- Kommandozeilenprogramm zum Prüfen von HTML Dokumenten und Webseiten auf ungültige Verknüpfungen
.SH SYNTAX
@ -185,7 +185,7 @@ $XDG_DATA_HOME/linkchecker/failures for the failures output type, or
FILENAME if specified. The ENCODING specifies the output
encoding, the default is that of your locale. Valid encodings are
listed at
\fI\%https://docs.python.org/library/codecs.html#standard\-encodings\fP\&.
\X'tty: link https://docs.python.org/library/codecs.html#standard-encodings'\fI\%https://docs.python.org/library/codecs.html#standard\-encodings\fP\X'tty: link'\&.
The FILENAME and ENCODING parts of the none 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
@ -207,7 +207,7 @@ gml, dot, xml, sitemap, none or failures.
Default type is text. The various output types are documented below.
The ENCODING specifies the output encoding, the default is that of
your locale. Valid encodings are listed at
\fI\%https://docs.python.org/library/codecs.html#standard\-encodings\fP\&.
\X'tty: link https://docs.python.org/library/codecs.html#standard-encodings'\fI\%https://docs.python.org/library/codecs.html#standard\-encodings\fP\X'tty: link'\&.
.UNINDENT
.INDENT 0.0
.TP
@ -307,7 +307,7 @@ A file can be a simple list of URLs, one per line, if the first line is
.UNINDENT
.SH KONFIGURATIONSDATEIEN
.sp
Konfigurationsdateien können alle obigen Optionen enthalten. Sie können zudem Optionen enthalten, welche nicht auf der Kommandozeile gesetzt werden können. Siehe \fBlinkcheckerrc(5)\fP für mehr Informationen.
Konfigurationsdateien können alle obigen Optionen enthalten. Sie können zudem Optionen enthalten, welche nicht auf der Kommandozeile gesetzt werden können. Siehe \fB\fI\%linkcheckerrc(5)\fP\fP für mehr Informationen.
.SH AUSGABETYPEN
.sp
Beachten Sie, dass standardmäßig nur Fehler und Warnungen protokolliert werden. Sie sollten die \fI\%\-\-verbose\fP Option benutzen, um eine komplette URL Liste zu erhalten, besonders bei Ausgabe eines Sitemap\-Graphen.
@ -335,7 +335,7 @@ Gebe Prüfresultat als GraphXML\-Datei aus.
Gebe Prüfresultat als maschinenlesbare XML\-Datei aus.
.TP
\fBsitemap\fP
Protokolliere Prüfergebnisse als XML Sitemap dessen Format unter \fI\%https://www.sitemaps.org/protocol.html\fP dokumentiert ist.
Protokolliere Prüfergebnisse als XML Sitemap dessen Format unter \X'tty: link https://www.sitemaps.org/protocol.html'\fI\%https://www.sitemaps.org/protocol.html\fP\X'tty: link' dokumentiert ist.
.TP
\fBsql\fP
Gebe Prüfresultat als SQL Skript mit INSERT Befehlen aus. Ein Beispielskript, um die initiale SQL Tabelle zu erstellen ist unter create.sql zu finden.
@ -350,7 +350,7 @@ Gibt nichts aus. Für Debugging oder Prüfen des Rückgabewerts geeignet.
.UNINDENT
.SH REGULÄRE AUSDRÜCKE
.sp
LinkChecker akzeptiert Pythons reguläre Ausdrücke. Siehe \fI\%https://docs.python.org/howto/regex.html\fP für eine Einführung. Eine Ergänzung ist, dass ein regulärer Ausdruck negiert wird falls er mit einem Ausrufezeichen beginnt.
LinkChecker akzeptiert Pythons reguläre Ausdrücke. Siehe \X'tty: link https://docs.python.org/howto/regex.html'\fI\%https://docs.python.org/howto/regex.html\fP\X'tty: link' für eine Einführung. Eine Ergänzung ist, dass ein regulärer Ausdruck negiert wird falls er mit einem Ausrufezeichen beginnt.
.SH COOKIE-DATEIEN
.sp
Eine Cookie\-Datei enthält Standard HTTP\-Header (RFC 2616) mit den folgenden möglichen Namen:
@ -456,7 +456,7 @@ Eine reguläre, lesbare Datei die geöffnet werden kann ist gültig. Ein lesbare
HTML\- oder andere untersuchbare Dateiinhalte werden rekursiv geprüft.
.TP
Mail\-Links (\fBmailto:\fP)
Ein \fI\%mailto:\-Link\fP ergibt eine Liste von E\-Mail\-Adressen. Falls eine Adresse fehlerhaft ist, wird die ganze Liste als fehlerhaft angesehen. Für jede E\-Mail\-Adresse werden die folgenden Dinge geprüft:
Ein \X'tty: link mailto:-Link'\fI\%mailto:\-Link\fP\X'tty: link' ergibt eine Liste von E\-Mail\-Adressen. Falls eine Adresse fehlerhaft ist, wird die ganze Liste als fehlerhaft angesehen. Für jede E\-Mail\-Adresse werden die folgenden Dinge geprüft:
.INDENT 7.0
.IP 1. 3
Check the address syntax, both the parts before and after the
@ -489,7 +489,7 @@ Liste die Dateien im Verzeichnis auf mit dem NLST\-Befehl
Nicht unterstützte Links (\fBjavascript:\fP, etc.)
Ein nicht unterstützter Link wird nur eine Warnung ausgeben. Weitere Prüfungen werden nicht durchgeführt.
.sp
Die komplette Liste von erkannten, aber nicht unterstützten Links ist in der Quelldatei \fI\%linkcheck/checker/unknownurl.py\fP\&. Die bekanntesten davon dürften JavaScript\-Links sein.
Die komplette Liste von erkannten, aber nicht unterstützten Links ist in der Quelldatei \X'tty: link https://github.com/linkchecker/linkchecker/blob/master/linkcheck/checker/unknownurl.py'\fI\%linkcheck/checker/unknownurl.py\fP\X'tty: link'\&. Die bekanntesten davon dürften JavaScript\-Links sein.
.UNINDENT
.SH SITEMAPS
.sp
@ -506,7 +506,7 @@ plugins are run if the URL type has content (mailto: URLs have no
content for example) and if the check is not forbidden (ie. by HTTP
robots.txt).
Use the option \fI\%\-\-list\-plugins\fP for a list of plugins and their
documentation. All plugins are enabled via the \fBlinkcheckerrc(5)\fP
documentation. All plugins are enabled via the \fB\fI\%linkcheckerrc(5)\fP\fP
configuration file.
.SH REKURSION
.sp
@ -591,11 +591,11 @@ LinkChecker benutzt Hauptspeicher für jede zu prüfende URL, die in der Wartesc
\fBlinkchecker\-out.\fP\fITYP\fP \- Standard Dateiname der Logausgabe
.SH SIEHE AUCH
.sp
\fBlinkcheckerrc(5)\fP
\fB\fI\%linkcheckerrc(5)\fP\fP
.sp
\fI\%https://docs.python.org/library/codecs.html#standard\-encodings\fP \- gültige Ausgabe Enkodierungen
\X'tty: link https://docs.python.org/library/codecs.html#standard-encodings'\fI\%https://docs.python.org/library/codecs.html#standard\-encodings\fP\X'tty: link' \- gültige Ausgabe Enkodierungen
.sp
\fI\%https://docs.python.org/howto/regex.html\fP \- Dokumentation zu regulären Ausdrücken
\X'tty: link https://docs.python.org/howto/regex.html'\fI\%https://docs.python.org/howto/regex.html\fP\X'tty: link' \- Dokumentation zu regulären Ausdrücken
.SH AUTHOR
Bastian Kleineidam <bastian.kleineidam@web.de>
.SH COPYRIGHT

View file

@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.TH "LINKCHECKERRC" "5" "Februar 03, 2024" "10.4.0.post11+g62f9694a0" "LinkChecker"
.TH "LINKCHECKERRC" "5" "August 27, 2024" "10.4.0.post49+g7cf5037e" "LinkChecker"
.SH NAME
linkcheckerrc \- Konfigurationsdatei für LinkChecker
.SH BESCHREIBUNG
@ -42,10 +42,10 @@ or else \fB~/.config/linkchecker/linkcheckerrc\fP on Unix,
.INDENT 0.0
.TP
\fBcookiefile=\fP\fIDateiname\fP
Lese eine Datei mit Cookie\-Daten. Das Cookie Datenformat wird in \fBlinkchecker(1)\fP erklärt. Kommandozeilenoption: \fI\%\-\-cookiefile\fP
Lese eine Datei mit Cookie\-Daten. Das Cookie Datenformat wird in \fB\fI\%linkchecker(1)\fP\fP erklärt. Kommandozeilenoption: \fI\%\-\-cookiefile\fP
.TP
\fBdebugmemory=\fP[\fB0\fP|\fB1\fP]
Write memory allocation statistics to a file on exit, requires \fI\%meliae\fP\&.
Write memory allocation statistics to a file on exit, requires \X'tty: link https://pypi.org/project/meliae/'\fI\%meliae\fP\X'tty: link'\&.
The default is not to write the file.
Command line option: none
.TP
@ -96,7 +96,7 @@ Limit the maximum number of HTTP requests per second to one host.
The average number of requests per second is approximately one third of the
maximum. Values less than 1 and at least 0.001 can be used.
To use values greater than 10, the HTTP server must return a
\(dqLinkChecker\(dq response header.
\fBLinkChecker\fP response header.
The default is 10.
Command line option: none
.TP
@ -126,6 +126,36 @@ Ignore the comma\-separated list of warnings. See \fI\%WARNINGS\fP for
the list of supported warnings. Messages are logged as information.
Command line option: none
.TP
\fBignorewarningsforurls=\fP\fIURL_REGEX\fP [\fINAME_REGEX\fP] (\fI\%MULTILINE\fP)
Specify regular expressions to ignore warnings for matching URLs, one
per line.
On each line, you can specify a second regular expression,
ensuring that only the warnings with names matching the second
expression will be ignored for that URL.
If the second expression is omitted, all warnings are ignored for
that URL.
.sp
Default is to not ignore any warnings.
See \fI\%WARNINGS\fP for the list of supported warnings.
Messages are logged as information.
Command line option: none
.sp
Example:
.UNINDENT
.INDENT 0.0
.INDENT 3.5
.sp
.nf
.ft C
[filtering]
ignorewarningsforurls=
^https://redirected\e.example\e.com ^http\-redirected
.ft P
.fi
.UNINDENT
.UNINDENT
.INDENT 0.0
.TP
\fBinternlinks=\fP\fIREGEX\fP
Regulärer Ausdruck, um mehr URLs als interne Verknüpfungen hinzuzufügen. Standard ist dass URLs der Kommandozeile als intern gelten. Kommandozeilenoption: none
.TP
@ -192,7 +222,7 @@ Specify the console output type as \fBtext\fP, \fBhtml\fP, \fBsql\fP, \fBcsv\fP,
is \fBtext\fP\&. The various output types are documented below.
The \fIENCODING\fP specifies the output encoding, the default is that of
your locale. Valid encodings are listed at
\fI\%https://docs.python.org/library/codecs.html#standard\-encodings\fP\&.
\X'tty: link https://docs.python.org/library/codecs.html#standard-encodings'\fI\%https://docs.python.org/library/codecs.html#standard\-encodings\fP\X'tty: link'\&.
Command line option: \fI\%\-\-output\fP
.TP
\fBverbose=\fP[\fB0\fP|\fB1\fP]
@ -263,7 +293,7 @@ Kommagetrennte Liste von Teilen, die ausgegeben werden sollen. Siehe \fI\%LOGGER
.TP
\fBencoding=\fP\fISTRING\fP
Valid encodings are listed in
\fI\%https://docs.python.org/library/codecs.html#standard\-encodings\fP\&.
\X'tty: link https://docs.python.org/library/codecs.html#standard-encodings'\fI\%https://docs.python.org/library/codecs.html#standard\-encodings\fP\X'tty: link'\&.
Default encoding is the system default locale encoding.
.TP
\fBwraplength=\fP\fINUMBER\fP
@ -351,7 +381,7 @@ Setze CSV Quotezeichen. Standard ist das doppelte Anführungszeichen (\fB\(dq\fP
.TP
\fBdialect=\fP\fISTRING\fP
Controls the output formatting.
See \fI\%https://docs.python.org/3/library/csv.html#csv.Dialect\fP\&.
See \X'tty: link https://docs.python.org/3/library/csv.html#csv.Dialect'\fI\%https://docs.python.org/3/library/csv.html#csv.Dialect\fP\X'tty: link'\&.
Default is \fBexcel\fP\&.
.UNINDENT
.SS sql
@ -577,7 +607,10 @@ Configures the expiration warning time in days.
.UNINDENT
.SS HtmlSyntaxCheck
.sp
Prüfe Syntax von HTML URLs mit dem W3C Online Validator. Siehe \fI\%https://validator.w3.org/docs/api.html\fP\&.
Check the syntax of HTML pages by submitting their URLs to the online W3C HTML
validator. If a page URL is not accessible to the validator no check is
performed and no warning given.
See \X'tty: link https://validator.w3.org/docs/api.html'\fI\%https://validator.w3.org/docs/api.html\fP\X'tty: link'\&.
.sp
\fBBEMERKUNG:\fP
.INDENT 0.0
@ -596,7 +629,10 @@ HTTP headers that start with \(dqX\-\(dq.
.UNINDENT
.SS CssSyntaxCheck
.sp
Prüfe Syntax von HTML URLs mit dem W3C Online Validator. Siehe \fI\%https://jigsaw.w3.org/css\-validator/manual.html#expert\fP\&.
Check the syntax of CSS stylesheets by submitting their URLs to the online W3C CSS
validator. If a stylesheet URL is not accessible to the validator no check is
performed and no warning given.
See \X'tty: link https://jigsaw.w3.org/css-validator/manual.html#expert'\fI\%https://jigsaw.w3.org/css\-validator/manual.html#expert\fP\X'tty: link'\&.
.SS VirusCheck
.sp
Checks the page content for virus infections with clamav. A local clamav
@ -608,11 +644,11 @@ Dateiname von \fBclamd.conf\fP Konfigurationsdatei.
.UNINDENT
.SS PdfParser
.sp
Parse PDF files for URLs to check. Needs the \fI\%pdfminer.six\fP Python package
Parse PDF files for URLs to check. Needs the \X'tty: link https://pypi.org/project/pdfminer.six/'\fI\%pdfminer.six\fP\X'tty: link' Python package
installed.
.SS WordParser
.sp
Parse Word files for URLs to check. Needs the \fI\%pywin32\fP Python
Parse Word files for URLs to check. Needs the \X'tty: link https://pypi.org/project/pywin32/'\fI\%pywin32\fP\X'tty: link' Python
extension installed.
.SS MarkdownCheck
.sp
@ -624,7 +660,8 @@ Regular expression matching the names of Markdown files.
.UNINDENT
.SH WARNUNGEN
.sp
Die folgenden Warnungen werden vom Konfigurationseintrag \(aqignorewarnings\(aq erkannt:
The following warnings are recognized by \fBignorewarnings\fP and
\fBignorewarningsforurls\fP:
.INDENT 0.0
.TP
\fBfile\-anchorcheck\-directory\fP
@ -677,7 +714,7 @@ Die URL %(url)s enthält Leerzeichen am Anfang oder Ende.
.UNINDENT
.SH SIEHE AUCH
.sp
\fBlinkchecker(1)\fP
\fB\fI\%linkchecker(1)\fP\fP
.SH AUTHOR
Bastian Kleineidam <bastian.kleineidam@web.de>
.SH COPYRIGHT

View file

@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.TH "LINKCHECKER" "1" "February 11, 2024" "10.4.0.post11+g62f9694a0" "LinkChecker"
.TH "LINKCHECKER" "1" "August 27, 2024" "10.4.0.post49+g7cf5037e" "LinkChecker"
.SH NAME
linkchecker \- command line client to check HTML documents and websites for broken links
.SH SYNOPSIS
@ -190,7 +190,7 @@ $XDG_DATA_HOME/linkchecker/failures for the failures output type, or
FILENAME if specified. The ENCODING specifies the output
encoding, the default is that of your locale. Valid encodings are
listed at
\fI\%https://docs.python.org/library/codecs.html#standard\-encodings\fP\&.
\X'tty: link https://docs.python.org/library/codecs.html#standard-encodings'\fI\%https://docs.python.org/library/codecs.html#standard\-encodings\fP\X'tty: link'\&.
The FILENAME and ENCODING parts of the none 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
@ -212,7 +212,7 @@ gml, dot, xml, sitemap, none or failures.
Default type is text. The various output types are documented below.
The ENCODING specifies the output encoding, the default is that of
your locale. Valid encodings are listed at
\fI\%https://docs.python.org/library/codecs.html#standard\-encodings\fP\&.
\X'tty: link https://docs.python.org/library/codecs.html#standard-encodings'\fI\%https://docs.python.org/library/codecs.html#standard\-encodings\fP\X'tty: link'\&.
.UNINDENT
.INDENT 0.0
.TP
@ -325,7 +325,7 @@ A file can be a simple list of URLs, one per line, if the first line is
.sp
Configuration files can specify all options above. They can also specify
some options that cannot be set on the command line. See
\fBlinkcheckerrc(5)\fP for more info.
\fB\fI\%linkcheckerrc(5)\fP\fP for more info.
.SH OUTPUT TYPES
.sp
Note that by default only errors and warnings are logged. You should use
@ -360,7 +360,7 @@ Log check result as machine\-readable XML.
.TP
\fBsitemap\fP
Log check result as an XML sitemap whose protocol is documented at
\fI\%https://www.sitemaps.org/protocol.html\fP\&.
\X'tty: link https://www.sitemaps.org/protocol.html'\fI\%https://www.sitemaps.org/protocol.html\fP\X'tty: link'\&.
.TP
\fBsql\fP
Log check result as SQL script with INSERT commands. An example
@ -377,7 +377,7 @@ Logs nothing. Suitable for debugging or checking the exit code.
.SH REGULAR EXPRESSIONS
.sp
LinkChecker accepts Python regular expressions. See
\fI\%https://docs.python.org/howto/regex.html\fP for an introduction.
\X'tty: link https://docs.python.org/howto/regex.html'\fI\%https://docs.python.org/howto/regex.html\fP\X'tty: link' for an introduction.
An addition is that a leading exclamation mark negates the regular
expression.
.SH COOKIE FILES
@ -535,7 +535,7 @@ will be made.
.sp
The complete list of recognized, but unsupported links can be found
in the
\fI\%linkcheck/checker/unknownurl.py\fP
\X'tty: link https://github.com/linkchecker/linkchecker/blob/master/linkcheck/checker/unknownurl.py'\fI\%linkcheck/checker/unknownurl.py\fP\X'tty: link'
source file. The most prominent of them should be JavaScript links.
.UNINDENT
.SH SITEMAPS
@ -553,7 +553,7 @@ plugins are run if the URL type has content (mailto: URLs have no
content for example) and if the check is not forbidden (ie. by HTTP
robots.txt).
Use the option \fI\%\-\-list\-plugins\fP for a list of plugins and their
documentation. All plugins are enabled via the \fBlinkcheckerrc(5)\fP
documentation. All plugins are enabled via the \fB\fI\%linkcheckerrc(5)\fP\fP
configuration file.
.SH RECURSION
.sp
@ -657,12 +657,12 @@ This might slow down the program or even the whole system.
\fBlinkchecker\-out.\fP\fITYPE\fP \- default logger file output name
.SH SEE ALSO
.sp
\fBlinkcheckerrc(5)\fP
\fB\fI\%linkcheckerrc(5)\fP\fP
.sp
\fI\%https://docs.python.org/library/codecs.html#standard\-encodings\fP \- valid
\X'tty: link https://docs.python.org/library/codecs.html#standard-encodings'\fI\%https://docs.python.org/library/codecs.html#standard\-encodings\fP\X'tty: link' \- valid
output encodings
.sp
\fI\%https://docs.python.org/howto/regex.html\fP \- regular expression
\X'tty: link https://docs.python.org/howto/regex.html'\fI\%https://docs.python.org/howto/regex.html\fP\X'tty: link' \- regular expression
documentation
.SH AUTHOR
Bastian Kleineidam <bastian.kleineidam@web.de>

View file

@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
..
.TH "LINKCHECKERRC" "5" "February 11, 2024" "10.4.0.post11+g62f9694a0" "LinkChecker"
.TH "LINKCHECKERRC" "5" "August 27, 2024" "10.4.0.post49+g7cf5037e" "LinkChecker"
.SH NAME
linkcheckerrc \- configuration file for LinkChecker
.SH DESCRIPTION
@ -43,11 +43,11 @@ or else \fB~/.config/linkchecker/linkcheckerrc\fP on Unix,
.TP
\fBcookiefile=\fP\fIfilename\fP
Read a file with initial cookie data. The cookie data format is
explained in \fBlinkchecker(1)\fP\&.
explained in \fB\fI\%linkchecker(1)\fP\fP\&.
Command line option: \fI\%\-\-cookiefile\fP
.TP
\fBdebugmemory=\fP[\fB0\fP|\fB1\fP]
Write memory allocation statistics to a file on exit, requires \fI\%meliae\fP\&.
Write memory allocation statistics to a file on exit, requires \X'tty: link https://pypi.org/project/meliae/'\fI\%meliae\fP\X'tty: link'\&.
The default is not to write the file.
Command line option: none
.TP
@ -123,7 +123,7 @@ Limit the maximum number of HTTP requests per second to one host.
The average number of requests per second is approximately one third of the
maximum. Values less than 1 and at least 0.001 can be used.
To use values greater than 10, the HTTP server must return a
\(dqLinkChecker\(dq response header.
\fBLinkChecker\fP response header.
The default is 10.
Command line option: none
.TP
@ -254,7 +254,7 @@ Specify the console output type as \fBtext\fP, \fBhtml\fP, \fBsql\fP, \fBcsv\fP,
is \fBtext\fP\&. The various output types are documented below.
The \fIENCODING\fP specifies the output encoding, the default is that of
your locale. Valid encodings are listed at
\fI\%https://docs.python.org/library/codecs.html#standard\-encodings\fP\&.
\X'tty: link https://docs.python.org/library/codecs.html#standard-encodings'\fI\%https://docs.python.org/library/codecs.html#standard\-encodings\fP\X'tty: link'\&.
Command line option: \fI\%\-\-output\fP
.TP
\fBverbose=\fP[\fB0\fP|\fB1\fP]
@ -330,7 +330,7 @@ Command line option: none
.TP
\fBencoding=\fP\fISTRING\fP
Valid encodings are listed in
\fI\%https://docs.python.org/library/codecs.html#standard\-encodings\fP\&.
\X'tty: link https://docs.python.org/library/codecs.html#standard-encodings'\fI\%https://docs.python.org/library/codecs.html#standard\-encodings\fP\X'tty: link'\&.
Default encoding is the system default locale encoding.
.TP
\fBwraplength=\fP\fINUMBER\fP
@ -424,7 +424,7 @@ Set CSV quote character. Default is a double quote (\fB\(dq\fP).
.TP
\fBdialect=\fP\fISTRING\fP
Controls the output formatting.
See \fI\%https://docs.python.org/3/library/csv.html#csv.Dialect\fP\&.
See \X'tty: link https://docs.python.org/3/library/csv.html#csv.Dialect'\fI\%https://docs.python.org/3/library/csv.html#csv.Dialect\fP\X'tty: link'\&.
Default is \fBexcel\fP\&.
.UNINDENT
.SS sql
@ -656,8 +656,10 @@ Configures the expiration warning time in days.
.UNINDENT
.SS HtmlSyntaxCheck
.sp
Check the syntax of HTML pages with the online W3C HTML validator. See
\fI\%https://validator.w3.org/docs/api.html\fP\&.
Check the syntax of HTML pages by submitting their URLs to the online W3C HTML
validator. If a page URL is not accessible to the validator no check is
performed and no warning given.
See \X'tty: link https://validator.w3.org/docs/api.html'\fI\%https://validator.w3.org/docs/api.html\fP\X'tty: link'\&.
.sp
\fBNOTE:\fP
.INDENT 0.0
@ -676,8 +678,10 @@ HTTP headers that start with \(dqX\-\(dq.
.UNINDENT
.SS CssSyntaxCheck
.sp
Check the syntax of HTML pages with the online W3C CSS validator. See
\fI\%https://jigsaw.w3.org/css\-validator/manual.html#expert\fP\&.
Check the syntax of CSS stylesheets by submitting their URLs to the online W3C CSS
validator. If a stylesheet URL is not accessible to the validator no check is
performed and no warning given.
See \X'tty: link https://jigsaw.w3.org/css-validator/manual.html#expert'\fI\%https://jigsaw.w3.org/css\-validator/manual.html#expert\fP\X'tty: link'\&.
.SS VirusCheck
.sp
Checks the page content for virus infections with clamav. A local clamav
@ -689,11 +693,11 @@ Filename of \fBclamd.conf\fP config file.
.UNINDENT
.SS PdfParser
.sp
Parse PDF files for URLs to check. Needs the \fI\%pdfminer.six\fP Python package
Parse PDF files for URLs to check. Needs the \X'tty: link https://pypi.org/project/pdfminer.six/'\fI\%pdfminer.six\fP\X'tty: link' Python package
installed.
.SS WordParser
.sp
Parse Word files for URLs to check. Needs the \fI\%pywin32\fP Python
Parse Word files for URLs to check. Needs the \X'tty: link https://pypi.org/project/pywin32/'\fI\%pywin32\fP\X'tty: link' Python
extension installed.
.SS MarkdownCheck
.sp
@ -705,8 +709,8 @@ Regular expression matching the names of Markdown files.
.UNINDENT
.SH WARNINGS
.sp
The following warnings are recognized in the \(aqignorewarnings\(aq and
\(aqignorewarningsforurls\(aq config file entries:
The following warnings are recognized by \fBignorewarnings\fP and
\fBignorewarningsforurls\fP:
.INDENT 0.0
.TP
\fBfile\-anchorcheck\-directory\fP
@ -759,7 +763,7 @@ The URL contains leading or trailing whitespace.
.UNINDENT
.SH SEE ALSO
.sp
\fBlinkchecker(1)\fP
\fB\fI\%linkchecker(1)\fP\fP
.SH AUTHOR
Bastian Kleineidam <bastian.kleineidam@web.de>
.SH COPYRIGHT