mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-22 17:00:25 +00:00
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@347 e7d03fd6-7b0d-0410-9947-9c21f3af8025
29 lines
1,013 B
Text
29 lines
1,013 B
Text
Source: linkchecker
|
|
Section: web
|
|
Priority: optional
|
|
Maintainer: Bastian Kleineidam <calvin@debian.org>
|
|
Build-Depends-Indep: python-dev (>= 2.1), python-dev (<< 2.2), debhelper (>= 3.0.0), gettext
|
|
Standards-Version: 3.5.6.0
|
|
|
|
Package: linkchecker
|
|
Architecture: all
|
|
Depends: python (>= 2.1)
|
|
Conflicts: python (>= 2.2), python-ssl (>= 2.2), linkchecker-ssl
|
|
Suggests: python-ssl (>= 2.1)
|
|
Description: check HTML documents for broken links
|
|
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)
|
|
.
|
|
You have to install python-ssl for HTTPS support.
|