linkchecker/doc/i18n/gettext/man.pot
Chris Mayo 2de25d54fd Rename blacklist to failures
Continue to support blacklist for the time being, with deprecation
warnings.
2020-08-23 17:19:26 +01:00

1672 lines
53 KiB
Text

# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2000-2014 Bastian Kleineidam
# 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"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-08-22 16:37+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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ../../src/man/linkchecker.rst:4
msgid "linkchecker"
msgstr ""
#: ../../src/man/linkchecker.rst:7
msgid "SYNOPSIS"
msgstr ""
#: ../../src/man/linkchecker.rst:9
msgid "**linkchecker** [*options*] [*file-or-url*]..."
msgstr ""
#: ../../src/man/linkchecker.rst:12
#: ../../src/man/linkcheckerrc.rst:7
msgid "DESCRIPTION"
msgstr ""
#: ../../src/man/linkchecker.rst:14
msgid "LinkChecker features"
msgstr ""
#: ../../src/man/linkchecker.rst:16
msgid "recursive and multithreaded checking"
msgstr ""
#: ../../src/man/linkchecker.rst:17
msgid "output in colored or normal text, HTML, SQL, CSV, XML or a sitemap graph in different formats"
msgstr ""
#: ../../src/man/linkchecker.rst:19
msgid "support for HTTP/1.1, HTTPS, FTP, mailto:, news:, nntp:, Telnet and local file links"
msgstr ""
#: ../../src/man/linkchecker.rst:21
msgid "restriction of link checking with URL filters"
msgstr ""
#: ../../src/man/linkchecker.rst:22
msgid "proxy support"
msgstr ""
#: ../../src/man/linkchecker.rst:23
msgid "username/password authorization for HTTP, FTP and Telnet"
msgstr ""
#: ../../src/man/linkchecker.rst:24
msgid "support for robots.txt exclusion protocol"
msgstr ""
#: ../../src/man/linkchecker.rst:25
msgid "support for Cookies"
msgstr ""
#: ../../src/man/linkchecker.rst:26
msgid "support for HTML5"
msgstr ""
#: ../../src/man/linkchecker.rst:27
msgid "HTML and CSS syntax check"
msgstr ""
#: ../../src/man/linkchecker.rst:28
msgid "Antivirus check"
msgstr ""
#: ../../src/man/linkchecker.rst:29
msgid "a command line and web interface"
msgstr ""
#: ../../src/man/linkchecker.rst:32
msgid "EXAMPLES"
msgstr ""
#: ../../src/man/linkchecker.rst:34
msgid "The most common use checks the given domain recursively:"
msgstr ""
#: ../../src/man/linkchecker.rst:40
msgid "Beware that this checks the whole site which can have thousands of URLs. Use the :option:`-r` option to restrict the recursion depth."
msgstr ""
#: ../../src/man/linkchecker.rst:43
msgid "Don't check URLs with **/secret** in its name. All other links are checked as usual:"
msgstr ""
#: ../../src/man/linkchecker.rst:50
msgid "Checking a local HTML file on Unix:"
msgstr ""
#: ../../src/man/linkchecker.rst:56
msgid "Checking a local HTML file on Windows:"
msgstr ""
#: ../../src/man/linkchecker.rst:62
msgid "You can skip the **http://** url part if the domain starts with **www.**:"
msgstr ""
#: ../../src/man/linkchecker.rst:69
msgid "You can skip the **ftp://** url part if the domain starts with **ftp.**:"
msgstr ""
#: ../../src/man/linkchecker.rst:75
msgid "Generate a sitemap graph and convert it with the graphviz dot utility:"
msgstr ""
#: ../../src/man/linkchecker.rst:82
msgid "OPTIONS"
msgstr ""
#: ../../src/man/linkchecker.rst:85
msgid "General options"
msgstr ""
#: ../../src/man/linkchecker.rst:89
msgid "Use FILENAME as configuration file. By default LinkChecker uses ~/.linkchecker/linkcheckerrc."
msgstr ""
#: ../../src/man/linkchecker.rst:94
msgid "Help me! Print usage information for this program."
msgstr ""
#: ../../src/man/linkchecker.rst:98
msgid "Read list of white-space separated URLs to check from stdin."
msgstr ""
#: ../../src/man/linkchecker.rst:102
msgid "Generate no more than the given number of threads. Default number of threads is 10. To disable threading specify a non-positive number."
msgstr ""
#: ../../src/man/linkchecker.rst:107
msgid "Print version and exit."
msgstr ""
#: ../../src/man/linkchecker.rst:111
msgid "Print available check plugins and exit."
msgstr ""
#: ../../src/man/linkchecker.rst:114
msgid "Output options"
msgstr ""
#: ../../src/man/linkchecker.rst:118
msgid "Print debugging output for the given logger. Available loggers are cmdline, checking, cache, dns, plugin and all. Specifying all is an alias for specifying all available loggers. The option can be given multiple times to debug with more than one logger. For accurate results, threading will be disabled during debug runs."
msgstr ""
#: ../../src/man/linkchecker.rst:127
msgid "Output to a file linkchecker-out.TYPE, $HOME/.linkchecker/failures for failures output, or FILENAME if specified. The ENCODING specifies the output encoding, the default is that of your locale. Valid encodings are listed at https://docs.python.org/library/codecs.html#standard-encodings. 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 are text, html, sql, csv, gml, dot, xml, sitemap, none or failures. Default is no file output. The various output types are documented below. Note that you can suppress all console output with the option :option:`-o` *none*."
msgstr ""
#: ../../src/man/linkchecker.rst:143
msgid "Do not print check status messages."
msgstr ""
#: ../../src/man/linkchecker.rst:147
msgid "Don't log warnings. Default is to log warnings."
msgstr ""
#: ../../src/man/linkchecker.rst:151
msgid "Specify output type as text, html, sql, csv, 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 https://docs.python.org/library/codecs.html#standard-encodings."
msgstr ""
#: ../../src/man/linkchecker.rst:161
msgid "Quiet operation, an alias for :option:`-o` *none*. This is only useful with :option:`-F`."
msgstr ""
#: ../../src/man/linkchecker.rst:166
msgid "Log all checked URLs. Default is to log only errors and warnings."
msgstr ""
#: ../../src/man/linkchecker.rst:170
msgid "Define a regular expression which prints a warning if it matches any content of the checked link. This applies only to valid pages, 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 error\". Note that multiple values can be combined in the regular expression, for example \"(This page has moved|Oracle Application error)\". See section `REGULAR EXPRESSIONS`_ for more info."
msgstr ""
#: ../../src/man/linkchecker.rst:180
msgid "Checking options"
msgstr ""
#: ../../src/man/linkchecker.rst:184
msgid "Read a file with initial cookie data. The cookie data format is explained below."
msgstr ""
#: ../../src/man/linkchecker.rst:189
msgid "Check external URLs."
msgstr ""
#: ../../src/man/linkchecker.rst:193
msgid "URLs matching the given regular expression will only be syntax checked. This option can be given multiple times. See section `REGULAR EXPRESSIONS`_ for more info."
msgstr ""
#: ../../src/man/linkchecker.rst:199
msgid "Specify an NNTP server for news: links. Default is the environment variable :envvar:`NNTP_SERVER`. If no host is given, only the syntax of the link is checked."
msgstr ""
#: ../../src/man/linkchecker.rst:205
msgid "Check but do not recurse into URLs matching the given regular expression. This option can be given multiple times. See section `REGULAR EXPRESSIONS`_ for more info."
msgstr ""
#: ../../src/man/linkchecker.rst:212
msgid "Check URLs regardless of any robots.txt files."
msgstr ""
#: ../../src/man/linkchecker.rst:216
msgid "Read a password from console and use it for HTTP and FTP authorization. For FTP the default password is anonymous@. For HTTP there is no default password. See also :option:`-u`."
msgstr ""
#: ../../src/man/linkchecker.rst:222
msgid "Check recursively all links up to given depth. A negative depth will enable infinite recursion. Default depth is infinite."
msgstr ""
#: ../../src/man/linkchecker.rst:227
msgid "Set the timeout for connection attempts in seconds. The default timeout is 60 seconds."
msgstr ""
#: ../../src/man/linkchecker.rst:232
msgid "Try the given username for HTTP and FTP authorization. For FTP the default username is anonymous. For HTTP there is no default username. See also :option:`-p`."
msgstr ""
#: ../../src/man/linkchecker.rst:238
msgid "Specify the User-Agent string to send to the HTTP server, for example \"Mozilla/4.0\". The default is \"LinkChecker/X.Y\" where X.Y is the current version of LinkChecker."
msgstr ""
#: ../../src/man/linkchecker.rst:243
msgid "CONFIGURATION FILES"
msgstr ""
#: ../../src/man/linkchecker.rst:245
msgid "Configuration files can specify all options above. They can also specify some options that cannot be set on the command line. See :manpage:`linkcheckerrc(5)` for more info."
msgstr ""
#: ../../src/man/linkchecker.rst:250
msgid "OUTPUT TYPES"
msgstr ""
#: ../../src/man/linkchecker.rst:252
msgid "Note that by default only errors and warnings are logged. You should use the option :option:`--verbose` to get the complete URL list, especially when outputting a sitemap graph format."
msgstr ""
#: ../../src/man/linkchecker.rst:256
msgid "**text**"
msgstr ""
#: ../../src/man/linkchecker.rst:257
msgid "Standard text logger, logging URLs in keyword: argument fashion."
msgstr ""
#: ../../src/man/linkchecker.rst:260
msgid "**html**"
msgstr ""
#: ../../src/man/linkchecker.rst:259
msgid "Log URLs in keyword: argument fashion, formatted as HTML. Additionally has links to the referenced pages. Invalid URLs have HTML and CSS syntax check links appended."
msgstr ""
#: ../../src/man/linkchecker.rst:262
msgid "**csv**"
msgstr ""
#: ../../src/man/linkchecker.rst:263
msgid "Log check result in CSV format with one URL per line."
msgstr ""
#: ../../src/man/linkchecker.rst:265
msgid "**gml**"
msgstr ""
#: ../../src/man/linkchecker.rst:265
msgid "Log parent-child relations between linked URLs as a GML sitemap graph."
msgstr ""
#: ../../src/man/linkchecker.rst:268
msgid "**dot**"
msgstr ""
#: ../../src/man/linkchecker.rst:268
msgid "Log parent-child relations between linked URLs as a DOT sitemap graph."
msgstr ""
#: ../../src/man/linkchecker.rst:270
msgid "**gxml**"
msgstr ""
#: ../../src/man/linkchecker.rst:271
msgid "Log check result as a GraphXML sitemap graph."
msgstr ""
#: ../../src/man/linkchecker.rst:272
msgid "**xml**"
msgstr ""
#: ../../src/man/linkchecker.rst:273
msgid "Log check result as machine-readable XML."
msgstr ""
#: ../../src/man/linkchecker.rst:275
msgid "**sitemap**"
msgstr ""
#: ../../src/man/linkchecker.rst:275
msgid "Log check result as an XML sitemap whose protocol is documented at https://www.sitemaps.org/protocol.html."
msgstr ""
#: ../../src/man/linkchecker.rst:278
msgid "**sql**"
msgstr ""
#: ../../src/man/linkchecker.rst:278
msgid "Log check result as SQL script with INSERT commands. An example script to create the initial SQL table is included as create.sql."
msgstr ""
#: ../../src/man/linkchecker.rst:282
msgid "**failures**"
msgstr ""
#: ../../src/man/linkchecker.rst:281
msgid "Suitable for cron jobs. Logs the check result into a file **~/.linkchecker/failures** which only contains entries with invalid URLs and the number of times they have failed."
msgstr ""
#: ../../src/man/linkchecker.rst:285
msgid "**none**"
msgstr ""
#: ../../src/man/linkchecker.rst:285
msgid "Logs nothing. Suitable for debugging or checking the exit code."
msgstr ""
#: ../../src/man/linkchecker.rst:288
msgid "REGULAR EXPRESSIONS"
msgstr ""
#: ../../src/man/linkchecker.rst:290
msgid "LinkChecker accepts Python regular expressions. See https://docs.python.org/howto/regex.html for an introduction. An addition is that a leading exclamation mark negates the regular expression."
msgstr ""
#: ../../src/man/linkchecker.rst:296
msgid "COOKIE FILES"
msgstr ""
#: ../../src/man/linkchecker.rst:298
msgid "A cookie file contains standard HTTP header (RFC 2616) data with the following possible names:"
msgstr ""
#: ../../src/man/linkchecker.rst:301
msgid "**Host** (required)"
msgstr ""
#: ../../src/man/linkchecker.rst:302
msgid "Sets the domain the cookies are valid for."
msgstr ""
#: ../../src/man/linkchecker.rst:303
msgid "**Path** (optional)"
msgstr ""
#: ../../src/man/linkchecker.rst:304
msgid "Gives the path the cookies are value for; default path is **/**."
msgstr ""
#: ../../src/man/linkchecker.rst:306
msgid "**Set-cookie** (required)"
msgstr ""
#: ../../src/man/linkchecker.rst:306
msgid "Set cookie name/value. Can be given more than once."
msgstr ""
#: ../../src/man/linkchecker.rst:308
msgid "Multiple entries are separated by a blank line. The example below will send two cookies to all URLs starting with **http://example.com/hello/** and one to all URLs starting with **https://example.org/**:"
msgstr ""
#: ../../src/man/linkchecker.rst:326
msgid "PROXY SUPPORT"
msgstr ""
#: ../../src/man/linkchecker.rst:328
msgid "To use a proxy on Unix or Windows set the :envvar:`http_proxy`, :envvar:`https_proxy` or :envvar:`ftp_proxy` environment variables to the proxy URL. The URL should be of the form **http://**\\ [*user*\\ **:**\\ *pass*\\ **@**]\\ *host*\\ [**:**\\ *port*]. LinkChecker also detects manual proxy settings of Internet Explorer under Windows systems, and GNOME or KDE on Linux systems. On a Mac use the Internet Config to select a proxy. You can also set a comma-separated domain list in the :envvar:`no_proxy` environment variables to ignore any proxy settings for these domains."
msgstr ""
#: ../../src/man/linkchecker.rst:338
msgid "Setting a HTTP proxy on Unix for example looks like this:"
msgstr ""
#: ../../src/man/linkchecker.rst:344
msgid "Proxy authentication is also supported:"
msgstr ""
#: ../../src/man/linkchecker.rst:350
msgid "Setting a proxy on the Windows command prompt:"
msgstr ""
#: ../../src/man/linkchecker.rst:357
msgid "PERFORMED CHECKS"
msgstr ""
#: ../../src/man/linkchecker.rst:359
msgid "All URLs have to pass a preliminary syntax test. Minor quoting mistakes will issue a warning, all other invalid syntax issues are errors. After the syntax check passes, the URL is queued for connection checking. All connection check types are described below."
msgstr ""
#: ../../src/man/linkchecker.rst:370
msgid "HTTP links (**http:**, **https:**)"
msgstr ""
#: ../../src/man/linkchecker.rst:365
msgid "After connecting to the given HTTP server the given path or query is requested. All redirections are followed, and if user/password is given it will be used as authorization when necessary. All final HTTP status codes other than 2xx are errors."
msgstr ""
#: ../../src/man/linkchecker.rst:370
msgid "HTML page contents are checked for recursion."
msgstr ""
#: ../../src/man/linkchecker.rst:377
msgid "Local files (**file:**)"
msgstr ""
#: ../../src/man/linkchecker.rst:373
msgid "A regular, readable file that can be opened is valid. A readable directory is also valid. All other files, for example device files, unreadable or non-existing files are errors."
msgstr ""
#: ../../src/man/linkchecker.rst:377
msgid "HTML or other parseable file contents are checked for recursion."
msgstr ""
#: ../../src/man/linkchecker.rst:392
msgid "Mail links (**mailto:**)"
msgstr ""
#: ../../src/man/linkchecker.rst:380
msgid "A mailto: link eventually resolves to a list of email addresses. If one address fails, the whole list will fail. For each mail address we check the following things:"
msgstr ""
#: ../../src/man/linkchecker.rst:384
msgid "Check the address syntax, both the parts before and after the @ sign."
msgstr ""
#: ../../src/man/linkchecker.rst:386
msgid "Look up the MX DNS records. If we found no MX record, print an error."
msgstr ""
#: ../../src/man/linkchecker.rst:388
msgid "Check if one of the mail hosts accept an SMTP connection. Check hosts with higher priority first. If no host accepts SMTP, we print a warning."
msgstr ""
#: ../../src/man/linkchecker.rst:391
msgid "Try to verify the address with the VRFY command. If we got an answer, print the verified address as an info."
msgstr ""
#: ../../src/man/linkchecker.rst:401
msgid "FTP links (**ftp:**)"
msgstr ""
#: ../../src/man/linkchecker.rst:395
msgid "For FTP links we do:"
msgstr ""
#: ../../src/man/linkchecker.rst:397
msgid "connect to the specified host"
msgstr ""
#: ../../src/man/linkchecker.rst:398
msgid "try to login with the given user and password. The default user is **anonymous**, the default password is **anonymous@**."
msgstr ""
#: ../../src/man/linkchecker.rst:400
msgid "try to change to the given directory"
msgstr ""
#: ../../src/man/linkchecker.rst:401
msgid "list the file with the NLST command"
msgstr ""
#: ../../src/man/linkchecker.rst:405
msgid "Telnet links (**telnet:**)"
msgstr ""
#: ../../src/man/linkchecker.rst:404
msgid "We try to connect and if user/password are given, login to the given telnet server."
msgstr ""
#: ../../src/man/linkchecker.rst:409
msgid "NNTP links (**news:**, **snews:**, **nntp**)"
msgstr ""
#: ../../src/man/linkchecker.rst:408
msgid "We try to connect to the given NNTP server. If a news group or article is specified, try to request it from the server."
msgstr ""
#: ../../src/man/linkchecker.rst:418
msgid "Unsupported links (**javascript:**, etc.)"
msgstr ""
#: ../../src/man/linkchecker.rst:412
msgid "An unsupported link will only print a warning. No further checking will be made."
msgstr ""
#: ../../src/man/linkchecker.rst:415
msgid "The complete list of recognized, but unsupported links can be found in the `linkcheck/checker/unknownurl.py <https://github.com/linkchecker/linkchecker/blob/master/linkcheck/checker/unknownurl.py>`__ source file. The most prominent of them should be JavaScript links."
msgstr ""
#: ../../src/man/linkchecker.rst:421
#: ../../src/man/linkcheckerrc.rst:422
msgid "PLUGINS"
msgstr ""
#: ../../src/man/linkchecker.rst:423
msgid "There are two plugin types: connection and content plugins. Connection plugins are run after a successful connection to the URL host. Content 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 :option:`--list-plugins` for a list of plugins and their documentation. All plugins are enabled via the :manpage:`linkcheckerrc(5)` configuration file."
msgstr ""
#: ../../src/man/linkchecker.rst:433
msgid "RECURSION"
msgstr ""
#: ../../src/man/linkchecker.rst:435
msgid "Before descending recursively into a URL, it has to fulfill several conditions. They are checked in this order:"
msgstr ""
#: ../../src/man/linkchecker.rst:438
msgid "A URL must be valid."
msgstr ""
#: ../../src/man/linkchecker.rst:439
msgid "A URL must be parseable. This currently includes HTML files, Opera bookmarks files, and directories. If a file type cannot be determined (for example it does not have a common HTML file extension, and the content does not look like HTML), it is assumed to be non-parseable."
msgstr ""
#: ../../src/man/linkchecker.rst:443
msgid "The URL content must be retrievable. This is usually the case except for example mailto: or unknown URL types."
msgstr ""
#: ../../src/man/linkchecker.rst:445
msgid "The maximum recursion level must not be exceeded. It is configured with the :option:`--recursion-level` option and is unlimited per default."
msgstr ""
#: ../../src/man/linkchecker.rst:447
msgid "It must not match the ignored URL list. This is controlled with the :option:`--ignore-url` option."
msgstr ""
#: ../../src/man/linkchecker.rst:449
msgid "The Robots Exclusion Protocol must allow links in the URL to be followed recursively. This is checked by searching for a \"nofollow\" directive in the HTML header data."
msgstr ""
#: ../../src/man/linkchecker.rst:453
msgid "Note that the directory recursion reads all files in that directory, not just a subset like **index.htm**."
msgstr ""
#: ../../src/man/linkchecker.rst:457
msgid "NOTES"
msgstr ""
#: ../../src/man/linkchecker.rst:459
msgid "URLs on the commandline starting with **ftp.** are treated like **ftp://ftp.**, URLs starting with **www.** are treated like **http://www.**. 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 :option:`--ignore-url` option to prevent this."
msgstr ""
#: ../../src/man/linkchecker.rst:467
msgid "Javascript links are not supported."
msgstr ""
#: ../../src/man/linkchecker.rst:469
msgid "If your platform does not support threading, LinkChecker disables it automatically."
msgstr ""
#: ../../src/man/linkchecker.rst:472
msgid "You can supply multiple user/password pairs in a configuration file."
msgstr ""
#: ../../src/man/linkchecker.rst:474
msgid "When checking **news:** links the given NNTP host doesn't need to be the same as the host of the user browsing your pages."
msgstr ""
#: ../../src/man/linkchecker.rst:478
msgid "ENVIRONMENT"
msgstr ""
#: ../../src/man/linkchecker.rst:482
msgid "specifies default NNTP server"
msgstr ""
#: ../../src/man/linkchecker.rst:486
msgid "specifies default HTTP proxy server"
msgstr ""
#: ../../src/man/linkchecker.rst:490
msgid "specifies default FTP proxy server"
msgstr ""
#: ../../src/man/linkchecker.rst:494
msgid "comma-separated list of domains to not contact over a proxy server"
msgstr ""
#: ../../src/man/linkchecker.rst:498
msgid "specify output language"
msgstr ""
#: ../../src/man/linkchecker.rst:501
msgid "RETURN VALUE"
msgstr ""
#: ../../src/man/linkchecker.rst:503
msgid "The return value is 2 when"
msgstr ""
#: ../../src/man/linkchecker.rst:505
msgid "a program error occurred."
msgstr ""
#: ../../src/man/linkchecker.rst:507
msgid "The return value is 1 when"
msgstr ""
#: ../../src/man/linkchecker.rst:509
msgid "invalid links were found or"
msgstr ""
#: ../../src/man/linkchecker.rst:510
msgid "link warnings were found and warnings are enabled"
msgstr ""
#: ../../src/man/linkchecker.rst:512
msgid "Else the return value is zero."
msgstr ""
#: ../../src/man/linkchecker.rst:515
msgid "LIMITATIONS"
msgstr ""
#: ../../src/man/linkchecker.rst:517
msgid "LinkChecker consumes memory for each queued URL to check. With thousands of queued URLs the amount of consumed memory can become quite large. This might slow down the program or even the whole system."
msgstr ""
#: ../../src/man/linkchecker.rst:522
msgid "FILES"
msgstr ""
#: ../../src/man/linkchecker.rst:524
msgid "**~/.linkchecker/linkcheckerrc** - default configuration file"
msgstr ""
#: ../../src/man/linkchecker.rst:526
msgid "**~/.linkchecker/failures** - default failures logger output filename"
msgstr ""
#: ../../src/man/linkchecker.rst:528
msgid "**linkchecker-out.**\\ *TYPE* - default logger file output name"
msgstr ""
#: ../../src/man/linkchecker.rst:531
#: ../../src/man/linkcheckerrc.rst:542
msgid "SEE ALSO"
msgstr ""
#: ../../src/man/linkchecker.rst:533
msgid ":manpage:`linkcheckerrc(5)`"
msgstr ""
#: ../../src/man/linkchecker.rst:535
msgid "https://docs.python.org/library/codecs.html#standard-encodings - valid output encodings"
msgstr ""
#: ../../src/man/linkchecker.rst:538
msgid "https://docs.python.org/howto/regex.html - regular expression documentation"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:4
msgid "linkcheckerrc"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:9
msgid "**linkcheckerrc** is the configuration file for LinkChecker. The file is written in an INI-style format. The default file location is **~/.linkchecker/linkcheckerrc** on Unix, **%HOMEPATH%\\\\.linkchecker\\\\linkcheckerrc** on Windows systems."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:15
msgid "SETTINGS"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:18
msgid "checking"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:22
msgid "**cookiefile=**\\ *filename*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:21
msgid "Read a file with initial cookie data. The cookie data format is explained in :manpage:`linkchecker(1)`. Command line option: :option:`--cookiefile`"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:26
msgid "**debugmemory=**\\ [**0**\\ \\|\\ **1**]"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:25
msgid "Write memory allocation statistics to a file on exit, requires :pypi:`meliae`. The default is not to write the file. Command line option: none"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:33
msgid "**localwebroot=**\\ *STRING*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:29
msgid "When checking absolute URLs inside local files, the given root directory is used as base URL. Note that the given directory must have URL syntax, so it must use a slash to join directories instead of a backslash. And the given directory must end with a slash. Command line option: none"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:38
msgid "**nntpserver=**\\ *STRING*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:36
msgid "Specify an NNTP server for **news:** links. Default is the environment variable :envvar:`NNTP_SERVER`. If no host is given, only the syntax of the link is checked. Command line option: :option:`--nntp-server`"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:42
msgid "**recursionlevel=**\\ *NUMBER*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:41
msgid "Check recursively all links up to given depth. A negative depth will enable infinite recursion. Default depth is infinite. Command line option: :option:`--recursion-level`"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:46
msgid "**threads=**\\ *NUMBER*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:45
msgid "Generate no more than the given number of threads. Default number of threads is 10. To disable threading specify a non-positive number. Command line option: :option:`--threads`"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:50
msgid "**timeout=**\\ *NUMBER*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:49
msgid "Set the timeout for connection attempts in seconds. The default timeout is 60 seconds. Command line option: :option:`--timeout`"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:55
msgid "**aborttimeout=**\\ *NUMBER*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:53
msgid "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: :option:`--timeout`"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:60
msgid "**useragent=**\\ *STRING*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:58
msgid "Specify the User-Agent string to send to the HTTP server, for example \"Mozilla/4.0\". The default is \"LinkChecker/X.Y\" where X.Y is the current version of LinkChecker. Command line option: :option:`--user-agent`"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:66
msgid "**sslverify=**\\ [**0**\\ \\|\\ **1**\\ \\|\\ *filename*]"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:63
msgid "If set to zero disables SSL certificate checking. If set to one (the default) enables SSL certificate checking with the provided CA certificate file. If a filename is specified, it will be used as the certificate file. Command line option: none"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:72
msgid "**maxrunseconds=**\\ *NUMBER*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:69
msgid "Stop checking new URLs after the given number of seconds. Same as if the user stops (by hitting Ctrl-C) after the given number of seconds. The default is not to stop until all URLs are checked. Command line option: none"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:78
msgid "**maxfilesizedownload=**\\ *NUMBER*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:75
msgid "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"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:82
msgid "**maxfilesizeparse=**\\ *NUMBER*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:81
msgid "Files larger than NUMBER bytes will not be parsed for links. The default is 1048576 (1 MB). Command line option: none"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:87
msgid "**maxnumurls=**\\ *NUMBER*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:85
msgid "Maximum number of URLs to check. New URLs will not be queued after the given number of URLs is checked. The default is to queue and check all URLs. Command line option: none"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:91
msgid "**maxrequestspersecond=**\\ *NUMBER*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:90
msgid "Limit the maximum number of requests per second to one host. The default is 10. Command line option: none"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:96
msgid "**robotstxt=**\\ [**0**\\ \\|\\ **1**]"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:94
msgid "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: :option:`--no-robots`"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:100
msgid "**allowedschemes=**\\ *NAME*\\ [**,**\\ *NAME*...]"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:99
msgid "Allowed URL schemes as comma-separated list. Command line option: none"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:103
msgid "filtering"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:106
msgid "**ignore=**\\ *REGEX* (MULTILINE)"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:106
msgid "Only check syntax of URLs matching the given regular expressions. Command line option: :option:`--ignore-url`"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:110
msgid "**ignorewarnings=**\\ *NAME*\\ [**,**\\ *NAME*...]"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:109
msgid "Ignore the comma-separated list of warnings. See `WARNINGS`_ for the list of supported warnings. Command line option: none"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:114
msgid "**internlinks=**\\ *REGEX*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:113
msgid "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"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:118
msgid "**nofollow=**\\ *REGEX* (MULTILINE)"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:117
msgid "Check but do not recurse into URLs matching the given regular expressions. Command line option: :option:`--no-follow-url`"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:122
msgid "**checkextern=**\\ [**0**\\ \\|\\ **1**]"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:121
msgid "Check external links. Default is to check internal links only. Command line option: :option:`--check-extern`"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:125
msgid "authentication"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:138
msgid "**entry=**\\ *REGEX* *USER* [*PASS*] (MULTILINE)"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:128
msgid "Provide individual username/password pairs for different links. In addtion to a single login page specified with **loginurl** multiple FTP, HTTP (Basic Authentication) and telnet 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 :option:`-u` and :option:`-p` match every link and therefore override the entries given here. The first match wins. Command line option: :option:`-u`, :option:`-p`"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:145
msgid "**loginurl=**\\ *URL*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:141
msgid "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 **entry** for an explanation of username and password values)."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:147
msgid "**loginuserfield=**\\ *STRING*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:148
msgid "The name attribute of the username input element. Default: **login**."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:149
msgid "**loginpasswordfield=**\\ *STRING*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:150
msgid "The name attribute of the password input element. Default: **password**."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:155
msgid "**loginextrafields=**\\ *NAME*\\ **:**\\ *VALUE* (MULTILINE)"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:152
msgid "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."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:158
msgid "output"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:164
msgid "**debug=**\\ *STRING*\\ [**,**\\ *STRING*...]"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:161
msgid "Print debugging output for the given modules. Available debug modules are **cmdline**, **checking**, **cache**, **dns**, **thread**, **plugins** and **all**. Specifying **all** is an alias for specifying all available loggers. Command line option: :option:`--debug`"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:172
msgid "**fileoutput=**\\ *TYPE*\\ [**,**\\ *TYPE*...]"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:167
msgid "Output to a file **linkchecker-out.**\\ *TYPE*, or **$HOME/.linkchecker/failures** for **failures** output. Valid file output types are **text**, **html**, **sql**, **csv**, **gml**, **dot**, **xml**, **none** or **failures**. Default is no file output. The various output types are documented below. Note that you can suppress all console output with **output=none**. Command line option: :option:`--file-output`"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:180
msgid "**log=**\\ *TYPE*\\ [**/**\\ *ENCODING*]"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:175
msgid "Specify output type as **text**, **html**, **sql**, **csv**, **gml**, **dot**, **xml**, **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 https://docs.python.org/library/codecs.html#standard-encodings. Command line option: :option:`--output`"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:184
msgid "**quiet=**\\ [**0**\\ \\|\\ **1**]"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:183
msgid "If set, operate quiet. An alias for **log=none**. This is only useful with **fileoutput**. Command line option: :option:`--verbose`"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:187
msgid "**status=**\\ [**0**\\ \\|\\ **1**]"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:187
msgid "Control printing check status messages. Default is 1. Command line option: :option:`--no-status`"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:191
msgid "**verbose=**\\ [**0**\\ \\|\\ **1**]"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:190
msgid "If set log all checked URLs once. Default is to log only errors and warnings. Command line option: :option:`--verbose`"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:195
msgid "**warnings=**\\ [**0**\\ \\|\\ **1**]"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:194
msgid "If set log warnings. Default is to log warnings. Command line option: :option:`--no-warnings`"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:198
msgid "text"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:202
#: ../../src/man/linkcheckerrc.rst:246
#: ../../src/man/linkcheckerrc.rst:256
#: ../../src/man/linkcheckerrc.rst:266
#: ../../src/man/linkcheckerrc.rst:280
#: ../../src/man/linkcheckerrc.rst:294
#: ../../src/man/linkcheckerrc.rst:318
#: ../../src/man/linkcheckerrc.rst:326
#: ../../src/man/linkcheckerrc.rst:336
#: ../../src/man/linkcheckerrc.rst:346
msgid "**filename=**\\ *STRING*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:201
msgid "Specify output filename for text logging. Default filename is **linkchecker-out.txt**. Command line option: :option:`--file-output`"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:206
#: ../../src/man/linkcheckerrc.rst:248
#: ../../src/man/linkcheckerrc.rst:258
#: ../../src/man/linkcheckerrc.rst:268
#: ../../src/man/linkcheckerrc.rst:282
#: ../../src/man/linkcheckerrc.rst:296
#: ../../src/man/linkcheckerrc.rst:328
#: ../../src/man/linkcheckerrc.rst:338
#: ../../src/man/linkcheckerrc.rst:348
msgid "**parts=**\\ *STRING*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:205
msgid "Comma-separated list of parts that have to be logged. See `LOGGER PARTS`_ below. Command line option: none"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:210
#: ../../src/man/linkcheckerrc.rst:251
#: ../../src/man/linkcheckerrc.rst:261
#: ../../src/man/linkcheckerrc.rst:270
#: ../../src/man/linkcheckerrc.rst:284
#: ../../src/man/linkcheckerrc.rst:298
#: ../../src/man/linkcheckerrc.rst:321
#: ../../src/man/linkcheckerrc.rst:331
#: ../../src/man/linkcheckerrc.rst:341
#: ../../src/man/linkcheckerrc.rst:350
msgid "**encoding=**\\ *STRING*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:209
msgid "Valid encodings are listed in https://docs.python.org/library/codecs.html#standard-encodings. Default encoding is **iso-8859-15**."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:218
msgid "*color\\**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:213
msgid "Color settings for the various log parts, syntax is *color* or *type*\\ **;**\\ *color*. The *type* can be **bold**, **light**, **blink**, **invert**. The *color* can be **default**, **black**, **red**, **green**, **yellow**, **blue**, **purple**, **cyan**, **white**, **Black**, **Red**, **Green**, **Yellow**, **Blue**, **Purple**, **Cyan** or **White**. Command line option: none"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:220
msgid "**colorparent=**\\ *STRING*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:221
msgid "Set parent color. Default is **white**."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:222
msgid "**colorurl=**\\ *STRING*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:223
msgid "Set URL color. Default is **default**."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:224
msgid "**colorname=**\\ *STRING*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:225
msgid "Set name color. Default is **default**."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:226
msgid "**colorreal=**\\ *STRING*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:227
msgid "Set real URL color. Default is **cyan**."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:228
msgid "**colorbase=**\\ *STRING*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:229
msgid "Set base URL color. Default is **purple**."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:230
msgid "**colorvalid=**\\ *STRING*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:231
msgid "Set valid color. Default is **bold;green**."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:232
msgid "**colorinvalid=**\\ *STRING*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:233
msgid "Set invalid color. Default is **bold;red**."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:234
msgid "**colorinfo=**\\ *STRING*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:235
msgid "Set info color. Default is **default**."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:236
msgid "**colorwarning=**\\ *STRING*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:237
msgid "Set warning color. Default is **bold;yellow**."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:238
msgid "**colordltime=**\\ *STRING*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:239
msgid "Set download time color. Default is **default**."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:241
msgid "**colorreset=**\\ *STRING*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:241
msgid "Set reset color. Default is **default**."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:244
msgid "gml"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:247
#: ../../src/man/linkcheckerrc.rst:249
#: ../../src/man/linkcheckerrc.rst:251
#: ../../src/man/linkcheckerrc.rst:257
#: ../../src/man/linkcheckerrc.rst:259
#: ../../src/man/linkcheckerrc.rst:261
#: ../../src/man/linkcheckerrc.rst:267
#: ../../src/man/linkcheckerrc.rst:269
#: ../../src/man/linkcheckerrc.rst:271
#: ../../src/man/linkcheckerrc.rst:281
#: ../../src/man/linkcheckerrc.rst:283
#: ../../src/man/linkcheckerrc.rst:285
#: ../../src/man/linkcheckerrc.rst:295
#: ../../src/man/linkcheckerrc.rst:297
#: ../../src/man/linkcheckerrc.rst:299
#: ../../src/man/linkcheckerrc.rst:319
#: ../../src/man/linkcheckerrc.rst:321
#: ../../src/man/linkcheckerrc.rst:327
#: ../../src/man/linkcheckerrc.rst:329
#: ../../src/man/linkcheckerrc.rst:331
#: ../../src/man/linkcheckerrc.rst:337
#: ../../src/man/linkcheckerrc.rst:339
#: ../../src/man/linkcheckerrc.rst:341
#: ../../src/man/linkcheckerrc.rst:347
#: ../../src/man/linkcheckerrc.rst:349
#: ../../src/man/linkcheckerrc.rst:351
msgid "See :ref:`[text] <man/linkcheckerrc:text>` section above."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:254
msgid "dot"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:264
msgid "csv"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:272
#: ../../src/man/linkcheckerrc.rst:289
msgid "**separator=**\\ *CHAR*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:273
msgid "Set CSV separator. Default is a comma (**,**)."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:275
msgid "**quotechar=**\\ *CHAR*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:275
msgid "Set CSV quote character. Default is a double quote (**\"**)."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:278
msgid "sql"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:286
msgid "**dbname=**\\ *STRING*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:287
msgid "Set database name to store into. Default is **linksdb**."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:289
msgid "Set SQL command separator character. Default is a semicolon (**;**)."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:292
msgid "html"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:300
msgid "**colorbackground=**\\ *COLOR*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:301
msgid "Set HTML background color. Default is **#fff7e5**."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:302
msgid "**colorurl=**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:303
msgid "Set HTML URL color. Default is **#dcd5cf**."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:304
msgid "**colorborder=**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:305
msgid "Set HTML border color. Default is **#000000**."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:306
msgid "**colorlink=**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:307
msgid "Set HTML link color. Default is **#191c83**."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:308
msgid "**colorwarning=**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:309
msgid "Set HTML warning color. Default is **#e0954e**."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:310
msgid "**colorerror=**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:311
msgid "Set HTML error color. Default is **#db4930**."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:313
msgid "**colorok=**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:313
msgid "Set HTML valid color. Default is **#3ba557**."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:316
msgid "failures"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:324
msgid "xml"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:334
msgid "gxml"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:344
msgid "sitemap"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:353
msgid "**priority=**\\ *FLOAT*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:353
msgid "A number between 0.0 and 1.0 determining the priority. The default priority for the first URL is 1.0, for all child URLs 0.5."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:356
msgid "**frequency=**\\ [**always**\\ \\|\\ **hourly**\\ \\|\\ **daily**\\ \\|\\ **weekly**\\ \\|\\ **monthly**\\ \\|\\ **yearly**\\ \\|\\ **never**]"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:356
msgid "How frequently pages are changing."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:359
msgid "LOGGER PARTS"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:361
msgid "**all**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:362
msgid "for all parts"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:363
msgid "**id**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:364
msgid "a unique ID for each logentry"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:365
msgid "**realurl**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:366
msgid "the full url link"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:367
msgid "**result**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:368
msgid "valid or invalid, with messages"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:369
msgid "**extern**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:370
msgid "1 or 0, only in some logger types reported"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:371
msgid "**base**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:372
msgid "base href=..."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:373
msgid "**name**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:374
msgid "<a href=...>name</a> and <img alt=\"name\">"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:375
msgid "**parenturl**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:376
msgid "if any"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:377
msgid "**info**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:378
msgid "some additional info, e.g. FTP welcome messages"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:379
msgid "**warning**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:380
msgid "warnings"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:381
msgid "**dltime**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:382
msgid "download time"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:383
msgid "**checktime**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:384
msgid "check time"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:385
msgid "**url**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:386
msgid "the original url name, can be relative"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:387
msgid "**intro**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:388
msgid "the blurb at the beginning, \"starting at ...\""
msgstr ""
#: ../../src/man/linkcheckerrc.rst:390
msgid "**outro**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:390
msgid "the blurb at the end, \"found x errors ...\""
msgstr ""
#: ../../src/man/linkcheckerrc.rst:393
msgid "MULTILINE"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:395
msgid "Some option values can span multiple lines. Each line has to be indented for that to work. Lines starting with a hash (**#**) will be ignored, though they must still be indented."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:408
msgid "EXAMPLE"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:424
msgid "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."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:429
msgid "AnchorCheck"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:431
msgid "Checks validity of HTML anchors."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:434
msgid "LocationInfo"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:436
msgid "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."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:440
msgid "RegexCheck"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:442
msgid "Define a regular expression which prints a warning if it matches any content of the checked link. This applies only to valid pages, so we can get their content."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:452
msgid "**warningregex=**\\ *REGEX*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:447
msgid "Use this to check for pages that contain some form of error message, for example \"This page has moved\" or \"Oracle Application error\". *REGEX* should be unquoted."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:451
msgid "Note that multiple values can be combined in the regular expression, for example \"(This page has moved\\|Oracle Application error)\"."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:455
msgid "SslCertificateCheck"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:457
msgid "Check SSL certificate expiration date. Only internal https: links will be checked. A domain will only be checked once to avoid duplicate warnings."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:462
msgid "**sslcertwarndays=**\\ *NUMBER*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:462
msgid "Configures the expiration warning time in days."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:465
msgid "HtmlSyntaxCheck"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:467
msgid "Check the syntax of HTML pages with the online W3C HTML validator. See https://validator.w3.org/docs/api.html."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:471
msgid "HttpHeaderInfo"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:473
msgid "Print HTTP headers in URL info."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:477
msgid "**prefixes=**\\ *prefix1*\\ [,*prefix2*]..."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:476
msgid "List of comma separated header prefixes. For example to display all HTTP headers that start with \"X-\"."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:480
msgid "CssSyntaxCheck"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:482
msgid "Check the syntax of HTML pages with the online W3C CSS validator. See https://jigsaw.w3.org/css-validator/manual.html#expert."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:486
msgid "VirusCheck"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:488
msgid "Checks the page content for virus infections with clamav. A local clamav daemon must be installed."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:492
msgid "**clamavconf=**\\ *filename*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:492
msgid "Filename of **clamd.conf** config file."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:495
msgid "PdfParser"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:497
msgid "Parse PDF files for URLs to check. Needs the :pypi:`pdfminer` Python package installed."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:501
msgid "WordParser"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:503
msgid "Parse Word files for URLs to check. Needs the :pypi:`pywin32` Python extension installed."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:507
msgid "WARNINGS"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:509
msgid "The following warnings are recognized in the 'ignorewarnings' config file entry:"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:512
msgid "**file-missing-slash**"
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**"
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**"
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."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:520
msgid "**http-empty-content**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:521
msgid "The URL had no content."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:522
msgid "**mail-no-mx-host**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:523
msgid "The mail MX host could not be found."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:524
msgid "**nntp-no-newsgroup**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:525
msgid "The NNTP newsgroup could not be found."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:526
msgid "**nntp-no-server**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:527
msgid "No NNTP server was found."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:528
msgid "**url-content-size-zero**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:529
msgid "The URL content size is zero."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:530
msgid "**url-content-too-large**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:531
msgid "The URL content size is too large."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:532
msgid "**url-effective-url**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:533
msgid "The effective URL is different from the original."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:534
msgid "**url-error-getting-content**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:535
msgid "Could not get the content of the URL."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:536
msgid "**url-obfuscated-ip**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:537
msgid "The IP is obfuscated."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:539
msgid "**url-whitespace**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:539
msgid "The URL contains leading or trailing whitespace."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:544
msgid ":manpage:`linkchecker(1)`"
msgstr ""