mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-22 15:14:44 +00:00
Updated GUI dependencies
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@3812 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
8085045ae9
commit
9a4df92e8b
3 changed files with 9 additions and 12 deletions
1
debian/changelog
vendored
1
debian/changelog
vendored
|
|
@ -1,6 +1,7 @@
|
|||
linkchecker (5.0-1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
* Standards version 3.8.0
|
||||
* Use default python version to build packages, avoiding the
|
||||
version-specific hash-bang line in commandline scripts
|
||||
(Closes: #480395)
|
||||
|
|
|
|||
6
debian/control
vendored
6
debian/control
vendored
|
|
@ -6,7 +6,7 @@ Build-Depends: python-dev (>= 2.5), debhelper (>= 7), gettext,
|
|||
cdbs (>= 0.4.43), python-central (>= 0.6)
|
||||
XS-Python-Standards-Version: 0.4
|
||||
XS-Python-Version: >= 2.5
|
||||
Standards-Version: 3.7.3
|
||||
Standards-Version: 3.8.0
|
||||
Homepage: http://linkchecker.sourceforge.net/
|
||||
|
||||
Package: linkchecker
|
||||
|
|
@ -25,8 +25,8 @@ Description: check websites and HTML documents for broken links
|
|||
o multithreaded
|
||||
o output in colored or normal text, HTML, SQL, CSV, XML or a sitemap
|
||||
graph in different formats
|
||||
o HTTP/1.1, HTTPS, FTP, mailto:, news:, nntp:, Gopher, Telnet and local
|
||||
file links support
|
||||
o HTTP/1.1, HTTPS, FTP, mailto:, news:, nntp:, Telnet and local file
|
||||
links support
|
||||
o restrict link checking with regular expression filters for URLs
|
||||
o proxy support
|
||||
o username/password authorization for HTTP, FTP and Telnet
|
||||
|
|
|
|||
14
debian/control.gui
vendored
14
debian/control.gui
vendored
|
|
@ -5,20 +5,16 @@
|
|||
|
||||
Package: linkchecker-gui
|
||||
Architecture: all
|
||||
Depends: linkchecker, python-glade2
|
||||
Depends: linkchecker, python-qt4
|
||||
Description: check websites and HTML documents for broken links (GUI version)
|
||||
Provides a graphical interface "glinkchecker" to check links of websites
|
||||
and HTML documents.
|
||||
Provides a graphical interface "linkchecker-gui" to check links of websites
|
||||
and HTML documents.
|
||||
Features:
|
||||
o recursive checking
|
||||
o multithreaded
|
||||
o output in colored or normal text, HTML, SQL, CSV or a sitemap
|
||||
graph in DOT, GML or XML
|
||||
o HTTP/1.1, HTTPS, FTP, mailto:, news:, nntp:, Gopher, Telnet and local
|
||||
file links support
|
||||
o restrict link checking with regular expression filters for URLs
|
||||
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 Cookie support
|
||||
o i18n support
|
||||
|
|
|
|||
Loading…
Reference in a new issue