File: control

package info (click to toggle)
linkchecker 10.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,020 kB
  • sloc: python: 13,496; makefile: 251; sh: 84; xml: 36; sql: 20; javascript: 19; php: 2
file content (73 lines) | stat: -rw-r--r-- 2,377 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Source: linkchecker
Section: web
Priority: optional
Maintainer: Antoine Beaupré <anarcat@debian.org>
Build-Depends: debhelper (>= 11),
               dh-python,
               gettext,
               python3-all-dev,
               python3-requests (>= 2.4),
               python3-setuptools,
               python3-urllib3,
Standards-Version: 4.1.4
Homepage: https://linkcheck.github.io/linkchecker/
Vcs-Git: https://salsa.debian.org/python-team/packages/linkchecker.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/linkchecker

Package: linkchecker
Architecture: any
Depends: python3,
         python3-bs4 (>= 4.8.1),
         python3-requests (>= 2.4),
         python3-urllib3,
         python3-xdg,
         python3-dnspython (>= 2.0),
         ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends}
Provides: ${python3:Provides}
Suggests: clamav-daemon,
          linkchecker-web,
          python3-argcomplete,
          python3-cssutils,
          python3-gconf,
          python3-geoip,
          python3-meliae
Description: check websites and HTML documents for broken links
 Provides a command line program and web interface to check links
 of websites and HTML documents.
 Features:
  * 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:, Telnet and local file
    links support
  * restrict link checking with regular expression filters for URLs
  * proxy support
  * username/password authorization for HTTP, FTP and Telnet
  * robots.txt exclusion protocol support
  * Cookie support
  * i18n support
  * HTML and CSS syntax check
  * Antivirus check

Package: linkchecker-web
Architecture: all
Depends: linkchecker,
         python3,
         ${misc:Depends},
         ${python3:Depends}
Recommends: apache2 | httpd,
            libapache2-mod-wsgi | httpd-wsgi
Description: check websites and HTML documents for broken links (web client)
 Provides a web interface to check links of websites and HTML documents.
 Features:
  * recursive checking
  * multithreaded
  * HTTP/1.1, HTTPS, FTP, mailto:, news:, nntp:, Telnet and local file
    links support
  * proxy support
  * username/password authorization for HTTP, FTP and Telnet
  * robots.txt exclusion protocol support
  * i18n support