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>
|
2012-01-02 11:28:23 +00:00
|
|
|
Build-Depends: debhelper (>= 8),
|
2011-12-22 10:09:39 +00:00
|
|
|
gettext,
|
|
|
|
|
hardening-wrapper,
|
2012-01-04 19:17:13 +00:00
|
|
|
python-all-dev (>= 2.7),
|
2011-12-22 10:09:39 +00:00
|
|
|
qt4-dev-tools
|
2012-01-04 19:17:13 +00:00
|
|
|
X-Python-Version: >= 2.7
|
2012-06-11 09:13:12 +00:00
|
|
|
Standards-Version: 3.9.3.1
|
2007-10-18 14:33:34 +00:00
|
|
|
Homepage: http://linkchecker.sourceforge.net/
|
2011-03-15 12:46:16 +00:00
|
|
|
Vcs-Git: git://linkchecker.git.sourceforge.net/gitroot/linkchecker/linkchecker
|
|
|
|
|
Vcs-Browser: http://linkchecker.git.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
|
2012-06-22 21:58:20 +00:00
|
|
|
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, python (>= 2.7.2)
|
2006-06-19 21:29:55 +00:00
|
|
|
Provides: ${python:Provides}
|
2011-05-25 19:24:35 +00:00
|
|
|
Conflicts: python-dnspython
|
2012-04-18 19:53:04 +00:00
|
|
|
Suggests: clamav-daemon,
|
2011-12-22 10:09:39 +00:00
|
|
|
linkchecker-gui,
|
2012-04-18 19:53:04 +00:00
|
|
|
linkchecker-web,
|
2011-12-22 10:09:39 +00:00
|
|
|
python-cssutils,
|
|
|
|
|
python-gconf,
|
|
|
|
|
python-geoip (>= 1.2.1-2),
|
2012-06-11 09:13:12 +00:00
|
|
|
python-meliae,
|
2011-12-22 10:09:39 +00:00
|
|
|
python-optcomplete (>= 1.2-5),
|
|
|
|
|
python-pysqlite2,
|
|
|
|
|
python-twill,
|
|
|
|
|
python-utidylib
|
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
|
|
|
|
2012-04-18 19:53:04 +00:00
|
|
|
Package: linkchecker-web
|
|
|
|
|
Architecture: all
|
|
|
|
|
Depends: linkchecker,
|
|
|
|
|
apache2 | httpd,
|
|
|
|
|
libapache2-mod-wsgi | httpd-wsgi,
|
|
|
|
|
${misc:Depends},
|
|
|
|
|
${python:Depends}
|
|
|
|
|
Conflicts: linkchecker (<< 7.7)
|
|
|
|
|
Description: check websites and HTML documents for broken links (web client)
|
|
|
|
|
Provides a web interface 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
|
|
|
|
|
|
2009-01-11 00:26:42 +00:00
|
|
|
Package: linkchecker-gui
|
|
|
|
|
Architecture: all
|
2011-12-22 10:09:39 +00:00
|
|
|
Depends: libqt4-sql-sqlite,
|
|
|
|
|
linkchecker,
|
|
|
|
|
python-qt4 (>= 4.5),
|
2012-05-23 19:13:12 +00:00
|
|
|
python-qt4-sql,
|
2011-12-22 10:09:39 +00:00
|
|
|
${misc:Depends},
|
|
|
|
|
${python:Depends}
|
2011-04-26 16:41:01 +00:00
|
|
|
Recommends: python-qscintilla2
|
2009-01-11 00:26:42 +00:00
|
|
|
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
|