mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-02 11:54:43 +00:00
31 lines
1 KiB
Text
31 lines
1 KiB
Text
|
|
Source: linkchecker-ssl
|
||
|
|
Section: non-US/main
|
||
|
|
Priority: optional
|
||
|
|
Maintainer: Bastian Kleineidam <calvin@debian.org>
|
||
|
|
Build-Depends: python2-base, python2-dev, debhelper (>= 3.0.0), libssl-dev
|
||
|
|
Build-Depends-Indep: gettext
|
||
|
|
Standards-Version: 3.5.2
|
||
|
|
|
||
|
|
Package: linkchecker-ssl
|
||
|
|
Architecture: any
|
||
|
|
Depends: python2-base
|
||
|
|
Recommends: linkchecker (>= ${Source-Version})
|
||
|
|
Description: HTTPS modules for linkchecker
|
||
|
|
Includes the Python module 'linkcheckerssl' to support https://
|
||
|
|
links for linkchecker.
|
||
|
|
.
|
||
|
|
Linkchecker features:
|
||
|
|
o recursive checking
|
||
|
|
o multithreaded
|
||
|
|
o output can be colored or normal text, HTML, SQL, CSV or a sitemap
|
||
|
|
graph in GML or XML
|
||
|
|
o HTTP/1.1, FTP, mailto:, nntp:, news:, Gopher, Telnet and local
|
||
|
|
file links are supported
|
||
|
|
o restrict link checking with regular expression filters for URLs
|
||
|
|
o proxy support
|
||
|
|
o give username/password for HTTP and FTP authorization
|
||
|
|
o robots.txt exclusion protocol support
|
||
|
|
o i18n support
|
||
|
|
o command line interface
|
||
|
|
o (Fast)CGI web interface (requires HTTP server)
|