2001-05-18 19:09:28 +00:00
|
|
|
Source: linkchecker
|
|
|
|
|
Section: web
|
2000-02-26 10:24:46 +00:00
|
|
|
Priority: optional
|
2001-02-18 22:10:18 +00:00
|
|
|
Maintainer: Bastian Kleineidam <calvin@debian.org>
|
2008-06-11 07:34:07 +00:00
|
|
|
Build-Depends: python-dev (>= 2.5), debhelper (>= 7), gettext,
|
2008-04-27 11:39:39 +00:00
|
|
|
cdbs (>= 0.4.43), python-central (>= 0.6)
|
2006-06-19 21:29:55 +00:00
|
|
|
XS-Python-Standards-Version: 0.4
|
2008-04-27 11:39:39 +00:00
|
|
|
XS-Python-Version: >= 2.5
|
2008-06-11 13:33:10 +00:00
|
|
|
Standards-Version: 3.8.0
|
2007-10-18 14:33:34 +00:00
|
|
|
Homepage: http://linkchecker.sourceforge.net/
|
2000-02-26 10:24:46 +00:00
|
|
|
|
2001-05-18 19:09:28 +00:00
|
|
|
Package: linkchecker
|
2002-11-24 19:53:37 +00:00
|
|
|
Architecture: any
|
2009-01-11 00:26:42 +00:00
|
|
|
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
|
2006-06-19 21:29:55 +00:00
|
|
|
XB-Python-Version: ${python:Versions}
|
|
|
|
|
Provides: ${python:Provides}
|
2009-01-11 00:26:42 +00:00
|
|
|
Suggests: apache2 | httpd, python-optcomplete (>= 1.2-5),
|
2008-05-22 13:20:24 +00:00
|
|
|
python-geoip (>= 1.2.1-2), clamav-daemon, python-utidylib,
|
2008-11-20 07:51:22 +00:00
|
|
|
python-cssutils, python-pysqlite2
|
2005-03-04 20:12:52 +00:00
|
|
|
Description: check websites and HTML documents for broken links
|
2005-04-25 18:26:53 +00:00
|
|
|
Provides a command line program and web interface to check links
|
|
|
|
|
of websites and HTML documents.
|
|
|
|
|
Features:
|
|
|
|
|
o recursive checking
|
|
|
|
|
o multithreaded
|
2005-08-10 23:21:37 +00:00
|
|
|
o output in colored or normal text, HTML, SQL, CSV, XML or a sitemap
|
|
|
|
|
graph in different formats
|
2008-06-11 13:33:10 +00:00
|
|
|
o HTTP/1.1, HTTPS, FTP, mailto:, news:, nntp:, Telnet and local file
|
|
|
|
|
links support
|
2005-04-25 18:26:53 +00:00
|
|
|
o restrict link checking with regular expression filters for URLs
|
|
|
|
|
o proxy support
|
|
|
|
|
o username/password authorization for HTTP, FTP and Telnet
|
|
|
|
|
o robots.txt exclusion protocol support
|
|
|
|
|
o Cookie support
|
|
|
|
|
o i18n support
|
2008-05-20 10:49:00 +00:00
|
|
|
o HTML and CSS syntax check
|
|
|
|
|
o Antivirus check
|
2009-01-11 00:26:42 +00:00
|
|
|
Users preferring a graphical interface can install the linkchecker-gui
|
|
|
|
|
package.
|
2005-04-25 18:26:53 +00:00
|
|
|
|
2009-01-11 00:26:42 +00:00
|
|
|
Package: linkchecker-gui
|
|
|
|
|
Architecture: all
|
|
|
|
|
XB-Python-Version: ${python:Versions}
|
|
|
|
|
Depends: linkchecker, python-qt4, ${python:Depends}, ${misc:Depends}
|
|
|
|
|
Description: check websites and HTML documents for broken links (GUI client)
|
|
|
|
|
Provides a graphical interface "linkchecker-gui" to check links of websites
|
|
|
|
|
and HTML documents.
|
|
|
|
|
Features:
|
|
|
|
|
o recursive checking
|
|
|
|
|
o multithreaded
|
|
|
|
|
o HTTP/1.1, HTTPS, FTP, mailto:, news:, nntp:, Telnet and local file
|
|
|
|
|
links support
|
|
|
|
|
o proxy support
|
|
|
|
|
o username/password authorization for HTTP, FTP and Telnet
|
|
|
|
|
o robots.txt exclusion protocol support
|
|
|
|
|
o i18n support
|