linkchecker/doc/i18n/gettext/man.pot
2024-09-03 19:21:57 +01:00

1753 lines
56 KiB
Text

# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2000-2016 Bastian Kleineidam, 2010-2024 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 10.4.0.post49+g7cf5037e\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-08-27 18:46+0000\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: and local file links"
msgstr ""
#: ../../src/man/linkchecker.rst:20
msgid "restriction of link checking with URL filters"
msgstr ""
#: ../../src/man/linkchecker.rst:21
msgid "proxy support"
msgstr ""
#: ../../src/man/linkchecker.rst:22
msgid "username/password authorization for HTTP and FTP"
msgstr ""
#: ../../src/man/linkchecker.rst:23
msgid "support for robots.txt exclusion protocol"
msgstr ""
#: ../../src/man/linkchecker.rst:24
msgid "support for Cookies"
msgstr ""
#: ../../src/man/linkchecker.rst:25
msgid "support for HTML5"
msgstr ""
#: ../../src/man/linkchecker.rst:26
msgid "Antivirus check"
msgstr ""
#: ../../src/man/linkchecker.rst:27
msgid "a command line and web interface"
msgstr ""
#: ../../src/man/linkchecker.rst:30
msgid "EXAMPLES"
msgstr ""
#: ../../src/man/linkchecker.rst:32
msgid "The most common use checks the given domain recursively:"
msgstr ""
#: ../../src/man/linkchecker.rst:38
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:41
msgid "Don't check URLs with **/secret** in its name. All other links are checked as usual:"
msgstr ""
#: ../../src/man/linkchecker.rst:48
msgid "Checking a local HTML file on Unix:"
msgstr ""
#: ../../src/man/linkchecker.rst:54
msgid "Checking a local HTML file on Windows:"
msgstr ""
#: ../../src/man/linkchecker.rst:60
msgid "You can skip the **http://** url part if the domain starts with **www.**:"
msgstr ""
#: ../../src/man/linkchecker.rst:67
msgid "You can skip the **ftp://** url part if the domain starts with **ftp.**:"
msgstr ""
#: ../../src/man/linkchecker.rst:73
msgid "Generate a sitemap graph and convert it with the graphviz dot utility:"
msgstr ""
#: ../../src/man/linkchecker.rst:80
msgid "OPTIONS"
msgstr ""
#: ../../src/man/linkchecker.rst:83
msgid "General options"
msgstr ""
#: ../../src/man/linkchecker.rst:87
msgid "Use FILENAME as configuration file. By default LinkChecker uses $XDG_CONFIG_HOME/linkchecker/linkcheckerrc."
msgstr ""
#: ../../src/man/linkchecker.rst:92
msgid "Help me! Print usage information for this program."
msgstr ""
#: ../../src/man/linkchecker.rst:96
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:101
msgid "Print version and exit."
msgstr ""
#: ../../src/man/linkchecker.rst:105
msgid "Print available check plugins and exit."
msgstr ""
#: ../../src/man/linkchecker.rst:108
msgid "Output options"
msgstr ""
#: ../../src/man/linkchecker.rst:111
#: ../../src/man/linkcheckerrc.rst:187
msgid "URL checking results"
msgstr ""
#: ../../src/man/linkchecker.rst:115
msgid "Output to a file linkchecker-out.TYPE, $XDG_DATA_HOME/linkchecker/failures for the failures output type, 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:131
msgid "Don't log warnings. Default is to log warnings."
msgstr ""
#: ../../src/man/linkchecker.rst:135
msgid "Specify the console 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:144
msgid "Log all checked URLs, overriding :option:`--no-warnings`. Default is to log only errors and warnings."
msgstr ""
#: ../../src/man/linkchecker.rst:148
#: ../../src/man/linkcheckerrc.rst:230
msgid "Progress updates"
msgstr ""
#: ../../src/man/linkchecker.rst:152
msgid "Do not print URL check status messages."
msgstr ""
#: ../../src/man/linkchecker.rst:155
#: ../../src/man/linkcheckerrc.rst:237
msgid "Application"
msgstr ""
#: ../../src/man/linkchecker.rst:159
msgid "Print debugging output for the given logger. Available debug loggers are cmdline, checking, cache, plugin and all. all is an alias for all available loggers. This option can be given multiple times to debug with more than one logger."
msgstr ""
#: ../../src/man/linkchecker.rst:165
#: ../../src/man/linkcheckerrc.rst:246
msgid "Quiet"
msgstr ""
#: ../../src/man/linkchecker.rst:169
msgid "Quiet operation, an alias for :option:`-o` *none* that also hides application information messages. This is only useful with :option:`-F`, else no results will be output."
msgstr ""
#: ../../src/man/linkchecker.rst:174
msgid "Checking options"
msgstr ""
#: ../../src/man/linkchecker.rst:178
msgid "Use initial cookie data read from a file. The cookie data format is explained below."
msgstr ""
#: ../../src/man/linkchecker.rst:183
msgid "Check external URLs."
msgstr ""
#: ../../src/man/linkchecker.rst:187
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:193
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:200
msgid "Check URLs regardless of any robots.txt files."
msgstr ""
#: ../../src/man/linkchecker.rst:204
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:210
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:215
msgid "Set the timeout for connection attempts in seconds. The default timeout is 60 seconds."
msgstr ""
#: ../../src/man/linkchecker.rst:220
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:226
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:231
msgid "Input options"
msgstr ""
#: ../../src/man/linkchecker.rst:235
msgid "Read from stdin a list of white-space separated URLs to check."
msgstr ""
#: ../../src/man/linkchecker.rst:239
msgid "The location to start checking with. A file can be a simple list of URLs, one per line, if the first line is \"# LinkChecker URL list\"."
msgstr ""
#: ../../src/man/linkchecker.rst:244
msgid "CONFIGURATION FILES"
msgstr ""
#: ../../src/man/linkchecker.rst:246
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:251
#: ../../src/man/linkcheckerrc.rst:255
msgid "OUTPUT TYPES"
msgstr ""
#: ../../src/man/linkchecker.rst:253
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:257
msgid "**text**"
msgstr ""
#: ../../src/man/linkchecker.rst:258
msgid "Standard text logger, logging URLs in keyword: argument fashion."
msgstr ""
#: ../../src/man/linkchecker.rst:261
msgid "**html**"
msgstr ""
#: ../../src/man/linkchecker.rst:260
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:263
msgid "**csv**"
msgstr ""
#: ../../src/man/linkchecker.rst:264
msgid "Log check result in CSV format with one URL per line."
msgstr ""
#: ../../src/man/linkchecker.rst:266
msgid "**gml**"
msgstr ""
#: ../../src/man/linkchecker.rst:266
msgid "Log parent-child relations between linked URLs as a GML sitemap graph."
msgstr ""
#: ../../src/man/linkchecker.rst:269
msgid "**dot**"
msgstr ""
#: ../../src/man/linkchecker.rst:269
msgid "Log parent-child relations between linked URLs as a DOT sitemap graph."
msgstr ""
#: ../../src/man/linkchecker.rst:271
msgid "**gxml**"
msgstr ""
#: ../../src/man/linkchecker.rst:272
msgid "Log check result as a GraphXML sitemap graph."
msgstr ""
#: ../../src/man/linkchecker.rst:273
msgid "**xml**"
msgstr ""
#: ../../src/man/linkchecker.rst:274
msgid "Log check result as machine-readable XML."
msgstr ""
#: ../../src/man/linkchecker.rst:276
msgid "**sitemap**"
msgstr ""
#: ../../src/man/linkchecker.rst:276
msgid "Log check result as an XML sitemap whose protocol is documented at https://www.sitemaps.org/protocol.html."
msgstr ""
#: ../../src/man/linkchecker.rst:279
msgid "**sql**"
msgstr ""
#: ../../src/man/linkchecker.rst:279
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:283
msgid "**failures**"
msgstr ""
#: ../../src/man/linkchecker.rst:282
msgid "Suitable for cron jobs. Logs the check result into a file **$XDG_DATA_HOME/linkchecker/failures** which only contains entries with invalid URLs and the number of times they have failed."
msgstr ""
#: ../../src/man/linkchecker.rst:286
msgid "**none**"
msgstr ""
#: ../../src/man/linkchecker.rst:286
msgid "Logs nothing. Suitable for debugging or checking the exit code."
msgstr ""
#: ../../src/man/linkchecker.rst:289
msgid "REGULAR EXPRESSIONS"
msgstr ""
#: ../../src/man/linkchecker.rst:291
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:297
msgid "COOKIE FILES"
msgstr ""
#: ../../src/man/linkchecker.rst:299
msgid "A cookie file contains standard HTTP header (RFC 2616) data with the following possible names:"
msgstr ""
#: ../../src/man/linkchecker.rst:302
msgid "**Host** (required)"
msgstr ""
#: ../../src/man/linkchecker.rst:303
msgid "Sets the domain the cookies are valid for."
msgstr ""
#: ../../src/man/linkchecker.rst:304
msgid "**Path** (optional)"
msgstr ""
#: ../../src/man/linkchecker.rst:305
msgid "Gives the path the cookies are value for; default path is **/**."
msgstr ""
#: ../../src/man/linkchecker.rst:307
msgid "**Set-cookie** (required)"
msgstr ""
#: ../../src/man/linkchecker.rst:307
msgid "Set cookie name/value. Can be given more than once."
msgstr ""
#: ../../src/man/linkchecker.rst:309
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:327
msgid "PROXY SUPPORT"
msgstr ""
#: ../../src/man/linkchecker.rst:329
msgid "To use a proxy on Unix or Windows set the :envvar:`http_proxy` or :envvar:`https_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. 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 variable to ignore any proxy settings for these domains. The :envvar:`curl_ca_bundle` environment variable can be used to identify an alternative certificate bundle to be used with an HTTPS proxy."
msgstr ""
#: ../../src/man/linkchecker.rst:341
msgid "Setting a HTTP proxy on Unix for example looks like this:"
msgstr ""
#: ../../src/man/linkchecker.rst:347
msgid "Proxy authentication is also supported:"
msgstr ""
#: ../../src/man/linkchecker.rst:353
msgid "Setting a proxy on the Windows command prompt:"
msgstr ""
#: ../../src/man/linkchecker.rst:360
msgid "PERFORMED CHECKS"
msgstr ""
#: ../../src/man/linkchecker.rst:362
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:373
msgid "HTTP links (**http:**, **https:**)"
msgstr ""
#: ../../src/man/linkchecker.rst:368
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:373
msgid "HTML page contents are checked for recursion."
msgstr ""
#: ../../src/man/linkchecker.rst:380
msgid "Local files (**file:**)"
msgstr ""
#: ../../src/man/linkchecker.rst:376
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:380
msgid "HTML or other parseable file contents are checked for recursion."
msgstr ""
#: ../../src/man/linkchecker.rst:395
msgid "Mail links (**mailto:**)"
msgstr ""
#: ../../src/man/linkchecker.rst:383
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:387
msgid "Check the address syntax, both the parts before and after the @ sign."
msgstr ""
#: ../../src/man/linkchecker.rst:389
msgid "Look up the MX DNS records. If we found no MX record, print an error."
msgstr ""
#: ../../src/man/linkchecker.rst:391
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:394
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:404
msgid "FTP links (**ftp:**)"
msgstr ""
#: ../../src/man/linkchecker.rst:398
msgid "For FTP links we do:"
msgstr ""
#: ../../src/man/linkchecker.rst:400
msgid "connect to the specified host"
msgstr ""
#: ../../src/man/linkchecker.rst:401
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:403
msgid "try to change to the given directory"
msgstr ""
#: ../../src/man/linkchecker.rst:404
msgid "list the file with the NLST command"
msgstr ""
#: ../../src/man/linkchecker.rst:413
msgid "Unsupported links (**javascript:**, etc.)"
msgstr ""
#: ../../src/man/linkchecker.rst:407
msgid "An unsupported link will only print a warning. No further checking will be made."
msgstr ""
#: ../../src/man/linkchecker.rst:410
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:416
msgid "SITEMAPS"
msgstr ""
#: ../../src/man/linkchecker.rst:418
msgid "Sitemaps are parsed for links to check and can be detected either from a sitemap entry in a robots.txt, or when passed as a :option:`FILE-OR-URL` argument in which case detection requires the urlset/sitemapindex tag to be within the first 70 characters of the sitemap. Compressed sitemap files are not supported."
msgstr ""
#: ../../src/man/linkchecker.rst:425
#: ../../src/man/linkcheckerrc.rst:490
msgid "PLUGINS"
msgstr ""
#: ../../src/man/linkchecker.rst:427
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:437
msgid "RECURSION"
msgstr ""
#: ../../src/man/linkchecker.rst:439
msgid "Before descending recursively into a URL, it has to fulfill several conditions. They are checked in this order:"
msgstr ""
#: ../../src/man/linkchecker.rst:442
msgid "A URL must be valid."
msgstr ""
#: ../../src/man/linkchecker.rst:443
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:447
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:449
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:451
msgid "It must not match the ignored URL list. This is controlled with the :option:`--ignore-url` option."
msgstr ""
#: ../../src/man/linkchecker.rst:453
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:457
msgid "Note that the directory recursion reads all files in that directory, not just a subset like **index.htm**."
msgstr ""
#: ../../src/man/linkchecker.rst:461
msgid "NOTES"
msgstr ""
#: ../../src/man/linkchecker.rst:463
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:471
msgid "Javascript links are not supported."
msgstr ""
#: ../../src/man/linkchecker.rst:473
msgid "If your platform does not support threading, LinkChecker disables it automatically."
msgstr ""
#: ../../src/man/linkchecker.rst:476
msgid "You can supply multiple user/password pairs in a configuration file."
msgstr ""
#: ../../src/man/linkchecker.rst:479
msgid "ENVIRONMENT"
msgstr ""
#: ../../src/man/linkchecker.rst:483
msgid "specifies default HTTP proxy server"
msgstr ""
#: ../../src/man/linkchecker.rst:487
msgid "specifies default HTTPS proxy server"
msgstr ""
#: ../../src/man/linkchecker.rst:491
msgid "an alternative certificate bundle to be used with an HTTPS proxy"
msgstr ""
#: ../../src/man/linkchecker.rst:495
msgid "comma-separated list of domains to not contact over a proxy server"
msgstr ""
#: ../../src/man/linkchecker.rst:499
msgid "specify output language"
msgstr ""
#: ../../src/man/linkchecker.rst:502
msgid "RETURN VALUE"
msgstr ""
#: ../../src/man/linkchecker.rst:504
msgid "The return value is 2 when"
msgstr ""
#: ../../src/man/linkchecker.rst:506
msgid "a program error occurred."
msgstr ""
#: ../../src/man/linkchecker.rst:508
msgid "The return value is 1 when"
msgstr ""
#: ../../src/man/linkchecker.rst:510
msgid "invalid links were found or"
msgstr ""
#: ../../src/man/linkchecker.rst:511
msgid "link warnings were found and warnings are enabled"
msgstr ""
#: ../../src/man/linkchecker.rst:513
msgid "Else the return value is zero."
msgstr ""
#: ../../src/man/linkchecker.rst:516
msgid "LIMITATIONS"
msgstr ""
#: ../../src/man/linkchecker.rst:518
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:523
msgid "FILES"
msgstr ""
#: ../../src/man/linkchecker.rst:525
msgid "**$XDG_CONFIG_HOME/linkchecker/linkcheckerrc** - default configuration file"
msgstr ""
#: ../../src/man/linkchecker.rst:527
msgid "**$XDG_DATA_HOME/linkchecker/failures** - default failures logger output filename"
msgstr ""
#: ../../src/man/linkchecker.rst:529
msgid "**linkchecker-out.**\\ *TYPE* - default logger file output name"
msgstr ""
#: ../../src/man/linkchecker.rst:532
#: ../../src/man/linkcheckerrc.rst:632
msgid "SEE ALSO"
msgstr ""
#: ../../src/man/linkchecker.rst:534
msgid ":manpage:`linkcheckerrc(5)`"
msgstr ""
#: ../../src/man/linkchecker.rst:536
msgid "https://docs.python.org/library/codecs.html#standard-encodings - valid output encodings"
msgstr ""
#: ../../src/man/linkchecker.rst:539
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 **$XDG_CONFIG_HOME/linkchecker/linkcheckerrc** or else **~/.config/linkchecker/linkcheckerrc** on Unix, **%HOMEPATH%\\\\.config\\\\linkchecker\\\\linkcheckerrc** on Windows systems."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:16
msgid "SETTINGS"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:19
msgid "checking"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:23
msgid "**cookiefile=**\\ *filename*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:22
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:27
msgid "**debugmemory=**\\ [**0**\\ \\|\\ **1**]"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:26
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:34
msgid "**localwebroot=**\\ *STRING*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:30
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 "**recursionlevel=**\\ *NUMBER*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:37
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:42
msgid "**threads=**\\ *NUMBER*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:41
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:46
msgid "**timeout=**\\ *NUMBER*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:45
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:51
msgid "**aborttimeout=**\\ *NUMBER*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:49
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: none"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:56
msgid "**useragent=**\\ *STRING*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:54
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:62
msgid "**sslverify=**\\ [**0**\\ \\|\\ **1**\\ \\|\\ *filename*]"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:59
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:68
msgid "**maxrunseconds=**\\ *NUMBER*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:65
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:74
msgid "**maxfilesizedownload=**\\ *NUMBER*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:71
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:78
msgid "**maxfilesizeparse=**\\ *NUMBER*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:77
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:83
msgid "**maxnumurls=**\\ *NUMBER*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:81
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:86
msgid "Limit the maximum number of HTTP requests per second to one host. The average number of requests per second is approximately one third of the maximum. Values less than 1 and at least 0.001 can be used. To use values greater than 10, the HTTP server must return a **LinkChecker** response header. 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:99
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:104
msgid "**resultcachesize=**\\ *NUMBER*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:102
msgid "Set the result cache size. The default is 100 000 URLs. Command line option: none"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:107
msgid "filtering"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:110
msgid "**ignore=**\\ *REGEX* (`MULTILINE`_)"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:110
msgid "Only check syntax of URLs matching the given regular expressions. Command line option: :option:`--ignore-url`"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:114
msgid "**ignorewarnings=**\\ *NAME*\\ [**,**\\ *NAME*...]"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:113
msgid "Ignore the comma-separated list of warnings. See `WARNINGS`_ for the list of supported warnings. Messages are logged as information. Command line option: none"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:130
msgid "**ignorewarningsforurls=**\\ *URL_REGEX* [*NAME_REGEX*] (`MULTILINE`_)"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:117
msgid "Specify regular expressions to ignore warnings for matching URLs, one per line. On each line, you can specify a second regular expression, ensuring that only the warnings with names matching the second expression will be ignored for that URL. If the second expression is omitted, all warnings are ignored for that URL."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:125
msgid "Default is to not ignore any warnings. See `WARNINGS`_ for the list of supported warnings. Messages are logged as information. Command line option: none"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:130
msgid "Example:"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:140
msgid "**internlinks=**\\ *REGEX*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:139
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:144
msgid "**nofollow=**\\ *REGEX* (`MULTILINE`_)"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:143
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:148
msgid "**checkextern=**\\ [**0**\\ \\|\\ **1**]"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:147
msgid "Check external links. Default is to check internal links only. Command line option: :option:`--check-extern`"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:151
msgid "authentication"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:164
msgid "**entry=**\\ *REGEX* *USER* [*PASS*] (`MULTILINE`_)"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:154
msgid "Provide individual username/password pairs for different links. In addition to a single login page specified with **loginurl** multiple FTP and HTTP (Basic Authentication) links are supported. Entries are a triple (URL regex, username, password) or a tuple (URL regex, username), where the entries are separated by whitespace. The password is optional and if missing it has to be entered at the commandline. If the regular expression matches the checked URL, the given username/password pair is used for authentication. The command line options :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:171
msgid "**loginurl=**\\ *URL*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:167
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:173
msgid "**loginuserfield=**\\ *STRING*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:174
msgid "The name attribute of the username input element. Default: **login**."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:175
msgid "**loginpasswordfield=**\\ *STRING*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:176
msgid "The name attribute of the password input element. Default: **password**."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:181
msgid "**loginextrafields=**\\ *NAME*\\ **:**\\ *VALUE* (`MULTILINE`_)"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:178
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:184
msgid "output"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:195
msgid "**fileoutput=**\\ *TYPE*\\ [**,**\\ *TYPE*...]"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:190
msgid "Output to a file **linkchecker-out.**\\ *TYPE*, or **$XDG_DATA_HOME/linkchecker/failures** for the **failures** output type. 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:203
msgid "**log=**\\ *TYPE*\\ [**/**\\ *ENCODING*]"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:198
msgid "Specify the console 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:207
msgid "**verbose=**\\ [**0**\\ \\|\\ **1**]"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:206
msgid "If set log all checked URLs once, overriding **warnings**. Default is to log only errors and warnings. Command line option: :option:`--verbose`"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:210
msgid "**warnings=**\\ [**0**\\ \\|\\ **1**]"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:210
msgid "If set log warnings. Default is to log warnings. Command line option: :option:`--no-warnings`"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:219
msgid "**ignoreerrors=**\\ *URL_REGEX* [*MESSAGE_REGEX*] (`MULTILINE`_)"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:213
msgid "Specify regular expressions to ignore errors for matching URLs, one per line. A second regular expression can be specified per line to only ignore matching error messages per corresponding URL. If the second expression is omitted, all errors are ignored. In contrast to filtering_, this happens *after* checking, which allows checking URLs despite certain expected and tolerable errors. Default is to not ignore any errors. Example:"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:234
msgid "**status=**\\ [**0**\\ \\|\\ **1**]"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:233
msgid "Control printing URL checker status messages. Default is 1. Command line option: :option:`--no-status`"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:243
msgid "**debug=**\\ *STRING*\\ [**,**\\ *STRING*...]"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:240
msgid "Print debugging output for the given logger. Available debug loggers are **cmdline**, **checking**, **cache**, **plugin** and **all**. **all** is an alias for all available loggers. Command line option: :option:`--debug`"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:252
msgid "**quiet=**\\ [**0**\\ \\|\\ **1**]"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:249
msgid "If set, operate quiet. An alias for **log=none** that also hides application information messages. This is only useful with **fileoutput**, else no results will be output. Command line option: :option:`--quiet`"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:258
msgid "text"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:262
#: ../../src/man/linkcheckerrc.rst:310
#: ../../src/man/linkcheckerrc.rst:320
#: ../../src/man/linkcheckerrc.rst:330
#: ../../src/man/linkcheckerrc.rst:348
#: ../../src/man/linkcheckerrc.rst:362
#: ../../src/man/linkcheckerrc.rst:386
#: ../../src/man/linkcheckerrc.rst:394
#: ../../src/man/linkcheckerrc.rst:404
#: ../../src/man/linkcheckerrc.rst:414
msgid "**filename=**\\ *STRING*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:261
msgid "Specify output filename for text logging. Default filename is **linkchecker-out.txt**. Command line option: :option:`--file-output`"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:266
#: ../../src/man/linkcheckerrc.rst:312
#: ../../src/man/linkcheckerrc.rst:322
#: ../../src/man/linkcheckerrc.rst:332
#: ../../src/man/linkcheckerrc.rst:350
#: ../../src/man/linkcheckerrc.rst:364
#: ../../src/man/linkcheckerrc.rst:396
#: ../../src/man/linkcheckerrc.rst:406
#: ../../src/man/linkcheckerrc.rst:416
msgid "**parts=**\\ *STRING*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:265
msgid "Comma-separated list of parts that have to be logged. See `LOGGER PARTS`_ below. Command line option: none"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:270
#: ../../src/man/linkcheckerrc.rst:315
#: ../../src/man/linkcheckerrc.rst:325
#: ../../src/man/linkcheckerrc.rst:334
#: ../../src/man/linkcheckerrc.rst:352
#: ../../src/man/linkcheckerrc.rst:366
#: ../../src/man/linkcheckerrc.rst:389
#: ../../src/man/linkcheckerrc.rst:399
#: ../../src/man/linkcheckerrc.rst:409
#: ../../src/man/linkcheckerrc.rst:418
msgid "**encoding=**\\ *STRING*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:269
msgid "Valid encodings are listed in https://docs.python.org/library/codecs.html#standard-encodings. Default encoding is the system default locale encoding."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:274
msgid "**wraplength=**\\ *NUMBER*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:273
msgid "The number of characters at which to wrap each message line. The default is 65. Command line option: none"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:282
msgid "*color\\**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:277
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:284
msgid "**colorparent=**\\ *STRING*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:285
msgid "Set parent color. Default is **white**."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:286
msgid "**colorurl=**\\ *STRING*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:287
msgid "Set URL color. Default is **default**."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:288
msgid "**colorname=**\\ *STRING*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:289
msgid "Set name color. Default is **default**."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:290
msgid "**colorreal=**\\ *STRING*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:291
msgid "Set real URL color. Default is **cyan**."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:292
msgid "**colorbase=**\\ *STRING*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:293
msgid "Set base URL color. Default is **purple**."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:294
msgid "**colorvalid=**\\ *STRING*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:295
msgid "Set valid color. Default is **bold;green**."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:296
msgid "**colorinvalid=**\\ *STRING*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:297
msgid "Set invalid color. Default is **bold;red**."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:298
msgid "**colorinfo=**\\ *STRING*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:299
msgid "Set info color. Default is **default**."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:300
msgid "**colorwarning=**\\ *STRING*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:301
msgid "Set warning color. Default is **bold;yellow**."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:302
msgid "**colordltime=**\\ *STRING*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:303
msgid "Set download time color. Default is **default**."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:305
msgid "**colorreset=**\\ *STRING*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:305
msgid "Set reset color. Default is **default**."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:308
msgid "gml"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:311
#: ../../src/man/linkcheckerrc.rst:313
#: ../../src/man/linkcheckerrc.rst:315
#: ../../src/man/linkcheckerrc.rst:321
#: ../../src/man/linkcheckerrc.rst:323
#: ../../src/man/linkcheckerrc.rst:325
#: ../../src/man/linkcheckerrc.rst:331
#: ../../src/man/linkcheckerrc.rst:333
#: ../../src/man/linkcheckerrc.rst:335
#: ../../src/man/linkcheckerrc.rst:349
#: ../../src/man/linkcheckerrc.rst:351
#: ../../src/man/linkcheckerrc.rst:353
#: ../../src/man/linkcheckerrc.rst:363
#: ../../src/man/linkcheckerrc.rst:365
#: ../../src/man/linkcheckerrc.rst:367
#: ../../src/man/linkcheckerrc.rst:387
#: ../../src/man/linkcheckerrc.rst:389
#: ../../src/man/linkcheckerrc.rst:395
#: ../../src/man/linkcheckerrc.rst:397
#: ../../src/man/linkcheckerrc.rst:399
#: ../../src/man/linkcheckerrc.rst:405
#: ../../src/man/linkcheckerrc.rst:407
#: ../../src/man/linkcheckerrc.rst:409
#: ../../src/man/linkcheckerrc.rst:415
#: ../../src/man/linkcheckerrc.rst:417
#: ../../src/man/linkcheckerrc.rst:419
msgid "See :ref:`[text] <man/linkcheckerrc:text>` section above."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:318
msgid "dot"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:328
msgid "csv"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:336
#: ../../src/man/linkcheckerrc.rst:357
msgid "**separator=**\\ *CHAR*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:337
msgid "Set CSV separator. Default is a semicolon (**;**)."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:338
msgid "**quotechar=**\\ *CHAR*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:339
msgid "Set CSV quote character. Default is a double quote (**\"**)."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:343
msgid "**dialect=**\\ *STRING*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:341
msgid "Controls the output formatting. See https://docs.python.org/3/library/csv.html#csv.Dialect. Default is **excel**."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:346
msgid "sql"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:354
msgid "**dbname=**\\ *STRING*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:355
msgid "Set database name to store into. Default is **linksdb**."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:357
msgid "Set SQL command separator character. Default is a semicolon (**;**)."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:360
msgid "html"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:368
msgid "**colorbackground=**\\ *COLOR*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:369
msgid "Set HTML background color. Default is **#fff7e5**."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:370
msgid "**colorurl=**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:371
msgid "Set HTML URL color. Default is **#dcd5cf**."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:372
msgid "**colorborder=**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:373
msgid "Set HTML border color. Default is **#000000**."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:374
msgid "**colorlink=**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:375
msgid "Set HTML link color. Default is **#191c83**."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:376
msgid "**colorwarning=**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:377
msgid "Set HTML warning color. Default is **#e0954e**."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:378
msgid "**colorerror=**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:379
msgid "Set HTML error color. Default is **#db4930**."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:381
msgid "**colorok=**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:381
msgid "Set HTML valid color. Default is **#3ba557**."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:384
msgid "failures"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:392
msgid "xml"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:402
msgid "gxml"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:412
msgid "sitemap"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:421
msgid "**priority=**\\ *FLOAT*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:421
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:424
msgid "**frequency=**\\ [**always**\\ \\|\\ **hourly**\\ \\|\\ **daily**\\ \\|\\ **weekly**\\ \\|\\ **monthly**\\ \\|\\ **yearly**\\ \\|\\ **never**]"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:424
msgid "How frequently pages are changing. Default is **daily**."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:427
msgid "LOGGER PARTS"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:429
msgid "**all**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:430
msgid "for all parts"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:431
msgid "**id**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:432
msgid "a unique ID for each logentry"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:433
msgid "**realurl**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:434
msgid "the full url link"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:435
msgid "**result**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:436
msgid "valid or invalid, with messages"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:437
msgid "**extern**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:438
msgid "1 or 0, only in some logger types reported"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:439
msgid "**base**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:440
msgid "base href=..."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:441
msgid "**name**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:442
msgid "<a href=...>name</a> and <img alt=\"name\">"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:443
msgid "**parenturl**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:444
msgid "if any"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:445
msgid "**info**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:446
msgid "some additional info, e.g. FTP welcome messages"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:447
msgid "**warning**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:448
msgid "warnings"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:449
msgid "**dltime**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:450
msgid "download time"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:451
msgid "**checktime**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:452
msgid "check time"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:453
msgid "**url**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:454
msgid "the original url name, can be relative"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:455
msgid "**intro**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:456
msgid "the blurb at the beginning, \"starting at ...\""
msgstr ""
#: ../../src/man/linkcheckerrc.rst:458
msgid "**outro**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:458
msgid "the blurb at the end, \"found x errors ...\""
msgstr ""
#: ../../src/man/linkcheckerrc.rst:461
msgid "MULTILINE"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:463
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:476
msgid "EXAMPLE"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:492
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:497
msgid "AnchorCheck"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:499
msgid "Checks validity of HTML anchors. When checking local files, URLs with anchors that link to directories e.g. \"example/#anchor\" are not supported. There is no such limitation when using http(s)."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:504
msgid "LocationInfo"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:506
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:510
msgid "RegexCheck"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:512
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:522
msgid "**warningregex=**\\ *REGEX*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:517
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:521
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:525
msgid "SslCertificateCheck"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:527
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:532
msgid "**sslcertwarndays=**\\ *NUMBER*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:532
msgid "Configures the expiration warning time in days."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:535
msgid "HtmlSyntaxCheck"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:537
msgid "Check the syntax of HTML pages by submitting their URLs to the online W3C HTML validator. If a page URL is not accessible to the validator no check is performed and no warning given. See https://validator.w3.org/docs/api.html."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:544
msgid "The HtmlSyntaxCheck plugin is currently broken and is disabled."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:547
msgid "HttpHeaderInfo"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:549
msgid "Print HTTP headers in URL info."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:553
msgid "**prefixes=**\\ *prefix1*\\ [,*prefix2*]..."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:552
msgid "List of comma separated header prefixes. For example to display all HTTP headers that start with \"X-\"."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:556
msgid "CssSyntaxCheck"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:558
msgid "Check the syntax of CSS stylesheets by submitting their URLs to the online W3C CSS validator. If a stylesheet URL is not accessible to the validator no check is performed and no warning given. See https://jigsaw.w3.org/css-validator/manual.html#expert."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:564
msgid "VirusCheck"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:566
msgid "Checks the page content for virus infections with clamav. A local clamav daemon must be installed."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:570
msgid "**clamavconf=**\\ *filename*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:570
msgid "Filename of **clamd.conf** config file."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:573
msgid "PdfParser"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:575
msgid "Parse PDF files for URLs to check. Needs the :pypi:`pdfminer.six` Python package installed."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:579
msgid "WordParser"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:581
msgid "Parse Word files for URLs to check. Needs the :pypi:`pywin32` Python extension installed."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:585
msgid "MarkdownCheck"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:587
msgid "Parse Markdown files for URLs to check."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:590
msgid "**filename_re=**\\ *REGEX*"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:590
msgid "Regular expression matching the names of Markdown files."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:593
msgid "WARNINGS"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:595
msgid "The following warnings are recognized by **ignorewarnings** and **ignorewarningsforurls**:"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:598
msgid "**file-anchorcheck-directory**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:599
msgid "A local directory with an anchor, not supported by AnchorCheck."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:600
msgid "**file-missing-slash**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:601
msgid "The file: URL is missing a trailing slash."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:602
msgid "**file-system-path**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:603
msgid "The file: path is not the same as the system specific path."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:604
msgid "**ftp-missing-slash**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:605
msgid "The ftp: URL is missing a trailing slash."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:606
msgid "**http-cookie-store-error**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:607
msgid "An error occurred while storing a cookie."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:608
msgid "**http-empty-content**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:609
msgid "The URL had no content."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:610
msgid "**http-rate-limited**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:611
msgid "Too many HTTP requests."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:612
msgid "**http-redirected**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:613
msgid "Redirected to a different URL."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:614
msgid "**mail-no-mx-host**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:615
msgid "The mail MX host could not be found."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:616
msgid "**url-content-size-zero**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:617
msgid "The URL content size is zero."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:618
msgid "**url-content-too-large**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:619
msgid "The URL content size is too large."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:620
msgid "**url-content-type-unparseable**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:621
msgid "The URL content type is not parseable."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:622
msgid "**url-effective-url**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:623
msgid "The effective URL is different from the original."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:624
msgid "**url-error-getting-content**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:625
msgid "Could not get the content of the URL."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:626
msgid "**url-obfuscated-ip**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:627
msgid "The IP is obfuscated."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:629
msgid "**url-whitespace**"
msgstr ""
#: ../../src/man/linkcheckerrc.rst:629
msgid "The URL contains leading or trailing whitespace."
msgstr ""
#: ../../src/man/linkcheckerrc.rst:634
msgid ":manpage:`linkchecker(1)`"
msgstr ""