.\" Man page generated from reStructuredText. . . .nr rst2man-indent-level 0 . .de1 rstReportMargin \\$1 \\n[an-margin] level \\n[rst2man-indent-level] level margin: \\n[rst2man-indent\\n[rst2man-indent-level]] - \\n[rst2man-indent0] \\n[rst2man-indent1] \\n[rst2man-indent2] .. .de1 INDENT .\" .rstReportMargin pre: . RS \\$1 . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin] . nr rst2man-indent-level +1 .\" .rstReportMargin post: .. .de UNINDENT . RE .\" indent \\n[an-margin] .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]] .nr rst2man-indent-level -1 .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]] .in \\n[rst2man-indent\\n[rst2man-indent-level]]u .. .TH "LINKCHECKERRC" "5" "Dezember 04, 2023" "10.3.0.post33+g268799ee0" "LinkChecker" .SH NAME linkcheckerrc \- Konfigurationsdatei für LinkChecker .SH BESCHREIBUNG .sp \fBlinkcheckerrc\fP is the configuration file for LinkChecker. The file is written in an INI\-style format. The default file location is \fB$XDG_CONFIG_HOME/linkchecker/linkcheckerrc\fP or else \fB~/.config/linkchecker/linkcheckerrc\fP on Unix, \fB%HOMEPATH%\e.config\elinkchecker\elinkcheckerrc\fP on Windows systems. .SH EIGENSCHAFTEN .SS checking .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 .TP \fBdebugmemory=\fP[\fB0\fP|\fB1\fP] Write memory allocation statistics to a file on exit, requires \fI\%meliae\fP\&. The default is not to write the file. Command line option: none .TP \fBlocalwebroot=\fP\fISTRING\fP Beachten Sie dass das angegebene Verzeichnis in URL\-Syntax sein muss, d.h. es muss einen normalen statt einen umgekehrten Schrägstrich zum Aneinanderfügen von Verzeichnissen benutzen. Und das angegebene Verzeichnis muss mit einem Schrägstrich enden. Kommandozeilenoption: none .TP \fBrecursionlevel=\fP\fINUMMER\fP Prüfe rekursiv alle URLs bis zu der angegebenen Tiefe. Eine negative Tiefe bewirkt unendliche Rekursion. Standard Tiefe ist unendlich. Kommandozeilenoption: \fI\%\-\-recursion\-level\fP .TP \fBthreads=\fP\fINUMMER\fP Generiere nicht mehr als die angegebene Anzahl von Threads. Die Standardanzahl von Threads ist 10. Um Threads zu deaktivieren, geben Sie eine nicht positive Nummer an. Kommandozeilenoption: \fI\%\-\-threads\fP .TP \fBtimeout=\fP\fINUMMER\fP Setze den Timeout für TCP\-Verbindungen in Sekunden. Der Standard Timeout ist 60 Sekunden. Kommandozeilenoption: \fI\%\-\-timeout\fP .TP \fBaborttimeout=\fP\fINUMMER\fP Time to wait for checks to finish after the user aborts the first time (with Ctrl\-C or the abort button). The default abort timeout is 300 seconds. Command line option: none .TP \fBuseragent=\fP\fISTRING\fP Gibt den User\-Agent an, der zu HTTP\-Servern geschickt wird, z.B. \(dqMozilla/4.0\(dq. Der Standard ist \(dqLinkChecker/X.Y\(dq, wobei X.Y die aktuelle Version von LinkChecker ist. Kommandozeilenoption: \fI\%\-\-user\-agent\fP .TP \fBsslverify=\fP[\fB0\fP|\fB1\fP|\fIfilename\fP] Falls der Wert Null ist werden SSL Zertifikate nicht überprüft. Falls er auf Eins gesetzt wird (der Standard) werden SSL Zertifikate mit der gelieferten CA Zertifikatsdatei geprüft. Falls ein Dateiname angegeben ist wird dieser zur Prüfung verwendet. Kommandozeilenoption: none .TP \fBmaxrunseconds=\fP\fINUMMER\fP Hört nach der angegebenen Anzahl von Sekunden auf, neue URLs zu prüfen. Dies ist dasselbe als wenn der Benutzer nach der gegebenen Anzahl von Sekunden stoppt (durch Drücken von Strg\-C). Kommandozeilenoption: none .TP \fBmaxfilesizedownload=\fP\fINUMBER\fP Files larger than NUMBER bytes will be ignored, without downloading anything if accessed over http and an accurate Content\-Length header was returned. No more than this amount of a file will be downloaded. The default is 5242880 (5 MB). Command line option: none .TP \fBmaxfilesizeparse=\fP\fINUMBER\fP Files larger than NUMBER bytes will not be parsed for links. The default is 1048576 (1 MB). Command line option: none .TP \fBmaxnumurls=\fP\fINUMMER\fP Maximale Anzahl von URLs die geprüft werden. Neue URLs werden nicht angenommen nachdem die angegebene Anzahl von URLs geprüft wurde. Kommandozeilenoption: none .TP \fBmaxrequestspersecond=\fP\fINUMMER\fP 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. The default is 10. Command line option: none .TP \fBrobotstxt=\fP[\fB0\fP|\fB1\fP] When using http, fetch robots.txt, and confirm whether each URL should be accessed before checking. The default is to use robots.txt files. Command line option: \fI\%\-\-no\-robots\fP .TP \fBallowedschemes=\fP\fINAME\fP[\fB,\fP\fINAME\fP\&...] Allowed URL schemes as comma\-separated list. Command line option: none .TP \fBresultcachesize=\fP\fINUMBER\fP Set the result cache size. The default is 100 000 URLs. Command line option: none .UNINDENT .SS filtering .INDENT 0.0 .TP \fBignore=\fP\fIREGEX\fP (\fI\%MULTILINE\fP) Prüfe lediglich die Syntax von URLs, welche dem angegebenen regulären Ausdruck entsprechen. Kommandozeilenoption: \fI\%\-\-ignore\-url\fP .TP \fBignorewarnings=\fP\fINAME\fP[\fB,\fP\fINAME\fP\&...] 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 \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 \fBnofollow=\fP\fIREGEX\fP (\fI\%MULTILINE\fP) Prüfe URLs die auf den regulären Ausdruck zutreffen, aber führe keine Rekursion durch. Kommandozeilenoption: \fI\%\-\-no\-follow\-url\fP .TP \fBcheckextern=\fP[\fB0\fP|\fB1\fP] Check external links. Default is to check internal links only. Command line option: \fI\%\-\-check\-extern\fP .UNINDENT .SS authentication .INDENT 0.0 .TP \fBentry=\fP\fIREGEX\fP \fIBENUTZER\fP [\fIPASSWORT\fP] (\fI\%MULTILINE\fP) Provide individual username/password pairs for different links. In addition to a single login page specified with \fBloginurl\fP multiple FTP and HTTP (Basic Authentication) links are supported. Entries are a triple (URL regex, username, password) or a tuple (URL regex, username), where the entries are separated by whitespace. The password is optional and if missing it has to be entered at the commandline. If the regular expression matches the checked URL, the given username/password pair is used for authentication. The command line options \fI\%\-u\fP and \fI\%\-p\fP match every link and therefore override the entries given here. The first match wins. Command line option: \fI\%\-u\fP, \fI\%\-p\fP .TP \fBloginurl=\fP\fIURL\fP The URL of a login page to be visited before link checking. The page is expected to contain an HTML form to collect credentials and submit them to the address in its action attribute using an HTTP POST request. The name attributes of the input elements of the form and the values to be submitted need to be available (see \fBentry\fP for an explanation of username and password values). .TP \fBloginuserfield=\fP\fISTRING\fP Der Name für das Benutzer CGI\-Feld. Der Standardname ist \fBlogin\fP\&. .TP \fBloginpasswordfield=\fP\fISTRING\fP Der Name für das Passwort CGI\-Feld. Der Standardname ist \fBpassword\fP\&. .TP \fBloginextrafields=\fP\fINAME\fP\fB:\fP\fIWERT\fP (\fI\%MULTILINE\fP) Optionally the name attributes of any additional input elements and the values to populate them with. Note that these are submitted without checking whether matching input elements exist in the HTML form. .UNINDENT .SS output .SS URL checking results .INDENT 0.0 .TP \fBfileoutput=\fP\fITYPE\fP[\fB,\fP\fITYPE\fP\&...] Output to a file \fBlinkchecker\-out.\fP\fITYPE\fP, or \fB$XDG_DATA_HOME/linkchecker/failures\fP for the \fBfailures\fP output type. Valid file output types are \fBtext\fP, \fBhtml\fP, \fBsql\fP, \fBcsv\fP, \fBgml\fP, \fBdot\fP, \fBxml\fP, \fBnone\fP or \fBfailures\fP\&. Default is no file output. The various output types are documented below. Note that you can suppress all console output with \fBoutput=none\fP\&. Command line option: \fI\%\-\-file\-output\fP .TP \fBlog=\fP\fITYPE\fP[\fB/\fP\fIENCODING\fP] Specify the console output type as \fBtext\fP, \fBhtml\fP, \fBsql\fP, \fBcsv\fP, \fBgml\fP, \fBdot\fP, \fBxml\fP, \fBnone\fP or \fBfailures\fP\&. Default type 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\&. Command line option: \fI\%\-\-output\fP .TP \fBverbose=\fP[\fB0\fP|\fB1\fP] If set log all checked URLs once, overriding \fBwarnings\fP\&. Default is to log only errors and warnings. Command line option: \fI\%\-\-verbose\fP .TP \fBwarnings=\fP[\fB0\fP|\fB1\fP] Falls gesetzt, gebe keine Warnungen aus. Standard ist die Ausgabe von Warnungen. Kommandozeilenoption: \fI\%\-\-verbose\fP .TP \fBignoreerrors=\fP\fIURL_REGEX\fP [\fIMESSAGE_REGEX\fP] (\fI\%MULTILINE\fP) Specify regular expressions to ignore errors for matching URLs, one per line. A second regular expression can be specified per line to only ignore matching error messages per corresponding URL. If the second expression is omitted, all errors are ignored. In contrast to \fI\%filtering\fP, this happens \fIafter\fP checking, which allows checking URLs despite certain expected and tolerable errors. Default is to not ignore any errors. Example: .UNINDENT .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C [output] ignoreerrors= ^https://deprecated\e.example\e.com ^410 Gone # ignore all errors (no second expression), also for syntax check: ^mailto:.*@example\e.com$ .ft P .fi .UNINDENT .UNINDENT .SS Progress updates .INDENT 0.0 .TP \fBstatus=\fP[\fB0\fP|\fB1\fP] Control printing URL checker status messages. Default is 1. Command line option: \fI\%\-\-no\-status\fP .UNINDENT .SS Application .INDENT 0.0 .TP \fBdebug=\fP\fISTRING\fP[\fB,\fP\fISTRING\fP\&...] Print debugging output for the given logger. Available debug loggers are \fBcmdline\fP, \fBchecking\fP, \fBcache\fP, \fBplugin\fP and \fBall\fP\&. \fBall\fP is an alias for all available loggers. Command line option: \fI\%\-\-debug\fP .UNINDENT .SS Quiet .INDENT 0.0 .TP \fBquiet=\fP[\fB0\fP|\fB1\fP] If set, operate quiet. An alias for \fBlog=none\fP that also hides application information messages. This is only useful with \fBfileoutput\fP, else no results will be output. Command line option: \fI\%\-\-quiet\fP .UNINDENT .SH AUSGABETYPEN .SS text .INDENT 0.0 .TP \fBfilename=\fP\fISTRING\fP Gebe Dateiname für Textausgabe an. Standard Dateiname ist \fBlinkchecker\-out.txt\fP\&. Kommandozeilenoption: \fI\%\-\-file\-output\fP .TP \fBparts=\fP\fISTRING\fP Kommagetrennte Liste von Teilen, die ausgegeben werden sollen. Siehe \fI\%LOGGER PARTS\fP weiter unten. Kommandozeilenoption: none .TP \fBencoding=\fP\fISTRING\fP Valid encodings are listed in \fI\%https://docs.python.org/library/codecs.html#standard\-encodings\fP\&. Default encoding is the system default locale encoding. .TP \fBwraplength=\fP\fINUMBER\fP The number of characters at which to wrap each message line. The default is 65. Command line option: none .TP .B \fIcolor*\fP Farbwerte für die verschiedenen Ausgabeteile. Syntax ist \fIcolor\fP oder \fItype\fP\fB;\fP\fIcolor\fP\&. Der \fItype\fP kann \fBbold\fP, \fBlight\fP, \fBblink\fP> oder \fBinvert\fP sein. Die \fIcolor\fP kann \fBdefault\fP, \fBblack\fP, \fBred\fP, \fBgreen\fP, \fByellow\fP, \fBblue\fP, \fBpurple\fP, \fBcyan\fP, \fBwhite\fP, \fBBlack\fP, \fBRed\fP, \fBGreen\fP, \fBYellow\fP, \fBBlue\fP, \fBPurple\fP, \fBCyan\fP oder \fBWhite\fP sein. Kommandozeilenoption: none .TP \fBcolorparent=\fP\fISTRING\fP Setze Farbe des Vaters. Standard ist \fBwhite\fP\&. .TP \fBcolorurl=\fP\fISTRING\fP Setze URL Farbe. Standard ist \fBdefault\fP\&. .TP \fBcolorname=\fP\fISTRING\fP Setze Namensfarbe. Standard ist \fBdefault\fP\&. .TP \fBcolorreal=\fP\fISTRING\fP Setze Farbe für tatsächliche URL. Default ist \fBcyan\fP\&. .TP \fBcolorbase=\fP\fISTRING\fP Setzt Basisurl Farbe. Standard ist \fBpurple\fP\&. .TP \fBcolorvalid=\fP\fISTRING\fP Setze gültige Farbe. Standard ist \fBbold;green\fP\&. .TP \fBcolorinvalid=\fP\fISTRING\fP Setze ungültige Farbe. Standard ist \fBbold;red\fP\&. .TP \fBcolorinfo=\fP\fISTRING\fP Setzt Informationsfarbe. Standard ist \fBdefault\fP\&. .TP \fBcolorwarning=\fP\fISTRING\fP Setze Warnfarbe. Standard ist \fBbold;yellow\fP\&. .TP \fBcolordltime=\fP\fISTRING\fP Setze Downloadzeitfarbe. Standard ist \fBdefault\fP\&. .TP \fBcolorreset=\fP\fISTRING\fP Setze Reset Farbe. Standard ist \fBdefault\fP\&. .UNINDENT .SS gml .INDENT 0.0 .TP \fBfilename=\fP\fISTRING\fP Siehe \fI\%[text]\fP Sektion weiter oben. .TP \fBparts=\fP\fISTRING\fP Siehe \fI\%[text]\fP Sektion weiter oben. .TP \fBencoding=\fP\fISTRING\fP Siehe \fI\%[text]\fP Sektion weiter oben. .UNINDENT .SS dot .INDENT 0.0 .TP \fBfilename=\fP\fISTRING\fP Siehe \fI\%[text]\fP Sektion weiter oben. .TP \fBparts=\fP\fISTRING\fP Siehe \fI\%[text]\fP Sektion weiter oben. .TP \fBencoding=\fP\fISTRING\fP Siehe \fI\%[text]\fP Sektion weiter oben. .UNINDENT .SS csv .INDENT 0.0 .TP \fBfilename=\fP\fISTRING\fP Siehe \fI\%[text]\fP Sektion weiter oben. .TP \fBparts=\fP\fISTRING\fP Siehe \fI\%[text]\fP Sektion weiter oben. .TP \fBencoding=\fP\fISTRING\fP Siehe \fI\%[text]\fP Sektion weiter oben. .TP \fBseparator=\fP\fICHAR\fP Set CSV separator. Default is a semicolon (\fB;\fP). .TP \fBquotechar=\fP\fICHAR\fP 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\&. Default is \fBexcel\fP\&. .UNINDENT .SS sql .INDENT 0.0 .TP \fBfilename=\fP\fISTRING\fP Siehe \fI\%[text]\fP Sektion weiter oben. .TP \fBparts=\fP\fISTRING\fP Siehe \fI\%[text]\fP Sektion weiter oben. .TP \fBencoding=\fP\fISTRING\fP Siehe \fI\%[text]\fP Sektion weiter oben. .TP \fBdbname=\fP\fISTRING\fP Setze Datenbankname zum Speichern. Standard ist \fBlinksdb\fP\&. .TP \fBseparator=\fP\fICHAR\fP Setze SQL Kommandotrennzeichen. Standard ist ein Strichpunkt (\fB;\fP). .UNINDENT .SS html .INDENT 0.0 .TP \fBfilename=\fP\fISTRING\fP Siehe \fI\%[text]\fP Sektion weiter oben. .TP \fBparts=\fP\fISTRING\fP Siehe \fI\%[text]\fP Sektion weiter oben. .TP \fBencoding=\fP\fISTRING\fP Siehe \fI\%[text]\fP Sektion weiter oben. .TP \fBcolorbackground=\fP\fICOLOR\fP Setze HTML Hintergrundfarbe. Standard ist \fB#fff7e5\fP\&. .TP \fBcolorurl=\fP Setze HTML URL Farbe. Standard ist \fB#dcd5cf\fP\&. .TP \fBcolorborder=\fP Setze HTML Rahmenfarbe. Standard ist \fB#000000\fP\&. .TP \fBcolorlink=\fP Setze HTML Verknüpfungsfarbe. Standard ist \fB#191c83\fP\&. .TP \fBcolorwarning=\fP Setze HTML Warnfarbe. Standard ist \fB#e0954e\fP\&. .TP \fBcolorerror=\fP Setze HTML Fehlerfarbe. Standard ist \fB#db4930\fP\&. .TP \fBcolorok=\fP Setze HTML Gültigkeitsfarbe. Standard ist \fB#3ba557\fP\&. .UNINDENT .SS failures .INDENT 0.0 .TP \fBfilename=\fP\fISTRING\fP Siehe \fI\%[text]\fP Sektion weiter oben. .TP \fBencoding=\fP\fISTRING\fP Siehe \fI\%[text]\fP Sektion weiter oben. .UNINDENT .SS xml .INDENT 0.0 .TP \fBfilename=\fP\fISTRING\fP Siehe \fI\%[text]\fP Sektion weiter oben. .TP \fBparts=\fP\fISTRING\fP Siehe \fI\%[text]\fP Sektion weiter oben. .TP \fBencoding=\fP\fISTRING\fP Siehe \fI\%[text]\fP Sektion weiter oben. .UNINDENT .SS gxml .INDENT 0.0 .TP \fBfilename=\fP\fISTRING\fP Siehe \fI\%[text]\fP Sektion weiter oben. .TP \fBparts=\fP\fISTRING\fP Siehe \fI\%[text]\fP Sektion weiter oben. .TP \fBencoding=\fP\fISTRING\fP Siehe \fI\%[text]\fP Sektion weiter oben. .UNINDENT .SS sitemap .INDENT 0.0 .TP \fBfilename=\fP\fISTRING\fP Siehe \fI\%[text]\fP Sektion weiter oben. .TP \fBparts=\fP\fISTRING\fP Siehe \fI\%[text]\fP Sektion weiter oben. .TP \fBencoding=\fP\fISTRING\fP Siehe \fI\%[text]\fP Sektion weiter oben. .TP \fBpriority=\fP\fINUMMER\fP Eine Nummer zwischen 0.0 und 1.0, welche die Priorität festlegt. Die Standardpriorität für die erste URL ist 1.0, für alle Kind\-URLs ist sie 0.5. .TP \fBfrequency=\fP[\fBalways\fP|\fBhourly\fP|\fBdaily\fP|\fBweekly\fP|\fBmonthly\fP|\fByearly\fP|\fBnever\fP] How frequently pages are changing. Default is \fBdaily\fP\&. .UNINDENT .SH AUSGABE PARTS .INDENT 0.0 .TP \fBall\fP for all parts .TP \fBid\fP a unique ID for each logentry .TP \fBrealurl\fP the full url link .TP \fBresult\fP valid or invalid, with messages .TP \fBextern\fP 1 or 0, only in some logger types reported .TP \fBbase\fP base href=... .TP \fBname\fP name and \(dqname\(dq .TP \fBparenturl\fP if any .TP \fBinfo\fP some additional info, e.g. FTP welcome messages .TP \fBwarning\fP warnings .TP \fBdltime\fP download time .TP \fBchecktime\fP check time .TP \fBurl\fP the original url name, can be relative .TP \fBintro\fP the blurb at the beginning, \(dqstarting at ...\(dq .TP \fBoutro\fP the blurb at the end, \(dqfound x errors ...\(dq .UNINDENT .SH MULTILINE .sp Einige Optionen können mehrere Zeilen lang sein. Jede Zeile muss dafür eingerückt werden. Zeilen die mit einer Raute (\fB#\fP) beginnen werden ignoriert, müssen aber eingerückt sein. .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C ignore= lconline bookmark # a comment ^mailto: .ft P .fi .UNINDENT .UNINDENT .SH BEISPIEL .INDENT 0.0 .INDENT 3.5 .sp .nf .ft C [output] log=html [checking] threads=5 [filtering] ignorewarnings=http\-moved\-permanent .ft P .fi .UNINDENT .UNINDENT .SH PLUGINS .sp All plugins have a separate section. If the section appears in the configuration file the plugin is enabled. Some plugins read extra options in their section. .SS AnchorCheck .sp Checks validity of HTML anchors. When checking local files, URLs with anchors that link to directories e.g. \(dqexample/#anchor\(dq are not supported. There is no such limitation when using http(s). .SS LocationInfo .sp Adds the country and if possible city name of the URL host as info. Needs GeoIP or pygeoip and a local country or city lookup DB installed. .SS RegexCheck .sp 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. .INDENT 0.0 .TP \fBwarningregex=\fP\fIREGEX\fP Use this to check for pages that contain some form of error message, for example \(dqThis page has moved\(dq or \(dqOracle Application error\(dq. \fIREGEX\fP should be unquoted. .sp Man beachte, dass mehrere Werte in dem regulären Ausdruck kombiniert werden können, zum Beispiel \(dq(Diese Seite ist umgezogen|Oracle Applikationsfehler)\(dq. .UNINDENT .SS SslCertificateCheck .sp Check SSL certificate expiration date. Only internal https: links will be checked. A domain will only be checked once to avoid duplicate warnings. .INDENT 0.0 .TP \fBsslcertwarndays=\fP\fINUMMER\fP 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\&. .sp \fBBEMERKUNG:\fP .INDENT 0.0 .INDENT 3.5 The HtmlSyntaxCheck plugin is currently broken and is disabled. .UNINDENT .UNINDENT .SS HttpHeaderInfo .sp Print HTTP headers in URL info. .INDENT 0.0 .TP \fBprefixes=\fP\fIprefix1\fP[,*prefix2*]... List of comma separated header prefixes. For example to display all 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\&. .SS VirusCheck .sp Checks the page content for virus infections with clamav. A local clamav daemon must be installed. .INDENT 0.0 .TP \fBclamavconf=\fP\fIDateiname\fP 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 installed. .SS WordParser .sp Parse Word files for URLs to check. Needs the \fI\%pywin32\fP Python extension installed. .SS MarkdownCheck .sp Parse Markdown files for URLs to check. .INDENT 0.0 .TP \fBfilename_re=\fP\fIREGEX\fP Regular expression matching the names of Markdown files. .UNINDENT .SH WARNUNGEN .sp Die folgenden Warnungen werden vom Konfigurationseintrag \(aqignorewarnings\(aq erkannt: .INDENT 0.0 .TP \fBfile\-anchorcheck\-directory\fP A local directory with an anchor, not supported by AnchorCheck. .TP \fBfile\-missing\-slash\fP Der file: URL fehlt ein abschließender Schrägstrich. .TP \fBfile\-system\-path\fP Der file: Pfad ist nicht derselbe wie der Systempfad. .TP \fBftp\-missing\-slash\fP Der ftp: URL fehlt ein abschließender Schrägstrich. .TP \fBhttp\-cookie\-store\-error\fP Ein Fehler trat auf während des Speicherns eines Cookies. .TP \fBhttp\-empty\-content\fP Die URL besitzt keinen Inhalt. .TP \fBhttp\-rate\-limited\fP Too many HTTP requests. .TP \fBhttp\-redirected\fP Redirected to a different URL. .TP \fBmail\-no\-mx\-host\fP Der MX Mail\-Rechner konnte nicht gefunden werden. .TP \fBurl\-content\-size\-zero\fP Der URL Inhaltsgrößenangabe ist Null. .TP \fBurl\-content\-too\-large\fP Der URL Inhalt ist zu groß. .TP \fBurl\-content\-type\-unparseable\fP The URL content type is not parseable. .TP \fBurl\-effective\-url\fP Die effektive URL unterscheidet sich vom Original. .TP \fBurl\-error\-getting\-content\fP Konnte den Inhalt der URL nicht bekommen. .TP \fBurl\-obfuscated\-ip\fP Die IP\-Adresse ist verschleiert. .TP \fBurl\-whitespace\fP Die URL %(url)s enthält Leerzeichen am Anfang oder Ende. .UNINDENT .SH SIEHE AUCH .sp \fBlinkchecker(1)\fP .SH AUTHOR Bastian Kleineidam .SH COPYRIGHT 2000-2016 Bastian Kleineidam, 2010-2023 LinkChecker Authors .\" Generated by docutils manpage writer. .