Merge pull request #509 from cjmayo/hyperlink

Update man pages because of multiline hyperlink
This commit is contained in:
Chris Mayo 2020-09-28 19:42:20 +01:00 committed by GitHub
commit bef8450db0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 645 additions and 602 deletions

View file

@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: LinkChecker 2020-09-14\n"
"Project-Id-Version: LinkChecker 2020-09-25\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-09-14 19:50+0100\n"
"POT-Creation-Date: 2020-09-25 19:12+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

View file

@ -1,14 +1,14 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2000-2014 Bastian Kleineidam
# Copyright (C) 2000-2016 Bastian Kleineidam, 2010-2020 LinkChecker Authors
# This file is distributed under the same license as the LinkChecker package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: LinkChecker \n"
"Project-Id-Version: LinkChecker 2020-09-25\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-08-22 16:37+0100\n"
"POT-Creation-Date: 2020-09-25 19:12+0100\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -659,7 +659,7 @@ msgid "**linkchecker-out.**\\ *TYPE* - default logger file output name"
msgstr ""
#: ../../src/man/linkchecker.rst:531
#: ../../src/man/linkcheckerrc.rst:542
#: ../../src/man/linkcheckerrc.rst:550
msgid "SEE ALSO"
msgstr ""
@ -832,7 +832,7 @@ msgid "filtering"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:106
msgid "**ignore=**\\ *REGEX* (MULTILINE)"
msgid "**ignore=**\\ *REGEX* (`MULTILINE`_)"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:106
@ -856,7 +856,7 @@ msgid "Regular expression to add more URLs recognized as internal links. Default
msgstr ""
#: ../../src/man/linkcheckerrc.rst:118
msgid "**nofollow=**\\ *REGEX* (MULTILINE)"
msgid "**nofollow=**\\ *REGEX* (`MULTILINE`_)"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:117
@ -876,7 +876,7 @@ msgid "authentication"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:138
msgid "**entry=**\\ *REGEX* *USER* [*PASS*] (MULTILINE)"
msgid "**entry=**\\ *REGEX* *USER* [*PASS*] (`MULTILINE`_)"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:128
@ -908,7 +908,7 @@ msgid "The name attribute of the password input element. Default: **password**."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:155
msgid "**loginextrafields=**\\ *NAME*\\ **:**\\ *VALUE* (MULTILINE)"
msgid "**loginextrafields=**\\ *NAME*\\ **:**\\ *VALUE* (`MULTILINE`_)"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:152
@ -1548,125 +1548,141 @@ msgid "Parse Word files for URLs to check. Needs the :pypi:`pywin32` Python exte
msgstr ""
#: ../../src/man/linkcheckerrc.rst:507
msgid "WARNINGS"
msgid "MarkdownCheck"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:509
msgid "The following warnings are recognized in the 'ignorewarnings' config file entry:"
msgid "Parse Markdown files for URLs to check."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:512
msgid "**file-missing-slash**"
msgid "**filename_re=**\\ *REGEX*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:513
msgid "The file: URL is missing a trailing slash."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:514
msgid "**file-system-path**"
#: ../../src/man/linkcheckerrc.rst:512
msgid "Regular expression matching the names of Markdown files."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:515
msgid "The file: path is not the same as the system specific path."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:516
msgid "**ftp-missing-slash**"
msgid "WARNINGS"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:517
msgid "The ftp: URL is missing a trailing slash."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:518
msgid "**http-cookie-store-error**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:519
msgid "An error occurred while storing a cookie."
msgid "The following warnings are recognized in the 'ignorewarnings' config file entry:"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:520
msgid "**http-empty-content**"
msgid "**file-missing-slash**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:521
msgid "The URL had no content."
msgid "The file: URL is missing a trailing slash."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:522
msgid "**mail-no-mx-host**"
msgid "**file-system-path**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:523
msgid "The mail MX host could not be found."
msgid "The file: path is not the same as the system specific path."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:524
msgid "**nntp-no-newsgroup**"
msgid "**ftp-missing-slash**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:525
msgid "The NNTP newsgroup could not be found."
msgid "The ftp: URL is missing a trailing slash."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:526
msgid "**nntp-no-server**"
msgid "**http-cookie-store-error**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:527
msgid "No NNTP server was found."
msgid "An error occurred while storing a cookie."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:528
msgid "**url-content-size-zero**"
msgid "**http-empty-content**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:529
msgid "The URL content size is zero."
msgid "The URL had no content."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:530
msgid "**url-content-too-large**"
msgid "**mail-no-mx-host**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:531
msgid "The URL content size is too large."
msgid "The mail MX host could not be found."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:532
msgid "**url-effective-url**"
msgid "**nntp-no-newsgroup**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:533
msgid "The effective URL is different from the original."
msgid "The NNTP newsgroup could not be found."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:534
msgid "**url-error-getting-content**"
msgid "**nntp-no-server**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:535
msgid "Could not get the content of the URL."
msgid "No NNTP server was found."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:536
msgid "**url-obfuscated-ip**"
msgid "**url-content-size-zero**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:537
msgid "The IP is obfuscated."
msgid "The URL content size is zero."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:538
msgid "**url-content-too-large**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:539
msgid "**url-whitespace**"
msgid "The URL content size is too large."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:539
msgid "The URL contains leading or trailing whitespace."
#: ../../src/man/linkcheckerrc.rst:540
msgid "**url-effective-url**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:541
msgid "The effective URL is different from the original."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:542
msgid "**url-error-getting-content**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:543
msgid "Could not get the content of the URL."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:544
msgid "**url-obfuscated-ip**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:545
msgid "The IP is obfuscated."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:547
msgid "**url-whitespace**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:547
msgid "The URL contains leading or trailing whitespace."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:552
msgid ":manpage:`linkchecker(1)`"
msgstr ""

File diff suppressed because it is too large Load diff

View file

@ -127,7 +127,7 @@ Command line option: \fB\-\-check\-extern\fP
.SS authentication
.INDENT 0.0
.TP
\fBentry=\fP\fIREGEX\fP \fIBENUTZER\fP [\fIPASSWORT\fP] (MULTILINE)
\fBentry=\fP\fIREGEX\fP \fIBENUTZER\fP [\fIPASSWORT\fP] (\fI\%MULTILINE\fP)
Provide individual username/password pairs for different links. In
addtion to a single login page specified with \fBloginurl\fP multiple
FTP, HTTP (Basic Authentication) and telnet links are supported.
@ -155,7 +155,7 @@ Der Name für das Benutzer CGI\-Feld. Der Standardname ist \fBlogin\fP\&.
\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 (MULTILINE)
\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

View file

@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "LINKCHECKER" "1" "August 22, 2020" "" "LinkChecker"
.TH "LINKCHECKER" "1" "September 25, 2020" "2020-09-25" "LinkChecker"
.SH NAME
linkchecker \- command line client to check HTML documents and websites for broken links
.
@ -680,6 +680,6 @@ documentation
.SH AUTHOR
Bastian Kleineidam <bastian.kleineidam@web.de>
.SH COPYRIGHT
2000-2014 Bastian Kleineidam
2000-2016 Bastian Kleineidam, 2010-2020 LinkChecker Authors
.\" Generated by docutils manpage writer.
.

View file

@ -1,6 +1,6 @@
.\" Man page generated from reStructuredText.
.
.TH "LINKCHECKERRC" "5" "September 14, 2020" "2020-09-14" "LinkChecker"
.TH "LINKCHECKERRC" "5" "September 25, 2020" "2020-09-25" "LinkChecker"
.SH NAME
linkcheckerrc \- configuration file for LinkChecker
.
@ -141,7 +141,7 @@ Command line option: none
.SS filtering
.INDENT 0.0
.TP
\fBignore=\fP\fIREGEX\fP (MULTILINE)
\fBignore=\fP\fIREGEX\fP (\fI\%MULTILINE\fP)
Only check syntax of URLs matching the given regular expressions.
Command line option: \fB\-\-ignore\-url\fP
.TP
@ -155,7 +155,7 @@ Regular expression to add more URLs recognized as internal links.
Default is that URLs given on the command line are internal.
Command line option: none
.TP
\fBnofollow=\fP\fIREGEX\fP (MULTILINE)
\fBnofollow=\fP\fIREGEX\fP (\fI\%MULTILINE\fP)
Check but do not recurse into URLs matching the given regular
expressions.
Command line option: \fB\-\-no\-follow\-url\fP
@ -167,7 +167,7 @@ Command line option: \fB\-\-check\-extern\fP
.SS authentication
.INDENT 0.0
.TP
\fBentry=\fP\fIREGEX\fP \fIUSER\fP [\fIPASS\fP] (MULTILINE)
\fBentry=\fP\fIREGEX\fP \fIUSER\fP [\fIPASS\fP] (\fI\%MULTILINE\fP)
Provide individual username/password pairs for different links. In
addtion to a single login page specified with \fBloginurl\fP multiple
FTP, HTTP (Basic Authentication) and telnet links are supported.
@ -195,7 +195,7 @@ The name attribute of the username input element. Default: \fBlogin\fP\&.
\fBloginpasswordfield=\fP\fISTRING\fP
The name attribute of the password input element. Default: \fBpassword\fP\&.
.TP
\fBloginextrafields=\fP\fINAME\fP\fB:\fP\fIVALUE\fP (MULTILINE)
\fBloginextrafields=\fP\fINAME\fP\fB:\fP\fIVALUE\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