mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-08 08:30:59 +00:00
Use example.com addresses for documentation.
This commit is contained in:
parent
abd7254203
commit
48539d58e2
5 changed files with 471 additions and 479 deletions
|
|
@ -3,7 +3,7 @@
|
|||
.\" This file was generated with po4a. Translate the source file.
|
||||
.\"
|
||||
.\"*******************************************************************
|
||||
.TH LINKCHECKER 1 2001\-03\-10 LinkChecker "LinkChecker auf der Kommandozeile"
|
||||
.TH LINKCHECKER 1 2010\-07\-01 LinkChecker "LinkChecker auf der Kommandozeile"
|
||||
.SH NAME
|
||||
linkchecker \- prüfe HTML Dokumente und Webseiten auf ungültige Verknüpfungen
|
||||
.
|
||||
|
|
@ -22,35 +22,32 @@ robots.txt Protokolls, Mehrsprachigkeit, eine Kommandozeilenschnittstelle
|
|||
sowie eine CGI Webschnittstelle (benötigt einen HTTP Server).
|
||||
.
|
||||
.SH BEISPIELE
|
||||
Der häufigste Gebrauchsfall prüft die angegebene Domäne rekursiv,
|
||||
inklusive aller einzelnen nach außen zeigenden Verknüpfungen:
|
||||
\fBlinkchecker http://treasure.calvinsplayground.de/\fP
|
||||
The most common use checks the given domain recursively, plus any
|
||||
URL pointing outside of the domain:
|
||||
\fBlinkchecker http://www.example.net/\fP
|
||||
.br
|
||||
Beachten Sie dass dies die komplette Domäne überprüft, welche aus mehreren
|
||||
tausend URLs bestehen kann. Benutzen Sie die Option \fB\-r\fP, um die
|
||||
Rekursionstiefe zu beschränken.
|
||||
.br
|
||||
Keine Verbindungen zu \fBmailto:\fP Rechnern, nur die URL Syntax wird geprüft. Alle
|
||||
anderen Verknüpfungen werden wie üblich geprüft:
|
||||
\fBlinkchecker \-\-ignore\-url=^mailto: www.mysite.org\fP
|
||||
Don't connect to \fBmailto:\fP hosts, only check their URL syntax. All other
|
||||
links are checked as usual:
|
||||
\fBlinkchecker \-\-ignore\-url=^mailto: mysite.example.org\fP
|
||||
.br
|
||||
Überprüfung einer lokalen HTML Datei unter Unix:
|
||||
\fBlinkchecker ../bla.html\fP
|
||||
.br
|
||||
Prüfe von der Standardeingabe:
|
||||
\fBecho "bla.html" | linkchecker \-\-stdin\fP
|
||||
.br
|
||||
Überprüfung einer lokalen HTML Datei unter Windows:
|
||||
\fBlinkchecker c:\etemp\etest.html\fP
|
||||
.br
|
||||
Sie können den \fBhttp://\fP URL Anteil weglassen wenn die Domäne mit \fBwww.\fP beginnt:
|
||||
\fBlinkchecker www.myhomepage.de\fP
|
||||
You can skip the \fBhttp://\fP url part if the domain starts with \fBwww.\fP:
|
||||
\fBlinkchecker www.example.com\fP
|
||||
.br
|
||||
Sie können den \fBftp://\fP URL Anteil weglassen wenn die Domäne mit \fBftp.\fP beginnt:
|
||||
\fBlinkchecker \-r0 ftp.linux.org\fP
|
||||
You can skip the \fBftp://\fP url part if the domain starts with \fBftp.\fP:
|
||||
\fBlinkchecker \-r0 ftp.example.org\fP
|
||||
.br
|
||||
Erzeuge einen Sitemap Graphen und konvertiere ihn mit dem graphviz dot Programm:
|
||||
\fBlinkchecker \-odot \-v www.myhomepage.de | dot \-Tps > sitemap.ps\fP
|
||||
Generate a sitemap graph and convert it with the graphviz dot utility:
|
||||
\fBlinkchecker \-odot \-v www.example.com | dot \-Tps > sitemap.ps\fP
|
||||
.
|
||||
.SH OPTIONEN
|
||||
.SS "Allgemeine Optionen"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
.TH LINKCHECKER 1 2001-03-10 "LinkChecker" "LinkChecker commandline usage"
|
||||
.TH LINKCHECKER 1 2010-07-01 "LinkChecker" "LinkChecker commandline usage"
|
||||
.SH NAME
|
||||
linkchecker - check HTML documents and websites for broken links
|
||||
.
|
||||
|
|
@ -25,32 +25,29 @@ a (Fast)CGI web interface (requires HTTP server)
|
|||
.SH EXAMPLES
|
||||
The most common use checks the given domain recursively, plus any
|
||||
URL pointing outside of the domain:
|
||||
\fBlinkchecker http://treasure.calvinsplayground.de/\fP
|
||||
\fBlinkchecker http://www.example.net/\fP
|
||||
.br
|
||||
Beware that this checks the whole site which can have thousands of URLs.
|
||||
Use the \fB\-r\fP option to restrict the recursion depth.
|
||||
.br
|
||||
Don't connect to \fBmailto:\fP hosts, only check their URL syntax. All other
|
||||
links are checked as usual:
|
||||
\fBlinkchecker \-\-ignore\-url=^mailto: www.mysite.org\fP
|
||||
\fBlinkchecker \-\-ignore\-url=^mailto: mysite.example.org\fP
|
||||
.br
|
||||
Checking a local HTML file on Unix:
|
||||
\fBlinkchecker ../bla.html\fP
|
||||
.br
|
||||
Checking from stdin:
|
||||
\fBecho "bla.html" | linkchecker --stdin\fP
|
||||
.br
|
||||
Checking a local HTML file on Windows:
|
||||
\fBlinkchecker c:\\temp\\test.html\fP
|
||||
.br
|
||||
You can skip the \fBhttp://\fP url part if the domain starts with \fBwww.\fP:
|
||||
\fBlinkchecker www.myhomepage.de\fP
|
||||
\fBlinkchecker www.example.com\fP
|
||||
.br
|
||||
You can skip the \fBftp://\fP url part if the domain starts with \fBftp.\fP:
|
||||
\fBlinkchecker \-r0 ftp.linux.org\fP
|
||||
\fBlinkchecker \-r0 ftp.example.org\fP
|
||||
.br
|
||||
Generate a sitemap graph and convert it with the graphviz dot utility:
|
||||
\fBlinkchecker \-odot \-v www.myhomepage.de | dot \-Tps > sitemap.ps\fP
|
||||
\fBlinkchecker \-odot \-v www.example.com | dot \-Tps > sitemap.ps\fP
|
||||
.
|
||||
.SH OPTIONS
|
||||
.SS General options
|
||||
|
|
|
|||
|
|
@ -319,22 +319,22 @@ See [text] section above.
|
|||
\fBcolorbackground=\fP\fICOLOR\fP
|
||||
Set HTML background color. Default is \fB#fff7e5\fP.
|
||||
.TP
|
||||
\fBcolorurl=
|
||||
\fBcolorurl=\fP
|
||||
Set HTML URL color. Default is \fB#dcd5cf\fP.
|
||||
.TP
|
||||
\fBcolorborder=
|
||||
\fBcolorborder=\fP
|
||||
Set HTML border color. Default is \fB#000000\fP.
|
||||
.TP
|
||||
\fBcolorlink=
|
||||
\fBcolorlink=\fP
|
||||
Set HTML link color. Default is \fB#191c83\fP.
|
||||
.TP
|
||||
\fBcolorwarning=
|
||||
\fBcolorwarning=\fP
|
||||
Set HTML warning color. Default is \fB#e0954e\fP.
|
||||
.TP
|
||||
\fBcolorerror=
|
||||
\fBcolorerror=\fP
|
||||
Set HTML error color. Default is \fB#db4930\fP.
|
||||
.TP
|
||||
\fBcolorok=
|
||||
\fBcolorok=\fP
|
||||
Set HTML valid color. Default is \fB#3ba557\fP.
|
||||
.SS \fB[blacklist]\fP
|
||||
.TP
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue