mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-28 19:50:29 +00:00
clarify hyphen/minus
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2257 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
e5ffe74593
commit
842fbb4165
3 changed files with 124 additions and 124 deletions
|
|
@ -1,7 +1,7 @@
|
|||
.TH LINKCHECKER 1 "25. November 2004"
|
||||
|
||||
.SH NAME
|
||||
linkchecker \- prüfe HTML Dokumente auf kaputte Verknüpfungen
|
||||
linkchecker - prüfe HTML Dokumente auf kaputte Verknüpfungen
|
||||
|
||||
.SH SYNTAX
|
||||
.B linkchecker
|
||||
|
|
@ -31,12 +31,12 @@ inklusive aller einzelnen nach au
|
|||
\fBlinkchecker http://treasure.calvinsplayground.de/\fP
|
||||
|
||||
Beachten Sie dass dies die komplette Domäne überprüft welche aus
|
||||
mehreren hunderttausend URLs bestehen kann. Benutzen Sie die Option -r,
|
||||
mehreren hunderttausend URLs bestehen kann. Benutzen Sie die Option \-r,
|
||||
um die Rekursionstiefe zu beschränken.
|
||||
|
||||
Keine Verbindungen zu mailto: Rechnern, nur die Syntax wird geprüft. Alle
|
||||
anderen Verknüpfungen werden wie üblich geprüft:
|
||||
\fBlinkchecker --intern='!^mailto:' --extern-strict-all www.mysite.org\fP
|
||||
\fBlinkchecker \-\-intern='!^mailto:' \-\-extern\-strict\-all www.mysite.org\fP
|
||||
|
||||
Überprüfung einer lokalen HTML Datei unter Unix:
|
||||
\fBlinkchecker ../bla.html\fP
|
||||
|
|
@ -50,66 +50,66 @@ Sie k
|
|||
|
||||
Sie können den \fBftp://\fP URL Anteil weglassen wenn die Domäne mit
|
||||
\fBftp.\fP beginnt:
|
||||
\fBlinkchecker -r0 ftp.linux.org\fP
|
||||
\fBlinkchecker \-r0 ftp.linux.org\fP
|
||||
|
||||
.SH OPTIONEN
|
||||
|
||||
.SS Allgemeine Optionen
|
||||
.TP
|
||||
\fB-h\fP, \fB--help\fP
|
||||
\fB\-h\fP, \fB\-\-help\fP
|
||||
Hilfe! Gebe Gebrauchsanweisung für dieses Programm aus.
|
||||
.TP
|
||||
\fB-f\fP\fIKonfigurationsdatei\fP, \fB--config=\fP\fIKonfigurationsdatei\fP
|
||||
\fB\-f\fP\fIKonfigurationsdatei\fP, \fB\-\-config=\fP\fIKonfigurationsdatei\fP
|
||||
Benutze \fIfile\fP as configuration file. As default LinkChecker first searches
|
||||
/etc/linkchecker/linkcheckerrc and then ~/.linkchecker/linkcheckerrc.
|
||||
.TP
|
||||
\fB-I\fP, \fB--interactive\fP
|
||||
\fB\-I\fP, \fB\-\-interactive\fP
|
||||
Frage nach URLs, falls keine auf der Kommandozeile eingegeben wurde.
|
||||
.TP
|
||||
\fB-V\fP, \fB--version\fP
|
||||
\fB\-V\fP, \fB\-\-version\fP
|
||||
Drucke die Version und beende das Programm.
|
||||
.TP
|
||||
\fB-t\fP\fInum\fP, \fB--threads=\fP\fInum\fP
|
||||
\fB\-t\fP\fInum\fP, \fB\-\-threads=\fP\fInum\fP
|
||||
Generiere nicht mehr als \fInum\fP Threads. Standard Anzahl von Threads
|
||||
ist 10.
|
||||
|
||||
.SS Ausgabeoptionen
|
||||
.TP
|
||||
\fB-v\fP, \fB--verbose\fP
|
||||
Logge alle geprüften URLs (impliziert \fB-w\fP). Standard ist es, nur
|
||||
\fB\-v\fP, \fB\-\-verbose\fP
|
||||
Logge alle geprüften URLs (impliziert \fB\-w\fP). Standard ist es, nur
|
||||
fehlerhafte URLs zu loggen.
|
||||
.TP
|
||||
\fB-w\fP, \fB--warnings\fP
|
||||
\fB\-w\fP, \fB\-\-warnings\fP
|
||||
Logge Warnungen.
|
||||
.TP
|
||||
\fB-W\fP\fIregex\fP, \fB--warning-regex=\fIregex\fP
|
||||
\fB\-W\fP\fIregex\fP, \fB\-\-warning\-regex=\fIregex\fP
|
||||
Definieren Sie einen regulären Ausdruck, der eine Warnung ausgibt
|
||||
falls er den Inhalt einer geprüften URL matcht.
|
||||
Dies gilt nur für gültige Seiten deren Inhalt wir bekommen können.
|
||||
.br
|
||||
Sie können dies verwenden, um Seiten mit Fehlermeldungen wie z.B.
|
||||
'Diese Seite ist umgezogen' oder 'Oracle Server Fehler'.
|
||||
Diese Option impliziert \fB-w\fP.
|
||||
Diese Option impliziert \fB\-w\fP.
|
||||
.TP
|
||||
\fB--warning-size-bytes=\fP\fIBytes\fP
|
||||
\fB\-\-warning\-size\-bytes=\fP\fIBytes\fP
|
||||
Drucke eine Warnung wenn die Inhaltsgröße bekannt ist und die
|
||||
angegebene Anzahl von Bytes übersteigt.
|
||||
Diese Option impliziert \fB-w\fP.
|
||||
Diese Option impliziert \fB\-w\fP.
|
||||
.TP
|
||||
\fB-q\fP, \fB--quiet\fP
|
||||
Keine Ausgabe, ein Alias für \fB-o none\fP. Dies ist nur in Verbindung
|
||||
mit \fB-F\fP nützlich.
|
||||
\fB\-q\fP, \fB\-\-quiet\fP
|
||||
Keine Ausgabe, ein Alias für \fB\-o none\fP. Dies ist nur in Verbindung
|
||||
mit \fB\-F\fP nützlich.
|
||||
.TP
|
||||
\fB-o\fP\fITyp\fP[\fB/\fP\fIEnkodierung\fP], \fB--output=\fP\fITyp\fP[\fB/\fP\fIEnkodierung\fP]
|
||||
\fB\-o\fP\fITyp\fP[\fB/\fP\fIEnkodierung\fP], \fB\-\-output=\fP\fITyp\fP[\fB/\fP\fIEnkodierung\fP]
|
||||
Spezifiziere die Ausgabe als \fBtext\fP, \fBhtml\fP, \fBsql\fP,
|
||||
\fBcsv\fP, \fBgml\fP, \fBdot\fP, \fBxml\fP, \fBnone\fP oder \fBblacklist\fP.
|
||||
Standardausgabe ist \fBtext\fP. \fIEnkodierung\fP gibt die
|
||||
Ausgabekodierung an, die Standardkodierung ist \fBiso-8859-15\fP.
|
||||
Ausgabekodierung an, die Standardkodierung ist \fBiso\-8859\-15\fP.
|
||||
Gültige Encodierungen sind unter
|
||||
\fBhttp://docs.python.org/lib/node127.html\fP aufgelistet.
|
||||
.TP
|
||||
\fB-F\fP\fITyp\fP[\fB/\fP\fIEnkodierung\fP][\fB/\fP\fIDateiname\fP], \fB--file-output=\fP\fITyp\fP[\fB/\fP\fIEnkodierung\fP][\fB/\fP\fIDateiname\fP]
|
||||
Ausgabe in eine Datei namens \fBlinkchecker-out.\fP\fITyp\fP,
|
||||
\fB\-F\fP\fITyp\fP[\fB/\fP\fIEnkodierung\fP][\fB/\fP\fIDateiname\fP], \fB\-\-file\-output=\fP\fITyp\fP[\fB/\fP\fIEnkodierung\fP][\fB/\fP\fIDateiname\fP]
|
||||
Ausgabe in eine Datei namens \fBlinkchecker\-out.\fP\fITyp\fP,
|
||||
\fB$HOME/.linkchecker/blacklist\fP
|
||||
bei \fBblacklist\fP Ausgabe, oder \fIDateiname\fP falls angegeben.
|
||||
Der \fIDateiname\fP Teil wird beim Ausgabetyp \fBnone\fP ignoriert,
|
||||
|
|
@ -118,16 +118,16 @@ Sie k
|
|||
Ausgabetypen sind \fBtext\fP, \fBhtml\fP, \fBsql\fP,
|
||||
\fBcsv\fP, \fBgml\fP, \fBdot\fP, \fBxml\fP, \fBnone\fP oder \fBblacklist\fP.
|
||||
Standard ist keine Dateiausgabe. \fIEnkodierung\fP gibt die
|
||||
Ausgabekodierung an, die Standardkodierung ist \fBiso-8859-15\fP.
|
||||
Ausgabekodierung an, die Standardkodierung ist \fBiso\-8859\-15\fP.
|
||||
Gültige Encodierungen sind unter
|
||||
\fBhttp://docs.python.org/lib/node127.html\fP aufgelistet.
|
||||
Bemerken Sie dass die Option
|
||||
\fB-o none\fP jegliche Ausgaben auf der Konsole verhindert.
|
||||
\fB\-o none\fP jegliche Ausgaben auf der Konsole verhindert.
|
||||
.TP
|
||||
\fB--no-status\fP
|
||||
\fB\-\-no\-status\fP
|
||||
Gebe keine Statusmeldungen aus.
|
||||
.TP
|
||||
\fB-D\fP, \fB--debug\fP
|
||||
\fB\-D\fP, \fB\-\-debug\fP
|
||||
Gebe Debugmeldungen aus für den angegebenen Logger.
|
||||
Verfügbare Logger sind \fBcmdline\fP, \fBchecking\fP,
|
||||
\fBcache\fP, \fBgui\fP and \fBall\fP.
|
||||
|
|
@ -138,43 +138,43 @@ mit mehr als einem Logger zu debuggen.
|
|||
Für exakte Resultate wird Threading während einem
|
||||
Debuglauf deaktiviert.
|
||||
.TP
|
||||
\fB--profile\fP
|
||||
\fB\-\-profile\fP
|
||||
Schreibe Profiling-Daten in eine Datei namens \fBlinkchecker.prof\fP im
|
||||
aktuellen Arbeitsverzeichnis. Siehe auch \fB--viewprof\fP.
|
||||
aktuellen Arbeitsverzeichnis. Siehe auch \fB\-\-viewprof\fP.
|
||||
.TP
|
||||
\fB--viewprof\fP
|
||||
Gebe vorher generierte Profiling-Daten aus. Siehe auch \fB--profile\fP.
|
||||
\fB\-\-viewprof\fP
|
||||
Gebe vorher generierte Profiling-Daten aus. Siehe auch \fB\-\-profile\fP.
|
||||
|
||||
.SS Optionen zum Prüfen
|
||||
.TP
|
||||
\fB-r\fP\fITiefe\fP, \fB--recursion-level=\fP\fITiefe\fP
|
||||
\fB\-r\fP\fITiefe\fP, \fB\-\-recursion\-level=\fP\fITiefe\fP
|
||||
Prüfe rekursiv alle URLs bis zu der angegebenen \fITiefe\fP. Eine
|
||||
negative Tiefe erwirkt unendliche Rekursion. Standard Tiefe ist
|
||||
unendlich.
|
||||
.TP
|
||||
\fB-i\fP\fIregex\fP, \fB--intern=\fIregex\fP
|
||||
\fB\-i\fP\fIregex\fP, \fB\-\-intern=\fIregex\fP
|
||||
Behandle URLs welche den regulären Ausdruck matchen als intern.
|
||||
LinkChecker steigt nur in interne URLs rekursiv ab, nicht in externe.
|
||||
.TP
|
||||
\fB-e\fP\fIregex\fP, \fB--extern=\fP\fIregex\fP
|
||||
\fB\-e\fP\fIregex\fP, \fB\-\-extern=\fP\fIregex\fP
|
||||
Behandle URLs welche diesen regulären Ausdruck matchen als extern.
|
||||
Nur interne HTTP Links werden rekursiv geprüft.
|
||||
.TP
|
||||
\fB--extern-strict=\fP\fIregex\fP
|
||||
\fB\-\-extern\-strict=\fP\fIregex\fP
|
||||
Behandle URLs welche diesen regulären Ausdruck matchen als strikt extern.
|
||||
Nur interne HTTP Links werden rekursiv geprüft.
|
||||
.TP
|
||||
\fB-s\fP, \fB--extern-strict-all\fP
|
||||
\fB\-s\fP, \fB\-\-extern\-strict\-all\fP
|
||||
Prüfe lediglich die Syntax von externen URLs. Es wird keine.
|
||||
Verbindung zu diesen Rechner aufgebaut.
|
||||
Bei lokalen Dateiurls sind lediglich lokale Dateien intern. Bei http
|
||||
und ftp URLs sind alle URLs mit demselben Domänennamen intern.
|
||||
.TP
|
||||
\fB-d\fP, \fB--denyallow\fP
|
||||
\fB\-d\fP, \fB\-\-denyallow\fP
|
||||
Tausche die Prüfreihenfolge zu extern/intern. Standardreihenfolge
|
||||
ist intern/extern.
|
||||
.TP
|
||||
\fB-C\fP, \fB--cookies\fP
|
||||
\fB\-C\fP, \fB\-\-cookies\fP
|
||||
Akzeptiere und sende HTTP Cookies nach der RFC 2109. Lediglich
|
||||
Cookies die zum ursprünglichen Server zurückgesendet werden, werden
|
||||
akzeptiert.
|
||||
|
|
@ -182,42 +182,42 @@ akzeptiert.
|
|||
Gesendete und akzeptierte Cookies werden als zusätzliche
|
||||
Loginformation aufgeführt.
|
||||
.TP
|
||||
\fB-a\fP, \fB--anchors\fP
|
||||
\fB\-a\fP, \fB\-\-anchors\fP
|
||||
Prüfe HTTP Anker Verweise. Diese Option gilt sowohl für interne
|
||||
als auch für externe URLs. Standard ist keine Überprüfung.
|
||||
Diese Option impliziert \fB-w\fP weil Ankerfehler immer Warnungen sind.
|
||||
Diese Option impliziert \fB\-w\fP weil Ankerfehler immer Warnungen sind.
|
||||
.TP
|
||||
\fB--no-anchor-caching\fP
|
||||
\fB\-\-no\-anchor\-caching\fP
|
||||
Behandle url#anchora und url#anchorb beim Cachen als gleich. Dies
|
||||
ist zwar Standard bei Browsern, aber in der URI Spezifikation
|
||||
nicht enthalten. Benutzen Sie diese Option mit Vorsicht.
|
||||
.TP
|
||||
\fB-u\fP\fIName\fP, \fB--user=\fP\fIName\fP
|
||||
\fB\-u\fP\fIName\fP, \fB\-\-user=\fP\fIName\fP
|
||||
Verwende den angegebenen Benutzernamen für HTTP und FTP
|
||||
Authorisation. Für FTP ist der Standardname \fBanonymous\fP.
|
||||
Siehe auch \fB-p\fP.
|
||||
Siehe auch \fB\-p\fP.
|
||||
.TP
|
||||
\fB-p\fP\fIPasswort\fP, \fB--password=\fP\fIPasswort\fP
|
||||
\fB\-p\fP\fIPasswort\fP, \fB\-\-password=\fP\fIPasswort\fP
|
||||
Verwende das angegebene Passwort für HTTP und FTP Authorisation.
|
||||
Für FTP ist das Standardpasswort \fBanonymous@\fP.
|
||||
Siehe auch \fB-u\fP.
|
||||
Siehe auch \fB\-u\fP.
|
||||
.TP
|
||||
\fB--timeout=\fP\fISekunden\fP
|
||||
\fB\-\-timeout=\fP\fISekunden\fP
|
||||
Setze den Timeout für TCP-Verbindungen in Sekunden. Der Standard
|
||||
Timeout ist 30 Sekunden.
|
||||
.TP
|
||||
\fB-P\fP\fISekunden\fP, \fB--pause=\fP\fISekunden\fP
|
||||
\fB\-P\fP\fISekunden\fP, \fB\-\-pause=\fP\fISekunden\fP
|
||||
Pausiere die angegebene Zahl von Sekunden zwischen dem Prüfen jeder URL.
|
||||
Diese Option impliziert \fB-t0\fP.
|
||||
Diese Option impliziert \fB\-t0\fP.
|
||||
Standard ist keine Pause zwischen dem Prüfen.
|
||||
.TP
|
||||
\fB-N\fP\fIServer\fP, \fB--nntp-server=\fP\fIServer\fP
|
||||
\fB\-N\fP\fIServer\fP, \fB\-\-nntp\-server=\fP\fIServer\fP
|
||||
Gibt ein NNTP Rechner für \fBnews:...\fP Links. Standard ist die
|
||||
Umgebungsvariable NNTP_SERVER. Falls kein Rechner angegeben ist,
|
||||
wird lediglich auf korrekte Syntax des Links geprüft.
|
||||
.SS Alte Optionen
|
||||
.TP
|
||||
\fB--status\fP
|
||||
\fB\-\-status\fP
|
||||
Gebe Prüfstatus alle 5 Sekunden an stderr aus. Dies ist die Voreinstellung.
|
||||
|
||||
.SH AUSGABETYPEN
|
||||
|
|
@ -238,12 +238,12 @@ Gebe Pr
|
|||
.TP
|
||||
\fBgml\fP
|
||||
Gebe Vater-Kind Beziehungen zwischen verknüpften URLs als GML Graphen aus.
|
||||
Sie sollten die Option \fB--verbose\fP benutzen, um einen vollständigen
|
||||
Sie sollten die Option \fB\-\-verbose\fP benutzen, um einen vollständigen
|
||||
Graphen zu erhalten.
|
||||
.TP
|
||||
\fBdot\fP
|
||||
Gebe Vater-Kind Beziehungen zwischen verknüpften URLs als DOT Graphen aus.
|
||||
Sie sollten die Option \fB--verbose\fP benutzen, um einen vollständigen
|
||||
Sie sollten die Option \fB\-\-verbose\fP benutzen, um einen vollständigen
|
||||
Graphen zu erhalten.
|
||||
.TP
|
||||
\fBxml\fP
|
||||
|
|
@ -273,12 +273,12 @@ Sie k
|
|||
Falls sich Ihr System automatisch mit dem Internet verbindet
|
||||
(z.B. mit diald), wird es dies tun wenn Sie Links prüfen, die nicht
|
||||
auf Ihren lokalen Rechner verweisen
|
||||
Benutzen Sie die Optionen \fB-s\fP und \fB-i\fP, um dies zu verhindern.
|
||||
Benutzen Sie die Optionen \fB\-s\fP und \fB\-i\fP, um dies zu verhindern.
|
||||
|
||||
Javascript Links werden zur Zeit ignoriert
|
||||
|
||||
Wenn Ihr System keine Threads unterstützt, benutzt LinkChecker
|
||||
automatisch \fB-t0\fP..
|
||||
automatisch \fB\-t0\fP..
|
||||
|
||||
Sie können mehrere user/password Paare in einer Konfigurationsdatei
|
||||
angeben
|
||||
|
|
@ -296,14 +296,14 @@ unbedingt derselbe wie der des Benutzers sein.
|
|||
|
||||
\fBftp_proxy\fP - gibt Standard FTP Proxy an
|
||||
|
||||
\fBLC_MESSAGES\fP, \fBLANG\fP - gibt Ausgabesprache an
|
||||
\fBLC_MESSAGES\fP, \fBLANG\fP, \fBLANGUAGE\fP - gibt Ausgabesprache an
|
||||
|
||||
.SH RÜCKGABEWERT
|
||||
Der Rückgabewert ist nicht Null falls
|
||||
.IP \(bu
|
||||
ungültige Verknüpfungen gefunden wurden oder
|
||||
.IP \(bu
|
||||
Warnungen gefunden wurden und die Option --warnings wurde angegeben oder
|
||||
Warnungen gefunden wurden und die Option \-\-warnings wurde angegeben oder
|
||||
.IP \(bu
|
||||
ein Programmfehler aufgetreten ist.
|
||||
|
||||
|
|
@ -314,7 +314,7 @@ Standardkonfigurationsdateien
|
|||
\fB~/.linkchecker/blacklist\fP -
|
||||
Standard Dateiname der blacklist Logger Ausgabe
|
||||
|
||||
\fBlinkchecker-out.\fP\fITyp\fP - Standard Dateiname der Logger Ausgabe
|
||||
\fBlinkchecker\-out.\fP\fITyp\fP - Standard Dateiname der Logger Ausgabe
|
||||
|
||||
\fBhttp://docs.python.org/lib/node127.html\fP - gültige Ausgabe
|
||||
Enkodierungen
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
.TH LINKCHECKER 1 "10 March 2001"
|
||||
|
||||
.SH NAME
|
||||
linkchecker \- check HTML documents for broken links
|
||||
linkchecker - check HTML documents for broken links
|
||||
|
||||
.SH SYNOPSIS
|
||||
.B linkchecker
|
||||
|
|
@ -35,11 +35,11 @@ single URL pointing outside of the domain:
|
|||
\fBlinkchecker http://treasure.calvinsplayground.de/\fP
|
||||
|
||||
Beware that this checks the whole site which can have several hundred
|
||||
thousands URLs. Use the -r option to restrict the recursion depth.
|
||||
thousands URLs. Use the \-r option to restrict the recursion depth.
|
||||
|
||||
Don't connect to mailto: hosts, only check their URL syntax. All other
|
||||
links are checked as usual:
|
||||
\fBlinkchecker --intern='!^mailto:' --extern-strict-all www.mysite.org\fP
|
||||
\fBlinkchecker \-\-intern='!^mailto:' \-\-extern\-strict\-all www.mysite.org\fP
|
||||
|
||||
Checking a local HTML file on Unix:
|
||||
\fBlinkchecker ../bla.html\fP
|
||||
|
|
@ -51,73 +51,73 @@ You can skip the \fBhttp://\fP url part if the domain starts with \fBwww.\fP:
|
|||
\fBlinkchecker www.myhomepage.de\fP
|
||||
|
||||
You can skip the \fBftp://\fP url part if the domain starts with \fBftp.\fP:
|
||||
\fBlinkchecker -r0 ftp.linux.org\fP
|
||||
\fBlinkchecker \-r0 ftp.linux.org\fP
|
||||
|
||||
.SH OPTIONS
|
||||
|
||||
.SS General options
|
||||
.TP
|
||||
\fB-h\fP, \fB--help\fP
|
||||
\fB\-h\fP, \fB\-\-help\fP
|
||||
Help me! Print usage information for this program.
|
||||
.TP
|
||||
\fB-f\fP\fIconfigfile\fP, \fB--config=\fP\fIconfigfile\fP
|
||||
\fB\-f\fP\fIconfigfile\fP, \fB\-\-config=\fP\fIconfigfile\fP
|
||||
Use \fIconfigfile\fP as configuration file. As default LinkChecker first
|
||||
searches \fB/etc/linkchecker/linkcheckerrc\fP and then
|
||||
\fB~/.linkchecker/linkcheckerrc\fP.
|
||||
.TP
|
||||
\fB-I\fP, \fB--interactive\fP
|
||||
\fB\-I\fP, \fB\-\-interactive\fP
|
||||
Ask for url if none are given on the commandline.
|
||||
.TP
|
||||
\fB-V\fP, \fB--version\fP
|
||||
\fB\-V\fP, \fB\-\-version\fP
|
||||
Print version and exit.
|
||||
.TP
|
||||
\fB-t\fP\fInum\fP, \fB--threads=\fP\fInum\fP
|
||||
\fB\-t\fP\fInum\fP, \fB\-\-threads=\fP\fInum\fP
|
||||
Generate no more than \fInum\fP threads. Default number of threads is 10.
|
||||
To disable threading specify a non-positive number.
|
||||
|
||||
.SS Output options
|
||||
.TP
|
||||
\fB-v\fP, \fB--verbose\fP
|
||||
Log all checked URLs (implies \fB-w\fP). Default is to log only invalid
|
||||
\fB\-v\fP, \fB\-\-verbose\fP
|
||||
Log all checked URLs (implies \fB\-w\fP). Default is to log only invalid
|
||||
URLs.
|
||||
.TP
|
||||
\fB-w\fP, \fB--warnings\fP
|
||||
\fB\-w\fP, \fB\-\-warnings\fP
|
||||
Log warnings.
|
||||
.TP
|
||||
\fB-W\fP\fIregex\fP, \fB--warning-regex=\fIregex\fP
|
||||
\fB\-W\fP\fIregex\fP, \fB\-\-warning\-regex=\fIregex\fP
|
||||
Define a regular expression which prints a warning if it matches any
|
||||
content of the checked link.
|
||||
This applies of course only to pages which are valid, so we can get
|
||||
their content.
|
||||
Use this to check for pages that contain some form of error, for example
|
||||
'This page has moved' or 'Oracle Application Server error'.
|
||||
This option implies \fB-w\fP.
|
||||
This option implies \fB\-w\fP.
|
||||
.TP
|
||||
\fB--warning-size-bytes=\fP\fIbytes\fP
|
||||
\fB\-\-warning\-size\-bytes=\fP\fIbytes\fP
|
||||
Print a warning if content size is available and exceeds the given
|
||||
number of \fIbytes\fP.
|
||||
This option implies \fB-w\fP.
|
||||
This option implies \fB\-w\fP.
|
||||
.TP
|
||||
\fB-q\fP, \fB--quiet\fP
|
||||
Quiet operation, an alias for \fB-o none\fP.
|
||||
This is only useful with \fB-F\fP.
|
||||
\fB\-q\fP, \fB\-\-quiet\fP
|
||||
Quiet operation, an alias for \fB\-o none\fP.
|
||||
This is only useful with \fB\-F\fP.
|
||||
.TP
|
||||
\fB-o\fP\fItype\fP, \fB--output=\fP\fItype\fP[\fB/\fP\fIencoding\fP]
|
||||
\fB\-o\fP\fItype\fP, \fB\-\-output=\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.
|
||||
\fIencoding\fP specifies the output encoding, the default is
|
||||
\fBiso-8859-15\fP.
|
||||
\fBiso\-8859\-15\fP.
|
||||
Valid encodings are listed at
|
||||
\fBhttp://docs.python.org/lib/node127.html\fP.
|
||||
.TP
|
||||
\fB-F\fP\fItype\fP[\fB/\fP\fIencoding\fP][\fB/\fP\fIfilename\fP], \fB--file-output=\fP\fItype\fP[\fB/\fP\fIencoding\fP][\fB/\fP\fIfilename\fP]
|
||||
Output to a file \fBlinkchecker-out.\fP\fItype\fP,
|
||||
\fB\-F\fP\fItype\fP[\fB/\fP\fIencoding\fP][\fB/\fP\fIfilename\fP], \fB\-\-file\-output=\fP\fItype\fP[\fB/\fP\fIencoding\fP][\fB/\fP\fIfilename\fP]
|
||||
Output to a file \fBlinkchecker\-out.\fP\fItype\fP,
|
||||
\fB$HOME/.linkchecker/blacklist\fP for
|
||||
\fBblacklist\fP output, or \fIfilename\fP if specified.
|
||||
\fIencoding\fP specifies the output encoding, the default is
|
||||
\fBiso-8859-15\fP.
|
||||
\fBiso\-8859\-15\fP.
|
||||
Valid encodings are listed at
|
||||
\fBhttp://docs.python.org/lib/node127.html\fP.
|
||||
The \fIfilename\fP part of the \fBnone\fP output type will be ignored,
|
||||
|
|
@ -127,12 +127,12 @@ are \fBtext\fP, \fBhtml\fP, \fBsql\fP,
|
|||
\fBcsv\fP, \fBgml\fP, \fBdot\fP, \fBxml\fP, \fBnone\fP or \fBblacklist\fP
|
||||
Default is no file output. The various output types are documented
|
||||
below. Note that you can suppress all console output
|
||||
with the option \fB-o none\fP.
|
||||
with the option \fB\-o none\fP.
|
||||
.TP
|
||||
\fB--no-status\fP
|
||||
\fB\-\-no\-status\fP
|
||||
Do not print check status messages.
|
||||
.TP
|
||||
\fB-D\fP\fIlogger\fP, \fB--debug=\fP\fIlogger\fP
|
||||
\fB\-D\fP\fIlogger\fP, \fB\-\-debug=\fP\fIlogger\fP
|
||||
Print debugging output for given logger.
|
||||
Available loggers are \fBcmdline\fP, \fBchecking\fP,
|
||||
\fBcache\fP, \fBgui\fP and \fBall\fP.
|
||||
|
|
@ -142,83 +142,83 @@ than one logger.
|
|||
.BR
|
||||
For accurate results, threading will be disabled during debug runs.
|
||||
.TP
|
||||
\fB--profile\fP
|
||||
\fB\-\-profile\fP
|
||||
Write profiling data into a file named \fBlinkchecker.prof\fP
|
||||
in the current working directory. See also \fB--viewprof\fP.
|
||||
in the current working directory. See also \fB\-\-viewprof\fP.
|
||||
.TP
|
||||
\fB--viewprof\fP
|
||||
\fB\-\-viewprof\fP
|
||||
Print out previously generated profiling data. See also
|
||||
\fB--profile\fP.
|
||||
\fB\-\-profile\fP.
|
||||
|
||||
.SS Checking options
|
||||
.TP
|
||||
\fB-r\fP\fIdepth\fP, \fB--recursion-level=\fP\fIdepth\fP
|
||||
\fB\-r\fP\fIdepth\fP, \fB\-\-recursion\-level=\fP\fIdepth\fP
|
||||
Check recursively all links up to given \fIdepth\fP.
|
||||
A negative depth will enable inifinite recursion.
|
||||
Default depth is inifinite.
|
||||
.TP
|
||||
\fB-i\fP\fIregex\fP, \fB--intern=\fIregex\fP
|
||||
\fB\-i\fP\fIregex\fP, \fB\-\-intern=\fIregex\fP
|
||||
Assume URLs that match the given regular expression as internal.
|
||||
LinkChecker descends recursively only to internal URLs, not to external.
|
||||
.TP
|
||||
\fB-e\fP\fIregex\fP, \fB--extern=\fP\fIregex\fP
|
||||
\fB\-e\fP\fIregex\fP, \fB\-\-extern=\fP\fIregex\fP
|
||||
Assume urls that match the given regular expression as external.
|
||||
Only internal HTML links are checked recursively.
|
||||
.TP
|
||||
\fB--extern-strict=\fP\fIregex\fP
|
||||
\fB\-\-extern\-strict=\fP\fIregex\fP
|
||||
Assume urls that match the given regular expression as strict external.
|
||||
Only internal HTML links are checked recursively.
|
||||
.TP
|
||||
\fB-s\fP, \fB--extern-strict-all\fP
|
||||
\fB\-s\fP, \fB\-\-extern\-strict\-all\fP
|
||||
Check only the syntax of external links, do not try to connect to them.
|
||||
For local file urls, only local files are internal. For
|
||||
http and ftp urls, all urls at the same domain name are internal.
|
||||
.TP
|
||||
\fB-d\fP, \fB--denyallow\fP
|
||||
\fB\-d\fP, \fB\-\-denyallow\fP
|
||||
Swap checking order to external/internal. Default checking order is
|
||||
internal/external.
|
||||
.TP
|
||||
\fB-C\fP, \fB--cookies\fP
|
||||
\fB\-C\fP, \fB\-\-cookies\fP
|
||||
Accept and send HTTP cookies according to RFC 2109. Only cookies
|
||||
which are sent back to the originating server are accepted.
|
||||
Sent and accepted cookies are provided as additional logging
|
||||
information.
|
||||
.TP
|
||||
\fB-a\fP, \fB--anchors\fP
|
||||
\fB\-a\fP, \fB\-\-anchors\fP
|
||||
Check HTTP anchor references. This option applies to both internal
|
||||
and external urls. Default is don't check anchors.
|
||||
This option implies -w because anchor errors are always warnings.
|
||||
This option implies \-w because anchor errors are always warnings.
|
||||
.TP
|
||||
\fB--no-anchor-caching\fP
|
||||
\fB\-\-no\-anchor\-caching\fP
|
||||
Treat url#anchora and url#anchorb as equal on caching. This
|
||||
is the default browser behaviour, but it's not specified in
|
||||
the URI specification. Use with care.
|
||||
.TP
|
||||
\fB-u\fP\fIname\fP, \fB--user=\fP\fIname\fP
|
||||
\fB\-u\fP\fIname\fP, \fB\-\-user=\fP\fIname\fP
|
||||
Try username \fIname\fP for HTTP and FTP authorization.
|
||||
For FTP the default username is \fBanonymous\fP. See also \fB-p\fP.
|
||||
For FTP the default username is \fBanonymous\fP. See also \fB\-p\fP.
|
||||
.TP
|
||||
\fB-p\fP\fIpwd\fP, \fB--password=\fP\fIpwd\fP
|
||||
\fB\-p\fP\fIpwd\fP, \fB\-\-password=\fP\fIpwd\fP
|
||||
Try the password \fIpwd\fP for HTTP and FTP authorization.
|
||||
For FTP the default password is \fBanonymous@\fP. See also \fB-u\fP.
|
||||
For FTP the default password is \fBanonymous@\fP. See also \fB\-u\fP.
|
||||
.TP
|
||||
\fB--timeout=\fP\fIsecs\fP
|
||||
\fB\-\-timeout=\fP\fIsecs\fP
|
||||
Set the timeout for connection attempts in seconds. The default timeout
|
||||
is 30 seconds.
|
||||
.TP
|
||||
\fB-P\fP\fIsecs\fP, \fB--pause=\fP\fIsecs\fP
|
||||
\fB\-P\fP\fIsecs\fP, \fB\-\-pause=\fP\fIsecs\fP
|
||||
Pause \fIsecs\fP seconds between each url check. This option
|
||||
implies \fB-t0\fP.
|
||||
implies \fB\-t0\fP.
|
||||
Default is no pause between requests.
|
||||
.TP
|
||||
\fB-N\fP\fIserver\fP, \fB--nntp-server=\fP\fIserver\fP
|
||||
\fB\-N\fP\fIserver\fP, \fB\-\-nntp\-server=\fP\fIserver\fP
|
||||
Specify an NNTP server for 'news:...' links. Default is the
|
||||
environment variable NNTP_SERVER. If no host is given,
|
||||
only the syntax of the link is checked.
|
||||
|
||||
.SS Deprecated options
|
||||
.TP
|
||||
\fB--status\fP
|
||||
\fB\-\-status\fP
|
||||
Print check status every 5 seconds to stderr. This is the default now.
|
||||
|
||||
.SH OUTPUT TYPES
|
||||
|
|
@ -238,11 +238,11 @@ Log check result in CSV format with one URL per line.
|
|||
.TP
|
||||
\fBgml\fP
|
||||
Log parent-child relations between linked URLs as a GML graph.
|
||||
You should use the \fB--verbose\fP option to get a complete graph.
|
||||
You should use the \fB\-\-verbose\fP option to get a complete graph.
|
||||
.TP
|
||||
\fBdot\fP
|
||||
Log parent-child relations between linked URLs as a DOT graph.
|
||||
You should use the \fB--verbose\fP option to get a complete graph.
|
||||
You should use the \fB\-\-verbose\fP option to get a complete graph.
|
||||
.TP
|
||||
\fBxml\fP
|
||||
Log check result as machine-readable XML file.
|
||||
|
|
@ -270,12 +270,12 @@ You can also give local files as arguments.
|
|||
If you have your system configured to automatically establish a
|
||||
connection to the internet (e.g. with diald), it will connect when
|
||||
checking links not pointing to your local host.
|
||||
Use the \fB-s\fP and \fB-i\fP options to prevent this.
|
||||
Use the \fB\-s\fP and \fB\-i\fP options to prevent this.
|
||||
|
||||
Javascript links are currently ignored.
|
||||
|
||||
If your platform does not support threading, LinkChecker uses
|
||||
\fB-t0\fP.
|
||||
\fB\-t0\fP.
|
||||
|
||||
You can supply multiple user/password pairs in a configuration file.
|
||||
|
||||
|
|
@ -292,14 +292,14 @@ same as the host of the user browsing your pages.
|
|||
|
||||
\fBftp_proxy\fP - specifies default FTP proxy server
|
||||
|
||||
\fBLC_MESSAGES\fP, \fBLANG\fP - specify output language
|
||||
\fBLC_MESSAGES\fP, \fBLANG\fP, \fBLANGUAGE\fP - specify output language
|
||||
|
||||
.SH RETURN VALUE
|
||||
The return value is non-zero when
|
||||
.IP \(bu
|
||||
invalid links were found or
|
||||
.IP \(bu
|
||||
link warnings were found and --warnings option was given
|
||||
link warnings were found and \-\-warnings option was given
|
||||
.IP \(bu
|
||||
a program error occurred.
|
||||
|
||||
|
|
@ -309,7 +309,7 @@ configuration files
|
|||
|
||||
\fB~/.linkchecker/blacklist\fP - default blacklist logger output filename
|
||||
|
||||
\fBlinkchecker-out.\fP\fItype\fP - default logger file output name
|
||||
\fBlinkchecker\-out.\fP\fItype\fP - default logger file output name
|
||||
|
||||
\fBhttp://docs.python.org/lib/node127.html\fP - valid output encodings
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
.\"
|
||||
.TH "LINKCHECKER" "1" "10 mars 2001" "" ""
|
||||
.SH "NOM"
|
||||
linkchecker \- outil permettant de vérifier s'il n'y a pas de liens cassés dans les documents HTML
|
||||
linkchecker - outil permettant de vérifier s'il n'y a pas de liens cassés dans les documents HTML
|
||||
|
||||
.SH "SYNOPSIS"
|
||||
.B linkchecker
|
||||
|
|
@ -231,31 +231,31 @@ Sur un Mac, utilisez la configuration Internet.
|
|||
Pour la vérification des liens \fBnews:\fP, les liens de l'hôte NNTP donné n'ont pas besoin d'être les mêmes que l'hôte de l'utilisateur naviguant.
|
||||
|
||||
.SH "ENVIRONNEMENT"
|
||||
\fBNNTP_SERVER\fP \- spécifie le serveur NNTP par défaut
|
||||
\fBNNTP_SERVER\fP - spécifie le serveur NNTP par défaut
|
||||
|
||||
\fBhttp_proxy\fP \- spécifie le proxy HTTP par défaut
|
||||
\fBhttp_proxy\fP - spécifie le proxy HTTP par défaut
|
||||
|
||||
\fBftp_proxy\fP \- spécifie le proxy FTP par défaut
|
||||
\fBftp_proxy\fP - spécifie le proxy FTP par défaut
|
||||
|
||||
\fBLC_MESSAGES\fP, \fBLANG\fP \- spécifie la langue en sortie
|
||||
\fBLC_MESSAGES\fP, \fBLANG\fP, \fBLANGUAGE\fP - spécifie la langue en sortie
|
||||
|
||||
.SH "DIAGNOSTICS"
|
||||
Le code de retour est différent de 0 quand
|
||||
.IP \(bu
|
||||
il y a eu des liens non valides,
|
||||
.IP \(bu
|
||||
il y a eu des avertissements sur les liens et l'option --warnings était positionnée,
|
||||
il y a eu des avertissements sur les liens et l'option \-\-warnings était positionnée,
|
||||
.IP \(bu
|
||||
il y a eu une erreur dans le programme.
|
||||
|
||||
.SH "FICHIERS"
|
||||
\fB/etc/linkchecker/linkcheckerrc\fP, \fB~/.linkchecker/linkcheckerrc\fP \- fichiers de configuration par défaut
|
||||
\fB/etc/linkchecker/linkcheckerrc\fP, \fB~/.linkchecker/linkcheckerrc\fP - fichiers de configuration par défaut
|
||||
|
||||
\fB~/.linkchecker/blacklist\fP \- fichier par défaut des blacklists pour la journalisation
|
||||
\fB~/.linkchecker/blacklist\fP - fichier par défaut des blacklists pour la journalisation
|
||||
|
||||
\fBlinkchecker\-out.\fP\fItype\fP \- fichier par défaut pour la journalisation
|
||||
\fBlinkchecker\-out.\fP\fItype\fP - fichier par défaut pour la journalisation
|
||||
|
||||
\fBhttp://docs.python.org/lib/node127.html\fP \- encodages valides de sortie
|
||||
\fBhttp://docs.python.org/lib/node127.html\fP - encodages valides de sortie
|
||||
|
||||
.SH "AUTEUR"
|
||||
Bastian Kleineidam <calvin@users.sourceforge.net>
|
||||
|
|
|
|||
Loading…
Reference in a new issue