diff --git a/debian/control b/debian/control index 1ae9b576..c2f74b0d 100644 --- a/debian/control +++ b/debian/control @@ -14,15 +14,15 @@ 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 + o output in colored or normal text, HTML, SQL, CSV or a sitemap graph in DOT, GML or XML - o HTTP/1.1, FTP, mailto:, nntp:, news:, Gopher, Telnet and local - file links are supported + 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 proxy support - o give username/password for HTTP and FTP authorization + o username/password authorization for HTTP, FTP and Telnet o robots.txt exclusion protocol support - o i18n support o Cookie support - o command line interface - o (Fast)CGI web interface (requires HTTP server) + o i18n support + o a command line interface + o a (Fast)CGI web interface (requires HTTP server) diff --git a/setup.py b/setup.py index dbc2c631..5d12ac57 100755 --- a/setup.py +++ b/setup.py @@ -282,16 +282,16 @@ setup (name = "linkchecker", url = "http://linkchecker.sourceforge.net/", download_url = "http://sourceforge.net/project/showfiles.php?group_id=1913", license = "GPL", - long_description = """Linkchecker features + long_description = """Linkchecker features: o recursive checking -o multithreading +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 restriction of link checking with regular expression filters for URLs +o restrict link checking with regular expression filters for URLs o proxy support -o username/password authorization for HTTP and FTP +o username/password authorization for HTTP, FTP and Telnet o robots.txt exclusion protocol support o Cookie support o i18n support