Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 6446ef45a5dfbfe933ff47d99ab15f171dc691e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Source: webcheck
Section: web
Priority: extra
Maintainer: Arthur de Jong <adejong@debian.org>
Standards-Version: 3.8.0
Build-Depends: debhelper (>= 5.0.37.2)
Build-Depends-Indep: python, python-support (>= 0.5.3)
XS-Python-Version: >= 2.3
Homepage: http://ch.tudelft.nl/~arthur/webcheck
Vcs-Svn: http://arthurenhella.demon.nl/svn/webcheck/webcheck/
Vcs-Browser: http://arthurenhella.demon.nl/viewcvs/webcheck/webcheck/

Package: webcheck
Architecture: all
Depends: ${python:Depends}
XB-Python-Version: ${python:Versions}
Recommends: python-beautifulsoup (>= 3.0.2), python-utidylib
Suggests: lynx | www-browser
Description: website link and structure checker
 webcheck is a website checking tool for webmasters. It crawls a given
 website and generates a number of reports in the form of html pages.
 It is easy to use and generates simple, clear and readable reports.
 .
 Features of webcheck include:
  * support for http, https, ftp and file schemes
  * view the structure of a site
  * track down broken links
  * find potentially outdated and new pages
  * list links pointing to external sites
  * can run without user intervention