Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python3-linkchecker-10.4.0-lp160.1.2 RPM for noarch

From OpenSuSE Leap 16.0 for noarch

Name: python3-linkchecker Distribution: openSUSE Leap 16.0
Version: 10.4.0 Vendor: openSUSE
Release: lp160.1.2 Build date: Thu Dec 28 19:28:02 2023
Group: Unspecified Build host: reproducible
Size: 1591155 Source RPM: linkchecker-10.4.0-lp160.1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/linkchecker/linkchecker
Summary: Tool to check websites and HTML documents for broken links
LinkChecker checks websites and HTML documents for broken links.

Features are:
* recursive checking
* multithreaded
* output in colored or normal text, HTML, SQL, CSV, XML or a sitemap graph in different formats
* HTTP/1.1, HTTPS, FTP, mailto:, news:, nntp:, Gopher, Telnet and local file links support
* restriction of link checking with regular expression filters for URLs
* proxy support
* username/password authorization for HTTP and FTP
* robots.txt exclusion protocol support
* i18n support
* a command line interface
* a (Fast)CGI web interface (requires HTTP server)

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Thu Dec 28 2023 Dirk Müller <dmueller@suse.com>
  - update to 10.4.0:
    * FIFOs can be used with --config and --cookiefile
    * Minimum Python version required is 3.9
    * ms-windows-store added to the list of ignored schemes
    * linkchecker will exit if problems with a configuration file
      or cookie file are detected on startup
    * A cookie file that could not be parsed was causing an
      exception
    * Documentation updates
* Sun Oct 08 2023 Enno Gotthold <egotthold@suse.com>
  - Update to v10.3.0
    - https://github.com/linkchecker/linkchecker/releases/tag/v10.2.0
    - https://github.com/linkchecker/linkchecker/releases/tag/v10.2.1
    - https://github.com/linkchecker/linkchecker/releases/tag/v10.3.0
  - Updates in 10.3.0 (released 18.09.2023):
    - TextLogger message wrapping is configurable using wraplength
    - HTTP redirect causes a warning, http-redirected
    - Ignored warning messages are logged as information
    - Support for checking NNTP and Telnet links is removed
    - -p/--password was being ignored
    - FTP checker was raising a TypeError
    - FTP checker was ignoring maxfilesizedownload
    - Documentation updates
  - Updates in 10.2.0 (released 21.11.2022)
    - ignoreerrors setting to disregard errors for URLs after checking
    - AnchorCheck plugin has partial support for checking local files
    - Binary translation catalogs are produced using polib during distribution
      package building and are now included in sdist packages
    - gemini, tg (Telegram) and whatsapp added to the list of ignored schemes
    - Warning url-rate-limited renamed to http-rate-limited
    - maxrequestspersecond can be less than 1
    - maxrequestspersecond greater than 10 is used unchanged if the HTTP server
      returns a LinkChecker response header
    - When a sitemap is discovered from a robots.txt file, the robots.txt is logged
      as the sitemap parent URL
    - Checking directories containing Unicode filenames
    - Parsing srcset attributes with multiple image candidates
    - resultcachesize setting was being ignored
    - sitemap output when using multiple threads
    - AnchorCheck plugin is re-enabled
* Sat Nov 05 2022 John Vandenberg <jayvdb@gmail.com>
  - Activate test suite
  - Update to v10.1.0
    - See https://github.com/linkchecker/linkchecker/blob/master/doc/changelog.txt
      for changes since 2014
* Tue Jan 08 2019 Jan Engelhardt <jengelh@inai.de>
  - Remove redundant %_prefix redefinition.
  - Use noun phrase in summary.
* Thu Jan 03 2019 Enno Gotthold <egotthold@suse.com>
  - Corrected requires to general pyxdg
* Thu Jan 03 2019 Enno Gotthold <egotthold@suse.com>
  - Removed empty not needed lines in the description
* Thu Jan 03 2019 Enno Gotthold <egotthold@suse.com>
  - Removed dependencies for GUI
* Wed Jan 02 2019 Enno Gotthold <egotthold@suse.com>
  - Added new release 9.4.0 from the linkchecker project
  - Changed the repository from wummel to the linkchecker group.
  - Detatched the GUI to an own package.
* Fri Dec 16 2016 lpechacek@suse.com
  - fix python-requests version check (bsc#1015996)
  - recommend python-qt4 (bsc#1015997)
* Wed Jan 20 2016 robin.roth@kit.edu
  - add explicit dependency on python-requests, fixes boo#962747
* Wed Mar 25 2015 olaf@aepfle.de
  - run suse_update_desktop_file to fix build in SLE12
* Thu Sep 11 2014 pth@suse.de
  - Fix specfile so that the icons are installed in the right place.
* Tue Sep 02 2014 pth@suse.de
  - Update to 9.3. Only the Changes for 9.3 are listed, for the rest
    see /usr/share/doc/packages/linkchecker/changelog.txt.
    9.3 "Better Living Through Chemistry" (released 16.7.2014)
    Features:
    - checking: Parse and check links in PDF files.
    - checking: Parse Refresh: and Content-Location: HTTP headers for URLs.
    Changes:
    - plugins: PDF and Word checks are now parser plugins
      (PdfParser, WordParser). Both plugins are not enabled
      by default since they require third party modules.
    - plugins: Print a warning for enabled plugins that could not
      import needed third party modules.
    - checking: Treat empty URLs as same as parent URL.
      Closes: GH bug #524
    - installation: Replaced the twill dependency with local code.
    Fixes:
    - checking: Catch XML parse errors in sitemap XML files and print them
      as warnings. Patch by Mark-Hetherington.
      Closes: GH bug #516
    - checking: Fix internal URL match pattern. Patch by Mark-Hetherington.
      Closes: GH bug #510
    - checking: Recalculate extern status after HTTP redirection.
      Patch by Mark-Hetherington.
      Closes: GH bug #515
    - checking: Do not strip quotes from already resolved URLs.
      Closes: GH bug #521
    - cgi: Sanitize configuration.
      Closes: GH bug #519
    - checking: Use user-supplied authentication and proxies when requestiong
      robot.txt.
    - plugins: Fix Word file check plugin.
      Closes: GH bug #530
  - Install all icons
* Wed Feb 15 2012 pth@suse.de
  - Update to 7.5
    Fixes:
    - checking: Properly handle non-ascii HTTP header values.
      Closes: SF bug #3473359
    - checking: Work around a Squid proxy bug which resulted in not
      detecting broken links.
      Closes: SF bug #3472341
    - documentation: Fix typo in the manual page.
      Closes: SF bug #3485876
    Changes:
    - checking: Add steam:// URIs to the list of ignored URIs.
      Closes: SF bug #3471570
    - checking: Deprecate the --check-html-w3 and --check-css-w3 options.
      The W3C checkers are automatically used if a local check library
      is not installed.
    - distribution: The portable version of LinkChecker does not write
      the configuration file in the user directory anymore. So a user
      can use this version on a foreign system without leaving any traces
      behind.
    Features:
    - gui: Add Ctrl-L shortcut to highlight the URL input.
    - gui: Support loading and saving of project files.
      Closes: SF bug #3467492
    For further changes since 6.9 see changelog.txt in
    /usr/share/doc/packages/linkchecker.
* Sat May 21 2011 vlado.paskov@gmail.com
  - Version update to 6.9
    Fixes:
  - gui: Correctly reset logger statistics.
  - gui: Fixed saving of parent URL source.
  - installer: Fixed portable windows version by not compressing DLLs.
  - checking: Catch socket errors when resolving GeoIP country data.
    Changes:
  - checking: Automatically allow redirections from URLs given by the
    user.
  - checking: Limit download file size to 5MB.
    SF bug #3297970
  - gui: While checking, show new URLs added in the URL list view by
    scrolling down.
  - gui: Display release date in about dialog.
    Closes: SF bug #3297255
  - gui: Warn before closing changed editor window.
    Closes: SF bug #3297245
  - doc: Improved warningregex example in default configuration file.
    Closes: SF bug #3297254
    Features:
  - gui: Add syntax highlighting for Qt editor in case QScintilla
    is not installed.
  - gui: Highlight check results and colorize number of errors.
  - gui: Reload configuration after changes have been made in the editor.
    Closes: SF bug #3297242
* Mon Mar 14 2011 pth@suse.de
  - Update to 6.5:
    Fixes:
    - checking: Fix typo calling get_temp_file() function.
      Closes: SF bug #3196917
    - checking: Prevent false positives when detecting the MIME type
      of certain archive files.
    - checking: Correct conversion between file URLs and encoded
      filenames. Fixes false errors when handling files with Unicode
      encodings.
    - checking: Work around a Python 2.7 regression in parsing certain
      URLs with paths starting with a digit.
    - cmdline: Fix filename completion if path starts with ~
    - cgi: Prevent encoding errors printing to sys.stdout using an
      encoding wrapper.
    Changes:
    - checking: Use HTTP GET requests to work around buggy IIS servers
      sending false positive status codes for HEAD requests.
    - checking: Strip leading and trailing whitespace from URLs and print
      a warning instead of having errors.
      Also all embedded whitespace is stripped from URLs given at the
      commandline or the GUI.
      Closes: SF bug #3196918
    Features:
    - configuration: Support reading GNOME and KDE proxy settings.
    For all other changes since 4.9 see
    /usr/share/doc/packages/linkchecker/changelog.txt.
* Tue Apr 29 2008 pth@suse.de
  - Update to 4.9:
    * Parse Shockwave Flash (SWF) for URLs to check
    * Don't parse <script for=""> attributes since they specify IDs,
      not URLs.
    * Fix bash filename completion script:
    - add missing COMPREPLY variable
    - support whitespace in files using "-o filenames" bash completion
      option
    - support subdirs by adding a FileCompleter argument matcher to
      optcomplete.autocomplete()
    * Prevent unicode errors when an email address contains non-ascii
      characters.
    * Workaround for buggy servers that break protocol synchronization of
      persistent HTTP connections.
    * Properly fall back to DNS A requests when no MX host could be found
      for a mailto: URL.
    * Double Ctrl-C aborts checking immediately, without cleanup.
    * Internal patterns now accept URLs with and without "www." prefixes
      as default. This allows sites to check that use both variants.
    * Added --check-html and --check-css options to enable HTML and CSS
      syntax checking. Uses third-party modules "tidy" and "cssutils"
      for the actual check.
* Mon Jan 07 2008 pth@suse.de
  - Update to 4.8. Changes since 4.5:
    * Fixed default config file syntax by not indenting comment lines
    * Don't set the URL result on redirections when getting the content.
    * Ignore errors when opening the log file output, and display a warning
      instead.
    * Added some more examples.
    * Pull in changes from Python subversion repository to locally stored
      gzip and httplib modules.
    * Mention in the documentation that --anchors enables logging of
      the anchor warning.
    * Make sure --anchors and --no-warnings play along in the configuration.
    * Check that charset is not None before lowering it in set_encoding().
    * Use standard "utf-8" charset name instead of "utf8" for the XML output
      encoding.
    * Added "created" attribute in XML output root element.
      Added "result" attribute in XML output valid element.
    * Fix printing of unicode names. Thanks to Frank Bennet for the hint.
    * Deprecate gopher: URLs. They do not really exist anymore and the
      gopherlib module in Python 2.5 is deprecated and will vanish soon.
    * Fix message typo for not disclosing information.
    * Always read the request body data on persistent HTTP connections, else
      subsequent calls will get data from the previous request.
    * Zope server workaround: assume missing HEAD support when receiving
      text/plain on a HEAD request. Switch to GET request in this case.
    * Prevent double encoding in HTML info output.
    * Honor urllib.proxy_bypass() when ignoring proxy settings.
      This only affected Windows systems, since on other platforms
      the proxy_bypass() function always return False (on Python <= 2.5
      that is).
    * Document the --configfile option in the man page.
    * Remove comments from CSS content before searching for links.
    * Try to detect unkonwn URL schemes from the command line, eg. URLs
      like "rtsp://foo".
    * Fix typo in warnings and use constants for the warning strings
      to avoid this in the future.
    * Make sure LinkChecker does not check paths that are not prefixed
      with the start URL.
    * Try to solve the "Too many open files" errors that users have
      encountered.
      + Ensure that the connection of a checked URL are closed after checking
      (except for reused connections in the connection pool).
      + Regularly close expired connections from the connection pool, and
      finally close all of them when the program is finished.
      Closes: SF #1758338, SF #1678055, SF #1631042
    * Add man page linkcheckerrc(5) for the configuration file format.
    * Drop french translations, they are less than 20% complete for
      years now.
    * Correct misnamed colums in create.sql script: r/*string/\1/g
    * Improved cookie parsing:
      + Allow spaces in attribute values. Example:
      "Set-Cookie: expires=Wed, 12-Dec-2001 19:27:57 GMT"
      is now parsed correctly
      + Add an optional leading dot for domain names, and account for that
      in the domain checking routine.
    * Don't print cached errors or warnings unless verbose output is
      requested.
* Sun Apr 01 2007 ro@suse.de
  - added non-english manpage directories to filelist
* Wed Oct 11 2006 ro@suse.de
  - update to 4.5
    - Don't ignore robots.txt entries consisting only of Allow: directives
    - Don't rely on HTTP HEAD requests to generate the same response status
      as HTTP GET. So we have to follow redirections when using HTTP GET to
      get page contents.
    - Document proxy URL syntax
    - Print active URLs on Ctrl-C interrupt
    - Replace all old "entry1, entry2" configuration entries with
      multiline "entry" config entry. The old syntax is still supported,
      but deprecated.
    - If LinkChecker was not able to spawn the initial checker and status
      threads, print an informative error instead of an internal error.
  - update to 4.4
    - The JavaScript URL syntax check allows now digits and underscores
    - Add "internlinks" documentation and example to the default config
      file linkcheckerrc.
    - Detect more cases when a HTTP connection cannot be reused and
      must be closed. And close response objects after usage
    - Only wait before a new connection to a host, not when reusing
      a previous connection.
    - Add more infos to various HTTP errors. Don't close connection when
      the response object is still open.
    - Ignore keyboard interrupts during shutdown
    - Removed old Psyco references from man page and documentation
  - fix dependencies for old python2.4
* Wed Sep 13 2006 pth@suse.de
  - Pass --record-rpm instead of --record to setup.py to get
    everything needed recorded.
  - Compile with -fno-strict-aliasing
* Sat Sep 02 2006 pth@suse.de
  - Fix file list.
* Thu Aug 31 2006 pth@suse.de
  - Initial package creation at version 4.3

Files

/etc/alternatives/linkchecker
/usr/bin/linkchecker
/usr/bin/linkchecker-3.11
/usr/lib/python3.11/site-packages/LinkChecker-10.4.0.dist-info
/usr/lib/python3.11/site-packages/LinkChecker-10.4.0.dist-info/INSTALLER
/usr/lib/python3.11/site-packages/LinkChecker-10.4.0.dist-info/METADATA
/usr/lib/python3.11/site-packages/LinkChecker-10.4.0.dist-info/RECORD
/usr/lib/python3.11/site-packages/LinkChecker-10.4.0.dist-info/REQUESTED
/usr/lib/python3.11/site-packages/LinkChecker-10.4.0.dist-info/WHEEL
/usr/lib/python3.11/site-packages/LinkChecker-10.4.0.dist-info/entry_points.txt
/usr/lib/python3.11/site-packages/LinkChecker-10.4.0.dist-info/licenses
/usr/lib/python3.11/site-packages/LinkChecker-10.4.0.dist-info/licenses/COPYING
/usr/lib/python3.11/site-packages/linkcheck
/usr/lib/python3.11/site-packages/linkcheck/__init__.py
/usr/lib/python3.11/site-packages/linkcheck/__main__.py
/usr/lib/python3.11/site-packages/linkcheck/__pycache__
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/__main__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/__main__.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/_release.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/_release.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/ansicolor.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/ansicolor.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/better_exchook2.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/better_exchook2.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/cmdline.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/cmdline.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/colorama.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/colorama.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/containers.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/containers.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/cookies.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/cookies.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/decorators.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/decorators.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/dummy.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/dummy.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/fileutil.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/fileutil.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/ftpparse.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/ftpparse.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/httputil.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/httputil.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/i18n.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/i18n.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/lc_cgi.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/lc_cgi.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/loader.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/loader.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/lock.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/lock.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/log.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/log.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/logconf.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/logconf.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/memoryutil.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/memoryutil.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/mimeutil.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/mimeutil.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/robotparser2.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/robotparser2.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/socketutil.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/socketutil.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/strformat.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/strformat.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/threader.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/threader.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/trace.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/trace.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/url.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/__pycache__/url.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/_release.py
/usr/lib/python3.11/site-packages/linkcheck/ansicolor.py
/usr/lib/python3.11/site-packages/linkcheck/better_exchook2.py
/usr/lib/python3.11/site-packages/linkcheck/bookmarks
/usr/lib/python3.11/site-packages/linkcheck/bookmarks/__init__.py
/usr/lib/python3.11/site-packages/linkcheck/bookmarks/__pycache__
/usr/lib/python3.11/site-packages/linkcheck/bookmarks/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/bookmarks/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/bookmarks/__pycache__/chromium.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/bookmarks/__pycache__/chromium.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/bookmarks/__pycache__/firefox.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/bookmarks/__pycache__/firefox.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/bookmarks/__pycache__/opera.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/bookmarks/__pycache__/opera.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/bookmarks/__pycache__/safari.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/bookmarks/__pycache__/safari.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/bookmarks/chromium.py
/usr/lib/python3.11/site-packages/linkcheck/bookmarks/firefox.py
/usr/lib/python3.11/site-packages/linkcheck/bookmarks/opera.py
/usr/lib/python3.11/site-packages/linkcheck/bookmarks/safari.py
/usr/lib/python3.11/site-packages/linkcheck/cache
/usr/lib/python3.11/site-packages/linkcheck/cache/__init__.py
/usr/lib/python3.11/site-packages/linkcheck/cache/__pycache__
/usr/lib/python3.11/site-packages/linkcheck/cache/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/cache/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/cache/__pycache__/results.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/cache/__pycache__/results.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/cache/__pycache__/robots_txt.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/cache/__pycache__/robots_txt.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/cache/__pycache__/urlqueue.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/cache/__pycache__/urlqueue.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/cache/results.py
/usr/lib/python3.11/site-packages/linkcheck/cache/robots_txt.py
/usr/lib/python3.11/site-packages/linkcheck/cache/urlqueue.py
/usr/lib/python3.11/site-packages/linkcheck/checker
/usr/lib/python3.11/site-packages/linkcheck/checker/__init__.py
/usr/lib/python3.11/site-packages/linkcheck/checker/__pycache__
/usr/lib/python3.11/site-packages/linkcheck/checker/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/checker/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/checker/__pycache__/const.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/checker/__pycache__/const.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/checker/__pycache__/dnsurl.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/checker/__pycache__/dnsurl.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/checker/__pycache__/fileurl.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/checker/__pycache__/fileurl.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/checker/__pycache__/ftpurl.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/checker/__pycache__/ftpurl.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/checker/__pycache__/httpurl.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/checker/__pycache__/httpurl.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/checker/__pycache__/ignoreurl.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/checker/__pycache__/ignoreurl.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/checker/__pycache__/internpaturl.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/checker/__pycache__/internpaturl.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/checker/__pycache__/itmsservicesurl.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/checker/__pycache__/itmsservicesurl.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/checker/__pycache__/mailtourl.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/checker/__pycache__/mailtourl.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/checker/__pycache__/unknownurl.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/checker/__pycache__/unknownurl.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/checker/__pycache__/urlbase.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/checker/__pycache__/urlbase.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/checker/const.py
/usr/lib/python3.11/site-packages/linkcheck/checker/dnsurl.py
/usr/lib/python3.11/site-packages/linkcheck/checker/fileurl.py
/usr/lib/python3.11/site-packages/linkcheck/checker/ftpurl.py
/usr/lib/python3.11/site-packages/linkcheck/checker/httpurl.py
/usr/lib/python3.11/site-packages/linkcheck/checker/ignoreurl.py
/usr/lib/python3.11/site-packages/linkcheck/checker/internpaturl.py
/usr/lib/python3.11/site-packages/linkcheck/checker/itmsservicesurl.py
/usr/lib/python3.11/site-packages/linkcheck/checker/mailtourl.py
/usr/lib/python3.11/site-packages/linkcheck/checker/unknownurl.py
/usr/lib/python3.11/site-packages/linkcheck/checker/urlbase.py
/usr/lib/python3.11/site-packages/linkcheck/cmdline.py
/usr/lib/python3.11/site-packages/linkcheck/colorama.py
/usr/lib/python3.11/site-packages/linkcheck/command
/usr/lib/python3.11/site-packages/linkcheck/command/__init__.py
/usr/lib/python3.11/site-packages/linkcheck/command/__pycache__
/usr/lib/python3.11/site-packages/linkcheck/command/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/command/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/command/__pycache__/arg_parser.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/command/__pycache__/arg_parser.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/command/__pycache__/linkchecker.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/command/__pycache__/linkchecker.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/command/__pycache__/setup_config.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/command/__pycache__/setup_config.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/command/arg_parser.py
/usr/lib/python3.11/site-packages/linkcheck/command/linkchecker.py
/usr/lib/python3.11/site-packages/linkcheck/command/setup_config.py
/usr/lib/python3.11/site-packages/linkcheck/configuration
/usr/lib/python3.11/site-packages/linkcheck/configuration/__init__.py
/usr/lib/python3.11/site-packages/linkcheck/configuration/__pycache__
/usr/lib/python3.11/site-packages/linkcheck/configuration/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/configuration/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/configuration/__pycache__/confparse.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/configuration/__pycache__/confparse.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/configuration/confparse.py
/usr/lib/python3.11/site-packages/linkcheck/containers.py
/usr/lib/python3.11/site-packages/linkcheck/cookies.py
/usr/lib/python3.11/site-packages/linkcheck/data
/usr/lib/python3.11/site-packages/linkcheck/data/__init__.py
/usr/lib/python3.11/site-packages/linkcheck/data/__pycache__
/usr/lib/python3.11/site-packages/linkcheck/data/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/data/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/data/linkcheckerrc
/usr/lib/python3.11/site-packages/linkcheck/decorators.py
/usr/lib/python3.11/site-packages/linkcheck/director
/usr/lib/python3.11/site-packages/linkcheck/director/__init__.py
/usr/lib/python3.11/site-packages/linkcheck/director/__pycache__
/usr/lib/python3.11/site-packages/linkcheck/director/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/director/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/director/__pycache__/aggregator.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/director/__pycache__/aggregator.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/director/__pycache__/checker.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/director/__pycache__/checker.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/director/__pycache__/console.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/director/__pycache__/console.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/director/__pycache__/interrupter.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/director/__pycache__/interrupter.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/director/__pycache__/logger.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/director/__pycache__/logger.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/director/__pycache__/status.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/director/__pycache__/status.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/director/__pycache__/task.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/director/__pycache__/task.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/director/aggregator.py
/usr/lib/python3.11/site-packages/linkcheck/director/checker.py
/usr/lib/python3.11/site-packages/linkcheck/director/console.py
/usr/lib/python3.11/site-packages/linkcheck/director/interrupter.py
/usr/lib/python3.11/site-packages/linkcheck/director/logger.py
/usr/lib/python3.11/site-packages/linkcheck/director/status.py
/usr/lib/python3.11/site-packages/linkcheck/director/task.py
/usr/lib/python3.11/site-packages/linkcheck/dummy.py
/usr/lib/python3.11/site-packages/linkcheck/fileutil.py
/usr/lib/python3.11/site-packages/linkcheck/ftpparse.py
/usr/lib/python3.11/site-packages/linkcheck/htmlutil
/usr/lib/python3.11/site-packages/linkcheck/htmlutil/__init__.py
/usr/lib/python3.11/site-packages/linkcheck/htmlutil/__pycache__
/usr/lib/python3.11/site-packages/linkcheck/htmlutil/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/htmlutil/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/htmlutil/__pycache__/htmlsoup.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/htmlutil/__pycache__/htmlsoup.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/htmlutil/__pycache__/linkparse.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/htmlutil/__pycache__/linkparse.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/htmlutil/__pycache__/loginformsearch.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/htmlutil/__pycache__/loginformsearch.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/htmlutil/__pycache__/srcsetparse.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/htmlutil/__pycache__/srcsetparse.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/htmlutil/htmlsoup.py
/usr/lib/python3.11/site-packages/linkcheck/htmlutil/linkparse.py
/usr/lib/python3.11/site-packages/linkcheck/htmlutil/loginformsearch.py
/usr/lib/python3.11/site-packages/linkcheck/htmlutil/srcsetparse.py
/usr/lib/python3.11/site-packages/linkcheck/httputil.py
/usr/lib/python3.11/site-packages/linkcheck/i18n.py
/usr/lib/python3.11/site-packages/linkcheck/lc_cgi.py
/usr/lib/python3.11/site-packages/linkcheck/loader.py
/usr/lib/python3.11/site-packages/linkcheck/lock.py
/usr/lib/python3.11/site-packages/linkcheck/log.py
/usr/lib/python3.11/site-packages/linkcheck/logconf.py
/usr/lib/python3.11/site-packages/linkcheck/logger
/usr/lib/python3.11/site-packages/linkcheck/logger/__init__.py
/usr/lib/python3.11/site-packages/linkcheck/logger/__pycache__
/usr/lib/python3.11/site-packages/linkcheck/logger/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/logger/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/logger/__pycache__/csvlog.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/logger/__pycache__/csvlog.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/logger/__pycache__/customxml.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/logger/__pycache__/customxml.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/logger/__pycache__/dot.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/logger/__pycache__/dot.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/logger/__pycache__/failures.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/logger/__pycache__/failures.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/logger/__pycache__/gml.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/logger/__pycache__/gml.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/logger/__pycache__/graph.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/logger/__pycache__/graph.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/logger/__pycache__/gxml.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/logger/__pycache__/gxml.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/logger/__pycache__/html.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/logger/__pycache__/html.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/logger/__pycache__/none.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/logger/__pycache__/none.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/logger/__pycache__/sitemapxml.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/logger/__pycache__/sitemapxml.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/logger/__pycache__/sql.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/logger/__pycache__/sql.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/logger/__pycache__/text.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/logger/__pycache__/text.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/logger/__pycache__/xmllog.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/logger/__pycache__/xmllog.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/logger/csvlog.py
/usr/lib/python3.11/site-packages/linkcheck/logger/customxml.py
/usr/lib/python3.11/site-packages/linkcheck/logger/dot.py
/usr/lib/python3.11/site-packages/linkcheck/logger/failures.py
/usr/lib/python3.11/site-packages/linkcheck/logger/gml.py
/usr/lib/python3.11/site-packages/linkcheck/logger/graph.py
/usr/lib/python3.11/site-packages/linkcheck/logger/gxml.py
/usr/lib/python3.11/site-packages/linkcheck/logger/html.py
/usr/lib/python3.11/site-packages/linkcheck/logger/none.py
/usr/lib/python3.11/site-packages/linkcheck/logger/sitemapxml.py
/usr/lib/python3.11/site-packages/linkcheck/logger/sql.py
/usr/lib/python3.11/site-packages/linkcheck/logger/text.py
/usr/lib/python3.11/site-packages/linkcheck/logger/xmllog.py
/usr/lib/python3.11/site-packages/linkcheck/memoryutil.py
/usr/lib/python3.11/site-packages/linkcheck/mimeutil.py
/usr/lib/python3.11/site-packages/linkcheck/network
/usr/lib/python3.11/site-packages/linkcheck/network/__init__.py
/usr/lib/python3.11/site-packages/linkcheck/network/__pycache__
/usr/lib/python3.11/site-packages/linkcheck/network/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/network/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/network/__pycache__/iputil.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/network/__pycache__/iputil.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/network/iputil.py
/usr/lib/python3.11/site-packages/linkcheck/parser
/usr/lib/python3.11/site-packages/linkcheck/parser/__init__.py
/usr/lib/python3.11/site-packages/linkcheck/parser/__pycache__
/usr/lib/python3.11/site-packages/linkcheck/parser/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/parser/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/parser/__pycache__/sitemap.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/parser/__pycache__/sitemap.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/parser/sitemap.py
/usr/lib/python3.11/site-packages/linkcheck/plugins
/usr/lib/python3.11/site-packages/linkcheck/plugins/__init__.py
/usr/lib/python3.11/site-packages/linkcheck/plugins/__pycache__
/usr/lib/python3.11/site-packages/linkcheck/plugins/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/plugins/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/plugins/__pycache__/anchorcheck.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/plugins/__pycache__/anchorcheck.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/plugins/__pycache__/httpheaderinfo.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/plugins/__pycache__/httpheaderinfo.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/plugins/__pycache__/locationinfo.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/plugins/__pycache__/locationinfo.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/plugins/__pycache__/markdowncheck.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/plugins/__pycache__/markdowncheck.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/plugins/__pycache__/parsepdf.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/plugins/__pycache__/parsepdf.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/plugins/__pycache__/parseword.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/plugins/__pycache__/parseword.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/plugins/__pycache__/regexcheck.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/plugins/__pycache__/regexcheck.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/plugins/__pycache__/sslcertcheck.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/plugins/__pycache__/sslcertcheck.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/plugins/__pycache__/syntaxchecks.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/plugins/__pycache__/syntaxchecks.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/plugins/__pycache__/viruscheck.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/linkcheck/plugins/__pycache__/viruscheck.cpython-311.pyc
/usr/lib/python3.11/site-packages/linkcheck/plugins/anchorcheck.py
/usr/lib/python3.11/site-packages/linkcheck/plugins/httpheaderinfo.py
/usr/lib/python3.11/site-packages/linkcheck/plugins/locationinfo.py
/usr/lib/python3.11/site-packages/linkcheck/plugins/markdowncheck.py
/usr/lib/python3.11/site-packages/linkcheck/plugins/parsepdf.py
/usr/lib/python3.11/site-packages/linkcheck/plugins/parseword.py
/usr/lib/python3.11/site-packages/linkcheck/plugins/regexcheck.py
/usr/lib/python3.11/site-packages/linkcheck/plugins/sslcertcheck.py
/usr/lib/python3.11/site-packages/linkcheck/plugins/syntaxchecks.py
/usr/lib/python3.11/site-packages/linkcheck/plugins/viruscheck.py
/usr/lib/python3.11/site-packages/linkcheck/robotparser2.py
/usr/lib/python3.11/site-packages/linkcheck/socketutil.py
/usr/lib/python3.11/site-packages/linkcheck/strformat.py
/usr/lib/python3.11/site-packages/linkcheck/threader.py
/usr/lib/python3.11/site-packages/linkcheck/trace.py
/usr/lib/python3.11/site-packages/linkcheck/url.py
/usr/share/doc/packages/python3-linkchecker
/usr/share/doc/packages/python3-linkchecker/README.rst
/usr/share/doc/packages/python3-linkchecker/changelog.txt
/usr/share/doc/packages/python3-linkchecker/upgrading.txt
/usr/share/licenses/python3-linkchecker
/usr/share/licenses/python3-linkchecker/COPYING
/usr/share/linkchecker
/usr/share/linkchecker/linkcheckerrc
/usr/share/man/de/man1
/usr/share/man/de/man1/linkchecker.1.gz
/usr/share/man/de/man5
/usr/share/man/de/man5/linkcheckerrc.5.gz
/usr/share/man/man1/linkchecker.1.gz
/usr/share/man/man5/linkcheckerrc.5.gz
/usr/share/pixmaps/linkchecker128x128.png


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Jan 20 23:31:59 2025